Envoy ACP/XF Configuration and Management Manual

Configuration Quick Start
EnvoyACP/XF Configuration and Management Manual429232-003
1-10
Changing the Modifier Definitions in the DEVICE
Object
5. Start the DEVICE object as shown in Example 1-9:
Changing the Modifier Definitions in the DEVICE Object
1. Issue an SCF STOP DEVICE command to the WAN subsystem as in
Example 1-10:
2. Use the SCF ALTER DEVICE command specifying the modifier you want to
change. Example 1-11 alters the BUFFER modifier from POOLED to DEDICATED:
3. Use the SCF START DEVICE command to restart the process as in Example 1-12:
Example 1-8. Re-Adding the DEVICE Object, Associating the Modified PROFILE
Object
-> ADD DEVICE $ZZWAN.#EXF01,
TYPE (11, 42),
IOPOBJECT $SYSTEM.SYS01.BSPROCO,
PROFILE MYANRM,
CLIP 1,
LINE 0,
CPU 0,
ALTCPU 1,
ADAPTER CONC1,
RECSIZE 536,
PATH A
Example 1-9. Starting the Device
-> START DEVICE $ZZWAN.#EXF01
Example 1-10. Stopping the Device to Change a Modifier
-> STOP DEVICE $ZZWAN.#EXF01
Example 1-11. Altering the Device to Change a Modifier
-> ALTER DEVICE $ZZWAN.#EXF01, DEDICATED
Example 1-12. Restarting the Process
-> START DEVICE $ZZWAN.#EXF01