WebSphere V8.5 静默安装升级(一)-独立安装每个安装包-程序员宅基地

技术标签: java  开发工具  操作系统  

声明:WAS8.5默认安装JDK 1.6.1,WAS8.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
#3个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

IHS,Plugin安装包 :
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

IHS、Plugin补丁:
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

【静默安装IHS_Plugin】:
Plugin安装包仓库文件已经在挂载IHS安装包时挂载,所有执行以下安装命令即可:
cd /opt/IBM/InstallationManager/eclipse/tools

./imcl install com.ibm.websphere.PLG.v85_8.5.5000.20130514_1044 \
-repositories /mnt/hgfs/IBM/IHS_8.5.5/repository.config \
-installationDirectory /opt/IBM/WebSphere/Plugins \
-nl zh \
-acceptLicense \
-showVerboseProgress

【静默安装WCT】:
ToolBox安装包仓库文件已经在挂载IHS安装包时挂载,所有执行以下安装命令即可:
cd /opt/IBM/InstallationManager/eclipse/tools

./imcl install com.ibm.websphere.WCT.v85_8.5.5000.20130514_1044 \
-repositories /mnt/hgfs/IBM/IHS_8.5.5/repository.config \
-installationDirectory /opt/IBM/WebSphere/Toolbox \
-nl zh \
-acceptLicense \
-showVerboseProgress
安装过程结束。
====================================================================================
【静默安装补丁】:
挂载补丁:
cd /opt/IBM/InstallationManager/eclipse/tools

./imcl listAvailablePackages -repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WAS-FP011
./imcl listAvailablePackages -repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WASSupplements-FP011
./imcl listAvailablePackages -repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WCT-FP011
./imcl listAvailablePackages -repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779

【升级WAS补丁】:
cd /opt/IBM/InstallationManager/eclipse/tools

./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WAS-FP011/repository.config \
-installationDirectory /opt/IBM/WebSphere/AppServer \
-nl zh \
-acceptLicense \
-showVerboseProgress

升级WASSDK补丁:
./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779/repository.config \
-installationDirectory /opt/IBM/WebSphere/AppServer \
-nl zh \
-acceptLicense \
-showVerboseProgress

【升级IHS补丁】:
cd /opt/IBM/InstallationManager/eclipse/tools

./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WASSupplements-FP011/repository.config \
-installationDirectory /opt/IBM/HTTPServer \
-nl zh \
-acceptLicense \
-showVerboseProgress

升级WASSDK补丁:
./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779/repository.config \
-installationDirectory /opt/IBM/HTTPServer \
-nl zh \
-acceptLicense \
-showVerboseProgress

【升级IHS_Plugin补丁】:

cd /opt/IBM/InstallationManager/eclipse/tools

./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WASSupplements-FP011/repository.config \
-installationDirectory /opt/IBM/WebSphere/Plugins \
-nl zh \
-acceptLicense \
-showVerboseProgress

升级WASSDK补丁:
./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779/repository.config \
-installationDirectory /opt/IBM/WebSphere/Plugins \
-nl zh \
-acceptLicense \
-showVerboseProgress

【升级ToolBox补丁】:
cd /opt/IBM/InstallationManager/eclipse/tools

./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.5-WS-WCT-FP011/repository.config \
-installationDirectory /opt/IBM/WebSphere/Toolbox \
-nl zh \
-acceptLicense \
-showVerboseProgress

升级WASSDK补丁:
./imcl updateAll \
-repositories /mnt/hgfs/IBM/WAS_8.5.5.11/8.5.0.0-WS-WASJavaSDK-LinuxX64-IFPI76779/repository.config \
-installationDirectory /opt/IBM/WebSphere/Toolbox \
-nl zh \
-acceptLicense \
-showVerboseProgress
升级补丁过程结束。
==============================================================================

问题一:登录WAS管理控制台后如何才能显示中文界面
如果没添加中文,添加中文的方式:

1. vnc远程到服务器
2. /opt/IBM/InstallationManager/eclipse/launcher
3. 点击modify
4. 然后选择IBM WebSphere Application Server V8.5,然后下一步 并输入账号密码。
5. 然后选择简体中文 一路下一步即可

 

参考文档:

另外,附上8.5.5.11的系统需求供您参考:https://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/prereqsForProduct?deliverableId=1337870535828#sw-5

转载于:https://www.cnblogs.com/lczean/p/7357941.html

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/dijidiao9873/article/details/101519263

智能推荐

node上传word转html,NodeJs之word文件生成与解析的实现代码-程序员宅基地

文章浏览阅读1.4k次。一,介绍与需求1.1,介绍1, officegen模块可以为Microsoft Office 2007及更高版本生成Office Open XML文件。此模块不依赖于任何框架,您不需要安装Microsoft Office,因此您可以将它用于任何类型的JavaScript应用程序。输出也是流而不是文件,不依赖于任何输出工具。此模块应适用于支持Node.js 0.10或更高版本的任何环境,包括Li..._node word转html

Android环境搭建_ac8x_demo-程序员宅基地

文章浏览阅读434次。An参考:Android9-版本Android 镜像使用帮助Android源码下载-编译_ac8x_demo

