Reference Guide

racadm getslotname -h
Input
None -
Displays the slot name for all the four slots in the chassis.
-i <
slotNum
> - specifies the slot number.
Values: 1 to 4
-h - Specifies whether to display the slot name or the host name (if available). 1 displays
host names and 0 displays slot names.
Example
Display all slots names.
racadm getslotname
<Slot #> <Slot Name> <Host name>
1 SLOT-01
2 Webserver01 WXP-8GRB221
3 Webserver3 WXP-319QWEecet5
4 SLOT-04
Display the name of the third slot.
racadm getslotname -i 3
Verify if the option (1 is Active) for displaying host names is set.
getssninfo
Description Displays a list of users that are connected to iDRAC. The following information is displayed:
Session ID
Username
IP address (if applicable)
Session type (for example, serial or Telnet)
Login date and time in MM/DD/YYYY HH:MM:SS format
NOTE: Based on the Session ID (SSNID) or the user name (User), the iDRAC administrator
can close the respective sessions or all the sessions using the, closessn subcommand.
For more information, see closessn.
Synopsis
racadm getssninfo [-A] [-u <username> | *]
Input
-A - eliminates the printing of data headers.
-u - The -u <
username
> user name option limits the printed output to only the detail session
records for the given user name.
Examples
racadm getssninfo
SSNID
Type User IP Address Login Date/Time
6 GUI root 192.168.0.10 04/07/2010 12:00:34
racadm getssninfo -A
"root" "143.166.174.19" "Telnet" "NONE"
53