IBM Tivoli Directory Server, Version 6.3

Installing language packs silently

To begin installing Tivoli Directory Server 6.3 language packs using silent installation:

  1. If you are installing from a DVD:
    1. Insert the DVD in your DVD drive.
    2. Go to the DVD drive.
    3. At a command prompt, type the following:
      cd tdsLangpack

    If you are installing from downloaded .zip files:

    1. Go to the directory where you unzipped the downloaded .zip files.
    2. At a command prompt, type the following:
      cd tdsV6.3\tdsLangpack
  2. At a command prompt, type the following:

    where full_path_to_options_file is the full path to the InstallLP.txt file you are using. The InstallLP.txt file is in the tdsLangpack\optionsFiles subdirectory of the DVD or the unzipped .zip file, but if you moved it, you must specify the current location of the file.

    Notes:
    1. If you want to specify an additional log file, type the following:
      • For Intel 32-bit Windows systems:
        idslp_setup_win32Silent.exe -is:silent 
              -options d:\tdsLangpack\optionsFiles\InstallLP.txt
              -log !c:\mydirectory\ldaplp_inst.log @ALL
      • For AMD/EM64T Windows systems:
        idslp_setup_win64Silent.exe -is:silent 
              -options d:\tdsLangpack\optionsFiles\InstallLP.txt
              -log !c:\mydirectory\ldaplp_inst.log @ALL

      c:\mydirectory\ldaplp_inst.log can be changed to point to where you want to place the log file. The log file will still be created in the target installation directory.

      The default location is for the log is install_dir\var\ldaplp_inst.log. (If you installed in the default location, the log is:

      C:\Program Files\IBM\LDAP\V6.3\var\ldaplp_inst.log.)

    2. You might receive the following Java exception when installing the language packs silently. If you receive this error, you can ignore it; use the information in Verifying the silent installation to determine whether installation was successful.
      An error occurred during wizard bean change notification:
      java.lang.NullPointerException
              at java.util.Hashtable.put(Hashtable.java:632)
              at java.util.Properties.setProperty(Properties.java:163)
              at java.lang.System.setProperty(System.java:387)
              at com.ibm.ldap.nls.beans.setUnixPath.execute(setUnixPath.java:38)
              at com.installshield.wizard.StandardWizardListener.execute(Unknown 
              Source)
              at com.installshield.wizard.StandardWizardListener.currentBeanChanged
              (Unknown Source)
              at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1822)

[ Top of Page | Previous Page | Next Page ]