Reference Guide

To use this subcommand, you must have Execute Diagnostic Commands.
Synopsis
racadm arp
Input N/A
Example
racadm arp
Output
Address HW Type HW Address Mask Device
192.168.1.1 Ether 00:0d:
65:f3:7c:bf
C eth0
chassisaction
Description Executes a power action on the chassis, KVM or a switch.
To use this subcommand, you must have the Chassis Control Administrator privilege.
Synopsis
racadm chassisaction [-m <module>] <action>
Input
-m <module> — Module on which you want to carry out the action. Values are:
—chassis — is the default value if -m is not specified.
—switch-<n> where n=1–6
—kvm
<action> — Action that you want to execute on the specified module. Values are:
—powerdown — (Chassis only) Powers down the chassis.
—powerup — (Chassis only) Powers up the chassis.
—powercycle — Power cycles the module.
NOTE: If a server takes longer duration to turn off gracefully after the chassis
power cycle is initiated, CMC stops functioning indicating that graceful
shutdown of the server was unsuccessful. In this case, you must ungracefully
turn off the system or try to gracefully turn off the system again.
—nongraceshutdown — (Chassis only) Turns off the chassis ungracefully.
—reset — Performs a hard reset of the module.
When <module> = kvm or switch, <action> must be powercycle or reset.
Output
None
Example
Perform a reset of switch-3:
racadm chassisaction -m switch-3 reset
Module power operation successful.
18