WebSphere Application Server ND 8.5.5.0 Product Install and Uninstall

 1. You required a WAS 8.5.5 product, The product come with three part .zip formate 

WASND_v8.5.5_1of3.zip
WASND_v8.5.5_2of3.zip
WASND_v8.5.5_3of3.zip

2. Unizp the package in order otherwise package will be corrupted. 
unzip WASND_v8.5.5_1of3.zip
unzip WASND_v8.5.5_2of3.zip
unzip WASND_v8.5.5_3of3.zip

3. After unzip the package will look like below. 
[root@servera WAS855]# ls -ltr
total 2909896
-rw-r--r--.  1 root root        380 May 14  2013 Copyright.txt
drwxr-xr-x.  3 root root         35 May 14  2013 disk2
drwxr-xr-x.  3 root root         35 May 14  2013 disk3
drwxr-xr-x.  5 root root         56 May 14  2013 disk1
drwxr-xr-x.  2 root root       4096 May 14  2013 lafiles
drwxr-xr-x. 10 root root        156 May 14  2013 readme
drwxr-xr-x.  3 root root         43 May 14  2013 Remote_Installation_Tool_for_IBM_i
drwxr-xr-x.  3 root root         21 May 14  2013 responsefiles
-rw-r--r--.  1 root root         81 May 14  2013 repository.config
-rw-r--r--.  1 root root  902443241 Mar 27  2015 WASND_v8.5.5_3of3.zip
-rw-r--r--.  1 root root 1022550691 Mar 27  2015 WASND_v8.5.5_2of3.zip
-rw-r--r--.  1 root root 1054717615 Mar 27  2015 WASND_v8.5.5_1of3.zip

4. Go to Installed Installation manager, tools location, and execute the below command, to find the available packages, from "repository.config" file.
./imcl listAvailablePackages -repositories /repository/WAS855/repository.config
com.ibm.websphere.ND.v85_8.5.5000.20130514_1044




5. Go to Installation manager tools location and execute the below command to install the WAS 8.5.5.0 product under /opt/IBM/WebSphere/

./imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 -installationDirectory /opt/IBM/WebSphere/AppServer -repositories /repository/WAS855/repository.config -sharedResourcesDirectory /opt/IBM/IMShared -acceptLicense -showProgress




6. Verifiy the Installation. In "postinstall.log" look for the word "INSTCONFSUCCESS" to make sure installation is successfull.  

grep -i INSTCONFSUCCESS /opt/IBM/WebSphere/AppServer/logs/postinstall/postinstall.log




Comments

Popular posts from this blog

SSL certificate in WebSphere Application Server

Tomcat Upgrade Steps on Windows.