Quick Reference Guide

2. Critical
3. Info
<
FQDD|Alias
> — Specifies the FQDD or FQDD alias of the target device.
<
CATEGORY
> — Specifies the category of Lifecycle Log entries to view. Possible
values are:
all
iDRAC
Inventory
ConfigurationService
JobControl
RemoteUpdate
OsDeployment
USC
Other
—m <Comment>
— User comment string for a record to be inserted in the
Lifecycle Controller log. This should be less than 128 characters. The text should
be specified within double quotation marks.
NOTE:
HTML specific characters may appear as escaped text.
-m <Worknote>
— Used to add a worknote (an entry) in the Lifecycle log. This
should be less than 256 characters. The text should be specified within double
quotation marks.
NOTE:
HTML specific characters may appear as escaped text.
NOTE: To view or export the lifecycle log you need Login to iDRAC permission only.
Example
Display the number of records present in the Lifecycle Log:
racadm lclog view -i
Display the records added by the iDRAC agent idrac, under the storage category
and storage physical disk subcategory, with severity set to warning:
racadm lclog view -a idrac -c storage -b pdr -s
warning
Display the records under storage and system categories with severities set to
warning or critical:
racadm lclog view -c storage,system -s
warning,critical
Display the records having severities set to warning or critical, starting from
sequence number 4:
racadm lclog view -s warning,critical -q 4
Display 5 records starting from sequence number 20:
racadm lclog view -q 20 -n 5
Display all records of events that have occurred between 2011-01-02 23:33:40 and
2011-01-03 00:32:15:
racadm lclog view -r "2011-01-02 23:33:40" -e
"2011-01-03 00:32:15"
Display all the available records from the active Life Cycle Log:
racadm lclog view
88