Envoy Configuration and Management Manual
Subsystem Control Facility (SCF) Commands for
Envoy
Envoy Configuration and Management Manual—429861-001
5-7
ADD PROFILE Command
ADD PROFILE Command
To create a profile from the PENVBSC profile (or any of the other profiles for Envoy)
provided by Compaq, use the WAN subsystem SCF ADD PROFILE command.
The command syntax is as follows:
$ZZWAM.#profile_name
is a user-defined name of up to eight alphanumeric characters used to identify the
new profile.
FILE $SYSTEM.SYSnn.object_filename
specifies the name of an existing disk file that is used to create the new profile.
modifier_keyword
is the name of a modifier in profile_name. Modifier names are listed in
Section 3, WAN Subsystem Profiles and Modifiers for Envoy
.
modifier_value
is the value you want to assign to the modifier specified by
modifier_keyword. Specifying a value in modifier_value assigns a new
value to modifier_keyword in profile_name. Default values and ranges of
values for modifiers in the profiles are described in Section 3, WAN Subsystem
Profiles and Modifiers for Envoy.
Example
The following example 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 $BSCA communications protocol. $ZZWAN is the name of the WAN subsystem
and $SYSTEM.SWAN a sample file location.
-> ADD PROFILE $ZZWAN.#ENV01, FILE $SYSTEM.SYS00.PENVBSC
ADD PROFILE $ZZWAN.#profile_name
, FILE $SYSTEM.SYSnn.object_filename
[, modifier_keyword [ modifier_value ] ] ...