工程师计划 中间件 linux下was8.5安装部署

linux下was8.5安装部署

1、安装准备(未提供版本包,按照实际提供的版本名称,实际操作中替换即可)

1以root用户登录系统;

2上传所需安装文件

Installation Manager安装包:agent.installer.linux.gtk.x86_64_1.7.4000.20150304_1934.zip

WAS_ND安装包:

WAS_ND_V8.5_1_OF_3.zip

WAS_ND_V8.5.5_2_OF_3.zip

WAS_ND_V8.5.5_3_OF_3.zip

2、目录结构:

可通过Xftp 6工具将所需安装包上传到虚拟机,安装包位置如下:

Installation Manager安装包位置:/opt/was8.5/agent

WAS_ND安装包位置:/opt/was8.5/wassource

在上面两个路径下执行各自的解压命令

cd /opt/was8.5/agent

unzip -n agent.installer.linux.gtk.x86_64_1.7.4000.20150304_1934.zip

cd /opt/was8.5/wassource

unzip -n WAS_ND_V8.5_1_OF_3.zip

unzip -n WAS_ND_V8.5.5_2_OF_3.zip

unzip -n WAS_ND_V8.5.5_3_OF_3.zip

Installation Manager安装位置: /opt/IMS/eclipse/

WAS_ND安装位置: /opt/IBM/WebSphere/AppServer

注:WAS_ND三个安装包解压在同一个目录下

3、Installation Manager静默安装

cd /opt/was8.5/agent

./installc -installationDirectory /opt/IMS/eclipse  -acceptLicense

4、WAS8.5 静默安装

4.1 得到小版本号com.ibm.websphere.ND.v85_8.5.5000.20130514_1044

cd /opt/IMS/eclipse/tools

./imcl listAvailablePackages -repositories /opt/was8.5/wassource/repository.config

4.2 修改repository.config文件

cd /opt/was8.5/wassource

vi repository.config

-OPT silentInstallLicenseAcceptance=”true”

-OPT allowNonRootSilentInstall=”true”

-OPT disableOSPrereqChecking=”true”

-OPT installType=”installNew”

-OPT feature=”noFeature”

-OPT installLocation=”/opt/IBM/WebSphere/AppServer”

-OPT profileType=”none”

-OPT PROF_enableAdminSecurity=”false”

配置内容从上到下依次为:接受License、允许非root用户安装、取消对系统的检测、全新安装、不安装示例、安装路径、不生成概要、不设置管理员安全。

4.3 执行安装was命令

cd /opt/IMS/eclipse/tools

./imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044(前面得到的小版本号) \-repositories /opt/was8.5/wassource/repository.config \-installationDirectory /opt/IBM/WebSphere/AppServer \-sharedResourcesDirectory /opt/IBM/IMShared \-nl zh \-properties cic.selector.nl=zh \-acceptLicense \-showVerboseProgress

注:这里的安装代码在命令行中是写在一行的,这里分行只是为了方便阅读,每行前面的-不能省略。

-install 小版本号

-repositories 使用的存储库

4.4 创建管理概要

#在192.168.119.142上创建管理概要如下:

cd /opt/IBM/WebSphere/AppServer/bin

./manageprofiles.sh -create \

-templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management \

-profileName EvoDmgr \

-profilePath /opt/IBM/WebSphere/AppServer/profiles/EvoDmgr/ \

-nodeName EvoNode -hostName ‘192.168.119.146’  \

-enableAdminSecurity true \

-adminUserName wasadmin \

-adminPassword wasadmin

4.5 启动管理概要

cd /opt/IBM/WebSphere/AppServer/profiles/EvoDmgr/bin

./startManager.sh

Web管理端地址:http://yourip:9060/ibm/console

4.6 创建登陆独立服务节点

./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName ASSPNode03 -profilePath /opt/IBM/WebSphere/AppServer/profiles/ASSPNode03 -enableAdminSecurity true -adminUserName was -adminPassword was

#将应用节点ASSPNode01关联到管理节点

cd /opt/IBM/WebSphere/AppServer/profiles/ASSPNode01/bin

./addNode.sh 192.168.119.146 8879 -username wasadmin -password wasadmin

./startNode.sh

其中ASSPNode01为节点名称

在profiles/ASSPNode01/目录下回创建节点服务目录。

启动

./startServer.sh server1

本文来自网络,不代表本网站立场,转载请注明出处。http://loadingok.com/2002.html
© 2021 京ICP备2021027871号-1
联系我们

联系我们

18513870113

在线咨询: QQ交谈

邮箱: 1140136143@qq.com

工作时间:周一至周五,9:00-17:30,节假日休息

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部