WAS8.5静默安装过程记录
1.解压agent
unzip agent.installer.linux.gtk.x86_64_1.6.0.20120831_1216.zip
2.安装IMS
mkdir -p /opt/IMS/eclipse
/opt/was8.5.5/agent/userinstc -installationDirectory /opt/IMS/eclipse –acceptLicense
3.解压缩 WAS安装源的压缩包
unzip was.repo.8550.basetrial_part1.zip
unzip was.repo.8550.basetrial_part2.zip
unzip was.repo.8550.basetrial_part3.zip
解压后内容如下:
4.各类软件安装目录结构:
4.1 InstallManager安装源位置: /opt/was8.5.5/agent
4.2 WAS8.5 安装源位置: /opt/was8.5.5/wassource
4.3 InstallManager安装的位置 /opt/IMS/eclipse/
4.4 WAS8.5 安装的位置 /opt/IBM/WebSphere/AppServer
5.显示was安装源处,可以提供的repo
/opt/IMS/eclipse/tools/imcl listAvailablePackages –repositories /opt/was8.5.5/wassource
结果如下:
6.开始安装WAS8.5,依据3所提供的repo
安装命令:此命令较长,但是实际上是一行的,可以先复制到文本文件内
/opt/IMS/eclipse/tools/imcl install com.ibm.websphere.BASETRIAL.v85_8.5.5000.20130514_1044 -repositories /opt/was8.5.5/wassource/repository.config -installationDirectory /opt/IBM/WebSphere/AppServer -sharedResourcesDirectory /opt/IBM/IMShared -properties cic.selector.nl=zh -acceptLicense –showVerboseProgress
安装完毕:
创建概要文件:
./manageprofiles.sh -create -profileName AppSrv01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -hostname linux -enableAdminSecurity true -adminUserName websphere -adminPassword websphere
删除概要文件:
cd /opt/IBM/WebSphere/AppServer/bin
./manageprofiles.sh -delete -profileName AppSrv01
安装JDK:
1.解压jdk的安装包
unzip was.repo.8550.java7_part1.zip
unzip was.repo.8550.java7_part2.zip
unzip was.repo.8550.java7_part3.zip
解压后,内容如下:
2.显示was安装源处,可以提供的repo
/opt/IMS/eclipse/tools/imcl listAvailablePackages –repositories /was8.5/wasjdk
结果如下:
3.开始安装JDK1.7,依据1所提供的repo
/opt/IMS/eclipse/tools/imcl install com.ibm.websphere.IBMJAVA.v70_7.0.4001.20130510_2103 -repositories /was8.5/wasjdk/repository.config -installationDirectory /opt/IBM/WebSphere/AppServer -sharedResourcesDirectory /opt/IBM/IMShared -properties cic.selector.nl=zh -acceptLicense -showVerboseProgress
4.使JDK生效:
cd /opt/IBM/WebSphere/AppServer/bin
./managesdk.sh -enableProfile -profileName AppSrv01 -sdkName 1.7_64
结果如下:
Was打补丁:
1.上传补丁包:
2.解压安装包:
3.显示was安装源处,可以提供的repo
/opt/IMS/eclipse/tools/imcl listAvailablePackages -repositories /was8.5/wassource8.5.3
显示结果如下:
4.安装补丁:版本为was8.5.5.3
/opt/IMS/eclipse/tools/imcl install com.ibm.websphere.BASETRIAL.v85_8.5.5003.20140730_1249 -repositories /was8.5/wassource8.5.3/repository.config -installationDirectory /opt/IBM/WebSphere/AppServer -sharedResourcesDirectory /opt/IBM/IMShared -properties cic.selector.nl=zh -acceptLicense -showVerboseProgress
5.结果显示:
6.查看版本:
已经更新成功。
附件
Was补丁包版本:8.5.5.3
下载地址:http://www-01.ibm.com/support/docview.wss?uid=swg1PM90932
Was8.5安装包下载:
1、介质安装源下载:(IM)(选择linux 64位版本的)
https://www-01.ibm.com/marketing/iwm/iwm/web/reg/download.do?source=swerpws-wasbaseim85&S_PKG=500005026&S_TACT=109J84IW&S_CMP=dwchina&lang=zh_CN&cp=UTF-8&dlmethod=http
2、Was8.5安装源以及ibm jdk安装源下载:
https://www-01.ibm.com/marketing/iwm/iwm/web/reg/download.do?source=swerpws-wasbaseim85&S_PKG=500005026&S_TACT=109J84IW&S_CMP=dwchina&lang=zh_CN&cp=UTF-8&dlmethod=http
以下文章点击率最高
Loading…