NET/MASTER Management Services (MS) System Management Guide

Example 1: IBM Host Controlling Two Tandem Nodes
Supporting Remote Operations
105744 Tandem Computers Incorporated 9–23
This example illustrates part of an NCL procedure that adds link, session, and unit
definitions that support INMC links from \NODEA to both the IBM host and
\NODEB. The example contains statements that correspond with the link, session,
and unit definitions depicted in Figure 9-3, earlier in this section. If the network
topology and configurations are stable, the manager of \NODEA might include the
following statements in the INIT NCL procedure:
CMD “LINK DEFINE=IBMHOST MSGID=IBMH HLITE=REVERSE”,
“COLOR=BLUE COMMENT=IBMHOST”
CMD “SESSION DEFINE=IBM1 LINK=IBMHOST TYPE=SNALU0”,
“APPLID=NETMR”
CMD “UNIT DEFINE=XU1 SESSION=IBM1 MODE=SECONDARY”,
“IOSIZE=1024 CONNECTDELAY=62 DEVICE=\NODEA.$BITA1.#IBMA1”,
“COMMENT=IBMHOSTUNIT”
CMD “LINK DEFINE=NODEB MSGID=NODB HLITE=REVERSE”,
“COLOR=BLUE COMMENT=\NODEB”
CMD “SESSION DEFINE=X252NODEB LINK=NODEB TYPE=X25”,
“APPLID=IMALIVE”
CMD “UNIT DEFINE=XU1 SESSION=X252NODEB MODE=ACTIVE”,
“IOSIZE=1024 CONNECTDELAY=60 DEVICE=\NODEA.$X25A.#VC1”,
“COMMENT=\NODEBVC1”
CMD “UNIT DEFINE=XU2 SESSION=X252NODEB MODE=PASSIVE”,
“IOSIZE=1024 CONNECTDELAY=60 DEVICE=\NODEA.$X25A.#VC2”,
“COMMENT=\NODEBVC2”
CMD “UNIT DEFINE=XU3 SESSION=X252NODEB MODE=ACTIVE”,
“IOSIZE=1024 CONNECTDELAY=60 DEVICE=\NODEA.$X25B.#VC1”,
“COMMENT=\NODEBVC3”
CMD “UNIT DEFINE=XU4 SESSION=X252NODEB MODE=PASSIVE”,
“IOSIZE=1024 CONNECTDELAY=60 DEVICE=\NODEA.$X25B.#VC2”,
“COMMENT=\NODEBVC4”