NetBatch Manual
Scheduler Planning, Configuration, and
Management
NetBatch Manual—522460-004
3-33
Altering Executor and Class Attributes
Name Primary Backup Ancestor
$ZBAT 3,269 0,268 $C8
> BATCHCOM $ZBAT; SHUTDOWN SCHEDULER
Scheduler shutting down
> NETBATCH /NAME $ZBAT, NOWAIT/ $DATA7.ZBAT
> BATCHCOM $ZBAT; START SCHEDULER
Scheduler started
> PPD $ZBAT
Name Primary Backup Ancestor
$ZBAT 0,267 1,268 $C8
Altering Executor and Class Attributes
NetBatch supervisors can alter the attributes of a scheduler’s executors and classes by
using these BATCHCOM commands:
•
ALTER EXECUTOR
•
ALTER CLASS
Altering Executor Attributes
The ALTER EXECUTOR command changes an executor’s CLASS and CPU attributes.
For example:
4} INFO EXECUTOR EX1
EXECUTOR ATTRIBUTES for EX1
cpu: 0
classes: CL1
5} ALTER EXECUTOR EX1, CLASS (CL1, CL2), CPU 1
Executor EX1 altered
6} INFO EXECUTOR EX1
EXECUTOR ATTRIBUTES for EX1
cpu: 1
classes: CL1
CL2
The CLASS attribute specifies the executor’s classes. The CPU attribute specifies its
CPU. Together, they route jobs from the classes through the executor to the CPU.
Figure 3-4 illustrates the preceding example.