互联网服务

WAS 7.0 linux profile 文件如何创建

听说只能用命令行,请问 如何创建 管理和服务器节点。?显示全部
听说只能用命令行,请问 如何创建 管理和服务器节点。?收起
参与4

查看其它 2 个回答css013的回答

css013css013系统工程师THROLD
这两个命令都要在/IBM/WebSphere/AppServer/bin下执行。
创建管理概要文件:
./manageprofiles.sh -create \
-profileName Dmgr01 \
-profilePath /IBM/WebSphere/AppServer/profiles/Dmgr01 \
-templatePath /IBM/WebSphere/AppServer/profileTemplates/dmgr \
-nodeName hostnameCellManager01 \
-cellName hostnameCell01 \
-hostName hostname \
-isDefault
创建定制概要文件:
./manageprofiles.sh -create \
-profileName Custom01 \
-profilePath /IBM/WebSphere/AppServer/profiles/Custom01 \
-templatePath /IBM/WebSphere/AppServer/profileTemplates/managed \
-nodeName hostnameNode01 \
-cellName hostnameCustom01 \
-hostName hostname \
-isDefault
主要参数是-profileName、-profilePath 、-templatePath 这三个。
系统集成 · 2012-09-27
浏览941

回答者

css013
系统工程师THROLD
擅长领域: 中间件

css013 最近回答过的问题

回答状态

  • 发布时间:2012-09-27
  • 关注会员:1 人
  • 回答浏览:941
  • X社区推广