X25AM Configuration and Management Manual

Configuration Files for the X25AM Subsystem
X25AM Configuration and Management Manual523424-004
G-2
Adding X25AM I/O Processes
Adding X25AM I/O Processes
The following SCF command file adds two X25AM I/O processes to the third CLIP of
the SWAN concentrator S01. The I/O process for line 0, $X25P1, is configured for DTE
operations (the default) and uses the default profile. The I/O process for line 1 is
configured for DCE operations and uses the modified profile.
Starting X25AM I/O Processes
After adding the X25AM profile and the X25AM I/O processes, you start the I/O
processes $ZZWAN.#X25P1 and $ZZWAN.#X25S1. The following example is an SCF
command file for starting both X25AM I/O processes.
ADD DEVICE $ZZWAN.#X25P1, &
CPU 0, &
ALTCPU 1, &
PROFILE PX250061, &
IOPOBJECT $SYSTEM.SYS00.X25OBJ, &
TYPE (61,63)
PROGRAM $SYSTEM.CSS00.C1096P00, &
RECSIZE 128, &
CLIP 3, &
LINE 0, &
ADAPTER S01, &
PATH A, &
CIRCUITS 510 &
MAXIOSIZE 32767, &
EXTENDEDPOOLPAGES 2047, &
PACKETSIZE 256, &
STARTDOWN
ADD DEVICE $ZZWAN.#X25S1, &
CPU 0, &
ALTCPU 1, &
PROFILE PX25C510, &
IOPOBJECT $SYSTEM.SYS00.X25OBJ, &
TYPE (61,63)
PROGRAM $SYSTEM.CSS00.C1096P00, &
RECSIZE 128, &
CLIP 3, &
LINE 1, &
ADAPTER S01, &
PATH A, &
MAXIOSIZE 32767, &
EXTENDEDPOOLPAGES 2047, &
PACKETSIZE 256, &
DCE, &
STARTDOWN
START DEVICE $ZZWAN.#x25p1
START DEVICE $ZZWAN.#x25s1
STATUS DEVICE $ZZWAN.#x25p1
STATUS DEVICE $ZZWAN.#x25s1