Websphere Installation and Un-install Commands


# 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

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x