Running batch jobs on a proxy that execute commands.
We currently have many batch jobs which issue ESP commands and have SUBSYS(ESPM) coded which is the subsystem ID of the ESP master. Since these jobs can run on any LPAR in the Sysplex, they do not always run on the LPAR where the master is located. How do I get the commands to execute on the master?
Release: All
Component: ESP WORKLOAD AUTOMATION
Use the ESP Proxy SUBSYS name and parameter MASTER.
Example: //STEP1 EXEC PGM=ESP,PARM='SUBSYS(ESPP),MASTER'
In this example, ESPP is the subsystem ID of the Proxys. Parameter MASTER will route commands to the Master ESP system for execution.