Connect:Direct® for z/OS® Adjacent Node Examples

The following examples show how to define adjacent z/OS nodes.

SNA LU0

The following example shows an adjacent z/OS node named CD.NYCZOS, with the communications name (VTAM APPLID) of CDDD10. The APPLIDS parameter indicates nine API sessions are possible.

ADJACENT.NODE=(PARSESS=(4,2)  (CD.NYCZOS,CDDD10) -
		APPLIDS=(CDAPI01  CDAPI02   CDAPI03  CDAPI04 -
		CDAPI05  CDAPI06   CDAPI07  CDAPI08   CDAPI09))

CTCA

The following example shows an adjacent z/OS node named CD.DALLAS.ZOS1 which uses channel-to-channel adapter addresses E001-E008. The first address of each pair is used for outbound traffic; the second address is used for inbound traffic.

ADJACENT.NODE=(PARSESS=(4,1)                                        -
    ENVIRONMENT=ZOS                                                -
    (CD.DALLAS.ZOS1,E001,8,CTCA,,SEND))

In the network map entry of the adjacent node, an adjacent node entry for the other side of the CTCA connection is in the following example. The z/OS node named CD.DALLAS.ZOS2 uses channel-to-channel adapter addresses F001–F008. The first address of each pair is used for inbound traffic. The second address of each pair is used for outbound traffic.

ADJACENT.NODE=(PARSESS=(4,1)                                        -
    ENVIRONMENT=ZOS -
    NETID=SERVER1                                                    -
    (CD.DALLAS.ZOS2,F001,8,CTCA,,RECV))