CLI Guide

Table Of Contents
Table 80. Details of set (continued)
Multi-object Set of staged objects
Configure a systems using a local Server Configuration Profile XML file containing a mix of real-time
and staged objects; reboot the server gracefully with a wait time of ten minutes, leaving the server
powered on after the reboot.
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>
Configure a systems using a local Server Configuration Profile XML file 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 Configuration Profile XML file 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
Table 81. Details of setled attribute
Description Sets the state (blinking or not blinking) of the LED on the specified module.
To blink or unblink the chassis, I/O modules or the CMC, you must have the Debug Administrator
privilege. To enable the servers to blink or unblink, you must have the Server Administrator or the Debug
Administrator privilege.
To run this subcommand, you must have the Configure iDRAC permission.
Synopsis
racadm setled -l <ledState>
racadm setled -m <module> -l <ledState>
Input
-m <module> Specifies the module whose LED you want to configure.
<module> can be one of the following:
server–<n>, where n=116
server–<nx>, where n=18; x = a, b, c, d (lower case)
switch–<n>, where n=16
cmc-active
chassis
-l <ledState> Specifies the LED state. The values are:
0 No Blinking
1 Blinking
Example
racadm setled -m chassis -l 1
RACADM Subcommand Details 113