NetBatch Manual

Scheduler Planning, Configuration, and
Management
NetBatch Manual522460-004
3-24
Scheduler Configuration Procedure
Scheduler altered
2}
Step 4: Add the Schedulers Attributes and Specify Their
INITIATION Attributes
Add the scheduler’s classes and specify their INITIATION attributes by using the ADD
CLASS command. (Classes adopt the attribute INITIATION ON unless specified
otherwise.)
2} ADD CLASS C1; ADD CLASS C2; ADD CLASS C3;
ADD CLASS C4, INITIATION OFF
Class C1 added
Class C2 added
Class C3 added
Class C4 added
3}
Step 5: Add the Scheduler’s Executors and Specify Their
CLASS and CPU Attributes
Add the scheduler’s executors and specify their CLASS and CPU attributes by using
the ADD EXECUTOR command:
3} ADD EXECUTOR E1, CLASS (C1, C2, C3, C4), CPU 0
Executor E1 added
4} ADD EXECUTOR E4, CLASS (C2, C3, C4, C1), CPU 1
Executor E4 added
5} ADD EXECUTOR E8, CLASS (C3, C4, C1, C2), CPU 2
Executor E8 added
6} ADD EXECUTOR E12, CLASS (C4, C1, C2, C3), CPU 3
Executor E12 added
7}
Step 6: Start the Schedulers Executors
Start the scheduler’s executors by using the START EXECUTOR command:
7} START EXECUTOR *
Executor E1 started
Executor E12 started
Executor E4 started
Executor E8 started
8}
Step 7: End the BATCHCOM Session
End the BATCHCOM session by using the EXIT command:
8} EXIT
>