Reference Guide

Last Month = 29C ( 84.2F ) [At Wed, 16 May 2012 15:34:13]
Last Year = 29C ( 84.2F ) [At Wed, 16 May 2012 15:34:13]
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.
If an unexpected error message is displayed for any operation, ensure you delete some
jobs in the jobqueue and retry the operation.
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
-iSpecies 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.
-fqddSpecies an FQDD for which a job should be created.
—r <reboot type>Species 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 timeSpecies a start time for job scheduled in the yyyymmddhhmmss format.
TIME_NOW means immediate. Next Reboot means job is in scheduled state until the next
manual restart.
expiry timeSpecies expiry time for the job execution in the yyyymmddhhmmss
format. The job must start by this time. TIME_NA means expiry time is not applicable.
--realtimeSpecies the real time job.
NOTE:
--realtime is applicable for storage conguration commands run on systems
with PERC 9 cards with rmware version 9.1 and later.
-r option is not valid for real time conguration.
Example
View jobs in the current job queue.
racadm jobqueue view
View jobs in the Current job queue and display the specic job ID.
racadm jobqueue view -i <JobID>
Delete all possible jobs from the current job queue.
racadm jobqueue delete --all
Delete a specic job from the current job queue.
racadm jobqueue delete -i <JobID>
To clear all the jobs in the job queue.
racadm jobqueue delete –i JID_CLEARALL
51