Reference Guide

Clear all available alert settings:
racadm eventfilters set -c cmc.alert.all -n none
Configure using severity as a parameter. For example, all informational
events in storage category are assigned poweroff as action, and email and
snmp as notifications:
racadm eventfilters set -c cmc.alert.storage.info -n
email,snmp
Configure using subcategory as a parameter. For example, all
configurations under the licensing subcategory in the audit category are
assigned poweroff as action and all notifications are enabled:
racadm eventfilters set -c cmc.alert.audit.lic -n all
Configure using subcategory and severity as parameters. For example, all
Information events under the licensing subcategory in the audit category
are assigned poweroff as action and all notifications are disabled:
racadm eventfilters set -c cmc.alert.audit.lic.info -
n none
Configure the event generation interval for temperature statistics:
racadm eventfilters set -c
cmc.alert.system.tmps.warning -r 10
Configure the event generation interval and notifications for temperature
statistics:
racadm eventfilters set -c cmc.alert.system.tmps -r 5 -
n snmp
fanoffset
Description
Configures the internal fans to run at a higher speed than the normal speed.
To use this subcommand, you must have the Chassis Configuration
Administrator privilege.
Synopsis
racadm fanoffset [-s <off|low|medium|high>
Valid category values are:
off
low
medium
high
Input s — Sets the fan speed.
Example
Disable the fanoffset feature.
racadm fanoffset -s off
Increases fan speed by 20% of fan’s maximum speed. Minimum speed for
fan is 35% of the maximum.
racadm fanoffset -s low
Increases fan speed by 50% of fan’s maximum speed. Minimum speed for
fan is 65% of the maximum.
racadm fanoffset -s medium
Sets fans to run at 100% of fan’s maximum speed.
racadm fanoffset -s high
30