标签:and 包名 变更 步骤 windows系统 usr upd pst start
介绍
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服务测试业务
标签:and 包名 变更 步骤 windows系统 usr upd pst start
原文地址:https://www.cnblogs.com/dahaoran/p/12893635.html