Reference Guide

Table Of Contents
switch-<n> where n=16
kvm
<action> Action that you want to run 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, turn off the system ungracefully 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.
Perform a non graceful shutdown of the chassis:
racadm chassisaction -m chassis nongraceshutdown
chassislog
Description
Displays chassis log and management operations.
Synopsis
racadm chassislog <chassislog command type>
Input chassislog command types:
view View chassis log
To View chassis log
racadm chassislog view
export Export to local disk and network share
Export chassis log to local disk
racadm -r 192.168.0.32 chassislog export -f filename.log
Export chassis log to a remote network share CIFS
racadm chassislog export -f Mylog.xml -u admin -p mypass -l //
192.168.x.x/share
Export chassis log to a remote network share NFS
racadm chassislog export -f Mylog.xml -l 192.168.x.x:/home/lclog_user
Export the chassis log to a local share using remote racadm
racadm -r 192.168.x.x -u root -p calvin chassislog export -f
Mylog.xml
18 RACADM Subcommand Details