Exchange/SNA Manual
Configuring SNAX/XF for Exchange/SNA
Installation and Configuration
6–4 104700 Tandem Computers Incorporated
Example
The following example shows an SCF session that starts the SNAX/XF service
manager process, defines and starts a SNAX/XF communications line named $SNAS1,
and defines and starts a physical unit (PU2) and its associated logical units:
== Start the SNAX/XF service manager process.
ALLOW ALL ERRORS
START SUBSYS $SSCP
== Add the SNAX/XF communications line $SNAS1.
ASSUME LINE $SNAS1
ADD , RECSIZE 524, MAXPUS 1, MAXLUS 6, STATION SECONDARY, &
CHARACTERSET ASCII
== Add a physical unit (PU2) to line $SNAS1:
== TYPE (13,2) is required for Exchange/SNA PUs.
== ADDRESS %HC2 must match the PU22C2 NCP PU macro
== specification ADDR=C2.
== RECSIZE 521 matches the PU22C2 NCP PU specification
== MAXDATA=521.
ADD PU #PUC2, TYPE (13,2), ADDRESS %HC2, RECSIZE 521,
MAXLUS 6, MAXPTS 6
== Add logical units associated with $SNAS1.#PU2.
== TYPE (14,1) is required for Exchange/SNA LUs.
== PROTOCOL SNALU is required for Exchange/SNA LUs.
== ADDRESS 1 through ADDRESS 6 match the LU22C201 through
== LU22C206 NCP LU macro specification LOCADDR=1 through
== LOCADDR=6.
ADD LU #LUC201, ADDRESS 1,RECSIZE 265,TYPE (14,1),
PUNAME #PUC2,PROTOCOL SNALU
ADD LU #LUC202, ADDRESS 2,RECSIZE 265,TYPE (14,1),
PUNAME #PUC2,PROTOCOL SNALU
ADD LU #LUC203, ADDRESS 3,RECSIZE 265,TYPE (14,1),
PUNAME #PUC2,PROTOCOL SNALU
ADD LU #LUC204, ADDRESS 4,RECSIZE 265,TYPE (14,1),
PUNAME #PUC2,PROTOCOL SNALU
ADD LU #LUC205, ADDRESS 5,RECSIZE 265,TYPE (14,1),
PUNAME #PUC2,PROTOCOL SNALU
ADD LU #LUC206, ADDRESS 6,RECSIZE 265,TYPE (14,1),
PUNAME #PUC2,PROTOCOL SNALU
== Start the line, PU, and LUs.
START , SUB ALL