NetBatch Manual
Scheduler Planning, Configuration, and
Management
NetBatch Manual—522460-004
3-22
Warm-Start Events
4. After stopping jobs, the scheduler reviews its executors and deletes those whose
state was DELETE when the scheduler stopped. The scheduler then updates each
executor’s state:
5. Following its executor review, the scheduler deletes attachment sets that are not in
use by jobs and whose attributes include TEMPORARY ON.
On starting up, if the scheduler’s INITIATION attribute is set to ON, it immediately
begins to select and start jobs. To prevent jobs from starting, set the attribute to OFF
before entering the START SCHEDULER command; for example:
> NETBATCH /NAME $ZBAT, NOWAIT/ $DATA7.ZBAT
> BATCHCOM $ZBAT; ALTER SCHEDULER, INITIATION OFF; START
SCHEDULER
Scheduler altered
Scheduler started
State when scheduler stopped State after warm start
ACTIVE ON or DOWN (depending on CPU availablity)
DELETE NA (executor deleted)
DOWN ON or DOWN (depending on CPU availablity)
OFF OFF
ON ON or DOWN (depending on CPU availablity)
STOP OFF