diff --git a/perl-xCAT/xCAT/data/ipmisensorevents.pm b/perl-xCAT/xCAT/data/ipmisensorevents.pm index 3fbf214e0..5a6ff76fb 100644 --- a/perl-xCAT/xCAT/data/ipmisensorevents.pm +++ b/perl-xCAT/xCAT/data/ipmisensorevents.pm @@ -42,6 +42,7 @@ package xCAT::data::ipmisensorevents; "08h,03h"=>"Power Supply,Power Supply AC lost", "08h,04h"=>"Power Supply,AC lost or out-of-range", "08h,05h"=>"Power Supply,AC out-of-range, but present", +"08h,06h"=>"Power Supply,Configuration error", #TODO: event data 3 decode? "09h,00h"=>"Power Unit,Power Off / Power Down", "09h,01h"=>"Power Unit,Power Cycle", "09h,02h"=>"Power Unit,240VA Power Down", @@ -62,6 +63,7 @@ package xCAT::data::ipmisensorevents; "0Ch,07h"=>"Memory,Configuration Error", "0Ch,08h"=>"Memory,Spare", "0Ch,09h"=>"Memory,Throttled", +"0Ch,0Ah"=>"Memory,Critical Overtemperature", "0Dh,-"=>"Drive Slot,-", "0Dh,00h"=>"Drive Bay,Present", "0Dh,01h"=>"Drive Bay,Fault", @@ -74,14 +76,15 @@ package xCAT::data::ipmisensorevents; "0Dh,08h"=>"Drive Bay,Rebuild aborted", "0Eh,-"=>"POST Memory Resize,-", "0Fh,00h"=>"System Firmware Progress,POST Error", -"0Fh,01h"=>"System Firmware Progress,System Firmware Hung", -"0Fh,02h"=>"System Firmware Progress,System Firmware Progress", +"0Fh,01h"=>"System Firmware Progress,System Firmware Hung", #TODO event data 2 +"0Fh,02h"=>"System Firmware Progress,System Firmware Progress", #TODO event data 2 "10h,00h"=>"Event Logging Disabled,Correctable Memory Error Logging Disabled", "10h,01h"=>"Event Logging Disabled,Event 'Type' Logging Disabled", "10h,02h"=>"Event Logging Disabled,Log Area Reset/Cleared", "10h,03h"=>"Event Logging Disabled,All Event Logging Disabled", "10h,04h"=>"Event Logging Disabled,SEL Full", -"10h,05h"=>"Event Logging Status,SEL", +"10h,05h"=>"Event Logging Status,SEL Almost Full", +"10h,06h"=>"Event Logging Status,Correctable Machine Check Error Logging Disabled", "11h,00h"=>"Watchdog 1,BIOS Watchdog Reset", "11h,01h"=>"Watchdog 1,OS Watchdog Reset", "11h,02h"=>"Watchdog 1,OS Watchdog Shut Down", @@ -106,14 +109,19 @@ package xCAT::data::ipmisensorevents; "13h,07h"=>"Critical Interrupt,Bus Correctable Error", "13h,08h"=>"Critical Interrupt,Bus Uncorrectable Error", "13h,09h"=>"Critical Interrupt,Fatal NMI (port 61h, bit 7)", +"13h,0Ah"=>"Critical Interrupt,Bus Fatal Error", +"13h,0Bh"=>"Critical Interrupt,Bus Degraded", "14h,00h"=>"Button,Power Button pressed", "14h,01h"=>"Button,Sleep Button pressed", "14h,02h"=>"Button,Reset Button pressed", +"14h,03h"=>"Button,FRU latch open", +"14h,04h"=>"Button,FRU service request button", "15h,-"=>"Module / Board,-", "16h,-"=>"Microcontroller / Coprocessor,-", "17h,-"=>"Add-in Card,-", "18h,-"=>"Chassis,-", -"19h,-"=>"Chip Set,-", +"19h,00h"=>"Chip Set,Soft Power Control Failure", +"19h,01h"=>"Chip Set,Thermal Trip", "1Ah,-"=>"Other FRU,-", "1Bh,-"=>"Cable / Interconnect,-", "1Bh,00h"=>"Cable/Interconnect,Connected", @@ -154,6 +162,7 @@ package xCAT::data::ipmisensorevents; "21h,06h"=>"Slot / Connector,Slot / Connector Device Removal Request", "21h,07h"=>"Slot / Connector,Interlock asserted", "21h,08h"=>"Slot / Connector,Slot is Disabled", +"21h,09h"=>"Slot / Connector,Slot holds spare device", "22h,00h"=>"System ACPI Power State,S0 / G0 working", "22h,01h"=>"System ACPI Power State,S1 sleeping with system h/w & processor context maintained", "22h,02h"=>"System ACPI Power State,S2 sleeping, processor context lost", @@ -198,6 +207,8 @@ package xCAT::data::ipmisensorevents; "29h,02h"=>"Battery,battery presense detected", "2Ah,00h"=>"Session Audit,Session Activated", "2Ah,01h"=>"Session Audit,Session Deactivated", +"2Ah,02h"=>"Session Audit,Invalid Username or Password", +"2Ah,03h"=>"Session Audit,Account disabled", "2Bh,00h"=>"Version Change,Hardware Change Occurred", "2Bh,01h"=>"Version Change,Firmware/Software Change occurred", "2Bh,02h"=>"Version Change,Hardware Incompatiblitiy",