暂无图片
linux静默安装配置was855(ihs+was+配置plugins+打补丁85512)
最近更新:2022-03-11 14:21:05

一般来说图形环境安装配置会非常方便快捷,但是有些特定的环境:不允许使用图形界面,下面的内容或许会带来帮助。注意下磁盘空间,装个软件单介质就要20g。

环境:
centos7.6(centos141 ihs用途 + centos151 appserver用途) im: agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip appserver: WASV855_ND.tar.gz ihs plugins wct: 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 ihs plugins 补丁: 8.5.5-WS-WASSupplements-FP012-part1.zip 8.5.5-WS-WASSupplements-FP012-part2.zip 8.5.5-WS-WASSupplements-FP012-part3.zip appserver 补丁: 8.5.5-WS-WAS-FP012-part1.zip & 8.5.5-WS-WAS-FP012-part2.zip & 8.5.5-WS-WAS-FP012-part3.zip wct补丁: 8.5.5-WS-WCT-FP012-part1.zip 8.5.5-WS-WCT-FP012-part2.zip 8.5.5-WS-WCT-FP012-part3.zip jdk: 8.0.4.5-WS-IBMWASJAVA-Linux.zip

  1. 安装 im
    [websphere@centos151 im]$ unzip agent.installer.linux.gtk.x86_64_1.8.5000.20160506_1125.zip [websphere@centos151 im]$ ./userinstc -acceptLicense -installationDirectory /home/oracle/IBM/InstallationManager/eclipse -log /home/oracle/IBM/im.log

  2. 获取appserver版本号 [websphere@centos151 nd]$ tar -xf WASV855_ND.tar.gz

......