Envoy Configuration and Management Manual

Configuration Quick Start
Envoy Configuration and Management Manual429861-001
1-11
Changing LINE Object Attributes in the Envoy
Subsystem Using SCF
Changing LINE Object Attributes in the Envoy Subsystem Using SCF
Step 1: Stopping the Line
Stop the LINE object by issuing an SCF STOP LINE command to the Envoy subsystem
as in Example 1-13
:
Step 2: Altering the Line to Change the Line Object Attribute
Use the SCF ALTER LINE command to change the attribute as in Example 1-14:
(See Section 5, Subsystem Control Facility (SCF) Commands for Envoy
for specifics
about the ALTER LINE command.)
Step 3: Restarting the Process
Use the SCF START LINE command to restart the process as shown in Example 1-15:
Changing LINE Object Attributes in the Envoy Subsystem Using
Guardian Procedure Calls
For information about changing optional modifiers by using Guardian procedure calls,
see the sections on each protocol in the Envoy Application Programming Manual.
Example 1-13. Stopping the Line to Change the Line Object Attribute
-> STOP LINE $ENV01
Example 1-14. Changing the Line Object Attribute
-> ALTER LINE $ENV01, ASC, CONNTYPE PPNSW
Example 1-15. Restarting the Line
-> START LINE $ENV01