The CTCPATH statement and command lets you define the CTC device addresses connecting systems.
This statement has the following format:
CTCPATH FROMSYSTEM=sysid ADDRESS=(devn1[,devn2]) TOSYSTEM=sysid
(Optional) Identifies the system from which you are creating a CTC path. Specify the system name, alias, or index number for this system in place of sysid.
Default: The local system.
Indicates what logical device address the system identified on the FROMSYSTEM parameter should use to communicate with the system identified on the TOSYSTEM parameter.
You can specify two types of addresses: a primary address and a backup channel address. Specify the primary address in place of devn1. If you want to establish backup channels, then specify their addresses in place of devn2.
You can specify a maximum of 32 addresses for the ADDRESS parameter.
(Optional) Identifies the system to which you are creating a CTC path. Specify the system name, alias, or index number for this system in place of sysid.
Usage Notes: CTCPATH
Note: For more information on CTC connectivity, see the CA MIM Programming Guide.
If you want to communicate with a z/OS or z/VM guest running on the same processor using virtual CTC devices, define virtual CTC devices by placing appropriate CP DEFINE and CP COUPLE commands in your PROFILE GCS on the MIMGR user ID.
Examples: CTCPATH Statement
CTCPATH FROMSYSTEM=SYS1 ADDRESS=803 TOSYSTEM=SYS2 CTCPATH FROMSYSTEM=SYS2 ADDRESS=2C3 TOSYSTEM=SYS1
CTCPATH FROMSYSTEM=SYSA ADDRESS=(90D0,80C1,9090) TOSYSTEM=SYSB CTCPATH FROMSYSTEM=SYSB ADDRESS=(70D1,A0C0,8091) TOSYSTEM=SYSA
The first pair of CTC addresses, 90D0 and 70D1, connects SYSA and SYSB. This is the primary connection.
The second pair of CTC addresses, 80C1 and A0C0, connects SYSA and SYSB. This is the first alternate connection.
The third pair of CTC addresses, 9090 and 8091, connects SYSA and SYSB. This is the second alternate connection.
Note: The dynamic CTCPATH command requires compatibility level 12.0.
Copyright © 2014 CA.
All rights reserved.
|
|