How to route ESP commands to the Master ESP system for execution
search cancel

How to route ESP commands to the Master ESP system for execution

book

Article ID: 11829

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

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?

Environment

Release: All 
Component: ESP WORKLOAD AUTOMATION

Resolution

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.