-repositories /opt/IHS/pak/repository.config \
-installationDirectory /opt/IBM/HTTPServer \
-acceptLicense \
-showVerboseProgress
可以查看屏幕詳細輸出信息,此處省略
安裝成功後,驗證ihs版本信息:
[wasadmin@was02 bin]$ /opt/IBM/HTTPServer/bin/versionInfo.sh
ihs8.5.5.2安裝升級完成
************************************************************************************************
然後開始安裝PLG:
解壓安裝包後,獲取軟件包標識,下面安裝需要用到此參數:
[root@was02 tools]# ./imcl listAvailablePackages -repositories /opt/IHS/pak
com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044
[wasadmin@was02 tools]$ ./imcl install com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044 \
-repositories /opt/IHS/repository.config \
-installationDirectory /opt/IBM/HTTPServer/Plugins1 \
-acceptLicense \
-showVerboseProgress
安裝成功後,開始安裝補丁:
[wasadmin@was02 tools]$ ./imcl updateAll \
-repositories /opt/IHS/pak/repository.config \
-installationDirectory /opt/IBM/HTTPServer/Plugins \
-acceptLicense \
-showVerboseProgress
可以查看屏幕詳細輸出信息,此處省略
安裝成功後,驗證ihs版本信息:
[wasadmin@was02 bin]$ /opt/IBM/HTTPServer/Plugins/bin/versionInfo.sh
Plugins安裝升級完成
———————————————-
Web 服務器可以是應用程序服務器的”遠程”服務器,即 Web 服務器和應用程序服務器位於不同機器上。
最後通過控制台新建webserver,遠程指定創建非受管節點。非受管節點表示拓撲中某一沒有應用程序服務器進程或 Node Agent 進程的節點。非受管節點用於其他服務器進程,例如,存在於拓撲中它們自己的節點上的 Web 服務器。
——————————————————————————————————————
安裝WebSphere Customization Toolbox(WCT)
[wasadmin@was02 tools]$ ./imcl install com.ibm.websphere.WCT.v85_8.5.5000.20130514_1044 \
-repositories /opt/ihs/repository.config \
-installationDirectory /was/WebSphere/Toolbox \
-acceptLicense \
-showVerboseProgress
使用WCT工具生成webserver1:
[wasadmin@k1test01app bin]$ vi /was/WebSphere/Toolbox/WCT/pct_responsefile.txt
################################################################################################################################S
# Note: Default Web server Plugins install locations
# —————————————-
#
# Below are the default install locations for each supported operating system.
#
# AIX: “/usr/IBM/WebSphere/Plugins”
#
# HP-UX, Linux, and Solaris: “/opt/IBM/WebSphere/Plugins”
#
# Windows: “C:\Program Files\IBM\WebSphere\Plugins”
#
# Note: On unix operating systems, spaces in the install location is not supported.
################################################################################
################################################################################
#
# configuration Type
#
# Valid Options : local WebSphere Application Server and Web server on same machine
# remote WebSphere Applicaiton Server and Web server on seperate machines.
# local_distributed Required when the profile on WebSphere Application
Server is federated to a Deployment Manager
#
configType=”remote”
################################################################################
#
# WAS V8.0 Existing Location
#
# Valid Options : Existing WebSphere Application Server Version 8.0 install home directory.
#
# Note : This option is valid for local install type.
# The install will use the directory entered below.
#
#wasExistingLocation=”C:\Program Files\IBM\WebSphere\AppServer”
################################################################################
#
以下文章點擊率最高
Loading…