Expand Configuration and Management Manual (H06.21+, J06.10+)

Configuring Direct-Connect and Satellite-Connect
Lines
Expand Configuration and Management Manual 529522-013
7 - 8
Examples
PEXQSSWN and PEXQSSAT profiles are described in Profile Modifiers on
page 7-12.
Examples
In the first example, a profile named SLHSAT is created for a single-line satellite-
connect line-handler process using the PEXQSSAT profile. The L4TIMEOUT modifier
is set to 1000 in the profile.
-> ADD PROFILE $ZZWAN.#SLHSAT, FILE $SYSTEM.SYS01.PEXQSSAT, &
14TIMEOUT 1000
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:
$ZZWAN.#device_name
is the device name of the Expand line-handler process you want to add.
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
13, 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 ] ] ...