Installing the required components in silent mode

In a Maximo® Asset Management 7.6.2 environment, you use Installation Manager to install the required components in silent mode.

About this task

The process automation engine executable file is called install.exe or install.bin. You reuse this file to install the Maximo Anywhere components.

Procedure

Maximo Asset Management version 7.6.2 or later:

  1. Open the response file for editing and modify the values for your operating system. Ensure that the value for the repository location is correct.
  2. Change directory to the tools directory where Installation Manager was installed and run the following command:
    imcl -input responsefilename -log logfilename -acceptLicense 
    Specify the path and name of the existing response file and log file that you want to use. The -acceptLicense parameter is used to accept the license automatically. For example, on Windows, run the following command:
    imcl -input C:\tmp\response_install_Anywhere_Enablement.xml 
    -log C:\tmp\silent_install_log.xml -acceptLicense