Reference Guide

Table Of Contents
BOOT : BOOT Control
SSD : PCIe SSD
IOV : IO Virtualization
PR : Part Exchange
SWU : Software Change
USR : User Tracking
PDR : Physical Disk
VDR : Virtual Disk
SWC : Software Config
DKM : Dell Key Mngr
NDR : NIC OS Driver
RAC : RAC Event
ASR : Auto Sys Reset
HWC : Hardware Config
RRDU : IDSDM Redundancy
AMP : Amperage
VLT : Voltage
DH : Cert Mgmt
TMP : Temperature
VME : Virtual Media
ITR : Intrusion
BAR : Backup/Restore
PWR : Power Usage
VFLA : vFlash Absent
BIOS : BIOS Management
LC : Lifecycle Contr
FAN : Fan Event
SEC : Security Event
NOTE: To view or export the Chassis log, only the CMC Login User privilege is required.
Example
Display the number of records present in the Chassis Log:
racadm chassislog view -i
Display the records under the storage category with severity set to warning:
racadm chassislog view -c storage -s warning
Display the records under storage and system categories with severities set to warning or
critical:
racadm chassislog view -c storage,system -s warning,critical
Display the records having severities set to warning or critical, starting from sequence number
4:
racadm chassislog view -s warning,critical -q 4
Display 5 records starting from sequence number 20:
racadm chassislog 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 chassislog view -r "2011-01-02 23:33:40" -e "2011-01-03
00:32:15"
Display all the available records from the active Chassis log:
racadm chassislog view -n all
Display the last 25 records from the Chassis log:
racadm chassislog view
22