Tuesday 14 June 2016

WebSphere Application Server(WAS) installation on linux using CLI

1] Install WAS(WebSphere Application Server) installation manager from  IBM site.

2]ha Extract file agent.installer.linux.gtk.x86_64_1.8.2001.20150409_1833.zip

3]   unzip  agent.installer.linux.gtk.x86_64_1.8.2001.20150409_1833.zip
   
4] run ./installc -acceptlicense

5] Download WAS files from IBM site. and copy in a folder which you have
     created earlier.  
6] Extract was files, in same folder.

               unzip WASND_v8.5.5_1of3.zip
               unzip WASND_v8.5.5_2of3.zip
                unzip WASND_v8.5.5_3of3.zip
7] goto /opt/ibm/InstallationManager/eclipse/tools
8] run    ./imcl listAvailablePackages -repositories /home/userName
     /Desktop/WAS/     (repository path)
9]  run  ./imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 -repositories /home/UserName/Desktop/WAS/ -acceptlicense -sVP


No comments:

Post a Comment