Reference Guide

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 network share CIFS
racadm -r 192.168.0.32 chassislog export -f //192.168.0.120/
data/filename.log
Export chassis log to network share NFS
racadm -r 192.168.0.32 chassislog export -f 192.168.0.1:/
data/filename.log
clear — Clear chassis log
To clear chassis log
racadm chassislog clear
NOTE: To clear the chassis log, you must have the Clear Logs
Administrator privilege.
NOTE: racadm chassislog export -f <filename> is supported only for
remote interface(s).
closessn
Description Closes a communication session on the device. Use getssninfo to view a list of sessions
that can be closed using this command.
To run this subcommand, you must have the Administrator permission
NOTE: This subcommand ends all the sessions other than the current session.
Synopsis
racadm closessn –i <session_ID>
racadm closessn -a
racadm closessn -u <username>
Input
—i <session_ID> — The session ID of the session to close, which can be retrieved
using RACADM getssninfo subcommand.
19