Envoy Configuration and Management Manual

Configuration Quick Start
Envoy Configuration and Management Manual429861-001
1-10
Changing the Modifier Definitions in the DEVICE
Object
Step 5: Starting the New DEVICE Object
Start the DEVICE object as shown in Example 1-9:
Changing the Modifier Definitions in the DEVICE Object
Step 1: Stopping the Device
Issue an SCF STOP DEVICE command to the WAN subsystem as in Example 1-10:
Step 2: Altering the Device to Change the Modifier
Use the SCF ALTER DEVICE command specifying the modifier you want to change.
Example 1-11 alters the BUFFER modifier from POOLED to DEDICATED:
Step 3: Restarting the Process
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.#ENV01,
TYPE (7, 40),
IOPOBJECT $SYSTEM.SYS01.OENVOY,
PROFILE MYPROF,
CLIP 1,
LINE 0,
CPU 0,
ALTCPU 1,
ADAPTER CONC1,
RECSIZE 512,
PATH A
Example 1-9. Starting the Device
-> START DEVICE $ZZWAN.#ENV01
Example 1-10. Stopping the Device to Change a Modifier
-> STOP DEVICE $ZZWAN.#ENV01
Example 1-11. Altering the Device to Change a Modifier
-> ALTER DEVICE $ZZWAN.#ENV01, DEDICATED
Example 1-12. Restarting the Process
-> START DEVICE $ZZWAN.#ENV01