Reference Guide
NOTE:
– This option does not restart the system.
– The-b,-w options cannot be included with the --preview option.
– A scheduled job or pending configuration should not be running while using
the --preview option.
• -c — Specifies the FQDD or list of FQDDs separated by ',' of the components for
which the configurations should be imported. If this option is not specified,
configuration 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 configuration profile requires two
imports to apply the configuration to all the devices. The first import of the profile
enables hidden devices which are then configured 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
• Configure the iDRAC using a file.
$ racadm set -f myrac.cfg
• Configure LCD String.
$ racadm set system.lcd.LCDUserString test
• Configure rack name for server.
$ racadm set system.location.rack.name rack1
• Configure a RAC from an XML configuration file at a remote CIFS share.
$ racadm set -f myfile.xml -t xml -u myuser -p xxx -l //
10.1.2.3/myshare
• Configure a RAC from an XML configuration file at a remote NFS share.
$ racadm set -f myfile.xml -t xml -l 10.1.2.3:/myshare
• Configure a RAC from an .xml file, 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 file 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 configuration 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 specified module.
To run this subcommand, you must have the Configure iDRAC permission.
Synopsis
racadm setled -l <ledState>
75