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 jdbc/parallelJobManager.
-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}