Reference Guide

Input
—i <session_ID> — The session ID of the session to close,
which can be retrieved using RACADM getssninfo
subcommand.
Session running this command cannot be closed.
—a — Closes all sessions.
—u <username> — Close all sessions for a particular
username.
—u option can be used in local RACADM only if the username
contains up to 16 characters. If the user name contains more
than 16 characters, use -i option.
Output
Successful or error message is displayed.
Example Closes the session 1234.
racadm closessn -i 1234
Closes all the sessions other then the active session for root
user.
racadm closessn –u root
Closes all the sessions.
racadm closessn –a
clrsel
Descripti
on
Removes all the existing records from the System Event Log
(SEL).
To use this subcommand, you must have Clear Logs permission.
Synopsis
racadm clrsel [-m <module>]
Input -m <module> must be one of the following values:
server-<n> —
where n=1 to 16
server-<nx> —
where n=1 to 8; x = a,b,c,d (lower case)
Example
racadm clrsel
The SEL was cleared successfully.
33