IBM Installation Manager Install & Uninstall Using CLI on Linux

 1. How to Install IM ?

How to install Installation Manager?

./installc -acceptLicense -installationDirectory /opt/IBM/InstallationManager

./installc -acceptLicense -installationDirectory <Installation_Directory_Location>



2. How to check the installed version of IM ?

cd /opt/IBM/InstallationManager/eclipse/tools

./imcl -version



3. How to uninstall IM in Unix Server ? 

cd /var/ibm/InstallationManager/uninstall/

./uninstall



4. What is default Installation Path for IM ?

/opt/IBM/InstallationManager/eclipse




5. Were is app data location in IM ?

/var/ibm/InstallationManager


6. What is the location of IM registry for root user ?

/etc/.ibm/registry/InstallationManager/InstallationManager.dat


7. What is the location of IM registry for non-root user ?

$HOME/etc/.ibm/registry/InstallationManager/InstallationManager.dat

Comments

Popular posts from this blog

SSL certificate in WebSphere Application Server

Tomcat Upgrade Steps on Windows.