-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…