IBM WAS 9.0完整版安装参考手册

环境:CentOS Linux release 7.5.1804 X64 图形化
参考文档

https://www.ibm.com/downloads/cas/QEJJBJWY

Installation Manager 下载地址
https://www-945.ibm.com/support/fixcentral/swg/downloadFixes?parent=ibm~Rational&product=ibm/Rational/IBM+Installation+Manager&release=All&platform=All&function=fixId&fixids=1.8.9.1-IBMIM-LINUX-X86_64-20180709_1302&includeRequisites=1&includeSupersedes=0&downloadMethod=http

https://ak-delivery04-mul.dhe.ibm.com/sdfdl/v2/sar/CM/RA/07pt6/0/Xa.2/Xb.jusyLTSp44S0QkUY4cPwDmOLwLLlboPsps_ysuj6EaFnkueWQmugu_sQ4JQ/Xc.CM/RA/07pt6/0/agent.installer.linux.gtk.x86_64_1.8.9001.20180709_1302.zip/Xd./Xf.LPR.D1VC/Xg.10112268/Xi.habanero/XY.habanero/XZ.xoHTBmCc9g38Mt4WGvTfyz3salA/agent.installer.linux.gtk.x86_64_1.8.9001.20180709_1302.zip

1、先安装Installation Manager

下载Installation Manager 安装包,先安装Installation Manager

[oracle@o2 was]# wget https://ak-delivery04-mul.dhe.ibm.com/sdfdl/v2/sar/CM/RA/07pt6/0/Xa.2/Xb.jusyLTSp44S0QkUY4cPwDmOLwLLlboPsps_ysuj6EaFnkueWQmugu_sQ4JQ/Xc.CM/RA/07pt6/0/agent.installer.linux.gtk.x86_64_1.8.9001.20180709_1302.zip/Xd./Xf.LPR.D1VC/Xg.10112268/Xi.habanero/XY.habanero/XZ.xoHTBmCc9g38Mt4WGvTfyz3salA/agent.installer.linux.gtk.x86_64_1.8.9001.20180709_1302.zip

解压安装

[oracle@o2 install]# unzip agent.installer.linux.gtk.x86_64_1.8.9001.20180709_1302.zip -d install
[oracle@o2 was]# cd install/
[oracle@o2 install]# ./con-disk-set-inst.sh

按回车下一步

按A下一步

再连续三个回车,开始安装

安装完成,继续按回车

按x退出,至此安装完成

2、 WebSphere Application Server traditional V9 安装

在图形界面执行,弹出安装界面,点击install

[root@o2 install]# /opt/IBM/InstallationManager/eclipse/IBMIM

点击Repositories配置安装源

点击 Add Repositories

填上,https://www.ibm.com/software/repositorymanager/V9WASILAN ,点ok

输入自己的IBM账号

配置存储密码

点ok

然后就出来可以安装的软件了,选was9,Next

Next

点同意,Next

Next

Next

选择语言,勾上中文Next

展开,把Sample选上,Next

等待一会,下载软件中

点install开始安装

安装中

安装完成,点Finish关掉即可

3、创建DMGR管理文件

执行命令调出图形界面
[root@o2 oracle]# /opt/IBM/WebSphere/AppServer/bin/ProfileManagement/wct.sh

选择Manager Tool

点击Create

点击管理,next

选默认,点Next

配置账号密码,登录web要用

点击Create

开始配置

完成配置

点finish,会弹出一个页面

点击installation ,一会就启动了,访问9060端口接admin能跳管理界面http://192.168.1.19:9060/admin

输入刚才设置的账号密码登录

重启服务器后启动服务
[root@o2 ~]# /opt/IBM/WebSphere/AppServer/bin/startServer.sh server1 -profileName AppSrv01

应用日志路径
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/

转载于:https://blog.51cto.com/niubdada/2367239

你可能感兴趣的:(IBM WAS 9.0完整版安装参考手册)