SNAX Connection Manager (SNAX/CM) Manual

SNAX/CM Configuration Examples
Configuring SNAX/CM
2–12 097842 Tandem Computers Incorporated
== SCF configures the 1 PU on line $XF3.
add pu #pus3 & ==
, address %H01 & ==
, maxlus 5 & ==
, type (13,2) & ==
, recsize 6000 & ==
, trrmtaddr 08400011110001 == RSAP X'08' RMAC 400011110001
, trssap C ==
== SCF configures 1 LU for the PU on line $XF3.
add lu #lus3 & ==
, puname #pus3 & ==
, address 2 & ==
, protocol snalu & ==
, type (14,2) & ==
, devtype "3278-2" & ==
, recsize 6000 ==
== SCF starts TLAM IOPs.
START LINE $LAN1, SUB ALL
START LINE $LAN2, SUB ALL
== SCF status of TLAM should shows the STARTED state.
STATUS LINE $LAN1, SUB ALL
STATUS LINE $LAN2, SUB ALL
== SCF starts the SNAX/XF configurations.
START LINE $XF2, SUB ALL == start secondary
START LINE $XF1, SUB ALL == start primary
START LINE $XF3, SUB ALL == start secondary
== SCF status of SNAX/XF lines shows STARTED for the LINE and =
== for the PU and LUs.
STATUS LINE $XF1,SUB ALL
STATUS LINE $XF2,SUB ALL
STATUS LINE $XF3,SUB ALL
== Using SNAX/CM, enable the secondary line ports on line $XF2. Note = ==
that the port name and LANSSAP value for each ENABLE command is = ==
unique. The LANSSAP specified here serves the same function as =
== the TRSSAP specified on an SCF ADD PU command. =
ENABLE LINE $XF2,PORT $LAN2.#abcd1,LANSSAP %H04
ENABLE LINE $XF2,PORT $LAN2.#abcd2,LANSSAP %H08
== Using SNAX/CM, enable the secondary line port on line $XF3.
ENABLE LINE $XF3,PORT $LAN2.#abcd3,LANSSAP %H0C
== Using SNAX/CM, connect the primary side PUs to a secondary side =
== PU via the enabled ports.
CONNECT LINE $XF1,PU #PUP1, PORT $LAN1.#SESS1,&
CALL %H04400022220002
CONNECT LINE $XF1,PU #PUP2, PORT $LAN1.#SESS2,&
CALL %H08400022220002
CONNECT LINE $XF1,PU #PUP3, PORT $LAN1.#SESS3,&
CALL %H0C400022220002