For CA OPS/MVS to communicate with CA Automation Point, you must configure both products.
The following components are required for the establishment of communication between CA OPS/MVS and CA Automation Point:
Note: This topic provides an overview of how to establish communication between CA OPS/MVS and CA Automation Point. For detailed information, see the Administration Guide.
To configure CA OPS/MVS for communication with CA Automation Point
The CAICCI service is available to MSF as a means of communication.
ADDRESS OPSCTL "MSF DEFINE MSFID(msf_id_local) APPLID(local_vtam_name)" ADDRESS OPSCTL "MSF DEFINE MSFID(msf_id_remote) APPLID(ap_caicci_id) CCI"
ADDRESS OPSCTL "MSF DEFINE MSFID(ap_host_name) APPLID(ap_caicci_id) AP"
These changes take effect when MSF is recycled. If you want to make these changes available to the current MSF instance, use OPSVIEW OptionĀ 4.2 to define these sessions to the current instance.
var = OPSPRM("SET","INITMSF","YES")
var = OPSPRM("SET","INITCCI","YES")
var = OPSPRM("SET","APDEFAULTUSERID","user_id")
var = OPSPRM("SET","OSFSECURITY","CHECKUSERID")
var = OPSPRM("SET","MSFDELAY","10")
These changes take effect when CA OPS/MVS is recycled.
CA OPS/MVS is configured for communication with CA Automation Point.
To configure CA Automation Point for communication with CA OPS/MVS
REMOTE=ops_host_name ops_caicci_id 32768 STARTUP PORT=ops_caicci_port
CA Automation Point is configured for communication with CA OPS/MVS.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |