The procedure uses the illustration in SNA Configurations as an example. It uses CCIA and CCIB as host and VTAM resource names. However, you can use names appropriate to your installation and any naming standards you have adopted. In many cases, you can use z/OS system symbols in your VTAM definitions, enabling a single set of definitions to be shared across multiple systems.
Follow these steps:
Define CCIA as follows:
CCIHOST1 VBUILD TYPE=APPL
CCIA APPL ACBNAME=CCIA,
AUTH=(ACQ,NOTSO)
Define CCIB as follows:
CCIHOST2 VBUILD TYPE=APPL
CCIB APPL ACBNAME=CCIB,
AUTH=(ACQ,NOTSO)
Depending on your network configuration and site standards, you canalso include other VTAM parameters such as CERTIFY, EAS, and VPACING.
Note: For information about VTAM parameters, see your VTAM documentation.
Note: If you are using SNA exclusively for PC to mainframe connectivity, you can bypass this step.
Define the following VTAM cross‑domain resource on host CCIA:
CCICDRS1 VBUILD TYPE=CDRSC CCIB CDRSC CDRM=CDRMB,ISTATUS=ACTIVE
Define the following VTAM cross‑domain resource on host CCIB:
CCICDRS2 VBUILD TYPE=CDRSC CCIA CDRSC CDRM=CDRMA,ISTATUS=ACTIVE
On CCIA, issue the following commands:
V NET,ACT,ID=CCIHOST1 V NET,ACT,ID=CCICDRS1
On CCIB, issue the following commands:
V NET,ACT,ID=CCIHOST2 V NET,ACT,ID=CCICDRS2
Note: For information about VTAM resource definitions, see your VTAM documentation.
Note: Before CAICCI can use VTAM generic resources, you must have performed the setup that is outlined in your VTAM documentation.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|