Envoy ACP/XF Configuration and Management Manual
Configuration Quick Start
EnvoyACP/XF Configuration and Management Manual—429232-003
1-3
Task 2: Create the Line-Handler Process
name must start with the pound sign (#) and can have up to eight alphanumeric
characters). PENFANRM is the name of the template file, or disk file, that HP supplies
for the ADCCP-NRM communications protocol. $ZZWAN is the name of the WAN
subsystem and $SYSTEM.SYS01 is a sample file location.
Task 2: Create the Line-Handler Process
To create a line-handler process, add it as a device to the WAN subsystem using the
SCF ADD DEVICE command. See ADD DEVICE Command on page 1-3.
ADD DEVICE Command
To create an NRM 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 EnvoyACP/XF line-handler process you want to add.
IOPOBJECT $SYSTEM.SYSnn.BSPROCO
is the name of the object file containing the executable object code for an
EnvoyACP/XF line-handler process. This value must be
$SYSTEM.SYSnn.BSPROCO.
PROFILE profile_name
is the name of the profile you created for this EnvoyACP/XF line-handler process in
Task 1: Create a PROFILE Object for the Line-Handler Process.
CPU cpunumber
indicates the processor where this EnvoyACP/XF line-handler process normally
executes.
Example 1-1. Adding a Profile
-> ADD PROFILE $ZZWAN.#MYANRM, FILE $SYSTEM.SYS01.PEXFANRM
ADD DEVICE $ZZWAN.#device_name
, IOPOBJECT $SYSTEM.SYSnn.BSPROCO
, PROFILE profile_name
, CPU cpunumber
, ALTCPU altcpunumber
, TYPE (n,n)
, RSIZE rsize
, ADAPTER concname
, CLIP clipnum
, LINE linenum
, PATH { A | B }
[, modifier_keyword [ modifier_value ] ] ...