Envoy ACP/XF Configuration and Management Manual
Configuration Quick Start
EnvoyACP/XF Configuration and Management Manual—429232-003
1-11
Changing LINE Object Attributes in the
EnvoyACP/XF Subsystem Using SCF
Changing LINE Object Attributes in the EnvoyACP/XF
Subsystem Using SCF
1. Stop the LINE object by issuing an SCF STOP LINE command to the Envoy
subsystem as in Example 1-13:
2. Use the SCF ALTER LINE command to change the attribute as in Example 1-14:
(See Section 5, Subsystem Control Facility (SCF) Commands for EnvoyACP/XF
for specifics about the ALTER LINE command.)
3. Use the SCF START LINE command to restart the process as shown in
Example 1-15:
Changing LINE Object Attributes in the EnvoyACP/XF
Subsystem Using NonStop OS Procedure Calls
For information about changing optional modifiers by using NonStop OS procedure
calls, see the sections on each protocol in the EnvoyACP/XF Application Programming
Manual.
Example 1-13. Stopping the Line to Change the Line Object Attribute
-> STOP LINE $EXF01
Example 1-14. Changing the Line Object Attribute
-> ALTER LINE $EXF01, INTERFACE RS422
Example 1-15. Restarting the Line
-> START LINE $EXF01