Quick Reference Guide
214 DRAC III and DRAC 4 Property Database Group and Object Definitions
Examples
• If you want to define alerts for the following:
– Critical voltage or temperature sensors
– Lost communication with the BMC
then the event mask property value to use is
0x02244444
. The following command sets this property value:
racadm -g cfgUserAdmin -o cfgUserAdminAlertFilterRacEventMask -i1
0x2244444
• If you want to define alerts for the following:
– Critical events
– System power off
– Watchdog timer hang
then the event mask property value to use is
0x00064444
. The following command sets this property value:
racadm -g cfgTraps -o cfgTrapsFilterSysEventMask -i1 0x00064444
System-Generated Alert Mask Definitions
The cfgTraps cfgTrapsFilter {Rac, Sys} EventMask properties are an unsigned 32-bit integer property that
holds the filter information for managed-system generated events. The bit definitions in Table A-5 apply.
where <senMask> has the following bit definitions:
• Bit-0: 1 = Send alert for informational events (such as a return to lower severity range or normal).
• Bit-1: 1 = Send alert for warning (noncritical) events.
• Bit-2: 1 = Send alert for critical events.
• Bit-3: Reserved.
Table A-5. System-Generated Alert Mask Bit Definitions
Bits Data Type
28–31 System undefined reserved
24–27 System undefined reserved
20–23 System undefined reserved
16–19 System status alerts <statMask>
12–15 System miscellaneous sensor <senMask>
8–11 System fan sensors <senMask>
4–7 System voltage sensors <senMask>
0–3 System temperature sensors <senMask>