Expand Configuration and Management Manual (G06.24+)

Configuring Direct-Connect and Satellite-Connect
Lines
Expand Configuration and Management Manual523347-008
7-9
Step 3: Create the Line-Handler Process
In the next example, a profile named SLHDIR is created for a single-line direct-connect
line-handler process using the PEXQSSWN profile. The CLOCKSPEED_56000
modifier is set in the profile.
-> ADD PROFILE $ZZWAN.#SLHDIR, FILE $SYSTEM.SYS01.PEXQSSWN, &
CLOCKSPEED_56000
Step 3: Create the Line-Handler Process
You create a single-line direct-connect or satellite-connect line-handler process by
adding it as a device to the WAN subsystem.
ADD DEVICE Command
To create a single-line direct-connect or satellite-connect line-handler process, use the
WAN subsystem SCF ADD DEVICE command. The command syntax is as follows:
$ZZWAN.#device_name
is the device name of the Expand line-handler process you want to add.
IOPOBJECT $SYSTEM.SYSnn.LHOBJ
is the name of the object file containing the executable object for code for an
Expand line-handler process. This value must be $SYSTEM.SYSnn.LHOBJ.
PROFILE profile_name
is the name of the profile you created for this Expand line-handler process in Step
2: Create a Profile for the Line-Handler Process.
Note. This section explains how to configure single-line direct-connect and satellite-connect
line-handler processes only. Creating direct-connect and satellite-connect lines that are part of
a multi-line path is explained in Section 14, Configuring Multi-Line Paths
.
ADD DEVICE $ZZWAN.#device_name
, IOPOBJECT $SYSTEM.SYSnn.LHOBJ
, PROFILE profile_name
, CPU cpunumber
, ALTCPU altcpunumber
, TYPE (63,5 )
. RSIZE rsize
, ADAPTER concname
, CLIP clipnum
, LINE linenum
, PATH { A | B }
, NEXTSYS sys_number
[, modifier_keyword [ modifier_value ] ] ...