SNAX/XF LU Network Services Manual

Creating the Basic Configuration
Application Example
097841 Tandem Computers Incorporated 3–7
Note also that the ESS table is being specified as an attribute of each LU. This table,
here identified by its table name, will be searched when LU3 or LU4 attempts to log
on:
ADD LINE $P2, CHARACTERSET EBCDIC, STATION PRIMARY
ADD PU $P2.#PU2, TYPE (13,2),RECSIZE 265, &
MAXLUS 2,ADDRESS %HC8
ADD LU $P2.#LU3, TYPE (14,2),PUNAME #PU2,RECSIZE 1024, &
PROTOCOL ITI,ADDRESS 2,DEVTYPE "3278-2", &
ESSTABLE ESS1
ADD LU $P2.#LU4, TYPE (14,2),PUNAME #PU2,RECSIZE 1024, &
PROTOCOL ITI,ADDRESS 3,DEVTYPE "3278-2", &
ESSTABLE ESS1
Note that CHARACTERSET EBCDIC is specified for the line; this turns translation on
for the attached terminal LUs because they do not have CHARACTERSET specified as
an LU attribute. Finally, the START command is used to start all lines, PUs, and LUs:
START LINE $G1
START PU $G1.#PU1
START LU $G1.#LU1
START LU $G1.#LU2
START LINE $P2
START PU $P2.#PU2
START LU $P2.#LU3
START LU $P2.#LU4
Note that before the host SSCP and TSO application can be accessed, the
corresponding objects for LU3 and LU4 must also be started on the host side.
Starting the Tandem
Creator Process
For Tandem applications to use LUNS services, the Creator process must be started.
Because a password is required for the Creator process, it must be included as part of
the RUN command.:
1> RUN CREATOR /OUT $S.#SPOOL, CPU 1, NAME $CRT, NOWAIT/ 2 ; &
CREATOR #CREATE, PASSWORD "SYZYGY "
Note that this password was previously specified in the SCF ADD APPL command for
the Creator process. The password in the RUN command must match the one
specified in the ADD APPL command.