NetBatch Manual
Commands
NetBatch Manual—522460-004
6-156
START EXECUTOR Command
Examples
•
The START EXECUTOR command in this example starts an executor named A0:
42} STATUS EXECUTOR A0
EXECUTOR STATUS
EXECUTOR CPU STATE JOB CLASS
------------------------ --- ------ ---- --------------------
A0 0 OFF
43} START EXECUTOR A0
Executor A0 started
44} STATUS EXECUTOR A0
EXECUTOR STATUS
EXECUTOR CPU STATE JOB CLASS
------------------------ --- ------ ---- --------------------
A0 0 ON
•
The START EXECUTOR command in this example starts all OFF executors:
83} STATUS EXECUTOR *
EXECUTOR STATUS
EXECUTOR CPU STATE JOB CLASS
------------------------ --- ------ ---- --------------------
RISC-0 0 OFF
RISC-1 1 OFF
RISC-2 2 OFF
RISC-3 3 OFF
84} START EXECUTOR *
Executor RISC-0 started
Executor RISC-1 started
Executor RISC-2 started
Executor RISC-3 started
85} STATUS EXECUTOR *
EXECUTOR STATUS
EXECUTOR CPU STATE JOB CLASS
------------------------ --- ------ ---- --------------------
RISC-0 0 ON
RISC-1 1 ON
RISC-2 2 ON
RISC-3 3 ON
•
This example lists the scheduler log file events recorded as a result of the previous
START EXECUTOR * command:
START EXECUTOR RISC-0 U_255,255 H_\MELBDEV.$ZTN0.#PTY4
UPDATE EXECUTOR RISC-0 S_ON U_255,255 H_\MELBDEV.$ZTN0.#PTY4
START EXECUTOR RISC-1 U_255,255 H_\MELBDEV.$ZTN0.#PTY4
UPDATE EXECUTOR RISC-1 S_ON U_255,255 H_\MELBDEV.$ZTN0.#PTY4
START EXECUTOR RISC-2 U_255,255 H_\MELBDEV.$ZTN0.#PTY4
UPDATE EXECUTOR RISC-2 S_ON U_255,255 H_\MELBDEV.$ZTN0.#PTY4
START EXECUTOR RISC-3 U_255,255 H_\MELBDEV.$ZTN0.#PTY4
UPDATE EXECUTOR RISC-3 S_ON U_255,255 H_\MELBDEV.$ZTN0.#PTY4