Install silently from authenticated repositories with Installation Manager
Overview
To silently install packages from an authenticated repository, provide credentials. IBM Installation Manager performs the installation using the proxy server and repository URLs in the response files along with the credentials saved in the keyring file.
If you share the same instance of Installation Manager with other users, see Save credentials when sharing the same instance of Installation Manager .
Access authenticated repositories in silent mode
- Create a keyring file
- Install packages from authenticated repositories in silent mode...
cd eclipse\tools
./imcl input /path/to/respfile -keyring keyring_file_path_and_name [-password] password -acceptLicenseThe keyring command instructs Installation Manager to retrieve the credentials for a protected repository, proxy server, or response file from the keyring file as the installation is performed.
For example...
./imcl input /root/myresponse/responsefile.xml -keyring /root/mykeyring/keyring_file.keyring -password mypassword -acceptLicense