Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

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

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x