Reference Guide

-s — Power state of the host when the import operation completes. The parameters are "On" for
powered ON and "O" for powered OFF. If this parameter is not specied, power ON is taken as default.
--preview — Validate the conguration .xml le and view the status.
The --preview option includes the Job ID that is used to verify the status of the le conguration before
applying. The Job ID can be tracked by running the racadm jobqueue view –I <JID> command.
NOTE:
This option does not restart the system.
The-b,-w options cannot be included with the --preview option.
A scheduled job or pending conguration should not be running while using the --preview
option.
-cSpecies the FQDD or list of FQDDs separated by ',' of the components for which the congurations
should be imported. If this option is not specied, conguration related to all the components are imported.
NOTE:
To use the -c or --preview option, the minimum Lifecycle Controller version required is 1.2.
NOTE: On certain devices, importing the server conguration prole requires two imports to apply
the conguration to all the devices. The rst import of the prole enables hidden devices which are
then congured with a second import. The devices that require two imports are as follows:
PERC S110 and PERC S130 controllers
PCI slots in the system that are disabled in the BIOS
Example
Congure the iDRAC using a le.
$ racadm set -f myrac.cfg
Congure LCD String.
$ racadm set system.lcd.LCDUserString test
Congure rack name for server.
$ racadm set system.location.rack.name rack1
Congure a RAC from an XML conguration le at a remote CIFS share.
$ racadm set -f myfile.xml -t xml -u myuser -p xxx -l //10.1.2.3/myshare
Congure a RAC from an XML conguration le at a remote NFS share.
$ racadm set -f myfile.xml -t xml -l 10.1.2.3:/myshare
Congure a RAC from an .xml le, with a wait time of 10 minutes, shutdown type graceful and end host
type power on.
$ racadm set -f myfile.xml -t xml -b "graceful" -w 600 -s "on"
Verify the .xml le content located in a remote share.
racadm set -f temp_Configuration_file -t xml -u Administrator -p xxx -l //
192.168.0/xyz --preview
Import the xml conguration of the iDRAC component to a CIFS share
racadm set -f file -t xml -u myuser -p xxx -l //192.168.0/share -c
iDRAC.Embedded.1
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
67