WebSphere 是 IBM 的軟體平台。它包含了編寫、運行和監視全天候的工業強度的隨需應變 Web 應用程式和跨平台、跨產品解決方案所需要的整箇中間件基礎設施,如伺服器、服務和工具。WebSphere 提供了可靠、靈活和健壯的軟體。
WebSphere Application Server 是該設施的基礎,其他所有產品都在它之上運行。WebSphere Process Server 基於 WebSphere Application Server 和 WebSphere Enterprise Service Bus,它為面向服務的體系結構 (SOA) 的模組化應用程式提供了基礎,並支持套用業務規則,以驅動支持業務流程的應用程式。高性能環境還使用 WebSphere Extended Deployment 作為其基礎設施的一部分。其他 WebSphere 產品提供了廣泛的其他服務。
WebSphere 是一個模組化的平台,基於業界支持的開放標準。可以通過受信任和持久的接口,將現有資產插入 WebSphere,可以繼續擴展環境。WebSphere 可以在許多平台上運行,包括 Intel、Linux 和 z/OS。
WebSphere 是隨需應變的電子商務時代的最主要的軟體平台,可用於企業開發、部署和整合新一代的電子商務套用,如B2B,並支持從簡單的網頁內容發布到企業級事務處理的商業套用。WebSphere 可以創建電子商務站點, 把套用擴展到聯合的移動設備, 整合已有的套用並提供自動業務流程。
基本介紹
- 軟體名稱:WebSphere
- 開發商:IBM
- 軟體平台:Intel Linux z/OS
- 軟體版本:V8.5
- 更新時間:2012 年 6 月 15 日
- 軟體授權:限制許可
產品族分類
軟體套用
隨需應變
互動功能
流程集成
信息集成
程式集成
基礎設施
加速器
使用方法
靜默安裝
適應在SUSE LINUX 10及以上、AIX6.1、WINDOWS上安裝。
適應websphere6.1、websphere7版本
2:靜默安裝
解壓websphere安裝包,然後賦予可執行許可權。
步驟 1 編輯WAS/responsefile.nd.txt,修改如下配置項。
-OPT silentInstallLicenseAcceptance="false"改為
-OPT silentInstallLicenseAcceptance="true"
-OPT profileType="cell"改為
-OPT profileType="none"
-OPT PROF_enableAdminSecurity="true"改為
-OPT PROF_enableAdminSecurity="false"
注釋:
-OPT PROF_adminUserName=
-OPT PROF_adminPassword=
取消注釋:
-OPT installLocation="/opt/IBM/WebSphere/AppServer"
步驟 2 執行命令開始靜默安裝websphere。
./install -options /home/was7/WAS/responsefile.nd.txt -silent
步驟 3 查詢安裝日誌。
安裝日誌路徑為:/opt/IBM/WebSphere/AppServer/logs/install/log.txt
查看此日誌,有類似
iguration command: 97SInstallInvokeWSProfile, percent complete: 100%;
Process, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=0
Process, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFSUCCESS
表明安裝成功。
2.2 靜默安裝websphere升級引擎
靜默升級由兩個步驟完成,先安裝升級引擎工具,再安裝升級補丁包。
操作步驟
解壓升級引擎以後,在UpdateInstaller目錄下有responsefile.updiinstaller.txt。
需要給JDK、UpdateInstaller賦予可執行許可權。
步驟 1 修改responsefile.updiinstaller.txt檔案。
-OPT silentInstallLicenseAcceptance="false"改為
-OPT silentInstallLicenseAcceptance="true"
取消注釋: -OPT installLocation="/opt/IBM/WebSphere/UpdateInstaller"
注釋windows的默認路徑:
# -OPT installLocation="C:\Program Files\IBM\WebSphere\UpdateInstaller"
步驟 2 執行命令靜默安裝。
./install -options /home/was7/update/UpdateInstaller/responsefile.updiinstaller.txt -silent
Windows下使用對應的bat命令替換shell命令,後續安裝命令不再做說明。
步驟 3 查詢安裝日誌。
/opt/IBM/WebSphere/AppServer/UpdateInstaller/log.txt記錄了安裝過程,出現類似:percent complete: 100%
Install, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=0
Install, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFSUCCESS
表示安裝成功
2.3 靜默安裝websphere補丁包
補丁包有wassdk與was組成,成對安裝。
若要依次升級補丁包,需要重複執行此過程。
升級前建議先備份安裝好的websphere。
操作步驟
步驟 1 將pak包拷貝到/opt/IBM/WebSphere/UpdateInstaller/maintenance下。
步驟 2 編輯install.txt。
此檔案存在於/opt/IBM/WebSphere/UpdateInstaller/responsefiles下
去掉注釋,並添加maintenance的路徑:
-W maintenance.package="/opt/IBM/WebSphere/UpdateInstaller/maintenance/"
Websphere將尋找maintenance下的最新的補丁包。
保險起見,maintenance下應該只存在需要升級的pak包,無關pak包去掉。
添加websphere的安裝路徑:
-W product.location="/opt/IBM/WebSphere/AppServer"
步驟 3 執行命令靜默安裝。
./update.sh -options /opt/IBM/WebSphere/UpdateInstaller/responsefiles/install.txt -silent
步驟 4 檢查升級結果。
/opt/IBM/WebSphere/AppServer/logs/update/install/updatelog.txt記錄了此次安裝的過程。
提示如下信息表示升級成功:
99SSDKEmbeddedCleanup, percent complete: 100%
Install, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=0
Install, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFSUCCESS
步驟 5 查看當前版本。
/opt/IBM/WebSphere/AppServer/bin下執行./versionInfo.sh查看當前版本號。
----結束