wsgridConfig.py batch script

Use the wsgridConfig.py script to configure the three steps that are required for configuring the external scheduler interface.

Purpose

The wsgridConfig.py script performs the following three steps required for configuring the external scheduler interface:

  1. Installs JobSchedulerMDI.ear.
  2. Configures the service integration bus.
  3. Configures JMS artifacts.

Location

At installation, wsgridConfig.py is copied onto the installation target machines in the app_server_root/bin directory.

Note: The wsadmin.sh command to run wsgridConfig.py can only be run from the Deployment Manager's <was-home>/bin.

Example

To configure WSGrid on a scheduler cluster, use the following command:
wsadmin.sh -user username -password userpassword -f ../bin/wsgridConfig.py
  -install -cluster clusterName -providers providerList
where clusterName is the scheduler cluster name.

To configure WSGrid on a single scheduler server, use the following command:

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

where nodeName is the node name of the scheduler server.

providerList identifies a list of provider endpoints in the format hostname1,portnumber1[;hostname2,portnumber2...], where portnumber identifies the SIB_ENDPOINT_ADDRESS or SIB_ENDPOINT_SECURE_ADDRESS port of the scheduler server, and hostname1 and hostname2 identifies the host name of the servers in the scheduler cluster.

To remove WSGrid configurations, use the following commands:

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

指出主題類型的圖示 參照主題



時間戳記圖示 前次更新: July 9, 2016 11:12
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rgrid_cgwsgrid
檔名:rgrid_cgwsgrid.html