SNAX Connection Manager (SNAX/CM) Manual
SNAX/CM Configuration Examples
Configuring SNAX/CM
2–10 097842 Tandem Computers Incorporated
== SCF configures the PRIMARY line.
assume line $xf1
add &
 , connectappl any & ==
 , switched on & ==
 , maxpus 3 & ==
 , station primary & ==
 , dialtype inout & ==
 , recsize 6002 & ==
 , maxlus 500 & ==
 , sapinfo (sap %H04, maxls 2; ==
 sap %H08, maxls 1; ==
 sap %H0C, maxls 1) ==
== SCF configures the three PUs on line $XF1.
add pu #pup1 & ==
 , address %HC7 & ==
 , maxlus 5 & ==
 , type (13,2) & ==
 , recsize 6000 & ==
 , trssap 4 & ==
add pu #pup2 & ==
 , address %HC8 & ==
 , maxlus 5 & ==
 , type (13,2) & ==
 , recsize 6000 & ==
 , trssap C & ==
add pu #pup3 & ==
 , address %HC9 & ==
 , maxlus 5 & ==
 , type (13,2) & ==
 , recsize 6000 & ==
 , trssap 8 & ==
== SCF configures one LU for each of the three PUs on line $XF1.
add lu #lup1 & ==
 , puname #pup1 & ==
 , address 2 & ==
 , protocol iti & ==
 , type (14,2) & ==
 , devtype "3278-2" & ==
 , recsize 6000 & ==
add lu #lup2 & ==
 , like #lup1 & ==
 , puname #pup2 & ==
add lu #lu3 & ==
 , like #lup1 & ==
 , puname #pup3 & ==










