Step 1: To check available packages in downloaded Suppliments Commands -->
./imcl listAvailablePackages -repositories /IBMIHS/WAS_SUPPLEMENTS_Setup_8.5
Where,
listAvailablePackages --> to check Package_ID verison
-repositories --> location of source repository
OUTPUT:
./imcl listAvailablePackages -repositories /IBMIHS/WAS_SUPPLEMENTS_Setup_8.5
com.ibm.websphere.APPCLIENT.v85_8.5.5000.20130514_1044
com.ibm.websphere.IHS.v85_8.5.5000.20130514_1044
com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044
com.ibm.websphere.PLUGCLIENT.v85_8.5.5000.20130514_1044
com.ibm.websphere.WCT.v85_8.5.5000.20130514_1044
Screenshot 1:
Step 2: IBM HTTP Server installation using Command line.
./imcl install com.ibm.websphere.IHS.v85_8.5.5000.20130514_1044 -repositories /IBMIHS/WAS_SUPPLEMENTS_Setup_8.5 -installationDirectory /IBMIHS/HTTPServer -properties user.ihs.httpPort=80 -acceptLicense -sP
Screenshot 2:
Step 3: IBM Plugins installation using Command line.
./imcl install com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044 -repositories /IBMIHS/WAS_SUPPLEMENTS_Setup_8.5 -installationDirectory /IBMIHS/WebSphere -acceptLicense -sP
Screenshot 3:
Step 4: IBM WCT installation using Command line.
./imcl install com.ibm.websphere.WCT.v85_8.5.5000.20130514_1044 -repositories /IBMIHS/WAS_SUPPLEMENTS_Setup_8.5 -installationDirectory /IBMIHS/WCT -acceptLicense -sP
Screenshot 4:
FYI: You may face issue of installing IHS on Winodws ,
Error: No packages available or present for C++ Redistributed.
Solution :
Ignore Dependencies of C++ 2013 , Redistributed package , put this “$PATH\IBM\Installation Manager\eclipse\configuration” file Name = config.ini and try to install.
disableMSVC2013PackageChecking=true
Thanks :-)
No comments:
Post a Comment