Envoy Configuration and Management Manual
Configuration Quick Start
Envoy Configuration and Management Manual—429861-001
1-3
Task 2: Create the Line-Handler Process
Adding a PROFILE Object
The following Example 1-1
shows how to add a PROFILE object. The PROFILE name
can be any name that conforms to the naming guidelines in the WAN Subsystem
Configuration and Management Manual. In this example, the PROFILE name is
#ENV01. PENVBSC is the name of the template file, or disk file, that Compaq supplies
for the BISYNC communications protocol. $ZZWAN is the name of the WAN
subsystem and $SYSTEM.SYS00 is a sample file location.
Task 2: Create the Line-Handler Process
You create a line-handler process by adding it as a device to the WAN subsystem. Use
the SCF ADD DEVICE command. See ADD DEVICE Command on page 1-3.
ADD DEVICE Command
To create an Envoy line-handler process, use the WAN subsystem SCF ADD DEVICE
command. See the WAN Subsystem Configuration and Management Manual for more
information about the ADD DEVICE command and its parameters.
The command syntax is as follows:
$ZZWAN.#device_name
is the device name of the Envoy line-handler process you want to add.
IOPOBJECT $SYSTEM.SYSnn.OENVOY
is the name of the object file containing the executable object code for an Envoy
line-handler process. This value must be $SYSTEM.SYSnn.OENVOY.
Example 1-1. Adding a Profile
-> ADD PROFILE $ZZWAN.#ENV01, FILE $SYSTEM.SYS00.PENVBSC
ADD DEVICE $ZZWAN.#device_name
, IOPOBJECT $SYSTEM.SYSnn.OENVOY
, 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 ] ] ...