Reference Guide

—u <username> — Closes all sessions for a particular user name.
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
Description
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
racadm clrsel -m server-1
Clear SEL log on server 1
cong
Description
Allows you to set iDRAC conguration parameters individually or to batch them as part of a conguration le and
then modify iDRAC conguration properties. If the data is dierent, the iDRAC object is written with a new value.
NOTE: This subcommand will be deprecated in the later versions. For information about congurations,
see the set subcommand.
Synopsis
racadm config -g <group> -o <object> <value>
racadm config -g <group> -o <object> -i <index> <value>
racadm config -f <filename> -o [-c] [-p] [-continue]
NOTE:
The conguration le retrieved using remote RACADM is not interoperable. For the cong racadm -r
192.168.0 -u root -p xxx config -f c:\config.txt command, use the conguration le
retrieved from the same interface. For example, for the cong
racadm -r 192.168.0 -u root -p
xxx config -f c:\config.txt , use the le generated from getcong command racadm -r
192.168.0 -u root -p xxx getconfig -f c:\config.txt.
-f is only applicable for remote RACADM.
RACADM Subcommand Details 25