WebSphere V8.5 静默安装升级(一)-独立安装每个安装包1

 

WebSphere V8.5 静默安装升级(一)独立安装每个安装包

声明:WAS8.5默认安装JDK 1.6.1WAS8.5.5.9开始支持了JDK 1.8 
【解压介质】 
WAS
安装包: 
WAS_ND_V8.5.5_1_OF_3.zip 
WAS_ND_V8.5.5_2_OF_3.zip 
WAS_ND_V8.5.5_3_OF_3.zip 
zip
文件,用以下命令一次性解压缩:

unzip WAS_ND_V8.5.5_\?_OF_3.zip -d WAS_ND_V8.5.5

    

【删除zip文件】

rm -f WAS_ND_V8.5.5_?_OF_3.zip

    

IHSPlugin安装包
 
WAS_V8.5.5_SUPPL_1_OF_3.zip 
WAS_V8.5.5_SUPPL_2_OF_3.zip 
WAS_V8.5.5_SUPPL_3_OF_3.zip

unzip WAS_V8.5.5_SUPPL_\?_OF_3.zip -d WAS_V8.5.5_SUPPL

    

【删除zip文件】

rm -f WAS_V8.5.5_SUPPL_?_OF_3.zip

    

WAS补丁】 
cd /mnt/hgfs/IBM/WAS_8.5.5.11 
8.5.5-WS-WAS-FP011-part1.zip 
8.5.5-WS-WAS-FP011-part2.zip 
8.5.5-WS-WAS-FP011-part3.zip

unzip 8.5.5-WS-WAS-FP011-part\?.zip -d
8.5.5-WS-WAS-FP011

    

【删除zip文件】

rm -f
8.5.5-WS-WAS-FP0000007-part?.zip

    

IHSPlugin补丁】 
8.5.5-WS-WASSupplements-FP011-part1.zip 
8.5.5-WS-WASSupplements-FP011-part1.zip 
8.5.5-WS-WASSupplements-FP011-part1.zip

unzip 8.5.5-WS-WASSupplements-FP011-part\?.zip -d
8.5.5-WS-WASSupplements-FP011

    

【删除zip文件】

rm -f
8.5.5-WS-WASSupplements-FP011-part?.zip

    

Toolbox补丁】 
8.5.5-WS-WCT-FP011-part1.zip 
8.5.5-WS-WCT-FP011-part2.zip 
8.5.5-WS-WCT-FP011-part3.zip

unzip 8.5.5-WS-WCT-FP011-part\?.zip -d
8.5.5-WS-WCT-FP011

    

【删除zip文件】

rm -f
8.5.5-WS-WCT-FP011-part?.zip

WASSDK补丁】 
8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779.zip

unzip 8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779.zip -d
8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779

    

【静默安装IM 
切换至安装包解压目录:

cd /mnt/hgfs/IBM/pu.offering.disk.linux.gtk.x86_64_1.8.6001.20170428_1224/disk_linux.gtk.x86_64/InstallerImage_linux.gtk.x86_64/

    

【执行静默安装命令】

./userinstc -installationDirectory /opt/IBM/InstallationManager/eclipse -acceptLicense

    

【静默安装 WAS 
挂载 WAS仓库文件:

cd /opt/IBM/InstallationManager/eclipse/tools

./imcl listAvailablePackages -repositories /mnt/hgfs/IBM/WAS_8.5.5

    

    

挂载后会显示以下内容: 
com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 
执行安装命令: 
方式一:以下命令经测试未选择安装中文语言

cd /opt/IBM/InstallationManager/eclipse/tools

 

./imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 \

repositories /mnt/hgfs/IBM/WAS_8.5.5/repository.config \

installationDirectory /opt/IBM/WebSphere/AppServer \

sharedResourcesDirectory /opt/IBM/IMShared \

nl zh \

acceptLicense \

showVerboseProgress

 

方式二:安装过程指定使用中文(-nl zh,WAS添加中文语言包(-properties cic.selector.nl=zh

cd /opt/IBM/InstallationManager/eclipse/tools

 

./imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 \

repositories /mnt/hgfs/IBM/WAS_8.5.5/repository.config \

installationDirectory /opt/IBM/WebSphere/AppServer \

sharedResourcesDirectory /opt/IBM/IMShared \

nl zh \

properties cic.selector.nl=zh \

acceptLicense \

showVerboseProgress

【卸载WAS

cd /opt/IBM/InstallationManager/eclipse/tools

./imcl uninstall com.ibm.websphere.ND.v85_8.5.5000.20130514_1044

【静默安装IHS 
挂载IHS等安装包仓库文件:

cd /opt/IBM/InstallationManager/eclipse/tools

./imcl listAvailablePackages -repositories /mnt/hgfs/IBM/IHS_8.5.5

com.ibm.websphere.APPCLIENT.v85_8.5.5000.20130514_1044

com.ibm.websphere.IHS.v85_8.5.5000.20130514_1044

com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044

com.ibm.websphere.PLUGCLIENT.v85_8.5.5000.20130514_1044

com.ibm.websphere.WCT.v85_8.5.5000.20130514_1044

执行安装命令:

cd /opt/IBM/InstallationManager/eclipse/tools

 

./imcl install com.ibm.websphere.IHS.v85_8.5.5000.20130514_1044 \

repositories /mnt/hgfs/IBM/IHS_8.5.5/repository.config \

installationDirectory /opt/IBM/HTTPServer \

nl zh \

properties “user.ihs.httpPort=8080,user.ihs.allowNonRootSilentInstall=true,cic.selector.nl=zh” \

acceptLicense \

showVerboseProgress

【卸载IHS

cd /opt/IBM/InstallationManager/eclipse/tools

./imcl uninstall com.ibm.websphere.IHS.v85_8.5.5000.20130514_1044

以下文章点击率最高

Loading…

     

如果这文章对你有帮助,请扫左上角微信支付-支付宝,给于打赏,以助博客运营

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注