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


parallelJobManager.py script

You can use the parallelJobManager.py script to install and configure the parallel job manager (PJM).

Purpose

You can use the parallelJobManager.py script to install the PJM application a specified server/cluster and configure the datasource used with the application.

Location

The parallelJobManager.py script is located in the install_root/bin directory.

Usage

The default script usage follows:
wsadmin -lang jython -f parallelJobManager.py -install -cluster <clusterName>
or
wsadmin -lang jython -f parallelJobManager.py -install -node <nodeName> -server <serverName>
or to remove a PJM system application:
wsadmin -lang jython -f parallelJobManager.py -remove -cluster <clusterName>
or
wsadmin -lang jython -f parallelJobManager.py -remove -node <nodeName> -server <serverName>

-install is the default if -remove is not specified. Either -cluster or -node and -server is required.

Options

-schema <schemaName>
The default is PJSCHEMA.
-backend <dbType>
The default is DERBY_V100_1.
-jdbcname <jdbc name>
The default is DERBY_V100_1.
-appname <appname>
The default is ParallelJobManager_

This option can be specified with -install and must be specified with -remove if not defaulted.

Example

wsadmin -lang jython -f parallelJobManager.py -install -node1 <mynode> -server1 <myserver>{noformat} 



Related concepts
The parallel job manager (PJM)
Related reference
System Programming Interfaces (SPI) and properties
Related information
Configuring the Compute Grid environment
Reference topic    

Terms of Use | Feedback

Last updated: Oct 30, 2009 1:37:06 PM EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1m1/index.jsp?topic=/com.ibm.websphere.gridmgr.doc/info/reference/rcginstallpjm.html