CLI Guide

closessn
Table 10. Details of closessn
Description Closes a communication session on the device. Use the getssninfo command to view a list of
sessions that can be closed using this command.
To use this subcommand, you must have the Administrator privilege.
Synopsis
racadm closessn –i <session id>
racadm closessn -a
racadm closessn -u <username>
Input
-i< session id > — The session ID of the session to be ended, which can be retrieved using
RACADM getssninfo subcommand.
Session executing this command cannot be ended.
-a — Closes all sessions.
-u
<user name>
— Close all sessions for a particular user name.
Remote RACADM: -u option or -i option
Output None
Example
racadm closessn -i 1234
Closes the session 1234.
racadm closessn –u root
Closes all the sessions for root user.
racadm closessn –a
Closes all the sessions.
clrsel
Table 11. Details of clrsel
Description
Deletes all existing records from the System Event Log (SEL).
To use this subcommand, you must have the Clear Logs privilege.
Synopsis
racadm clrsel [-m <module>]
Input -m — The <module> option can have the following values:
server-<n> where, n = 1 to 4
server-<nx> where n = 1 to 4 and x = a to d (lower case)
NOTE: n= 2 and 4 are valid only for multinode sleds.
Example
Clear cmc sel log:
racadm clrsel
Clear sel log on server 1:
racadm clrsel -m server-1
RACADM Subcommand Details 23