Quick Reference Guide

Last Hour = 23C ( 73.4F ) [At Wed, 30 May 2012
11:00:57]
Last Day = 25C ( 77.0F ) [At Tue, 29 May 2012
15:37:23]
Last Week = 27C ( 80.6F ) [At Fri, 25 May 2012
10:38:20]
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 job(s) in the current JobQueue.
This subcommand is applicable only for iDRAC.
NOTE:
To use this subcommand, you must have Server Profile Export and Import
license.
Synopsis
racadm jobqueue view -i<jobid>
where valid option is -i. This specifies the jobid that is displayed.
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>]
Input
-i — Specifies a JobID that can be displayed or deleted.
--all — The JobIDs which are not applied will be deleted.
-fqdd — Specifies a FQDD for which a job has to be created.
—r <reboot type> — Specifies a reboot type.
none — No Reboot Job. This is the default value.
pwrcycle — PowerCycle.
graceful — Graceful Reboot without forced shutdown.
forced — Graceful Reboot with forced shutdown.
start time — Specifies a start time for job to be scheduled in
yyyymmddhhmmss format. TIME_NOW means immediate.
expiry time — Specifies expiry time for the job execution in
yyyymmddhhmmss format. TIME_NA means expiry time is not applicable.
Example
View Jobs in the Current JobQueue:
racadm jobqueue view
View Jobs in the Current JobQueue and display the specific JobID
racadm jobqueue view -i <JobID>
Delete all possible Jobs from the Current JobQueue:
racadm jobqueue delete --all
Delete a specific Job from the Current JobQueue:
racadm jobqueue delete -i <JobID>
85