Install Installation Manager silently


You can install as an administrator, a nonadministrator, or a group.

To install Installation Manager silently:

  1. Download Installation Manager installation files.

  2. Extract the installation files.

  3. Create a directory to store the installation files. For example...

    Windows C:\IBM\Installation Manager\1.4.4
    Linux and UNIX /opt/IBM/InstallationManager/1.4.4
    IBM i /user/home/temp
    z/OS /usr/lpp/InstallationManager/V1R4

  4. cd installation files directory

  5. View the license text for Installation Manager from the installation files directory:

      install_files/native/agent.license_version.zip/license.txt

  6. Install Installation Manager silently...

    OS Administrator Nonadministrator Group
    Windows
    installc.exe -log log_path 
                 -acceptLicense 
    
    userinstc.exe -log log_path 
                  -acceptLicense 
    
    Not available.
    Other
    ./installc -log log_path 
               -acceptLicense
    
    
    ./userinstc -log log_path 
                -acceptLicense
    
    
    ./groupinstc -dataLocation app_path 
                 -log log_path 
                 -acceptLicense
    
    ./groupinstc -dataLocation app_path 
                 -input response_file_path 
                 -log log_path 
                 -acceptLicense
    

Starting with version 1.4.3, do not use --launcher.ini .ini file as this command option has been deprecated. Commands for version 1.4.2 and earlier are provided in the Examples section.

For Group mode, you can use either command to install. If you are using the first option to install without specifying a response file, you can customize the install.xml file with additional configuration. For example, you can change the directory for the Installation Manager installation.

If you are installing on a GUI platform in group mode, include the -dataLocation option.


Example: Installation Manager 1.4.3 and later

OS Administrator Nonadministrator Group
Windows
installc.exe 
    -log c:\mylog\silent_install_log.xml 
    -acceptLicense 
userinstc.exe 
    -log c:\mylog\silent_install_log.xml 
    -acceptLicense 
Not available.
Other
./installc 
    -log /root/mylog/silent_install_log.xml 
    -acceptLicense 
./userinstc 
    -log /root/mylog/silent_install_log.xml 
    -acceptLicense 
./groupinstc 
    -dataLocation /user/home/var/ibm/imgrp 
    -log /root/group_logs/grouplogfile.xml 
    -acceptLicense

./groupinstc 
    -dataLocation /grphome/appdata 
    -input /root/group_response/responsefile.xml 
    --log /root/grouplog/group_install_log.xml 
    --acceptLicense 


Example: Installation Manager 1.4.2 and earlier

OS Administrator Nonadministrator Group
Windows
installc.exe 
    --launcher.ini silent-install.ini 
     -log c:\mylogfile.xml 
userinstc.exe 
    --launcher.ini user-silent-install.ini 
      -log c:\mylogfile.xml 
Not available.
Linux and UNIX
./install 
    --launcher.ini silent-install.ini
      -log /root/mylogs/mylogfile.xml
./userinst 
    --launcher.ini user-silent-install.ini
     -log log_path
./groupinstc 
    -dataLocation /user/home/var/ibm/imgrp 
    -log /root/group_logs/grouplogfile.xml

./groupinstc 
    -dataLocation /user/home/var/ibm/imgrp 
    -input /root/group_response/responsefile.xml 
    -log /root/group_logs/grouplogfile.xml

Include quotation marks around filepaths that have spaces.

To view license text from the Installation Manager directory:

+

Search Tips   |   Advanced Search