CLI Guide
Example
• Display all available event lter congurations:
racadm eventfilters get -c idrac.alert.all
• Display eventlter congurations for a specic category. For example, audit:
racadm eventfilters get -c idrac.alert.audit
• Display eventlter congurations for a specic subcategory. For example, licensing under the audit category:
racadm eventfilters get -c idrac.alert.audit.lic
• Display eventlter congurations for a specic severity. For example, warning under the audit category:
racadm eventfilters get -c idrac.alert.audit.warning
• Display eventlter congurations for a specic severity and subcategory. For example, a severity of warning in
the subcategory licensing under audit category:
racadm eventfilters get -c idrac.alert.audit.lic.warning
• Clear all available alert settings:
racadm eventfilters set -c idrac.alert.all -a none -n none
• Congure using severity as a parameter. For example, all informational events in storage category are assigned
power o as action, and email and snmp as notications:
racadm eventfilters set -c idrac.alert.storage.info -a poweroff -n email,snmp
• Congure using subcategory as a parameter. For example, all congurations under the licensing subcategory in
the audit category are assigned power o as action and all notications are enabled:
racadm eventfilters set -c idrac.alert.audit.lic -a poweroff -n all
• Congure using subcategory and severity as parameters. For example, all information events under the licensing
subcategory in the audit category are assigned power o as action and all notications are disabled:
racadm eventfilters set -c idrac.alert.audit.lic.info -a poweroff -n none
• Congure the event generation interval for temperature statistics:
racadm eventfilters set -c idrac.alert.system.tmps.warning -r 10
• Congure the event generation interval and notications for temperature statistics:
racadm eventfilters set -c idrac.alert.system.tmps -r 5 -a none -n snmp
• Send a test alert for the fan event:
racadm eventfilters test -i FAN0001
fcstatistics
Table 18. Details of fcstatistics
Description Displays a list of FCs (FQDDs), managed server for which statistics is available.
Synopsis
racadm fcstatistics <FC fqdd>
Input <FC fqdd> — Specify the FQDD of the target FC device.
Example
racadm fcstatistics <FC fqdd>
frontpanelerror
Table 19. Details of frontpanelerror
Description Enables or disables the live-feed of the errors currently being displayed on the LCD screen.
For error acknowledge use hide, and error assert use show.
Synopsis
racadm frontpanelerror show
racadm frontpanelerror hide
54 RACADM Subcommand Details