You will need following FixPacks
- UpdateInstaller - ftp://public.dhe.ibm.com/software/websphere/appserv/support/tools/UpdateInstaller/7.0.x/LinuxPPC64/7.0.0.21-WS-UPDI-LinuxPPC64.tar.gz
- JAVA SDK FP 19 - ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixpacks/was70/cumulative/cf70019/LinuxX64/7.0.0-WS-WASSDK-LinuxX64-FP0000019.pak
- WAS FP 19 - ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixpacks/was70/cumulative/cf70019/LinuxX64/7.0.0-WS-WAS-LinuxX64-FP0000019.pak
- IHS FP 19 - ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixpacks/was70/cumulative/cf70019/LinuxX64/7.0.0-WS-IHS-LinuxX64-FP0000019.pak
- Plug-in FP 19 - ftp://public.dhe.ibm.com/software/websphere/appserv/support/fixpacks/was70/cumulative/cf70019/LinuxX64/7.0.0-WS-PLG-LinuxX64-FP0000019.pak
You can download all these parts from 7.0.0.5: WebSphere Application Server V7.0 Fix Pack 5 for Linux, and UpdateInstaller from http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg24020446
- Create new dir on your application server
- [root@ic install]# mkdir WASFix/
- Download all FPs running command for each:
- [root@ic WASFix]# wget <url from above list>
- After you will get all FPs, you shold see
- [root@ic WASFix]# ls -al
drwxr-xr-x 2 root root 4096 Apr 3 17:53 .drwxr-xr-x 7 root root 4096 Apr 3 17:38 ..-rw-r--r-- 1 root root 110619051 Apr 3 17:57 7.0.0.21-WS-UPDI-LinuxAMD64.tar.gz-rw-r--r-- 1 root root 26391437 Apr 3 17:44 7.0.0-WS-IHS-LinuxX64-FP0000019.pak-rw-r--r-- 1 root root 43223029 Apr 3 17:48 7.0.0-WS-PLG-LinuxX64-FP0000019.pak-rw-r--r-- 1 root root 701712259 Apr 3 18:52 7.0.0-WS-WAS-LinuxX64-FP0000019.pak-rw-r--r-- 1 root root 88257374 Apr 3 17:54 7.0.0-WS-WASSDK-LinuxX64-FP0000019.pak total 948444
- Make sure, all app servers are shouldtown
- To stop DMGR run:
- [root@ic WASFix]# /opt/IBM/WebSphere/AppServer/bin/stopManager.sh -user wasadmin -password <your password>
- Make a new folder UPDI under the WASFix folder for extracting the Updateinstaller, and extract it:
- [root@ic UPDI]# tar xvfz 7.0.0.21-WS-UPDI-LinuxAMD64.tar.gz
- [root@ic UPDI]# cd UpdateInstaller
- [root@ic UPDI]# ./install
- Installation wizard is opend, click NEXT
- Accept license and click NEXT
- System prerequisites check should Passed > NEXT
- Leave direcotry path in default (/opt/IBM/WebSphere/UpdateInstaller) > NEXT > NEXT to install
- After Installation Complete with status Success > Click FINISH
- The UpdateInstaller will be launched
- [root@ic UPDI]# mkdir /opt/IBM/WebSphere/UpdateInstaller/maintenence
- [root@ic UPDI]# cd ..
- [root@ic WASFix]# mv 7.0.0-WS-* /opt/IBM/WebSphere/UpdateInstaller/maintenance/
- Go back in to launched UpdateInstaller click NEXT
- In Product Selection Select AppServer (opt/IBM/WebSphere/AppServer) and click NEXT
- Select Install maintenence package and click NEXT
- In Maintenence Package Directory Selection leave default (it should be /opt/IBM/WebSphere/UpdateInstaller/maintenance/) click NEXT
- WASSDK and WAS package should be preselected, click NEXT
- Do not select Verify my permissions and click NEXT, after a few minutes, our installation should finished with Success status:
- Click RELAUNCH and install fixpacks for IHS and Plug-in - go over 11. to 15 but select in 11. IHS and then Plug-in.
I am afraid there is mistake in versioninfo.sh, because I successfully installed WASJDK, IHS and Plugin FixPack 19 x64 over this IHS and Plug-in also.
We've now finished the “pre-requisite” software install part - all the foundational software we need for Connections is now in place.
Go to next post to configure federated repository with Domino LDAP.
No comments:
Post a Comment