CLI Guide

Table Of Contents
Table 79. Details of serveraction attribute (continued)
powerdown Powers down the managed system.
powerup Powers up the managed system.
powerstatus Displays the current power status of the server (ON or OFF).
graceshutdown Performs a graceful shutdown of the server. If the operating system on the
server cannot shut down completely, then this operation is not performed.
nmi Generates the Non-masking interrupt (NMI) to halt the system operation. The NMI sends a
high-level interrupt to the operating system, which causes the system to halt the operation to allow
critical diagnostic or troubleshooting activities.
NOTE:
The halt system operation does not occur on systems running the Linux operating system.
-f Force the server power management operation.
This option is applicable only for the PowerEdge-VRTX platform. It is used with
powerdown,powercycle, and hardreset options.
reseat Performs virtual reseat of the server. This operation simulates reseating the blade by
resetting the iDRAC on that blade. -f is required for this operation.
NOTE: The action powerstatus is not allowed with -a option.
Output Displays an error message if the requested operation is not completed, or a success message if the
operation is completed.
Example
Get Power Status on iDRAC
racadm serveraction powerstatus
Server Power Status: ON
racadm serveraction powercycle
Server power operation successful
Power down the operating system on the server by using the following command:
racadm serveraction powerdown
Powers down the managed system
Reseat blade 2 on CMC by using the following command:
racadm serveraction -m server-2 reseat -f
Server power operation successful
Turn off the server 16 from CMC by using the following command:
racadm serveraction -m server-16 powerdown
Server power operation successful
Get Power Status of blade 16 on CMC by using the following command:
racadm serveraction -m server-16 powerstatus
ON
Turn off the server 16 from CMC, when the power is already turned off on that server by using the
following command:
racadm serveraction -m server-16 powerdown
Server is already powered OFF.
Power action on all servers by using the following command:
racadm serveraction -a powerup
RACADM Subcommand Details
109