CLI Guide
Input
• -i—Species a job ID that is displayed or deleted.
NOTE: The value JID_CLEARALL forces delete all the possible jobs in the queue.
• --all—The job IDs that are not applicable are deleted.
• -fqdd—Species an FQDD for which a job should be created.
• —r <reboot type>—Species a reboot type.
– none—No Reboot Job. This option is the default value.
– pwrcycle—Power cycle.
– graceful—Graceful Reboot without forced shutdown.
– forced —Graceful Reboot with forced shutdown.
• start time—Species 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 time—Species 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.
• --realtime—Species the real time job.
NOTE:
– --realtime is applicable for storage conguration commands run on systems with
PERC 9 cards with rmware version 9.1 and later.
– -r option is not valid for real time conguration.
Example
• View jobs in the current job queue.
racadm jobqueue view
• View status of a specic job ID.
racadm jobqueue view -i <JobID>
• Issue conguration changes for a PERC controller then start a real time job to execute the
changes.
racadm set RAID.Slot.3-1.RAIDdefaultWritePolicy WriteBack
racadm set RAID.Slot.3-1.Name “Prod Workload”
racadm jobqueue create RAID.Slot.3-1 –realtime
• Delete all possible jobs from the current job queue.
racadm jobqueue delete --all
• Delete a specic 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
• Create a Job for the provided FQDD and add to the job queue.
racadm jobqueue create NIC.Integrated.1-1 -r pwrcycle -s TIME_NOW -
e 20120501100000
• Create a real time conguration job for the specied RAID controller.
racadm jobqueue create RAID.Integrated.1-1 -s TIME_NOW --realTime
RAC1024: Successfully scheduled a job.
Verify the job status using "racadm jobqueue view -i JID_xxxxx"
command.
Commit JID = JID_927008261880
krbkeytabupload
Table 62. Details of krbkeytabupload
Description
Uploads a Kerberos keytab le to iDRAC.
RACADM Subcommand Details 81