From e1e108ea6db1c6dc1a86d7d51ab159a15400604e Mon Sep 17 00:00:00 2001 From: XuWei Date: Thu, 23 Nov 2017 00:58:30 -0500 Subject: [PATCH] Fix issue 3497, make sense for reventlog msg --- perl-xCAT/xCAT/data/openbmcevents.pm | 3491 +++++++++++++++++++++++ xCAT-server/lib/xcat/plugins/openbmc.pm | 147 +- 2 files changed, 3600 insertions(+), 38 deletions(-) create mode 100644 perl-xCAT/xCAT/data/openbmcevents.pm diff --git a/perl-xCAT/xCAT/data/openbmcevents.pm b/perl-xCAT/xCAT/data/openbmcevents.pm new file mode 100644 index 000000000..219e2afa0 --- /dev/null +++ b/perl-xCAT/xCAT/data/openbmcevents.pm @@ -0,0 +1,3491 @@ +#!/usr/bin/perl +# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html + +package xCAT::data::openbmcevents; + +%openbmc_event_mapping = ( + "events" => { + "org.open_power.Host.Boot.Error.Checkstop"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A system checkstop occurred", + "Severity"=> "Critical", + }, + "org.open_power.Host.Boot.Error.WatchdogTimedOut"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Hostboot has become unresponsive", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Checkstop"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A system checkstop occurred", + "Severity"=> "Warning", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Hostboot procedure callout", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 10 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 11 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 12 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 13 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 14 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 15 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 16 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 17 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 18 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 19 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 2 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 20 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 21 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 22 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 23 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 3 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 4 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 5 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 6 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 7 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 8 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 9 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 10 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 11 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 12 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 13 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 14 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 15 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 16 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 17 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 18 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 19 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 2 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 20 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 21 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 22 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 23 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 3 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 4 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 5 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 6 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 7 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 8 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 9 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 10 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 11 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 12 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 13 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 14 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 15 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 2 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 3 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 4 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 5 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 6 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 7 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 8 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 9 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||0"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_NONE", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||1"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A vital system component has been deconfigured", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||10"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "An unknown problem occurred", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||11"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_SUE_PREVERROR", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||16"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_PROCPATH", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||1C"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_NO_VPD_FOR_FRU", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||22"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A memory configuration error has been detected.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||2D"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A FSI path error has occurred.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||30"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "An external processor interface problem has occurred", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||31"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "An internal processor interface problem has occurred", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||34"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A memory bus error occurred.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||37"=> { + "AffectedSubsystem"=> "System Board", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A bus error occurred.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||3F"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A system power problem has occurred", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||4"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_SP_CODE", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||4D"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "System performance is degraded", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||4F"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "An uncorrectable memory problem occurred.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||5"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_PHYP_CODE", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||55"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "The service processor detected a problem during the early boot process", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||56"=> { + "AffectedSubsystem"=> "Time Reference", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A problem with the time of day clock and or clock function has been detected.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||5C"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "One or more processor sensors detected an over temperature condition.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||5D"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Not Valid", + "Message"=> "Unable to verify the system firmware", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||5E"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "An error occurred with a GPU and automated isolation was not possible", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A CPU problem was detected.", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||9"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "An error occurred with a memory DIMM and automated isolation was not possible", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.MaintenanceProcedure||A"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "A system firmware error occurred. Follow procedure EPUB_PRC_INVALID_PART", + "Severity"=> "Critical", + }, + "org.open_power.Host.Error.WatchdogTimedOut"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Hostboot has become unresponsive", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Hostboot procedure callout", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 10 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 11 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 12 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 13 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 14 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 15 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 16 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 17 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 18 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 19 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 2 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 20 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 21 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 22 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 23 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 3 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 4 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 5 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 6 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 7 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 8 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 9 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 10 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 11 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 12 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 13 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 14 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 15 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 16 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 17 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 18 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 19 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 2 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 20 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 21 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 22 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 23 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 3 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 4 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 5 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 6 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 7 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 8 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 9 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 0 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 1 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 10 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 11 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 12 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 13 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 14 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 15 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 2 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 3 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 4 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 5 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 6 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 7 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 8 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 9 has failed", + "Severity"=> "Critical", + }, + "org.open_power.Proc.FSI.Error.MasterDetectionFailure||I2C"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Failed to read from I2C device", + "Severity"=> "Warning", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 fan has failed", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 fan has failed", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 input fault detected", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 input fault detected", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 output current is too high", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 output current is too high", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 output voltage is too high", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 output voltage is too high", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has failed to power on when it needed to", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has failed to power on", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "Power supply 0 is too hot", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "Power supply 1 is too hot", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 input voltage out of range", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 input voltage out of range", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/powersupply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has initiated a power off due to a failure", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/powersupply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has initiated a power off due to a failure", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Common.Error.InsufficientPermission"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Security", + "Message"=> "The user has insufficient priveliges", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Common.Error.InternalFailure" => { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "An internal failure has occurred while performing an operation.", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Common.Error.InvalidArgument"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "An invalid argument was provided to a command", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Common.Error.Timeout"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Monitoring Agent", + "Message"=> "An internal operation has timed out", + "Severity"=> "Warning", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 0", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 0", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 1", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 1", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 2", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 2", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 3", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to set fan speed for fan 3", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Dump.Create.Error.Disabled"=> { + "AffectedSubsystem"=> "Systems Management - Data Management", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Unable to create a BMC dump due to dumps being disabled on this system.", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Dump.Create.Error.QuotaExceeded"=> { + "AffectedSubsystem"=> "Systems Management - Data Management", + "EventType"=> "Firmware/Software Failure", + "Message"=> "There is no more space available for dump files. Please delete some.", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Error.Checkstop"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "A system checkstop occurred", + "Severity"=> "Warning", + }, + "xyz.openbmc_project.Host.Error.WatchdogTimedOut"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Hostboot has become unresponsive", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system"=> { + "AffectedSubsystem"=> "Canister/Appliance", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Hostboot procedure callout", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 0 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 1 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 10 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 11 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 12 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 13 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 14 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 15 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 16 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 17 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 18 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 19 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 2 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 20 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 21 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 22 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 23 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 3 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 4 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 5 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 6 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 7 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 8 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 0 core 9 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 0 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 1 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 10 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 11 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 12 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 13 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 14 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 15 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 16 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 17 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 18 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 19 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 2 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 20 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 21 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 22 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 23 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 3 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 4 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 5 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 6 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 7 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 8 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "CPU 1 core 9 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 0 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 1 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 10 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 11 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 12 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 13 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 14 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 15 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 2 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 3 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 4 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 5 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 6 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 7 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 8 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "DIMM 9 has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard"=> { + "AffectedSubsystem"=> "System Board", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "The system backplane has encountered a critical failure.", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 0 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 1 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 10 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 11 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 12 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 13 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 14 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 15 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 16 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 17 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 18 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 19 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 2 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 20 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 21 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 22 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 23 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 3 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 4 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 5 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 6 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 7 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 8 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 9 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 0 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 1 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 10 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 11 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 12 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 13 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 14 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 15 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 16 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 17 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 18 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 19 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 2 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 20 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 21 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 22 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 23 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 3 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 4 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 5 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 6 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 7 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 8 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 9 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 0 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 1 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 10 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 11 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 12 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 13 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 14 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 15 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 2 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 3 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 4 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 5 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 6 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 7 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 8 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 9 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 0 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 1 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 2 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 3 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Power_Supply 0 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Power_Supply 1 is not functional", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard"=> { + "AffectedSubsystem"=> "System Board", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "The system backplane could not be detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 0 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 1 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 10 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 11 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 12 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 13 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 14 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 15 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 16 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 17 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 18 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 19 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 2 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 20 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 21 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 22 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 23 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 3 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 4 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 5 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 6 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 7 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 8 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 0 core 9 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 0 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 1 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 10 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 11 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 12 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 13 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 14 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 15 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 16 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 17 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 18 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 19 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 2 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 20 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 21 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 22 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 23 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 3 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 4 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 5 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 6 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 7 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 8 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9"=> { + "AffectedSubsystem"=> "Processing", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "CPU 1 core 9 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 0 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 1 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 10 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 11 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 12 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 13 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 14 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 15 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 2 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 3 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 4 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 5 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 6 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 7 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 8 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9"=> { + "AffectedSubsystem"=> "Memory", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "DIMM 9 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 0 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 1 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 2 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Fan 3 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Power_Supply 0 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Uncorrectable Hardware Failure", + "Message"=> "Power_Supply 1 has not been detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyFanFault||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 fan has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 input fault detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 input fault detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 output current is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 output current is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 output voltage is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 output voltage is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has failed to power on when it needed to", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has failed to power on", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "Power supply 0 is too hot", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "Power supply 1 is too hot", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 input voltage out of range", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 input voltage out of range", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.Shutdown||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has initiated a power off due to a failure", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Error.Shutdown||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has initiated a power off due to a failure", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "GPU 0 suffered an over-temperature fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "GPU 1 suffered an over-temperature fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "GPU 2 suffered an over-temperature fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "GPU 3 suffered an over-temperature fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "GPU 4 suffered an over-temperature fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "GPU 5 suffered an over-temperature fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "GPU 0 suffered a power fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "GPU 1 suffered a power fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "GPU 2 suffered a power fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "GPU 3 suffered a power fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "GPU 4 suffered a power fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "GPU 5 suffered a power fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerOnFailure"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "The system power failed to turn on", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSequencerFault"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "The power sequencer chip detected a fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSequencerPGOODFault"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "The power sequencer chip detected a PGOOD fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSequencerVoltageFault"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Environmental", + "Message"=> "The power sequencer chip detected a voltage fault", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 fan has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 fan has failed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 input fault detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 input fault detected", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 output current is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 output current is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 output voltage is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 output voltage is too high", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has failed to power on when it needed to", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has failed to power on", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "Power supply 0 is too hot", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Environmental", + "Message"=> "Power supply 1 is too hot", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 input voltage out of range", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 input voltage out of range", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Shutdown||/xyz/openbmc_project/inventory/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has initiated a power off due to a failure", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Power.Fault.Shutdown||/xyz/openbmc_project/inventory/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has initiated a power off due to a failure", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||I2C"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Failed to read from I2C device", + "Severity"=> "Warning", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/current/ps0_output_current"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read the output current from power supply 0", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/current/ps1_output_current"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read the output current from power supply 1", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 0 rotor 0 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 0 rotor 1 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 1 rotor 0 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 1 rotor 1 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 1 rotor 0 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 1 rotor 1 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 1 rotor 0 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read fan 1 rotor 1 speed", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu0_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 0 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu1_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 1 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu2_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 2 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_io_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 I/O power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_mem_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 memory power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu0_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 3 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu1_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 4 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu2_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 5 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_io_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 io power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_mem_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 memory power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/ps0_input_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read power supply 0 input power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/ps1_input_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read power supply 1 input power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/storage_a_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read storage a power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/storage_b_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read storage b power", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/total_power"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read total power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/ambient"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read ambient temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm0_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 0 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm10_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 10 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm11_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 11 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm12_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 12 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm13_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 13 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm14_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 14 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm15_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 15 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm1_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 1 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm2_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 2 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm3_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 3 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm4_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 4 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm5_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 5 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm6_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 6 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm7_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 7 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm8_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 8 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm9_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read DIMM 9 power consumption", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_core_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 0 core temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 0 memory temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_core_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 1 core temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 1 memory temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_core_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 2 core temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 2 memory temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_core_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 3 core temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 3 memory temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_core_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 4 core temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 4 memory temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_core_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 5 core temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read GPU 5 memory temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core0_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 0 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core10_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 10 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core11_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 11 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core12_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 12 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core13_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 13 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core14_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 14 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core15_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 15 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core16_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 16 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core17_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 17 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core18_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 18 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core19_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 19 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core1_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 1 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core20_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 20 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core21_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 21 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core22_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 22 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core23_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 23 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core2_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 2 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core3_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 3 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core4_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 4 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core5_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 5 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core6_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 6 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core7_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 7 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core8_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 8 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core9_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 core 9 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vcs_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 VCS voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdd_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 VDD voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vddr_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 VDDR voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdn_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 0 VDN voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core0_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 0 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core10_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 10 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core11_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 11 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core12_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 12 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core13_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 13 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core14_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 14 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core15_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 15 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core16_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 16 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core17_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 17 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core18_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 18 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core19_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 19 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core1_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 1 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core20_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 20 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core21_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 21 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core22_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 22 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core23_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 23 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core2_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 2 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core3_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 3 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core4_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 4 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core5_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 5 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core6_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 6 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core7_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 7 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core8_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 8 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core9_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 core 9 temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vcs_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 VCS voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdd_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 VDD voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vddr_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 VDDR voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdn_temp"=> { + "AffectedSubsystem"=> "Cooling", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read CPU 1 VDN voltage regulator temperature", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps0_input_voltage"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read power supply 0 input voltage", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps0_output_voltage"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read power supply 0 output voltage", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps1_input_voltage"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read power supply 1 input voltage", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps1_output_voltage"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Unable to read power supply 1 output voltage", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Software.Version.Error.InternalFailure" => { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Unable to process the image provided", + "Severity"=> "Warning", + }, + "xyz.openbmc_project.Software.Version.Error.ManifestFileFailure"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Unable to read the manifest file", + "Severity"=> "Warning", + }, + "xyz.openbmc_project.Software.Version.Error.UnTarFailure"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Firmware/Software Failure", + "Message"=> "Unabled to decompress the tar file", + "Severity"=> "Warning", + }, + "xyz.openbmc_project.State.Host.SoftOffTimeout"=> { + "AffectedSubsystem"=> "Host Operating System", + "EventType"=> "Monitoring Agent", + "Message"=> "The soft power off of the host has timed out", + "Severity"=> "Warning", + }, + + + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply0"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 0 has failed to power on when it needed to", + "Severity"=> "Critical", + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply1"=> { + "AffectedSubsystem"=> "Power", + "EventType"=> "Unrecoverable Hardware Failure", + "Message"=> "Power supply 1 has failed to power on", + "Severity"=> "Critical", + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||I2C"=> { + "AffectedSubsystem"=> "Systems Management - Core / Virtual Appliance", + "EventType"=> "Communication Failure/Timeout", + "Message"=> "Failed to read from I2C device", + "Severity"=> "Warning", + }, + }, +); diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index 9ea8ed18d..cabb5f8b6 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -36,6 +36,8 @@ use xCAT_monitoring::monitorctrl; use POSIX qw(WNOHANG); use xCAT::Utils qw/natural_sort_cmp/; +use xCAT::data::openbmcevents; + $::VERBOSE = 0; # String constants for rbeacon states $::BEACON_STATE_OFF = "off"; @@ -429,6 +431,8 @@ my $flag_debug = "[openbmc_debug]"; my %login_pid_node; # used in process_request, record login fork pid map +my $event_mapping = ""; + #------------------------------------------------------- =head3 preprocess_request @@ -672,6 +676,9 @@ rmdir \"/tmp/\$userid\" \n"; while (1) { unless ($wait_node_num) { + if ($event_mapping and (ref($event_mapping) ne "HASH")) { + xCAT::SvrUtils::sendmsg("$event_mapping, all event messages above are original", $callback); + } if ($next_status{LOGIN_RESPONSE} eq "RSPCONFIG_SSHCFG_REQUEST") { my $home = xCAT::Utils->getHomeDir("root"); unlink "$home/.ssh/copy.sh"; @@ -751,7 +758,7 @@ sub parse_args { return ([ 1, "Error parsing arguments." ]) if ($option !~ /V|verbose/); } - if (scalar(@ARGV) >= 2 and ($command =~ /rpower|rinv|rvitals/)) { + if (scalar(@ARGV) >= 2 and ($command =~ /rpower|rinv|rvitals|reventlog/)) { return ([ 1, "Only one option is supported at the same time for $command" ]); } elsif (scalar(@ARGV) == 0 and $command =~ /rpower|rspconfig|rflash/) { return ([ 1, "No option specified for $command" ]); @@ -780,10 +787,6 @@ sub parse_args { return ([ 1, "Unsupported command: $command $subcommand" ]); } } elsif ($command eq "reventlog") { - my $option_s = 0; - unless (GetOptions("s" => \$option_s,)) { - return ([1, "Error parsing arguments." ]); - } $subcommand = "all" if (!defined($ARGV[0])); unless ($subcommand =~ /^\d$|^\d+$|^all$|^clear$/) { return ([ 1, "Unsupported command: $command $subcommand" ]); @@ -1064,12 +1067,6 @@ sub parse_command_status { } if ($command eq "reventlog") { - my $option_s = 0; - if ($$subcommands[-1] and $$subcommands[-1] eq "-s") { - $option_s = 1; - pop(@$subcommands); - } - if (defined($$subcommands[0])) { $subcommand = $$subcommands[0]; } else { @@ -1083,7 +1080,21 @@ sub parse_command_status { $next_status{LOGIN_RESPONSE} = "REVENTLOG_REQUEST"; $next_status{REVENTLOG_REQUEST} = "REVENTLOG_RESPONSE"; $status_info{REVENTLOG_RESPONSE}{argv} = "$subcommand"; - $status_info{REVENTLOG_RESPONSE}{argv} .= ",s" if ($option_s); + my $policy_table = "/opt/ibm/ras/lib/policyTable.json"; + my $policy_mapping = "/opt/xcat/lib/perl/xCAT/data/openbmcevents.pm"; + if (-e "$policy_table") { + my $policy_json = `cat $policy_table`; + if ($policy_json) { + my $policy_hash = decode_json $policy_json; + $event_mapping = $policy_hash->{events}; + } else { + $event_mapping = "No data in $policy_table"; + } + } elsif (-e "$policy_mapping") { + $event_mapping = $xCAT::data::openbmcevents::openbmc_event_mapping{events}; + } else { + $event_mapping = "Could not found '$policy_mapping'"; + } } } @@ -2147,42 +2158,26 @@ sub reventlog_response { xCAT::SvrUtils::sendmsg("clear", $callback, $node); } } else { - my ($entry_string, $option_s) = split(",", $status_info{REVENTLOG_RESPONSE}{argv}); + my $entry_string = $status_info{REVENTLOG_RESPONSE}{argv}; my $content_info; my %output = (); my $entry_num = 0; $entry_string = "all" if ($entry_string eq "0"); $entry_num = 0 + $entry_string if ($entry_string ne "all"); + my $max_entry = 0; foreach my $key_url (keys %{$response_info->{data}}) { my %content = %{ ${ $response_info->{data} }{$key_url} }; - my $timestamp = $content{Timestamp}; - my $id_num = 0 + $content{Id} if ($content{Id}); - if ($content{Message}) { - my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime($content{Timestamp}/1000); - $mon += 1; - $year += 1900; - my $UTC_time = sprintf ("%02d/%02d/%04d %02d:%02d:%02d", $mon, $mday, $year, $hour, $min, $sec); - my $content_info = $UTC_time . " [$content{Id}] " . $content{Message}; - $output{$timestamp} = $content_info; - } + next unless ($content{Id}); + my $id_num = 0 + $content{Id}; + my $event_msg = parse_event_data(\%content); + $output{$id_num} = $event_msg if ($event_msg); + $max_entry = $id_num if ($id_num > $max_entry); } - my $count = 0; - if ($option_s) { - xCAT::SvrUtils::sendmsg("$::NO_ATTRIBUTES_RETURNED", $callback, $node) if (!%output); - foreach my $key ( sort { $b <=> $a } keys %output) { - xCAT::MsgUtils->message("I", { data => ["$node: $output{$key}"] }, $callback) if ($output{$key}); - $count++; - last if ($entry_string ne "all" and $count >= $entry_num); - } - } else { - xCAT::SvrUtils::sendmsg("$::NO_ATTRIBUTES_RETURNED", $callback, $node) if (!%output); - foreach my $key (sort keys %output) { - xCAT::MsgUtils->message("I", { data => ["$node: $output{$key}"] }, $callback) if ($output{$key}); - $count++; - last if ($entry_string ne "all" and $count >= $entry_num); - } + xCAT::SvrUtils::sendmsg("$::NO_ATTRIBUTES_RETURNED", $callback, $node) if (!%output); + foreach my $key ( sort { $a <=> $b } keys %output) { + xCAT::MsgUtils->message("I", { data => ["$node: $output{$key}"] }, $callback) if ($entry_string eq "all" or $key > ($max_entry - $entry_num)); } } @@ -2196,6 +2191,82 @@ sub reventlog_response { #------------------------------------------------------- +=head3 parse_event_data + + Parse reventlog data + Input: + $content: data for single entry + +=cut + +#------------------------------------------------------- +sub parse_event_data { + my $content = shift; + my $content_info = ""; + + my $timestamp = $$content{Timestamp}; + my $id_num = $$content{Id}; + if ($$content{Message}) { + my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime($$content{Timestamp}/1000); + $mon += 1; + $year += 1900; + my $UTC_time = sprintf ("%02d/%02d/%04d %02d:%02d:%02d", $mon, $mday, $year, $hour, $min, $sec); + my $messgae = $$content{Message}; + my $callout; + my $msg_pid; + my $i2c_device; + my $esel; + + if (defined $$content{AdditionalData} and $$content{AdditionalData}) { + foreach my $addition (@{ $$content{AdditionalData} }) { + if ($addition =~ /CALLOUT_INVENTORY_PATH=(.+)/) { + $callout = $1; + } + if ($addition =~ /CALLOUT_DEVICE_PATH/) { + $callout = "I2C"; + my @info = split("=", $addition); + my $tmp = $info[1]; + my @tmp_data = split("/", $tmp); + my $data_num = @tmp_data; + $i2c_device = join("/", @tmp_data[($data_num-4)..($data_num-1)]) + } + if ($addition =~ /ESEL/) { + my @info = split("=", $addition); + $esel = $info[1]; + # maybe useful, so leave it here + } + if ($addition =~ /GPU/) { + my @info = split(" ", $addition); + $callout = "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu" . $info[-1]; + } + if ($addition =~ /PID=(\d*)/) { + $msg_pid = $1; + } + } + } + + $messgae .= "||$callout" if ($callout); + + if (ref($event_mapping) eq "HASH") { + if ($event_mapping->{$messgae}) { + my $event_type = $event_mapping->{$messgae}{EventType}; + my $event_message = $event_mapping->{$messgae}{Message}; + my $severity = $event_mapping->{$messgae}{Severity}; + my $affect = $event_mapping->{$messgae}{AffectedSubsystem}; + $content_info = "$UTC_time [$id_num]: $event_type, ($severity) $event_message (AffectedSubsystem: $affect, PID: $msg_pid), Resolved: $$content{Resolved}"; + } else { + $content_info = "$UTC_time [$id_num]: Not found in policy table: $messgae (PID: $msg_pid), Resolved: $$content{Resolved}"; + } + } else { + $content_info = "$UTC_time [$id_num]: $messgae (PID: $msg_pid), Resolved: $$content{Resolved}"; + } + } + + return $content_info; +} + +#------------------------------------------------------- + =head3 rspconfig_response Deal with response of rspconfig command