module.export跟exports的区别_export和exports区别-程序员宅基地

文章浏览阅读1k次,点赞3次,收藏2次。module.export跟exports的区别返回的数据类型module.exports 方法还可以单独返回一个数据类型(String、Number、Object…),而 exports 只能返回一个 Object 对象职能不同所有的 exports 对象最终都是通过 module.exports 传递执行,因此可以更确切地说,exports 是给 module.exports 添加属性..._export和exports区别

【VSCode】【msys2】VS Code + msys2配置Windows下C/C++开发环境_vscode msys-程序员宅基地

文章浏览阅读5.1k次。在.vscode目录下新建一个json文件:c_cpp_properties.json,注意includePath和compilerPath要指定到msys2安装目录下。还有个问题,就是VSCode显示#include 这一行有错,鼠标移上去显式找不到依赖文件stddef.h。把这个目录也添加到c_cpp_properties.json的includePath中,问题解决。原因是VSCode做代码分析的时候不知道gcc,选择了MSVC,添加配置文件把编译器改为gcc.愉快的coding!_vscode msys

vue 加载数据后渲染页面_vue数据加载完后再渲染页面-程序员宅基地

文章浏览阅读1.5w次,点赞8次,收藏14次。问题描述: 在接口数据返回之前,页面开始渲染HTML,导致因为接口数据为undefined或' ' (空)报错.解决方法: 等待接口数据返回后再渲染HTML代码实现:使用v-if来控制页面的渲染顺序<div v-if="ShowPage"><div> data() { return { ShowPage:false, }},crea..._vue数据加载完后再渲染页面

MongoDb连接管理工具Robo 3T教程。_mogong链接工具-程序员宅基地

文章浏览阅读3.9k次。这是官网下载地址 https://robomongo.org/download选择 Download Robo 3T 下载即可双击 安装包安装步骤简单 只需下一步即可这里就不多做重复了安装完成后 ,我来新建一个连接示范一下点击File,然后点击connect弹出连接框或者crtl+Z点击Create新建连接输入ip地址和端口号 点击Save然后就可以使用了很方便..._mogong链接工具

随便推点

c语言数据结构——链表的实现及其基本操作_编写完整程序设计算法:实现线性表中链表的各种基本操作,至少包含初始化,创建,输出-程序员宅基地

文章浏览阅读3.2k次,点赞46次,收藏57次。顺序表的问题及思考中间/头部的插入删除,时间复杂度为O(N)增容需要申请新空间,拷贝数据,释放旧空间。会有不小的消耗。增容一般是呈2倍的增长,势必会有一定的空间浪费。例如当前容量为100,满了以后增容到200,我们再继续插入了5个数据,后面没有数据插入了,那么就浪费了95个数据空间。思考:如何解决以上问题呢?下面我们给出了链表的结构,让我们来看看吧。_编写完整程序设计算法:实现线性表中链表的各种基本操作,至少包含初始化,创建,输出

json转list遇到的坑 com.alibaba.fastjson.JSONException: unclosed string : w-程序员宅基地

文章浏览阅读5.7w次。转换的工具类我是使用的阿里的com.alibaba.fastjson.JSONArray;操作如下:List&lt;XXX&gt; list =JSONArray.parseArray(XXX.get("json").toString().trim(), XXX.class); 在这一步时,json转list报了错, :com.alibaba.fastjson.JSONExce..._unclosed string : w

Web2.0设计师工具箱,国外的一些网站制作资源,css,javascript,ajax,设计素材等_web.js-vip.site-程序员宅基地

文章浏览阅读1.4w次。http://hi.baidu.com/sw%5Fws/blog/item/32b4237e63bbf13b0cd7da83.html Web2.0工具箱 The Web Designers Tool Kit原文地址: http://www.dezinerfolio.com/2007 ... designers-tool-kit/分类一、DHTML AJAX Javascrip_web.js-vip.site

使用属性自定义Ribbon配置_ribbon中自定义属性-程序员宅基地

文章浏览阅读2k次。一 介绍 从版本1.2.0开始,Spring Cloud支持使用属性来自定义Ribbon客户端。这种方式比使用Java代码配置的方式更方便。支持的属性如下,应以&lt;clientName&gt;.ribbon.为前缀:NFLoadBalancerClassName:应配置ILoadBalancerNFLoadBalancerRuleClassName:应配置IRuleNFLoadBalancer..._ribbon中自定义属性

java-netty知识点笔记和注意事项-程序员宅基地

文章浏览阅读486次,点赞6次,收藏7次。java-netty知识点笔记和注意事项

小样本学习----半监督学习算法-程序员宅基地

文章浏览阅读1.8k次。https://blog.csdn.net/mao_feng/article/details/78939864现实生活中,我们会遇到少量有标签的样本,而大量无标签的样本,怎么去做这个处理呢?方法1:迁移学习的finetune找类似的通用数据集(在图像领域:imagenet,电商领域:淘宝电商数据)训练网络,通过修改后面2层或者3层网络,做迁移学习,来微调网络的参数,从而...

推荐文章

热门文章

相关标签