- Preface
- Overview
- Installing the Server OS
- Managing the Server
- Viewing Server Properties
- Viewing Sensors
- Managing Remote Presence
- Managing User Accounts
- Configuring Network-Related Settings
- Managing Network Adapters
- Managing Storage Adapters
- Configuring Communication Services
- Managing Certificates and Server Security
- Configuring Platform Event Filters
- Cisco IMC Firmware Management
- Viewing Faults and Logs
- Server Utilities
- BIOS Parameters by Server Model
- BIOS Token Name Comparison for Multiple Interfaces
- Index
Configuring Platform Event Filters
This chapter includes the following sections:
Platform Event Filters
A platform event filter (PEF) can trigger an action. For each PEF, you can choose the action to be taken (or take no action) when a platform event occurs.
Configuring Platform Event Filters
You can configure actions and alerts for the following platform event filters:
| ID | Platform Event Filter |
|---|---|
|
1 |
Temperature Critical Assert Filter |
|
2 |
Voltage Critical Assert Filter |
|
3 |
Current Assert Filter |
|
4 |
Fan Critical Assert Filter |
|
5 |
Processor Assert Filter |
|
6 |
Power Supply Critical Assert Filter |
|
7 |
Memory Critical Assert Filter |
This example configures the platform event alert for an event:
Server# scope fault Server /fault # scope pef 11 Server /fault/pef # set action reboot Server /fault/pef *# commit Server /fault/pef # show Platform Event Filter Event Action --------------------- --------------------------- ----------- 11 Memory Assert Filter reboot Server /fault/pef #
Resetting Event Platform Filters
The following example enables platform event alerts:
Server# scope fault Server /fault # set platform-event-enabled yes Server /fault *# commit Server /fault # show Platform Event Enabled ----------------------- yes Server /fault # reset-event-filters Server /fault # show pef Platform Event Filter Event Action --------------------- ----------------------------------- ----------- 1 Temperature Critical Assert Filter none 2 Voltage Critical Assert Filter none 3 Current Assert Filter none 4 Fan Critical Assert Filter none 5 Processor Assert Filter none 6 Power Supply Critical Assert Filter none 7 Memory Critical Assert Filter none Server /fault #
Feedback