IBM Tivoli Directory Server, Version 6.3

Verifying the silent installation

To verify that the silent installation was successful, you can check the return code, log file, and the Windows registry.

Common reasons for the silent installation failing are:

Checking the return code

The %ERRORLEVEL% variable contains the return code. The following return codes can be received:

Other return codes might be returned from the InstallShield program.

Checking the log file

To verify that silent installation was successful using the log file:

  1. Check the log file to see if it exists in the target directory. If the log is not there, the installation failed, and you can refer to the log file that was specified on the silent installation command with the -log option to see why the installation failed.
  2. Check the log file for the string Exiting LdapExit.

Checking the Windows registry

Verify that the installation was completed using the Windows registry. The following text should be in the registry, depending on which components were installed:

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3

            ClientMajorVersion 6.3
            JavaClientMajorVersion 6.3
            BaseServerMajorVersion 6.3
            ServerMajorVersion 6.3
            ProxyServerMajorVersion 6.3
            WebadminMajorVersion 6.3
            WebSphereAppSrvMajorVersion 7.0
            LDAPHome install_location
            BitMode   set to 32 or 64

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\Client\

            ClientMinorVersion 0.0

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\JavaClient\

            JavaClientMinorVersion 0.0

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\Webadmin\

            WebadminMinorVersion 0.0

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\BaseServer\

            BaseServerMinorVersion 0.0             

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\Server\

            ServerMinorVersion 0.0             

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\ProxyServer\

            ProxyServerMinorVersion 0.0             

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\WebSphereAppSrv\

            WebSphereAppSrvMinorVersion 0.7

In HKEY_LOCAL_MACHINE\SOFTWARE\IBM\IDSLDAP\6.3\LanguagePack\

            LangPackVersion 6.3
            LPHome install_location

By default, LPHome is set to ldaphome\LangPack.

In addition, if you are installing on AMD/EM64T Windows, the following text is also in the registry.

In HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3

            ClientMajorVersion 6.3
            JavaClientMajorVersion 6.3
            BaseServerMajorVersion 6.3
            ServerMajorVersion 6.3
            ProxyServerMajorVersion 6.3
            WebadminMajorVersion 6.3
            WebSphereAppSrvMajorVersion 7.0
            LDAPHome install_location 
            BitMode   64

In HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\Client\

            ClientMinorVersion 0.0

In HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\JavaClient\

            JavaClientMinorVersion 0.0

In HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\Webadmin\

            WebadminMinorVersion 0.0

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\BaseServer\

            BaseServerMinorVersion 0.0

In HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\Server\

            ServerMinorVersion 0.0

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\ProxyServer\

            ProxyServerMinorVersion 0.0

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432NODE\IBM\IDSLDAP\6.3\WebSphereAppSrv\

            WebSphereAppSrvMinorVersion 0.7

[ Top of Page | Previous Page | Next Page ]