# Installing Installation Manager by using imcl commands
./imcl install com.ibm.cic.agent -repositories /root/WAS/IM/repository.config -acceptLicense -showProgress
./imcl install com.ibm.cic.agent -repositories /tmp/IM/repository.config -acceptLicense -showProgress
# Reinstalling Installation Manager by using imcl commands
# Windows
$ imcl.exe install com.ibm.cic.agent -reinstallIM -repositories installation_files_dir -acceptLicense
# Linux
$ ./imcl install com.ibm.cic.agent -reinstallIM -repositories installation_files_dir -acceptLicense
# Updating Installation Manager on a computer that does not have Internet access
# Linux
$ ./imcl install com.ibm.cic.agent -repositories installation_files/repository.config -preferences offering.service.repositories.areUsed=false
# Windows
$ imcl.exe install com.ibm.cic.agent -repositories installation_files\repository.config -preferences offering.service.repositories.areUsed=false
# Installing Websphere Application Server by using imcl commands
$ ./imcl listAvailablePackages -repositories /tmp/WAS/repository.config
$ /opt/IBM/InstallationManager/eclipse/tools/imcl listAvailablePackages -repositories /tmp/WAS/repository.config
$ imcl install com.ibm.websphere.NDTRIAL.v85_8.5.5000.20130514_1044 -repositories /tmp/WAS/repository.config -acceptLicense -showProgress
# Installing IHS IBM HTTP Server by using imcl commands
$ ./imcl listAvailablePackages -repositories /tmp/IHS/repository.config
$ imcl install com.ibm.websphere.NDTRIAL.v85_8.5.5000.20130514_1044 -repositories /tmp/IHS/repository.config -acceptLicense -showProgress -properties user.ihs.httpPort=80
# Installing Websphere pluins by using imcl commands
$ ./imcl listAvailablePackages -repositories /tmp/Plugins/repository.config
$ imcl install com.ibm.websphere.NDTRIAL.v85_8.5.5000.20130514_1044 -repositories /tmp/Plugins/repository.config -acceptLicense -showProgress
How to un install/remove
$ imcl uninstall com.ibm.websphere.NDTRIAL.v85_8.5.5000.20130514_1044
$ imcl uninstall com.ibm.websphere.NDTRIAL.v85_8.5.5000.20130514_1044 -showProgress
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024