Linux安装IBM WebSphere Application Server指南

06-01 1406阅读

Linux安装IBM WebSphere Application Server指南

一、环境准备

1. 系统资源配置要求

硬件要求
资源类型 最低要求 生产环境推荐
内存 4GB 8GB+
磁盘空间 5GB 20GB+
CPU核心数 2核 4核+
操作系统支持
  • RHEL/CentOS: 6.9+, 7.4+, 8.x (需验证特定补丁级别)
  • SLES: 11 SP4+, 12 SP3+
  • Ubuntu: 18.04 LTS+ (需额外配置)

注意:所有系统均需x86_64架构,不支持32位系统

依赖包安装
# CentOS/RHEL 7+
yum install -y glibc libstdc++ gtk2 libXtst unzip xorg-x11-utils
# SLES 12+
zypper install -y glibc libstdc++6 gtk2 libXtst6 unzip xorg-x11-libs
# 验证依赖
ldd --version
unzip -v

2. 安装包准备

建议从IBM官方获取以下文件:

  • InstalMgr1.6.2_LNX_X86_64_WAS_8.5.5.zip (安装管理工具最新IM)
  • WAS_ND_.zip (was版本包如WAS_ND_V9.0.5.0.zip)
  • WAS_SUPPL(补丁包如WAS_V8.5.5_SUPPL_1_OF_3.zip)

存放建议:/tmp 或者用户目录到时候删除

二、安装IBM Installation Manager

1.安装步骤

# 上传解压安装包
unzip -q InstalMgr1.6.2_LNX_X86_64_WAS_8.5.5.zip -d /tmp/im
# 非root用户需先配置
groupadd wasadmin
useradd -g wasadmin wasuser
chown -R wasuser:wasadmin /opt/IBM
# 执行安装
su - wasadmin
cd /tmp/im/eclipse/tools/
./userinstc -showProgress -acceptLicense
# root用户安装
cd /tmp/im/eclipse/tools/
./installc -showProgress -acceptLicense

2.安装验证

# 检查IM版本
/opt/IBM/InstallationManager/eclipse/tools/imcl version
# 带有界面弹出
/opt/IBM/InstallationManager/eclipse/IBMIM -version  
# 结果如下
Installation Manager (installed) --安装管理器
Version: 1.6.2  --版本号
Internal Version: 1.6.2000.20130301_2248 --内部版本
# 卸载 IM(谨慎操作)
/opt/IBM/InstallationManager/uninstall/uninstallc

输出结果:

Installation Manager (installed) --安装管理器
Version: 1.6.2 --版本号
Internal Version: 1.6.2000.20130301_2248 --内部版本

# 验证已经安装的软件包
/opt/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages
# 验证安装的软件包
/opt/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages -long

输出结果:

[root@rjl tools]# /opt/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages
com.ibm.websphere.ND.v85_8.5.5002.20140408_1947
com.ibm.cic.agent_1.6.2000.20130301_2248
com.ibm.websphere.ND.v85_8.5.5002.20140408_1947
[root@rjl tools]# /opt/IBM/InstallationManager/eclipse/tools/imcl listInstalledPackages -long
/opt/IBM/WebSphere/AppServer : com.ibm.websphere.ND.v85_8.5.5002.20140408_1947 : IBM WebSphere Application Server Network Deployment : 8.5.5.2
/opt/IBM/InstallationManager/eclipse : com.ibm.cic.agent_1.6.2000.20130301_2248 : IBM® Installation Manager : 1.6.2
/home/opt/IBM/WebSphere/AppServer : com.ibm.websphere.ND.v85_8.5.5002.20140408_1947 : IBM WebSphere Application Server Network Deployment : 8.5.5.2

三、WebSphere Application Server安装

1.安装操作

# 解压安装包
unzip -q WAS_ND_*.zip -d /tmp/was855
# 查看可用包
/opt/IBM/InstallationManager/eclipse/tools/imcl \
  listAvailablePackages \
  -repositories /tmp/was855/repository.config
listAvailablePackages -
Linux安装IBM WebSphere Application Server指南
(图片来源网络,侵删)
Linux安装IBM WebSphere Application Server指南
(图片来源网络,侵删)
Linux安装IBM WebSphere Application Server指南
(图片来源网络,侵删)
免责声明:我们致力于保护作者版权,注重分享,被刊用文章因无法核实真实出处,未能及时与作者取得联系,或有版权异议的,请联系管理员,我们会立即处理! 部分文章是来自自研大数据AI进行生成,内容摘自(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供学习参考,不准确地方联系删除处理! 图片声明:本站部分配图来自人工智能系统AI生成,觅知网授权图片,PxHere摄影无版权图库和百度,360,搜狗等多加搜索引擎自动关键词搜索配图,如有侵权的图片,请第一时间联系我们。

相关阅读

目录[+]

取消
微信二维码
微信二维码
支付宝二维码