Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2224629
  • 博文数量: 533
  • 博客积分: 8689
  • 博客等级: 中将
  • 技术积分: 7046
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-26 10:00
文章分类

全部博文(533)

文章存档

2024年(2)

2023年(4)

2022年(16)

2014年(90)

2013年(76)

2012年(125)

2011年(184)

2010年(37)

分类: LINUX

2013-10-28 12:52:20

原文地址:WebSphere 概要文件管理 作者:windwiny


  1. cd /usr/IBM/WebSphere/AppServer/bin

  2. 查看删除概要
  3. ./manageprofiles.sh -listProfiles
  4. [Dmgr01, AppSrv01]

  5. ./manageprofiles.sh -delete -profileName Dmgr01
  6. ./manageprofiles.sh -delete -profileName AppSrv01


  7. 创建管理概要
  8. ./manageprofiles.sh -create -profileName Dmgr03 -profilePath /usr/IBM/WebSphere/AppServer/profiles/Dmgr03 -templatePath /usr/IBM/WebSphere/AppServer/profileTemplates/dmgr/
  9.  如果概要文件需要在不同的机器上运行,设置 -hostName 为IP地址,默认为主机名
  10.  也可以自定义 -nodeName -cellName 值


  11. 创建应用概要
  12. ./manageprofiles.sh -create -profileName app3 -profilePath /usr/IBM/WebSphere/AppServer/profiles/AppSrv03 -templatePath /usr/IBM/WebSphere/AppServer/profileTemplates/default/

  13. 启动管理控制
  14. /usr/IBM/WebSphere/AppServer/profiles/Dmgr03/bin/startManager.sh

  15. 查看SOAP端口
  16. grep SOAP /usr/IBM/WebSphere/AppServer/profiles/Dmgr03/logs/AboutThisProfile.txt
  17. 管理 SOAP 连接器端口: 8888

  18. 增加应用概要
  19. /usr/IBM/WebSphere/AppServer/profiles/AppSrv03/bin/addNode.sh 127.0.0.1 8888

  20. 启动
  21. /usr/IBM/WebSphere/AppServer/profiles/AppSrv03/bin/startNode.sh

  22. 使用浏览器登陆控制台创建集群、服务器




阅读(1185) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~