IBM Tivoli Monitoring, Version 6.3

Installing silently from authenticated repositories with IBM® Installation Manager

You can silently install packages from an authenticated repository. However, you must provide the credentials to access protected repositories.

About this task

Complete the following steps to perform a silent installation from authenticated repositories with Installation Manager:

Procedure

  1. Installation Manager uses the Eclipse infrastructure to save credentials to a key ring file. To generate the key ring file, navigate to the tools folder in the following location:
    • Windows C:\Program Files\IBM\InstallationManager\eclipse\tools
    • Linux UNIX /opt/IBM/InstallationManager/eclipse/tools
  2. Run the following command:
    • Windows imutilsc.exe saveCredential -url <Installation Repository> -userName <user_id> -userPassword <user_pass> -keyring im.keyring
    • Linux UNIX imutilsc.sh saveCredential -url <Installation Repository> -userName <user_id> -userPassword <user_pass> -keyring im.keyring
  3. After the key ring file is generated, run the silent installation command:
    • Windows IBMIc.exe --launcher.ini silent-install.ini -input <response file path and name> -keyring <path to the keyring file> -log <log file path and name>
    • Linux UNIX ./IBMIM --launcher.ini silent-install.ini -input <response file path and name> -keyring <path to the keyring file>-log <log file path and name>

What to do next

See What to do next in Installing software packages in silent mode.


Feedback