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-29
Adding CP6100 Lines
Adding CP6100 Lines
This example contains an SCF command file that adds two CP6100 lines 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.ADDCP6
== This file should be invoked after ADDMGR, STRTMGR,
== ADDSWAN, and STRTSWAN.
ALLOW 20 ERRORS
ADD PROFILE $ZZWAN.#profbsc, FILE $SYSTEM.sys00.PCP6BSC
ADD PROFILE $ZZWAN.#profadcp, FILE $SYSTEM.sys00.PCP6ADCP
ADD DEVICE $ZZWAN.#cp6p1, &
CPU 0, &
ALTCPU 1, &
PROFILE profbsc, &
IOPOBJECT $system.sys00.ocp6css, &
TYPE (51,1), &
RECSIZE 150, &
CLIP 1, &
LINE 0, &
ADAPTER s01, &
PATH A
ADD DEVICE $ZZWAN.#cp6p2, &
CPU 0, &
ALTCPU 1, &
PROFILE profadcp, &
IOPOBJECT $system.sys00.ocp6css, &
TYPE (51,2), &
RECSIZE 150, &
CLIP 2, &
LINE 0, &
ADAPTER s01, &
PATH A
START DEVICE $ZZWAN.#CP6*
== To enable data communications, you must start the lines using
== the command START LINE $CP6* or by invoking a startup file that
== contains this command.