WAS JDK升級實施方案

luckyfriends發表於2013-02-28

WAS各個元件(jdk、WAS SERVER、IHS、WAS SDK等)版本的升級都使用updateInstaller來進行,且updateInstaler的版本要比was的版本或補丁的版本要高,否則無法打補丁。

版本補丁下載:

32-bit Power PC Java SDK

2/13/2009

US English

86576561

FTP

下載:

32-bit Power PC (tar.gz)

12/08/2008

US English

111405814

                 

更新

1)、如果伺服器上裝有舊版本的updateInstaller 需要您先解除安裝舊版本。

進入Update_Installer_root/UpdateInstaller/uninstall directory

執行:./uninstall.sh

 2)、最新版本IBM Update Installer 7.0安裝

      A、可以使用圖形介面,或靜默安裝(以下是靜默安裝)

1)、./install -options "response_file_name" -silent

需要修改responsefile.updiinstaller.txt 中的引數,

2)、編輯檔案。
-OPT silentInstallLicenseAcceptance="true"
-OPT installLocation="/opt/IBM/WebSphere/UpdateInstaller"

3)、執行下述命令。
   ./install -silent -options " response_file_name "

4)、察看install的日誌。
  /opt/IBM/WebSphere/UpdateInstaller/logs/install/log.txt

(Aug 19, 2008 6:41:20 PM), Install, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Installing component: nif.componentmap.jre, percent complete: 97%
(Aug 19, 2008 6:41:20 PM), Install, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Installing component: package.java.jre, percent complete: 97%
(Aug 19, 2008 6:41:22 PM), Install, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Installing component: package.java.jre, percent complete: 98%
(Aug 19, 2008 6:41:24 PM), Install, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Installing component: package.java.jre, percent complete: 99%
(Aug 19, 2008 6:41:25 PM), Install, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Installing component: package.java.jre, percent complete: 100%
(Aug 19, 2008 6:41:26 PM), Install, com.ibm.ws.install.ni.ismp.actions.InstallNIFPackage, msg1, Running configuration command: 90SCreateEmptyUPDIDirs, percent complete: 100%
(Aug 19, 2008 6:41:26 PM), Install, com.ibm.ws.install.ni.ismp.actions.SettleNIFRegistryAction, msg1, Current install/uninstall process is successful. Process type is: install
(Aug 19, 2008 6:41:26 PM), Install, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=0
(Aug 19, 2008 6:41:26 PM), Install, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1,INSTCONFSUCCESS

 

                 B、要求UpdateInstallerAppServer同一層目錄,

/opt/IBM/WebSphere/AppServer

/opt/IBM/WebSphere/UpdateInstaller

最新版本補丁

1、執行AppServer下的 . /opt/IBM/WebSphere/AppServer/bin/setupCmdLine.sh

注意. /間有空格

 

2安裝JDK最新補丁。(以下兩種方式進行安裝)

      A、圖形介面下安裝:

          ${UPD_INST_HOME}/bin目錄下,啟動UpdateInstaller

#./update.sh

彈出對話方塊,開始安裝WAS JDK補丁。

       B、靜默安裝

         1)、進入/washome/WebSphere/UpdateInstaller/responsefiles

         2)、編輯檔案install.txt

-W maintenance.package=/tmp/6.0.2-WS-WASJavaSDK-AixPPC32-FP00000033.pak

-OPT rootUserHasRunSlibcleanCommandSuccessfully="true"

-W product.location=/opt/IBM/WebSphere/AppServer

-W update.type="install"

3)、執行下面命令

./update.sh -silent -options responsefileinstall.txt的絕對路徑)

3)、驗證安裝

執行下面命令,驗證升級是否成功。

進入/opt/IBM/WebSphere/AppServer/java/bin

執行./java –version可以檢視最新的版本。

http://wangsuiri.blogbus.com/logs/35410883.html

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14710393/viewspace-754916/,如需轉載,請註明出處,否則將追究法律責任。

相關文章