You can use the parallelJobManager.py script to install and configure the parallel job manager (PJM).
You can use the parallelJobManager.py script to install the PJM application a specified server/cluster and configure the datasource used with the application.
The parallelJobManager.py script is located in the install_root/bin directory.
_wsadmin parallelJobManager.py -install -cluster <clusterName>or
wsadmin parallelJobManager.py -install -node <nodeName> -server <serverName>or to remove a PJM system application:
wsadmin parallelJobManager.py -remove -cluster <clusterName>or
wsadmin parallelJobManager.py -remove -node <nodeName> -server <serverName>
-install is the default if -remove is not specified. Either -cluster or -node and -server is required.
This option can be specified with -install and must be specified with -remove if not defaulted.
wsadmin -lang jython -f parallelJobManager.py -install -node1 <mynode> -server1 <myserver>{noformat}