CLI Guide

-bThe subcategory used to filter the records. Provide multiple subcategories using a "," as the
delimiter. The value is case-insensitive. The valid values are:
CDEVDevices
CAPPApplication
CTEMTemplates
CSECSecurity
CMONMonitoring
CDPYDeployment
CREPReports
CGRPGroups
CDISDiscovery
CINVInventory
CGENGeneric
CUPDFirmware update
CFWSSetup
CUSRUser audit messages
CJOBJob info
CMSCMiscellaneous
-qThe sequence number from which the records must be displayed. Records older than this
sequence number are displayed.
-nSpecifies the number of records that must be displayed. If the number is not specified, the
recent 25 records are displayed. The option, "all", displays all the available records.
-rDisplays events that have occurred after this time. The time format is yyyy-mm-dd
HH:MM:SS. The timestamp must be mentioned within double quotes.
-eDisplays events that have occurred before this time. The time format is yyyy-mm-dd
HH:MM:SS. The timestamp must be mentioned within double quotes.
Input
To view chassis log
racadm chassislog view
Example
Display the latest 25 records from the active chassis log:
racadm chassislog view
Display the sequence number of the first and the last record present in the chassis log:
racadm chassislog view -i
Display the records under audit and system categories with severities set to warning or critical:
racadm chassislog view -c Audit,system -s warning,critical
Display the records with severities set to warning or critical, starting from sequence number 4:
racadm chassislog view -s warning,critical -q 4
Display five records starting from sequence number 20:
racadm chassislog view -q 20 -n 5
Display records of all events which 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
RACADM sub command details 13