You can configure actions and alerts for the following platform event filters:
| ID |
Platform Event Filter |
1
|
Temperature Critical Assert Filter
|
2
|
Temperature Warning Assert Filter
|
3
|
Voltage Critical Assert Filter
|
4
|
Voltage Warning Assert Filter
|
5
|
Current Assert Filter
|
6
|
Fan Critical Assert Filter
|
7
|
Fan Warning Assert Filter
|
8
|
Processor Assert Filter
|
9
|
Power Supply Critical Assert Filter
|
10
|
Power Supply Warning Assert Filter
|
11
|
Power Supply Redundancy Lost Filter
|
12
|
Discrete Power Supply Assert Filter
|
13
|
Memory Assert Filter
|
14
|
Drive Slot Assert Filter
|
| | Command or Action | Purpose |
| Step 1 | Server#
scope fault
|
Enters the fault command mode.
|
| Step 2 | Server /fault #
scope pef id
|
Enters the platform event filter command mode for the specified event.
See the Platform Event Filter table for event ID numbers.
|
| Step 3 | Server /fault/pef #
set action {none | reboot | power-cycle | power-off}
| Selects the desired system action when this event occurs. The action can be one of the following:
none—An alert is sent but no other action is taken.
reboot—An alert is sent and the server is rebooted.
power-cycle—An alert is sent and the server is power cycled.
power-off—An alert is sent and the server is powered off.
|
| Step 4 | Server /fault/pef #
set send-alert {yes | no}
| Enables or disables the sending of a platform event alert for this event.
| Note
| For an alert to be sent, the filter trap settings must be configured properly and platform event alerts must be enabled.
|
|
| Step 5 | Server /fault/pef #
commit
| Commits the transaction to the system configuration.
|
This example configures the platform event alert for an event:
Server# scope fault
Server /fault # scope pef 13
Server /fault/pef # set action reboot
Server /fault/pef *# set send-alert yes
Server /fault/pef *# commit
Server /fault/pef # show
Platform Event Filter Event Action Send Alert
--------------------- --------------------------- ----------- ------------------
13 Memory Assert Filter reboot yes
Server /fault/pef #