mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
230 lines
13 KiB
Perl
230 lines
13 KiB
Perl
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
|
#ipmisensorevent.tab",
|
|
#DO NOT EDIT",
|
|
#",
|
|
#<sensor type code>",<sensor offset>,<sensor type>,<event>",
|
|
package xCAT::data::ipmisensorevents;
|
|
%ipmisensorevents = (
|
|
"00h,-" => "reserved,Reserved",
|
|
"01h,-" => "Temperature,Temperature",
|
|
"02h,-" => "Voltage,Voltage",
|
|
"03h,-" => "Current,Current",
|
|
"04h,-" => "Fan,Fan",
|
|
"05h,00h" => "Physical Security,General Chassis Intrusion",
|
|
"05h,01h" => "Physical Security,Drive Bay Intrusion",
|
|
"05h,02h" => "Physical Security,I/O Card area Intrusion",
|
|
"05h,03h" => "Physical Security,Processor area Intrusion",
|
|
"05h,04h" => "Physical Security,LAN Leash Lost (system has been unplugged from LAN)",
|
|
"05h,05h" => "Physical Security,Unauthorized Dock/Undock",
|
|
"05h,06h" => "Physical Security,FAN area intrusion",
|
|
"06h,00h" => "Platform Security Violation Attempt,Secure Mode Violation Attempt",
|
|
"06h,01h" => "Platform Security Violation Attempt,Pre-boot Password Violation - user password",
|
|
"06h,02h" => "Platform Security Violation Attempt,Pre-boot Password Violation Attempt - setup password",
|
|
"06h,03h" => "Platform Security Violation Attempt,Pre-boot Password Violation - network boot password",
|
|
"06h,04h" => "Platform Security Violation Attempt,Other pre-boot Password Violation",
|
|
"06h,05h" => "Platform Security Violation Attempt,Out-of-band Access Password Violation",
|
|
"07h,00h" => "Processor,IERR",
|
|
"07h,01h" => "Processor,Thermal Trip",
|
|
"07h,02h" => "Processor,FRB1/BIST Failure",
|
|
"07h,03h" => "Processor,FRB2/Hang in POST Failure",
|
|
"07h,04h" => "Processor,FRB3/Processor Startup/Initialization failure (CPU didn't start)",
|
|
"07h,05h" => "Processor,Configuration Error (for DMI)",
|
|
"07h,06h" => "Processor,SM BIOS Uncorrectable CPU-complex Error",
|
|
"07h,07h" => "Processor,Processor Presence Detected",
|
|
"07h,08h" => "Processor,Processor Disabled",
|
|
"07h,09h" => "Processor,Terminator Presence Detected",
|
|
"07h,0Ah" => "Processor Automatically Throttled (thermal or power throttling)",
|
|
"07h,0Bh" => "Uncorrectable Machine check exception",
|
|
"07h,0Ch" => "Correctable Machine check exception",
|
|
"08h,00h" => "Power Supply,Presence Detected",
|
|
"08h,01h" => "Power Supply,Power Supply Failure Detected",
|
|
"08h,02h" => "Power Supply,Predictive Failure Asserted",
|
|
"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",
|
|
"09h,03h" => "Power Unit,Interlock Power Down",
|
|
"09h,04h" => "Power Unit,A/C Lost",
|
|
"09h,05h" => "Power Unit,Soft Power Control Failure",
|
|
"09h,06h" => "Power Unit,Power Unit Failure Detected",
|
|
"09h,07h" => "Power Unit,Predictive Failure",
|
|
"0Ah,-" => "Cooling Device,-",
|
|
"0Bh,-" => "Other Units-based Sensor,-",
|
|
"0Ch,00h" => "Memory,Correctable ECC",
|
|
"0Ch,01h" => "Memory,Uncorrectable ECC",
|
|
"0Ch,02h" => "Memory,Parity",
|
|
"0Ch,03h" => "Memory,Memory Scrub Failed (stuck bit)",
|
|
"0Ch,04h" => "Memory,Memory Device Disabled",
|
|
"0Ch,05h" => "Memory,Correctable ECC (logging limit reached)",
|
|
"0Ch,06h" => "Memory,Presence detected",
|
|
"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",
|
|
"0Dh,02h" => "Drive Bay,Failure Predicted",
|
|
"0Dh,03h" => "Drive Bay,Hot Spare",
|
|
"0Dh,04h" => "Drive Bay,Consistency Checking",
|
|
"0Dh,05h" => "Drive Bay,Array Critical",
|
|
"0Dh,06h" => "Drive Bay,Array Failed",
|
|
"0Dh,07h" => "Drive Bay,Rebuilding",
|
|
"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", #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 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",
|
|
"11h,03h" => "Watchdog 1,OS Watchdog Power Down",
|
|
"11h,04h" => "Watchdog 1,OS Watchdog Power Cycle",
|
|
"11h,05h" => "Watchdog 1,OS Watchdog NMI",
|
|
"11h,06h" => "Watchdog 1,OS Watchdog Expired, status only",
|
|
"11h,07h" => "Watchdog 1,OS Watchdog Pre-timeout Interrupt, non-NMI",
|
|
"12h,00h" => "System Event,System Reconfigured",
|
|
"12h,01h" => "System Event,Boot",
|
|
"12h,02h" => "System Event,Undetermined system hardware failure",
|
|
"12h,03h" => "System Event,Entry added to Auxiliary Log",
|
|
"12h,04h" => "System Event,PEF Action",
|
|
"12h,05h" => "System Event,BMC Time synchronization event",
|
|
"13h,00h" => "Critical Interrupt,Front Panel NMI ",
|
|
"13h,01h" => "Critical Interrupt,Bus Timeout",
|
|
"13h,02h" => "Critical Interrupt,I/O Channel Check NMI",
|
|
"13h,03h" => "Critical Interrupt,Software NMI",
|
|
"13h,04h" => "Critical Interrupt,PCI PERR",
|
|
"13h,05h" => "Critical Interrupt,PCI SERR",
|
|
"13h,06h" => "Critical Interrupt,EISA Fail Safe Timeout",
|
|
"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,00h" => "Chip Set,Soft Power Control Failure",
|
|
"19h,01h" => "Chip Set,Thermal Trip",
|
|
"1Ah,-" => "Other FRU,-",
|
|
"1Bh,-" => "Cable / Interconnect,-",
|
|
"1Bh,00h" => "Cable/Interconnect,Connected",
|
|
"1Bh,01h" => "Cable/Interconnect,Incorrect configuration",
|
|
"1Ch,-" => "Terminator,-",
|
|
"1Dh,00h" => "System Boot Initiated,Initiated by power up",
|
|
"1Dh,01h" => "System Boot Initiated,Initiated by hard reset",
|
|
"1Dh,02h" => "System Boot Initiated,Initiated by warm reset",
|
|
"1Dh,03h" => "System Boot Initiated,User requested PXE boot",
|
|
"1Dh,04h" => "System Boot Initiated,Automatic boot to diagnostic",
|
|
"1Dh,05h" => "System Boot Initiated,OS hard reset",
|
|
"1Dh,06h" => "System Boot Initiated,OS warm reset",
|
|
"1Dh,07h" => "System Boot Initiated,Restart",
|
|
"1Eh,00h" => "Boot Error,No bootable media",
|
|
"1Eh,01h" => "Boot Error,Non-bootable diskette left in drive",
|
|
"1Eh,02h" => "Boot Error,PXE Server not found",
|
|
"1Eh,03h" => "Boot Error,Invalid boot sector",
|
|
"1Eh,04h" => "Boot Error,Timeout waiting for user selection of boot source",
|
|
"1Fh,00h" => "OS Boot,A: boot completed",
|
|
"1Fh,01h" => "OS Boot,C: boot completed",
|
|
"1Fh,02h" => "OS Boot,PXE boot completed",
|
|
"1Fh,03h" => "OS Boot,Diagnostic boot completed",
|
|
"1Fh,04h" => "OS Boot,CD-ROM boot completed",
|
|
"1Fh,05h" => "OS Boot,ROM boot completed",
|
|
"1Fh,06h" => "OS Boot,Boot completed - boot device not specified",
|
|
"20h,00h" => "OS Stop,Critical Stop during OS load / initialization",
|
|
"20h,01h" => "OS Stop,Run-time critical Stop (panic/BSOD)",
|
|
"20h,02h" => "OS Stop,OS clean shutdown power on",
|
|
"20h,03h" => "OS Stop,OS clean shutdown powered down",
|
|
"20h,04h" => "OS Stop,Soft shutdown by PEF",
|
|
"20h,05h" => "OS Stop,OS Agent not responding to graceful shutdown request",
|
|
"21h,00h" => "Slot / Connector,Fault Status asserted",
|
|
"21h,01h" => "Slot / Connector,Identify Status asserted",
|
|
"21h,02h" => "Slot / Connector,Slot / Connector Device installed/attached",
|
|
"21h,03h" => "Slot / Connector,Slot / Connector Ready for Device Installation",
|
|
"21h,04h" => "Slot / Connector,Slot/Connector Ready for Device Removal",
|
|
"21h,05h" => "Slot / Connector,Slot Power is Off",
|
|
"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",
|
|
"22h,03h" => "System ACPI Power State,S3 sleeping, processor & h/w context lost, memory retained.",
|
|
"22h,04h" => "System ACPI Power State,S4 non-volatile sleep / suspend-to disk",
|
|
"22h,05h" => "System ACPI Power State,S5 / G2 soft-off",
|
|
"22h,06h" => "System ACPI Power State,S4 / S5 soft-off, particular S4 / S5 state cannot be determined",
|
|
"22h,07h" => "System ACPI Power State,G3 / Mechanical Off",
|
|
"22h,08h" => "System ACPI Power State,Sleeping in an S1, S2, or S3 states",
|
|
"22h,09h" => "System ACPI Power State,G1 sleeping",
|
|
"22h,0Ah" => "System ACPI Power State,S5 entered by override",
|
|
"22h,0Bh" => "System ACPI Power State,Legacy ON state",
|
|
"22h,0Ch" => "System ACPI Power State,Legacy OFF state",
|
|
"22h,0Eh" => "System ACPI Power State,Unknown",
|
|
"23h,00h" => "Watchdog 2,Timer expired, status only",
|
|
"23h,01h" => "Watchdog 2,Hard Reset",
|
|
"23h,02h" => "Watchdog 2,Power Down",
|
|
"23h,03h" => "Watchdog 2,Power Cycle",
|
|
"23h,04h" => "Watchdog 2,reserved",
|
|
"23h,05h" => "Watchdog 2,reserved",
|
|
"23h,06h" => "Watchdog 2,reserved",
|
|
"23h,07h" => "Watchdog 2,reserved",
|
|
"23h,08h" => "Watchdog 2,Timer interrupt",
|
|
"24h,00h" => "Platform Alert,Platform generated page",
|
|
"24h,01h" => "Platform Alert,Platform generated LAN alert",
|
|
"24h,02h" => "Platform Alert,Platform Event Trap generated, formatted per IPMI PET specification",
|
|
"24h,03h" => "Platform Alert,Platform generated SNMP trap, OEM format",
|
|
"25h,00h" => "Entity Presence,Entity Present",
|
|
"25h,01h" => "Entity Presence,Entity Absent",
|
|
"25h,02h" => "Entity Presence,Entity Disabled",
|
|
"26h,-" => "Monitor ASIC / IC,-",
|
|
"27h,00h" => "LAN,LAN Heartbeat Lost",
|
|
"27h,01h" => "LAN,LAN Heartbeat",
|
|
"28h,00h" => "Management Subsystem Health,sensor access degraded or unavailable",
|
|
"28h,01h" => "Management Subsystem Health,controller access degraded or unavailable",
|
|
"28h,02h" => "Management Subsystem Health,management controller off-line",
|
|
"28h,03h" => "Management Subsystem Health,management controller unavailable",
|
|
"28h,04h" => "Management Subsystem Health,Sensor failure",
|
|
"28h,05h" => "Management Subsystem Health,FRU failure",
|
|
"29h,00h" => "Battery,battery low (predictive failure)",
|
|
"29h,01h" => "Battery,battery failed",
|
|
"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",
|
|
"2Bh,03h" => "Version Change,Firmware/Software Incompatibility",
|
|
"2Bh,04h" => "Version Change,Unsupported Hardware Version",
|
|
"2Bh,05h" => "Version Change,Unsupported Firmware/Software Version",
|
|
"2Bh,06h" => "Version Change,Hardware Change validity",
|
|
"2Bh,07h" => "Version Change,Software Change validitiy",
|
|
"2Ch,00h" => "FRU State,FRU Not Installed",
|
|
"2Ch,01h" => "FRU State,FRU Inactive",
|
|
"2Ch,02h" => "FRU State,FRU Activation Request",
|
|
"2Ch,03h" => "FRU State,FRU Activation in Progress",
|
|
"2Ch,04h" => "FRU State,FRU Active",
|
|
"2Ch,05h" => "FRU State,FRU Deactivation Request",
|
|
"2Ch,06h" => "FRU State,FRU Deactivation in Progress",
|
|
"2Ch,07h" => "FRU State,FRU Communication Lost",
|
|
|
|
);
|