Reference Guide

jobqueue
Description Enables you to view and delete a job or jobs in the
current Job Queue.
NOTE: To run this subcommand, you must have
the Server control privilege.
Synopsis
racadm jobqueue view -i<jobid>
racadm jobqueue delete [-i<jobid>][--all]
where valid options are -i and --all.
racadm jobqueue create <fqdd> [-r <reboot
type> ] [-s <start time> ] [-e <expiry
time>]
racadm jobqueue create <fqdd> [-r <reboot
type>] [-s <start time>] [-e <expiration
time>] [--realtime]
Input
-i — Specifies a job ID that is displayed or deleted.
NOTE: The value JID_CLEARALL will force
delete all the possible jobs in the queue.
--all — The job IDs that are not applicable are
deleted.
-fqdd — Specifies an FQDD for which a job should
be created.
—r <reboot type> — Specifies a reboot type.
none — No Reboot Job. This option is the
default value.
pwrcycle — Power cycle.
graceful — Graceful Reboot without forced
shut down.
forced — Graceful Reboot with forced shut
down.
start time — Specifies a start time for job
scheduled in yyyymmddhhmmss format.
TIME_NOW means immediate. Next Reboot means
job is in scheduled state until the next manual
restart.
expiry time — Specifies expiry time for the job
execution in yyyymmddhhmmss format. TIME_NA
means expiry time is not applicable.
77