Quick Reference Guide

Message Arg 2 = 10.92.68.245
FQDD = iDRAC.Embedded.1
Example
Display the starting record and the number of records.
racadm getraclog -s 10 -c 2
Display a few records and prompt to display another set of records.
$ racadm getraclog --more
Dec 4 22:23:09 CMC-JP4BF2S Login success from 10.94.46.52
(username=root, type=SSH, sid=16393)
Dec 4 22:24:54 CMC-JP4BF2S Login success from 10.94.46.52
(username=test, type=SSH, sid=35885)
Dec 4 22:26:20 CMC-JP4BF2S Login success from 10.94.46.52
(username=root, type=GUI, sid=27476)
Dec 4 22:28:06 CMC-JP4BF2S Mod password of user puser succeeds
Dec 4 22:28:06 CMC-JP4BF2S Mod privileges of user puser
succeeds
Dec 4 22:28:21 CMC-JP4BF2S Login success from 10.94.46.52
(username=puser, type=SSH, sid=39229)
Dec 4 22:29:12 CMC-JP4BF2S Mod password of user nuser succeeds
Dec 4 22:29:12 CMC-JP4BF2S Mod privileges of user nuser
succeeds
Dec 4 22:29:51 CMC-JP4BF2S SSH login failed (username=nuser,
ip=10.94.46.52, reason=Local user fails to login )
Dec 4 22:30:23 CMC-JP4BF2S last message repeated 3 times
Dec 4 22:30:23 CMC-JP4BF2S Mod privileges of user nuser
succeeds
Dec 4 22:30:38 CMC-JP4BF2S SSH login failed (username=nuser,
ip=10.94.46.52, reason=Local user fails to login )
[more]
getractime
Description Displays the current iDRAC time.
Synopsis
racadm getractime [-d]
racadm getractime [-d] [-z] [-n]
Input
-d — Displays the time in the format, yyyymmddhhmmss.mmmmmms.
-z — Displays timezone. This option is specific to CMC only.
-n — Displays NTP peer information. This option is specific to CMC only.
NOTE:
If no options are provided, the getractime subcommand displays the time in a common
readable format.
Output The current iDRAC time is displayed.
Example
racadm getractime
Mon May 13 17:17:12 2013
racadm getractime -d
20130513171749
66