Bootstrap FreeKB - IBM Installation Manager - Install IBM Installation Manager on Linux using the imcl input command
IBM Installation Manager - Install IBM Installation Manager on Linux using the imcl input command

Updated:   |  IBM Installation Manager articles

Installation methods

There are 3 methods that can be used to install Installation Manager:

This article describes the process on how to install Installation Manager using the imcl input command.

 


Download Installation Manager from IBM Fix Central. Let's say that agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip is downloaded. Make a directory for Installation Manager.

mkdir /opt/IM

 

Use the unzip command to unzip the package. The -d /opt/IM option is used to unzip the package to the /opt/IM directory.

AVOID TROUBLE

Do NOT remove the files and directories below /opt/IM (or whatever directory you extracted the zip file to) as these files and directories would be needed for a clean uninstall of Installation Manager.

unzip agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip -d /opt/IM

 

Create an XML file. Typically, the name of the XML file is response.xml. However, the file name does not have to be response.xml. It can be named anything you want, as long as it's an XML file.

response.xml

 

Here is an example of a complete response.xml file.

<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
  <server>
    <repository location="/opt/IM" />
  </server>

  <profile id='IBM Installation Manager' installLocation='/opt/IBM/InstallationManager/eclipse'>
  </profile>

  <install modify='false'>
    <offering id='com.ibm.cic.agent' 
      profile='IBM Installation Manager' 
      installFixes='none'/>
  </install>
</agent-input>

 

Use the imcl (Installation Manager command line) command to install Installation Manager.

/opt/IM/tools/imcl input response.xml -acceptLicense -showProgress

 

The following should be displayed.

Installed com.ibm.cic.agent_<version> to the /opt/IBM/InstallationManager/eclipse directory.

 

The following command can be used to verify that Installation Manager was installed.

/opt/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages
. . .
com.ibm.cic.agent_version

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 5f24a7 in the box below so that we can be sure you are a human.