IBM Support

Installing IFIX with IMCL commands

Technical Blog Post


Abstract

Installing IFIX with IMCL commands

Body

Do you want a silent installation for IFIX using imcl command?
Here is the right channel!

But what  is a silent instalation?
Silent installation is when do you want install the Maximo Asset Management but you don't use the launchpad, you use commands lines, in this case imcl commands

More details here:

https://www.ibm.com/support/knowledgecenter/SSPJLC_7.5.1/com.ibm.mam.inswas.doc/install/c_ccmdb_ccmdbinstallsilent.html

So now you know how to install Maximo with imcl commands, but how about the IFIX installation?

Ok, I can help you too, again!

And here we go:


To install an interim fix silently, complete the following steps:
1. Download the interim fix from Fix Central.
2. Create a new directory and extract the interim fix in the new directory.
3. Open the repository.xml file and get the fixID. For Example:
<fix id='com.ibm.tivoli.tpae.base.mam.main.20160113-1354' version='7.6.0.1' offeringId='EnhancedFix' offeringVersion='0.0.0.EnhancedFix'>

4. Copy the the interim fix (zip file) to the server where you will install. Open a command prompt, and change to the /eclipse/tools directory under Installation Manager.
For Unix, Installation Manager is usually located in /opt/IBM/InstallationManager
For Windows, Installation Manager is usually located in C:\Program Files\IBM]Installation Manager
Important: If you are running Windows 7, Windows Vista, or Windows Server 2008, start your command prompt by right-clicking and selecting Run as administrator.

5. Make the appropriate replacements and run the following command:
imcl install fixID -repositories repositoryLocation -installationDirectory installationDirectory -log logLocation

a. Replace fixID with the ID of the interim fix.
b. Replace repositoryLocation with the directory where you extracted the interim fix
c. Replace installationDirectory with the location where you installed IBM Business Process Manager
d. Replace logLocation with the location and file name to log the installation information.

For example:
Windows:
C:\Program Files\IBM\Installation Manager\eclipse\tools>imcl install com.ibm.tivoli.tpae.base.mam.main.20160113-1354 -repositories C:\interimFix\TPAE_7601_IFIX.20160113-1354.im.zip -installationDirectory C:\IBM\SMP -log logfix.txt

Unix:
/opt/IBM/InstallationManager/eclipse/tools/imcl install com.ibm.tivoli.tpae.base.mam.main.20160113-1354 -repositories /tmp/interimFix/TPAE_7601_IFIX.20160113-1354.im.zip -installationDirectory /usr/IBM/SMP -log logfix.log

The installation log (specified by the -log parameter) contains no error messages if the interim fix installation is successful. The command line shows a message that the fix was installed. For example:
Installed com.ibm.tivoli.tpae.base.mam.main.20160113-1354 to the C:\IBM\SMP directory.

Also, you can run the following command to check the new package installed:
imcl listInstalledPackages -long

That all folks!

 

Good Luck!

 

 

 

 

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

UID

ibm11131351