Cross Platform Scheduling from Scheduler Job Management to Autosys Workload Automation
search cancel

Cross Platform Scheduling from Scheduler Job Management to Autosys Workload Automation

book

Article ID: 53556

calendar_today

Updated On:

Products

Scheduler Job Management

Issue/Introduction

Scheduler can send a request to submit a job defined to Autosys. This knowledge document will describe components and setup requirements.

 

 

Resolution

Requirements on the Autosys Workload Automation system

Autosys Workload Automation must be installed.

CAICCI connections must be defined. For Windows, the file CCIRMTD.RC is used and for Unix, the file CCIRMTD.PRF is used. The CCIRMTD.RC/CCIRMTD.PRF file should contain one LOCAL statement pointing to the local machine, and REMOTE statement(s) pointing to the mainframe system(s) where Scheduler is active. The LOCAL and REMOTE statement will contain the following:

LOCAL = hostname cciname startup [ALIAS=alias_name] 
REMOTE = hostname cciname 32768 startup [port=nnnn]

In the REMOTE statement, the hostname is the node name and the cciname is the SYSID value from the CCITCPGW started task.
In the LOCAL statement, an alias name may be necessary if the local machine name is greater than 8 characters.



Requirements on the z/OS system where Scheduler resides

 

Scheduler must be initialized with the following CAIRIM CAS9 CAIJGEN options:

XPLAT=YES          YES to allow the submission of cross-platform                  
XPRET=30|days number of days a node is to remain idle before Scheduler deletes the node

 CAICCI is used for communication between Autosys and Scheduler. CAENF is used to activate this communication. In the CAENF JCL, add the PROTOCOL(TCPIPGW) statement to existing PDS member CCIPARMS defined on the ENFPARMS DD. This protocol statement will automatically start the started task CCITCPGW when CAENF is activated.



 

Additional Information