Reference Guide

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>
Create a Job for the provided FQDD and add to the job queue:
racadm jobqueue create <fqdd> [-r <reboot type> ] [-
s <start time> ] [-e expiry time]
racadm jobqueue create NIC.Integrated.1-1 -r
pwrcycle -s TIME_NOW -e 20120501100000
krbkeytabupload
Description Uploads a Kerberos keytab file.
To use this subcommand, you must have Configure iDRAC
permission.
Synopsis
racadm krbkeytabupload [-f <filename>]
<filename> is the name of the file
including the path.
Input -f — Specifies the file name of the keytab to be uploaded.
If the file is not specified, the keytab file in the current
directory is selected.
Output Returns 0 when successful and a non–zero number when
unsuccessful.
99