wsgridConfig.py 批处理脚本

使用 wsgridConfig.py 脚本可对配置外部调度程序接口时所需的三个步骤进行配置。

用途

wsgridConfig.py 脚本执行配置外部调度程序接口时所需的以下三个步骤:

  1. 安装 JobSchedulerMDI.ear
  2. 配置服务集成总线。
  3. 配置 JMS 工件。

位置

安装时,会将 wsgridConfig.py 复制到安装目标机器上的 app_server_root/bin 目录中。

注: 用于运行 wsgridConfig.py 的 wsadmin.sh 命令仅可从 Deployment Manager 的 <was-home>/bin 运行。

示例

要在调度程序集群上配置 WSGrid,请使用以下命令:
wsadmin.sh -user username -password userpassword -f ../bin/wsgridConfig.py
  -install -cluster clusterName -providers providerList
其中,clusterName 是调度程序集群名称。

要在单个调度程序服务器上配置 WSGrid,请使用以下命令:

wsadmin.sh -user username -password userpassword -f ../bin/wsgridConfig.py
  -install -node nodeName -server serverName -providers providerList

其中,nodeName 是调度程序服务器的节点名。

providerList 会识别采用 hostname1,portnumber1[;hostname2,portnumber2...] 格式的提供程序端点列表,其中 portnumber 识别调度程序服务器的 SIB_ENDPOINT_ADDRESS 或 SIB_ENDPOINT_SECURE_ADDRESS 端口,hostname1 和 hostname2 识别调度程序集群中服务器的主机名。

要移除 WSGrid 配置,请使用以下命令:

wsadmin.sh -user username -password userpassword -f ../bin/wsgridConfig.py
 -remove -cluster clusterName
wsadmin.sh -user username -password userpassword -f ../bin/wsgridConfig.py
 -remove -node nodeName -server serverName

指示主题类型的图标 参考主题



时间戳记图标 最近一次更新时间: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rgrid_cgwsgrid
文件名:rgrid_cgwsgrid.html