WAN Subsystem Configuration and Management Manual

Changing the Initial WAN Subsystem Configuration
WAN Subsystem Configuration and Management Manual522463-011
3-5
Reconfiguring a DEVICE Object Example
4. Define a PROFILE object for the new line-handler process using the SCF ADD
PROFILE command.
5. Define the DEVICE object for the new line-handler process using the SCF ADD
DEVICE command.
6. Start the DEVICE object for the new line-handler process using the SCF START
DEVICE command.
Table 2-1 on page 2-1 and Table 2-2 on page 2-2 list the data communications
subsystems that can be configured to use SWAN concentrator lines and the manuals
to consult for configuration information.
Reconfiguring a DEVICE Object Example
1. Stop the ATP6100 line named $S01P1 and all its subordinate objects by using the
ATP6100 subsystem SCF STOP LINE command with the SUB ALL option.
2. Stop the DEVICE object for the ATP6100 line-handler process named $S01P1 by
using the SCF STOP DEVICE command.
3. Delete the DEVICE object from the configuration database by using the SCF
DELETE DEVICE command.
4. Define a PROFILE object for the new X25AM line-handler process by using the
SCF ADD PROFILE command. The object file name for the profile used by X25AM
lines is PX250061.
5. Define the DEVICE object for the new X25AM line-handler process by using the
SCF ADD DEVICE command. The PROFILE object created in Step 3 is associated
with the DEVICE object using the PROFILE attribute of the SCF ADD DEVICE
command.
Example 3-1. Sample SCF STOP LINE Command
STOP LINE $S01P1, SUB ALL
Example 3-2. Sample SCF STOP DEVICE Command
STOP DEVICE $ZZWAN.#S01P1
Example 3-3. Sample SCF DELETE DEVICE Command
D
ELETE DEVICE $ZZWAN.#S01P1
Example 3-4. Sample SCF ADD PROFILE Command
ADD PROFILE $ZZWAN.#PROFX25, FILE $SYSTEM.SYS00.PX250061