CLI Guide

Turn off the server from iDRAC when Power is already off on that server.
racadm serveraction powerdown
Server is already powered OFF
Get Power Status of server 2 on CMC
racadm serveraction -m server-2 powerstatus
ON
Get Power Status on iDRAC
racadm serveraction powerstatus
Server Power Status: ON
Reseat server 2 on CMC
$ racadm serveraction -m server-2 reseat -f
Server power operation successful
Explanation of Support
iDRAC needs to support graceful shutdown
The support of address individual blades is expected on the CMC
set
Table 116. Details of set
Description
Import saved CMC configuration or CMC Event Filter configuration from a file.
NOTE: If CMC is not in the network, you cannot import the chassis configuration profile
from a remote network share with proxy using the set command. But, you can import the
chassis configuration profile from the local management station.
Synopsis
racadm -r <CMC IP> -u <CMC username> -p <CMC password> set -f
<filename>
racadm -r <CMC IP> -u <CMC username> -p <CMC password> set -f
<filename> -t xml
racadm set -f <filename> -t xml -u <username> -p <password> -l <CIFS
share>
racadm set -f <filename> -t xml -l <NFS share>
Input
-f: import CMC configuration or CMC event filter from a file.
-u: username of the remote share from where the file must be imported.
-p: password for the remote share from where the file must be imported.
-l: network share location from where the file must be imported.
-t: specify the file type to be imported. The valid value is “xml”. This option is case-sensitive.
Example
Configure event filter configurations from a configuration file using remote racadm
racadm -r 192.168.0.120 -u <username> -p <password> set -f file.txt
96 RACADM Subcommand Details