Linux版本WebSphere升级步骤

Posted 厚积薄发

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux版本WebSphere升级步骤相关的知识,希望对你有一定的参考价值。

介绍

WebSphere小版本升级步骤简单,可以图形化安装也可以静默命令安装

当前环境 

Centos6.5 WAS6.1.0.0

补丁软件
7.0.0.45-WS-UPDI-LinuxAMD64.tar.gz

补丁包
6.1.0-WS-WAS-LinuxX64-FP0000047.pak
6.1.0-WS-WASSDK-LinuxX64-FP0000047.pak

准备工作:
1、安排变更窗口
2、备份WAS,给vm虚拟机快照
3、卸载当前UpdateInstaller

安装步骤

1、上传安装包
2、停was服务

3、安装UpdateInstaller

上传补丁工厂程序并解压,解压后进入UpdateInstaller文件夹,并编辑responsefile.updiinstaller.txt文件,修改文件中如下内容:

-OPT silentInstallLicenseAcceptance="true" --安装License

-OPT allowNonRootSilentInstall="true" --允许非root用户安装

-OPT disableOSPrereqChecking="true" --禁止系统检测

-OPT installLocation="/opt/IBM/WebSphere/UpdateInstaller" –指定安装路径,如果是AIX系统路径为

-OPT installLocation="/usr/IBM/WebSphere/UpdateInstaller"

-OPT skipStartMenu=true --仅限于linux和windows系统

4、安装补丁

进入/opt/IBM/WebSphere/UpdateInstaller/responsefiles文件夹,编辑install.txt文件。修改如下内容:

-OPT checkFilePermissions="true" --检测文件系统权限

-W maintenance.package="/was6" –指明补丁包路径或者包名

-OPT rootUserHasRunSlibcleanCommandSuccessfully="true" –AIX系统设定,其他系统不用

-W product.location="/opt/IBM/WebSphere/AppServer" –指明要升级的was的路径

-W update.type="install" --必须指明

./update.sh -options responsefiles/install.txt -silent

5、验证版本

6、启动was服务测试业务

 

以上是关于Linux版本WebSphere升级步骤的主要内容,如果未能解决你的问题,请参考以下文章

Mac升级node版本

升级为python3.3.7版本步骤

Mobile first server(版本 7.1)所需的 websphere 应用程序服务器(网络部署)的最低版本是多少?

WebSphere Application Server 中使用manageprofiles.sh 创建概要文件的步骤

Linux 部署websphere

ubuntu14.4 libstdc++ 怎么升级版本