Reference Guide

racadm set -f myfile.xml -t xml -b "graceful" -w 600 -s "on"
Make note of the Job ID output by the Set command.
After reboot, wait for the job to complete by checking the job status.
racadm jobqueue view –i <Job ID>
Congure a systems using a local Server Conguration Prole XML le containing a mix of real-time and staged
objects; postpone reboot until other operations have been completed.
racadm set -f myfile.xml -t xml -b NoReboot
Make note of the Job ID output by the Set command; because of the NoReboot option, the job will be
pending until the server is rebooted
Complete other operations, then perform a reboot
After reboot, wait for the job to complete by checking the job status
racadm jobqueue view –i <Job ID>
Verify the Server Conguration Prole XML le content located in a remote CIFS share.
racadm set -f temp_Configuration_file -t xml -u Administrator -p Password -
l //192.168.0/xyz –preview
setled
Description Sets the state (blinking or not blinking) of the LED on the specied module.
To run this subcommand, you must have the Congure iDRAC permission.
Synopsis
racadm setled -l <ledState>
Input
-l <ledState>Species the LED state. The values are:
0 — No Blinking
1 — Blinking
Example
From iDRAC stop LED from blinking.
racadm setled -l 0
RAC0908: System ID LED blink off.
From iDRAC start LED to blink.
racadm setled -l 1
RAC0907: System ID LED blink on.
setniccfg
Description
Sets the iDRAC IP address for static and DHCP modes.
To run this subcommand, you must have the Congure iDRAC privilege.
NOTE: The terms NIC and Ethernet management port may be used interchangeably.
Synopsis
racadm setniccfg -d
racadm setniccfg -d6
racadm setniccfg -s <IPv4Address> <netmask> <IPv4 gateway>
racadm setniccfg -s6 <IPv6 Address> <IPv6 Prefix Length> <IPv6 Gateway>
racadm setniccfg -o
72 RACADM Subcommand Details