WebSphere Extended Deployment Compute Grid, Version 6.1
             Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS


wsgridConfig.py

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 <install_root>/bin directory.

Example

To configure WSGrid on a scheduler cluster, use the following command:
wsadmin.sh -f wsgridConfig.py -install -cluster <clusterName > -providers <providerList>

where

<clusterName> is the scheduler cluster name.

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

wsadmin.sh -f wsgridConfig.py -install -node <nodeName> -server <serverName> -providers <providerList>

where

<nodeName> is the node name of the scheduler server.

<providerList> identifies a list of providerEndpoints 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 hostname of the servers in the scheduler cluster.

To remove WSGrid configurations, use the following commands:

wsadmin.sh -f wsgridConfig.py -remove -cluster <clusterName>
wsadmin.sh -f wsgridConfig.py -remove -node <nodeName> -server <serverName>



Related tasks
Configuring the job scheduler message-driven interface and associated JMS artifacts
Related reference
Reference topic    

Terms of Use | Feedback

Last updated: Oct 30, 2009 6:21:36 PM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1/index.jsp?topic=/com.ibm.websphere.gridmgr.doc/info/reference/tcgwsgrid.html