CLI Guide
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
Table 8. Details of chassislog attribute
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
– Enable the quick deploy parameter in CMC DNS Settings
racadm deploy -q -e 1
– Update quick deploy parameters
racadm deploy -q --qd
• 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 interfaces.
closessn
Table 9. Details of closessn attribute
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.
20 RACADM Subcommand Details