NonStop S-Series Hardware Installation and FastPath Guide (G06.29+)

Case Study: Installing and Configuring a System
HP NonStop S-Series Hardware Installation and FastPath Guide541880-002
14-32
Adding an X.25 Line
Adding an X.25 Line
This example contains an SCF command file that adds an X.25 line associated with
the SWAN concentrator $ZZWAN.#S01 (configuration track-ID X001XX) to the
configuration database. It also contains a startup file.
== This is $SYSTEM.STARTUP.ADDX25
== This file should be invoked after ADDMGR,
== and ADDSWAN.
allow 20 errors
ADD PROFILE $ZZWAN.#profx25, FILE $SYSTEM.sys00.PX25DTE
ADD DEVICE $ZZWAN.#x25p1, &
CPU 0, &
ALTCPU 1, &
PROFILE profx25, &
IOPOBJECT $system.sys00.x25obj, &
TYPE (61,63), &
RECSIZE 150, &
CLIP 3, &
LINE 0, &
ADAPTER S01, &
PATH A
ADD DEVICE $ZZWAN.#x25s1, &
CPU 0, &
ALTCPU 1, &
PROFILE profx25, &
IOPOBJECT $system.sys00.x25obj, &
TYPE (61,63), &
RECSIZE 150, &
CLIP 3, &
LINE 1, &
ADAPTER S01, &
PATH A
== Start the devices configured above.
START DEVICE ($ZZWAN.#x25p1, $ZZWAN.#x25s1)
== To enable data communications, you must start the lines using
== the command START LINE $x25* or by invoking a startup file that
== contains this command.