From 6242f8082e5fe50e8915f4c3599655ef391bb306 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 9 Jun 2019 16:02:49 -0400 Subject: meta-ibm: acx22: new YAML config recipe YAML configuration files exist scattered throughout the OpenBMC tree and how they are used is controlled with layers dependencies of virtuals and preferred providers. Most of the time the above scheme is very difficult to comprehend. This patch continues a re-thinking of that approach towards a more centralized scheme. Specifically this patch implements a single YAML config recipe for the ACx22 systems. The logic contained in the recipe was pulled from all over the OpenBMC tree - the ability to comprehend how the different YAML files are generated and consumed should be greatly eased. A couple notable details: - Specialized tasks for doing deep YAML dictionary merges existed in the upstream recipes (-hardcoded.yaml, -config.yaml), but it was observed that simply concatenating the YAML files produced the same results, so the specialized deep merge logic was not copied here and can be deprecated upstream. - Unlike the upstream recipes, acx22-yaml-config is a target recipe and as such enables MACHINE based overrides. YAML files were copied from different locations in the tree, and run through a styling application (pyyaml dump(load(yaml))): phosphor-ipmi-fru-read-bmc-inventory-native:bmc-fru-config.yaml -> acx22-yaml-config:acx22-ipmi-fru-bmc.yaml phosphor-ipmi-fru-read-not-sent-by-host-inventory-native:fru-config-not-sent-by-host.yaml -> acx22-yaml-config:acx22-ipmi-fru-not-sent-by-host.yaml phosphor-ipmi-host:occ_sensors.hardcoded.yaml -> acx22-yaml-config:acx22-ipmi-occ-sensors.yaml phosphor-ipmi-host:hwmon_sensors.hardcoded.yaml -> acx22-yaml-config:acx22-ipmi-hwmon-sensors.yaml phosphor-ipmi-host:witherspoon_hwmon_sensors.hardcoded.yaml -> acx22-yaml-config:ac922-ipmi-extra-hwmon-sensors.yaml phosphor-ipmi-sensor-inventory-mrw-config-native:config.yaml -> acx22-yaml-config:acx22-ipmi-sensors-mrw.yaml (From meta-ibm rev: 3cb4a62140dca941e801026f447f13374cf68968) Change-Id: Id0584812bbf40c0118c8c4383d9dd67c38a45dec Signed-off-by: Brad Bishop --- .../configuration/acx22-yaml-config.bb | 92 ++++ .../acx22-yaml-config/acx22-ipmi-fru-bmc.yaml | 120 ++++++ .../acx22-ipmi-fru-not-sent-by-host.yaml | 54 +++ .../acx22-ipmi-hwmon-sensors.yaml | 462 +++++++++++++++++++++ .../acx22-ipmi-inventory-sensors.yaml | 18 + .../acx22-yaml-config/acx22-ipmi-occ-sensors.yaml | 44 ++ .../acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml | 338 +++++++++++++++ .../ac922-ipmi-extra-hwmon-sensors.yaml | 84 ++++ 8 files changed, 1212 insertions(+) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-inventory-sensors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-occ-sensors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb new file mode 100644 index 000000000..efe9cd5d2 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb @@ -0,0 +1,92 @@ +SUMMARY = "YAML configuration for ACx22 systems" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit mrw-xml + +EXTRA_SRC_URI = "" +EXTRA_SRC_URI_witherspoon = " \ + file://ac922-ipmi-extra-hwmon-sensors.yaml \ + " +SRC_URI = " \ + file://acx22-ipmi-fru-bmc.yaml \ + file://acx22-ipmi-fru-not-sent-by-host.yaml \ + file://acx22-ipmi-hwmon-sensors.yaml \ + file://acx22-ipmi-inventory-sensors.yaml \ + file://acx22-ipmi-occ-sensors.yaml \ + file://acx22-ipmi-sensors-mrw.yaml \ + ${EXTRA_SRC_URI} \ + " + +DEPENDS = " \ + mrw-native \ + mrw-perl-tools-native \ + openpower-yaml-config \ + " + +S = "${WORKDIR}" + +ACx22_IPMI_EXTRA_FRU_READ_YAMLS = " \ + acx22-ipmi-fru-bmc.yaml \ + acx22-ipmi-fru-not-sent-by-host.yaml \ + " +ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS = "" +ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS_witherspoon = " \ + ac922-ipmi-extra-hwmon-sensors.yaml \ + " +ACx22_IPMI_EXTRA_SENSOR_YAMLS = " \ + acx22-ipmi-hwmon-sensors.yaml \ + acx22-ipmi-occ-sensors.yaml \ + ${ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS} \ + " + +do_install() { + perlbin="${STAGING_DIR_NATIVE}${bindir}/perl-native/perl" + scriptpath=${STAGING_DIR_NATIVE}${bindir} + mrw=${STAGING_DIR_NATIVE}${datadir}/obmc-mrw/${MRW_XML} + op_configpath=${STAGING_DIR_HOST}${datadir}/openpower-yaml-config + + # generate extra-properties.yaml from the MRW for ipmi-fru-parser + $perlbin $scriptpath/gen_fru_properties.pl -m $mrw \ + -c $op_configpath/ipmi-fru-properties-mrw.yaml \ + -o extra-properties.yaml + + # generate fru-read.yaml from the MRW, for ipmid and ipmi-fru-parser + $perlbin $scriptpath/gen_ipmi_fru.pl -i $mrw \ + -m $op_configpath/ipmi-hostboot-fru-mrw.yaml \ + -o fru-read-partial.yaml + cat fru-read-partial.yaml ${ACx22_IPMI_EXTRA_FRU_READ_YAMLS} \ + > fru-read.yaml + + # generate inventory-sensors.yaml from the MRW, for ipmid + $perlbin $scriptpath/gen_ipmi_sel.pl -i $mrw \ + -m acx22-ipmi-inventory-sensors.yaml -o inventory-sensors.yaml + + # generate sensors.yaml from the MRW, for ipmid + cat acx22-ipmi-sensors-mrw.yaml \ + $op_configpath/ipmi-hostboot-volatile-sensor-mrw.yaml \ + $op_configpath/ipmi-occ-active-sensor-mrw.yaml \ + > sensors-mrw.yaml + $perlbin $scriptpath/gen_ipmi_sensor.pl -i $mrw -m sensors-mrw.yaml \ + -o sensors-partial.yaml + cat sensors-partial.yaml ${ACx22_IPMI_EXTRA_SENSOR_YAMLS} \ + > sensors.yaml + + install -m 0644 -D extra-properties.yaml \ + ${D}${datadir}/${BPN}/ipmi-extra-properties.yaml + install -m 0644 -D fru-read.yaml ${D}${datadir}/${BPN}/ipmi-fru-read.yaml + install -m 0644 -D inventory-sensors.yaml \ + ${D}${datadir}/${BPN}/ipmi-inventory-sensors.yaml + install -m 0644 -D sensors.yaml ${D}${datadir}/${BPN}/ipmi-sensors.yaml +} + +FILES_${PN}-dev = " \ + ${datadir}/${BPN}/ipmi-extra-properties.yaml \ + ${datadir}/${BPN}/ipmi-fru-read.yaml \ + ${datadir}/${BPN}/ipmi-inventory-sensors.yaml \ + ${datadir}/${BPN}/ipmi-sensors.yaml \ + " + +ALLOW_EMPTY_${PN} = "1" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml new file mode 100644 index 000000000..a5ce2e841 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml @@ -0,0 +1,120 @@ +50: + /system/chassis/motherboard/fan0: + entityID: 29 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +51: + /system/chassis/motherboard/fan1: + entityID: 29 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +52: + /system/chassis/motherboard/fan2: + entityID: 29 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +53: + /system/chassis/motherboard/fan3: + entityID: 29 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +60: + /system/chassis/motherboard/boxelder/bmc: + entityID: 6 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Decorator.Asset: + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +70: + /system/chassis/motherboard/boxelder/bmc/ethernet: + entityID: 1 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +75: + /system/chassis/motherboard/powersupply0: + entityID: 10 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Decorator.Asset: + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +76: + /system/chassis/motherboard/powersupply1: + entityID: 10 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Decorator.Asset: + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml new file mode 100644 index 000000000..a4c34b4fc --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml @@ -0,0 +1,54 @@ +20: + /system/chassis/motherboard/gv100card0: + entityID: 3 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +21: + /system/chassis/motherboard/gv100card1: + entityID: 3 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +22: + /system/chassis/motherboard/gv100card2: + entityID: 3 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +23: + /system/chassis/motherboard/gv100card3: + entityID: 3 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +24: + /system/chassis/motherboard/gv100card4: + entityID: 3 + entityInstance: 5 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +25: + /system/chassis/motherboard/gv100card5: + entityID: 3 + entityInstance: 6 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml new file mode 100644 index 000000000..6d22a6132 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml @@ -0,0 +1,462 @@ +221: + bExp: 0 + entityID: 29 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan0_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +223: + bExp: 0 + entityID: 29 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan1_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +227: + bExp: 0 + entityID: 29 + entityInstance: 5 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan2_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +229: + bExp: 0 + entityID: 29 + entityInstance: 7 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan3_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +231: + bExp: 0 + entityID: 10 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/fan_disk_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +238: + bExp: 0 + entityID: 10 + entityInstance: 9 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_io_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +239: + bExp: 0 + entityID: 10 + entityInstance: 10 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_io_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +240: + bExp: 0 + entityID: 10 + entityInstance: 11 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_mem_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +241: + bExp: 0 + entityID: 10 + entityInstance: 12 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_mem_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +242: + bExp: 0 + entityID: 10 + entityInstance: 13 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +243: + bExp: 0 + entityID: 10 + entityInstance: 14 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +244: + bExp: 0 + entityID: 10 + entityInstance: 15 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/ps0_input_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +245: + bExp: 0 + entityID: 10 + entityInstance: 16 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/ps1_input_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +246: + bExp: 0 + entityID: 10 + entityInstance: 17 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 20 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/total_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +247: + bExp: 0 + entityID: 10 + entityInstance: 19 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps0_input_voltage + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +248: + bExp: 0 + entityID: 10 + entityInstance: 20 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps1_input_voltage + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +249: + bExp: 0 + entityID: 10 + entityInstance: 21 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps0_output_voltage + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +250: + bExp: 0 + entityID: 10 + entityInstance: 22 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps1_output_voltage + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +251: + bExp: 0 + entityID: 10 + entityInstance: 23 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/current/ps0_output_current + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 3 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes +252: + bExp: 0 + entityID: 10 + entityInstance: 24 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/current/ps1_output_current + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 3 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes +253: + bExp: 0 + entityID: 35 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 30 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/pcie + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +254: + bExp: 0 + entityID: 64 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 20 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/ambient + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-inventory-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-inventory-sensors.yaml new file mode 100644 index 000000000..6dd17b7ab --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-inventory-sensors.yaml @@ -0,0 +1,18 @@ +1: + Offset: 2 + SensorType: 18 +3: + Offset: 8 + SensorType: 7 +7: + Offset: 0 + SensorType: 199 +32: + Offset: 4 + SensorType: 12 +208: + Offset: 8 + SensorType: 7 +216: + Offset: 8 + SensorType: 23 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-occ-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-occ-sensors.yaml new file mode 100644 index 000000000..aa69a646c --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-occ-sensors.yaml @@ -0,0 +1,44 @@ +8: + entityID: 210 + entityInstance: 1 + interfaces: + org.open_power.OCC.Status: + OccActive: + Offsets: + 0: + assert: false + deassert: true + type: bool + 1: + assert: true + deassert: false + type: bool + mutability: Mutability::Write|Mutability::Read + path: /org/open_power/control/occ0 + readingType: assertion + sensorNamePattern: nameLeaf + sensorReadingType: 9 + sensorType: 9 + serviceInterface: org.freedesktop.DBus.Properties +9: + entityID: 210 + entityInstance: 2 + interfaces: + org.open_power.OCC.Status: + OccActive: + Offsets: + 0: + assert: false + deassert: true + type: bool + 1: + assert: true + deassert: false + type: bool + mutability: Mutability::Write|Mutability::Read + path: /org/open_power/control/occ1 + readingType: assertion + sensorNamePattern: nameLeaf + sensorReadingType: 9 + sensorType: 9 + serviceInterface: org.freedesktop.DBus.Properties diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml new file mode 100644 index 000000000..0a04d93ae --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml @@ -0,0 +1,338 @@ +boot_count_sensor: + interfaces: + xyz.openbmc_project.Control.Boot.RebootAttempts: + AttemptsLeft: + Offsets: + 255: + type: uint32_t + mutability: Mutability::Write|Mutability::Read + path: /xyz/openbmc_project/state/host0 + readingType: readingAssertion + sensorNamePattern: nameProperty + serviceInterface: org.freedesktop.DBus.Properties +cpu_func_sensor: + interfaces: + xyz.openbmc_project.Inventory.Item: + Present: + Offsets: + 7: + assert: true + deassert: false + type: bool + xyz.openbmc_project.State.Decorator.OperationalStatus: + Functional: + Offsets: + 8: + assert: false + deassert: true + type: bool + Prereqs: + 7: + assert: true + deassert: false + type: bool + mutability: Mutability::Write|Mutability::Read + readingType: assertion + sensorNamePattern: nameLeaf + serviceInterface: xyz.openbmc_project.Inventory.Manager +cpucore_func_sensor: + interfaces: + xyz.openbmc_project.Inventory.Item: + Present: + Offsets: + 7: + assert: true + deassert: false + skipOn: deassert + type: bool + xyz.openbmc_project.State.Decorator.OperationalStatus: + Functional: + Offsets: + 8: + assert: false + deassert: true + type: bool + Prereqs: + 7: + assert: true + deassert: false + type: bool + mutability: Mutability::Write|Mutability::Read + readingType: assertion + sensorNamePattern: nameParentLeaf + serviceInterface: xyz.openbmc_project.Inventory.Manager +cpucore_temp_sensor: + bExp: 0 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + mutability: Mutability::Write|Mutability::Read + offsetB: -127 + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +dimm_func_sensor: + interfaces: + xyz.openbmc_project.Inventory.Item: + Present: + Offsets: + 6: + assert: true + deassert: false + type: bool + xyz.openbmc_project.State.Decorator.OperationalStatus: + Functional: + Offsets: + 4: + assert: false + deassert: true + type: bool + Prereqs: + 6: + assert: true + deassert: false + type: bool + mutability: Mutability::Write|Mutability::Read + readingType: assertion + sensorNamePattern: nameLeaf + serviceInterface: xyz.openbmc_project.Inventory.Manager +dimm_temp_sensor: + bExp: 0 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + mutability: Mutability::Write|Mutability::Read + offsetB: -127 + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +fw_boot_sensor: + interfaces: + xyz.openbmc_project.State.Boot.Progress: + BootProgress: + Offsets: + 0: + set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified + type: string + 1: + set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit + type: string + 3: + set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit + type: string + 7: + set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit + type: string + 19: + set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart + type: string + 20: + set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MotherboardInit + type: string + mutability: Mutability::Write|Mutability::Read + path: /xyz/openbmc_project/state/host0 + readingType: eventdata2 + sensorNamePattern: nameProperty + serviceInterface: org.freedesktop.DBus.Properties +gpu_func_sensor: + interfaces: + xyz.openbmc_project.Inventory.Decorator.Replaceable: + FieldReplaceable: + Offsets: + 7: + assert: true + deassert: true + type: bool + xyz.openbmc_project.Inventory.Item: + Present: + Offsets: + 7: + assert: true + deassert: false + type: bool + xyz.openbmc_project.State.Decorator.OperationalStatus: + Functional: + Offsets: + 8: + assert: false + deassert: true + type: bool + Prereqs: + 7: + assert: true + deassert: false + type: bool + mutability: Mutability::Write|Mutability::Read + readingType: assertion + sensorNamePattern: nameLeaf + serviceInterface: xyz.openbmc_project.Inventory.Manager +gpu_temp_sensor: + bExp: 0 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + mutability: Mutability::Write|Mutability::Read + offsetB: -127 + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +host_auto_reboot_control_sensor: + interfaces: + xyz.openbmc_project.Control.Boot.RebootPolicy: + AutoReboot: + Offsets: + 0: + assert: false + type: bool + 1: + assert: true + type: bool + mutability: Mutability::Write|Mutability::Read + path: /xyz/openbmc_project/control/host0/auto_reboot + readingType: assertion + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties +memory_temp_sensor: + bExp: 0 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + mutability: Mutability::Write|Mutability::Read + offsetB: -127 + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +os_boot_sensor: + interfaces: + xyz.openbmc_project.State.OperatingSystem.Status: + OperatingSystemState: + Offsets: + 1: + assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CBoot + type: string + 2: + assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.PXEBoot + type: string + 3: + assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.DiagBoot + type: string + 4: + assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CDROMBoot + type: string + 5: + assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.ROMBoot + type: string + 6: + assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.BootComplete + type: string + mutability: Mutability::Write|Mutability::Read + path: /xyz/openbmc_project/state/host0 + readingType: assertion + sensorNamePattern: nameProperty + serviceInterface: org.freedesktop.DBus.Properties +ps_derating_sensor: + interfaces: + xyz.openbmc_project.Control.PowerSupplyAttributes: + DeratingFactor: + Offsets: + 255: + type: uint32_t + mutability: Mutability::Read + readingType: assertion + sensorNamePattern: nameProperty + serviceInterface: org.freedesktop.DBus.Properties +ps_redundancy_state_sensor: + interfaces: + xyz.openbmc_project.Control.PowerSupplyRedundancy: + PowerSupplyRedundancyEnabled: + Offsets: + 0: + assert: false + type: bool + 1: + assert: true + type: bool + mutability: Mutability::Read + path: /xyz/openbmc_project/control/power_supply_redundancy + readingType: assertion + sensorNamePattern: nameProperty + serviceInterface: org.freedesktop.DBus.Properties +tpm_required_sensor: + interfaces: + xyz.openbmc_project.Control.TPM.Policy: + TPMEnable: + Offsets: + 0: + assert: false + type: bool + 1: + assert: true + type: bool + mutability: Mutability::Write|Mutability::Read + path: /xyz/openbmc_project/control/host0/TPMEnable + readingType: assertion + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties +turbo_allowed_sensor: + interfaces: + xyz.openbmc_project.Control.Host.TurboAllowed: + TurboAllowed: + Offsets: + 0: + assert: false + deassert: true + type: bool + 1: + assert: true + deassert: false + type: bool + mutability: Mutability::Read + path: /xyz/openbmc_project/control/host0/turbo_allowed + readingType: assertion + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties +vrm_vdd_temp_sensor: + bExp: 0 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + mutability: Mutability::Write|Mutability::Read + offsetB: -127 + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml new file mode 100644 index 000000000..538b4c867 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml @@ -0,0 +1,84 @@ +222: + bExp: 0 + entityID: 29 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan0_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +226: + bExp: 0 + entityID: 29 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan1_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +228: + bExp: 0 + entityID: 29 + entityInstance: 6 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan2_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +230: + bExp: 0 + entityID: 29 + entityInstance: 8 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan3_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -- cgit v1.2.3 From c8a161c1a53d7ef23424c3186fe8789691f06a33 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 10 Jun 2019 14:59:44 -0500 Subject: swift: Move fan monitor config Fan monitor config files reside under the machine name directory within `phosphor-fan-monitor-config`. Tested: Verified monitor.yaml picked up for witherspoon machine Verified monitor.yaml picked up for swift machine (From meta-ibm rev: 470fe1f5de23711c3348d17638e65c106f54304f) Change-Id: I87065dc923243e05b4ddbc54b0c1290617cb16f0 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../fans/phosphor-fan-monitor-config/swift/monitor.yaml | 2 ++ .../fans/swift-phosphor-fan-monitor-config/monitor.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-monitor-config/monitor.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml new file mode 100644 index 000000000..5b9856c46 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml @@ -0,0 +1,2 @@ +# TODO: Populate with https://github.com/ibm-openbmc/dev/issues/601 +# Placeholder diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-monitor-config/monitor.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-monitor-config/monitor.yaml deleted file mode 100644 index 5b9856c46..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-monitor-config/monitor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# TODO: Populate with https://github.com/ibm-openbmc/dev/issues/601 -# Placeholder -- cgit v1.2.3 From c6e6b3cfbcbcb55cabb2eceb6ba6cda2fde9d335 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 10 Jun 2019 15:03:32 -0500 Subject: swift: Move fan presence config Fan presence config files reside under the machine name directory within `phosphor-fan-presence-config`. Tested: Verified config.yaml picked up for witherspoon machine Verified config.yaml picked up for swift machine (From meta-ibm rev: 86142b4ce89084bf3310e3c9cbebc32a9c17afd2) Change-Id: I5b379d593394218c9149cf1648f3288b37f6f96a Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../fans/phosphor-fan-presence-config/swift/config.yaml | 2 ++ .../fans/swift-phosphor-fan-presence-config/config.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-presence-config/config.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml new file mode 100644 index 000000000..5b9856c46 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml @@ -0,0 +1,2 @@ +# TODO: Populate with https://github.com/ibm-openbmc/dev/issues/601 +# Placeholder diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-presence-config/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-presence-config/config.yaml deleted file mode 100644 index 5b9856c46..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/swift-phosphor-fan-presence-config/config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# TODO: Populate with https://github.com/ibm-openbmc/dev/issues/601 -# Placeholder -- cgit v1.2.3 From f1d637dc1cbfb7706e9ce511a89aded5ea3fdb26 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Tue, 11 Jun 2019 16:26:22 -0500 Subject: Different PS I2C addresses for wspoon vs swift Since the power supply I2C addresses are swapped between the 2 systems, there needs to be separate config files. (From meta-ibm rev: 7b91758259c860052d5f292a86a56c0d18884616) Signed-off-by: Matt Spinler Change-Id: I3eb8ec881a7e4d7887c79a53ef142ee2f948b53f Signed-off-by: Brad Bishop --- .../obmc/power-supply-monitor/power-supply-monitor-0.conf | 6 ------ .../obmc/power-supply-monitor/power-supply-monitor-1.conf | 6 ------ .../swift/obmc/power-supply-monitor/power-supply-monitor-0.conf | 6 ++++++ .../swift/obmc/power-supply-monitor/power-supply-monitor-1.conf | 6 ++++++ .../obmc/power-supply-monitor/power-supply-monitor-0.conf | 6 ++++++ .../obmc/power-supply-monitor/power-supply-monitor-1.conf | 6 ++++++ 6 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-0.conf delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-1.conf create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-0.conf create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-1.conf create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-0.conf create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-1.conf (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-0.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-0.conf deleted file mode 100644 index 167e605d0..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-0.conf +++ /dev/null @@ -1,6 +0,0 @@ -DEVPATH=/sys/bus/i2c/devices/3-0068 -INSTANCE=0 -INVENTORY=/system/chassis/motherboard/powersupply0 -NUM_HISTORY_RECORDS=120 -SYNC_GPIO_PATH=/dev/gpiochip0 -SYNC_GPIO_NUM=105 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-1.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-1.conf deleted file mode 100644 index faa5adec6..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/obmc/power-supply-monitor/power-supply-monitor-1.conf +++ /dev/null @@ -1,6 +0,0 @@ -DEVPATH=/sys/bus/i2c/devices/3-0069 -INSTANCE=1 -INVENTORY=/system/chassis/motherboard/powersupply1 -NUM_HISTORY_RECORDS=120 -SYNC_GPIO_PATH=/dev/gpiochip0 -SYNC_GPIO_NUM=105 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-0.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-0.conf new file mode 100644 index 000000000..167e605d0 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-0.conf @@ -0,0 +1,6 @@ +DEVPATH=/sys/bus/i2c/devices/3-0068 +INSTANCE=0 +INVENTORY=/system/chassis/motherboard/powersupply0 +NUM_HISTORY_RECORDS=120 +SYNC_GPIO_PATH=/dev/gpiochip0 +SYNC_GPIO_NUM=105 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-1.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-1.conf new file mode 100644 index 000000000..faa5adec6 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/swift/obmc/power-supply-monitor/power-supply-monitor-1.conf @@ -0,0 +1,6 @@ +DEVPATH=/sys/bus/i2c/devices/3-0069 +INSTANCE=1 +INVENTORY=/system/chassis/motherboard/powersupply1 +NUM_HISTORY_RECORDS=120 +SYNC_GPIO_PATH=/dev/gpiochip0 +SYNC_GPIO_NUM=105 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-0.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-0.conf new file mode 100644 index 000000000..d6732e6b8 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-0.conf @@ -0,0 +1,6 @@ +DEVPATH=/sys/bus/i2c/devices/3-0069 +INSTANCE=0 +INVENTORY=/system/chassis/motherboard/powersupply0 +NUM_HISTORY_RECORDS=120 +SYNC_GPIO_PATH=/dev/gpiochip0 +SYNC_GPIO_NUM=105 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-1.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-1.conf new file mode 100644 index 000000000..cace335b1 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon/obmc/power-supply-monitor/power-supply-monitor-1.conf @@ -0,0 +1,6 @@ +DEVPATH=/sys/bus/i2c/devices/3-0068 +INSTANCE=1 +INVENTORY=/system/chassis/motherboard/powersupply1 +NUM_HISTORY_RECORDS=120 +SYNC_GPIO_PATH=/dev/gpiochip0 +SYNC_GPIO_NUM=105 -- cgit v1.2.3 From de4c6b0a7a508e76f8bef44464820e32a4913f3d Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Wed, 12 Jun 2019 10:03:29 -0500 Subject: Swift: Remove pre-poweron VRM manipulation Swift doesn't need to run the vrm-control.sh script to set VRM voltages, which also means it doesn't need to disable/enable their AVS buses around it, nor bind/unbind the VRM device drivers. Remove all of these services, and also create a new recipe for power-workarounds.sh that was in the avsbus-control recipe so that it can remain. (From meta-ibm rev: 65ced2221d38ce08dd7dcc46ec254b1bdd4a714f) Signed-off-by: Matt Spinler Change-Id: Ib64cc45499292ae84689fb11400ff9ff0f5f5942 Signed-off-by: Brad Bishop --- .../recipes-phosphor/chassis/avsbus-control.bb | 9 +- .../avsbus-control/swift/power-workarounds.sh | 23 ---- .../swift/power-workarounds@.service | 16 --- .../witherspoon/power-workarounds.sh | 134 --------------------- .../witherspoon/power-workarounds@.service | 16 --- .../recipes-phosphor/chassis/power-workarounds.bb | 25 ++++ .../power-workarounds/swift/power-workarounds.sh | 23 ++++ .../swift/power-workarounds@.service | 16 +++ .../witherspoon/power-workarounds.sh | 134 +++++++++++++++++++++ .../witherspoon/power-workarounds@.service | 16 +++ .../recipes-phosphor/host/p9-host-start.bbappend | 5 +- 11 files changed, 218 insertions(+), 199 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds.sh delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds@.service delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds.sh delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds@.service create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds.sh create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds@.service create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds.sh create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds@.service (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb index 498b622d9..3c618a6b5 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb @@ -10,30 +10,23 @@ RDEPENDS_${PN} += "i2c-tools" S = "${WORKDIR}" SRC_URI += "file://avsbus-disable.sh \ - file://avsbus-enable.sh \ - file://power-workarounds.sh" + file://avsbus-enable.sh" do_install() { install -d ${D}${bindir} install -m 0755 ${S}/avsbus-disable.sh ${D}${bindir}/avsbus-disable.sh install -m 0755 ${S}/avsbus-enable.sh ${D}${bindir}/avsbus-enable.sh - install -m 0755 ${S}/power-workarounds.sh ${D}${bindir}/power-workarounds.sh } TMPL_EN= "avsbus-enable@.service" TMPL_DIS= "avsbus-disable@.service" -TMPL_WA= "power-workarounds@.service" INSTFMT_EN= "avsbus-enable@{0}.service" INSTFMT_DIS= "avsbus-disable@{0}.service" -INSTFMT_WA= "power-workarounds@{0}.service" TGTFMT = "obmc-chassis-poweron@{0}.target" FMT_EN = "../${TMPL_EN}:${TGTFMT}.requires/${INSTFMT_EN}" FMT_DIS = "../${TMPL_DIS}:${TGTFMT}.requires/${INSTFMT_DIS}" -FMT_WA = "../${TMPL_WA}:${TGTFMT}.requires/${INSTFMT_WA}" SYSTEMD_SERVICE_${PN} += "${TMPL_EN}" SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT_EN', 'OBMC_CHASSIS_INSTANCES')}" SYSTEMD_SERVICE_${PN} += "${TMPL_DIS}" SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT_DIS', 'OBMC_CHASSIS_INSTANCES')}" -SYSTEMD_SERVICE_${PN} += "${TMPL_WA}" -SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT_WA', 'OBMC_CHASSIS_INSTANCES')}" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds.sh deleted file mode 100644 index dc1f4803b..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# This should be run before power-on and used to patch/update power specific -# hardware settings. This is platform specific settings that must be -# updated/removed if not Swift. - -########## Program TPS53915 FSW to desired frequency ######### -# FREQUENCY_CONFIG D3h, bits 2:0 - -# AVDD, bus 3 addr 1D, set to 600khz -# 600khz = 1,0,0 -i2cset -y 3 0x1D 0xD3 0x04 b - -# 3.3VA, bus 3 addr 1C, set to 600khz -i2cset -y 3 0x1C 0xD3 0x04 b - -# 3.3VB, bus 3 addr 1B, set to 600khz -i2cset -y 3 0x1B 0xD3 0x04 b - -# 5.0V, bus 3 addr 1A, set to 850khz -# 850khz = 1,1,0 -i2cset -y 3 0x1A 0xD3 0x06 b -########## END Program TPS53915 FSW to desired frequency ######### - diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds@.service b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds@.service deleted file mode 100644 index 0926e033b..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/swift/power-workarounds@.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Perform power workarounds on VRMs after PGOOD is up -Wants=obmc-power-on@%i.target -After=obmc-power-on@%i.target -Before=obmc-host-start-pre@%i.target -Conflicts=obmc-chassis-poweroff@%i.target -ConditionPathExists=!/run/openbmc/chassis@%i-on - -[Service] -ExecStart=/usr/bin/power-workarounds.sh -SyslogIdentifier=power-workarounds.sh -Type=oneshot -RemainAfterExit=yes - -[Install] -WantedBy=obmc-chassis-poweron@%i.target diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds.sh deleted file mode 100644 index d40579731..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds.sh +++ /dev/null @@ -1,134 +0,0 @@ -#!/bin/sh - -# ensure VCS ON_OFF_CONFIG set correctly from prior FW drivers -# A side -i2cset -y 4 0x70 0x00 0x01 b -i2cset -y 4 0x70 0x02 0x16 b #respond to ENABLE pin -i2cset -y 4 0x70 0x00 0x00 b -# B side -i2cset -y 5 0x70 0x00 0x01 b -i2cset -y 5 0x70 0x02 0x16 b #respond to ENABLE pin -i2cset -y 5 0x70 0x00 0x00 b - -# vddio = 1.0V, mdat/sdat PU enabled -i2cset -y 4 0x12 0xFF 0x00 b # VDD/VCS 0 -i2cset -y 4 0x12 0x2E 0x03 b # VDD/VCS 0 -i2cset -y 4 0x13 0xFF 0x00 b # VDN 0 -i2cset -y 4 0x13 0x2E 0x03 b # VDN 0 -i2cset -y 5 0x12 0xFF 0x00 b # VDD/VCS 1 -i2cset -y 5 0x12 0x2E 0x03 b # VDD/VCS 1 -i2cset -y 5 0x13 0xFF 0x00 b # VDN 1 -i2cset -y 5 0x13 0x2E 0x03 b # VDN 1 - -# A side VDDR - set to 1.23V -i2cset -y 4 0x71 0x00 0x01 -i2cset -y 4 0x71 0x21 0x3B 0x01 i -i2cset -y 4 0x71 0x00 0x00 - -# B side VDDR - set to 1.23V -i2cset -y 5 0x71 0x00 0x01 -i2cset -y 5 0x71 0x21 0x3B 0x01 i -i2cset -y 5 0x71 0x00 0x00 - -# VDN A - PGOOD_ON threshold -i2cset -y 4 0x71 0x00 0x00 b # PAGE -i2cset -y 4 0x71 0x5E 0xCD 0x00 i # set to 0.8V - -# VDN B - PGOOD_ON threshold -i2cset -y 5 0x71 0x00 0x00 b # PAGE -i2cset -y 5 0x71 0x5E 0xCD 0x00 i # set to 0.8V - -# unbind ucd driver to permit i2cset -ucd_retries=5 -ucd= - -ucdpath="/sys/bus/i2c/drivers/ucd9000" -if [ -e $ucdpath ] -then - ucd=`ls -1 $ucdpath | grep 64` - if [ -n "$ucd" ] - then - echo $ucd > $ucdpath/unbind - fi -fi - -# make sure VCS ON_OFF_CONFIG set correctly from old FW releases -i2cset -y 11 0x64 0x00 0x0E i -i2cset -y 11 0x64 0x02 0x16 i -i2cset -y 11 0x64 0x00 0x0F i -i2cset -y 11 0x64 0x02 0x16 i - -## move memory enables to align with VDN (VDN to VDDR leakage issue) -#GPO_CONFIG_1 (GPIO15) : mem 0 reg enables -i2cset -y 11 0x64 0xF7 0x00 i -i2cset -y 11 0x64 0xF8 0x15 0x6E 0x80 0x08 0x00 0x00 0x00 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 i -#GPO_CONFIG_2 (GPIO7) : mem 1 reg enables -i2cset -y 11 0x64 0xF7 0x01 i -i2cset -y 11 0x64 0xF8 0x15 0x16 0x80 0x08 0x00 0x00 0x20 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 i - -# change VDN delays based on UCD MFR_REVISION setting -REV=`i2cget -y 11 0x64 0x9B i 2|cut -f2 -d' '` -if [ "$REV" == "0x01" -o "$REV" == "0x02" ] ; then - # use 20ms delay for VDN - #TON_DELAY rail 8 - i2cset -y 11 0x64 0x00 0x07 i - i2cset -y 11 0x64 0x60 0x80 0xDA i - #TON_DELAY rail 9 - i2cset -y 11 0x64 0x00 0x08 i - i2cset -y 11 0x64 0x60 0x80 0xDA i -else - # use 70ms delay for VDN - #TON_DELAY rail 8 - i2cset -y 11 0x64 0x00 0x07 i - i2cset -y 11 0x64 0x60 0x30 0xEA i - #TON_DELAY rail 9 - i2cset -y 11 0x64 0x00 0x08 i - i2cset -y 11 0x64 0x60 0x30 0xEA i -fi - -# Raise AVDD +100mV -i2cset -y 11 0x64 0x00 0x09 i # set PAGE -i2cset -y 11 0x64 0xF5 0x81 i # set margin_config -i2cset -y 11 0x64 0x21 0x85 0x33 i # set VOUT_COMMAND - -# Increase over-current settings -#VDD A phase current -i2cset -y 4 0x12 0xFF 0x04 b # set window register high byte to 4 -i2cset -y 4 0x12 0x3C 0x80 b # Set to 64A -#VDD B phase current -i2cset -y 5 0x12 0xFF 0x04 b # set window register high byte to 4 -i2cset -y 5 0x12 0x3C 0x80 b # Set to 64A -#VDD A master OC fault to 445A -i2cset -y 4 0x70 0x00 0x00 b # PAGE -i2cset -y 4 0x70 0x46 0x08DE w -# VDD A master OC warn to 326A -i2cset -y 4 0x70 0x4A 0x08A3 w # A308 -#VDD B master OC fault to 445A -i2cset -y 5 0x70 0x00 0x00 b # PAGE -i2cset -y 5 0x70 0x46 0x08DE w -# VDD B master OC warn to 326A -i2cset -y 5 0x70 0x4A 0x08A3 w -#VCS phase current to 30A C/C -i2cset -y 4 0x12 0xFF 0x08 b # set window register to 8 -i2cset -y 4 0x12 0x3C 0x3C b # 30A -i2cset -y 5 0x12 0xFF 0x08 b # set window register to 8 -i2cset -y 5 0x12 0x3C 0x3C b # 30A -#VCS master OC to 43A -i2cset -y 4 0x70 0x00 0x01 # PAGE 1 -i2cset -y 4 0x70 0x46 0x0816 w # OC to 43A -i2cset -y 5 0x70 0x00 0x01 # PAGE 1 -i2cset -y 5 0x70 0x46 0x0816 w # OC to 43A - -# re-bind ucd driver only if we unbound it (i.e. ucd has been set with a value) -if [ -e $ucdpath -a -n "$ucd" ]; then - j=0 - until [ $j -ge $ucd_retries ] || [ -e $ucdpath/$ucd ]; do - j=$((j+1)) - echo $ucd > $ucdpath/bind || ret=$? - if [ $j -gt 1 ]; then - echo "rebinding UCD driver. Retry number $j" - sleep 1 - fi - done - if [ ! -e $ucdpath/$ucd ]; then exit $ret; fi -fi diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds@.service b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds@.service deleted file mode 100644 index 74d8e4bfc..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/witherspoon/power-workarounds@.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Perform power workarounds on VRMs -Wants=ir35221-on-unbind@%i.service -After=ir35221-on-unbind@%i.service -Before=avsbus-disable@%i.service -Conflicts=obmc-chassis-poweroff@%i.target -ConditionPathExists=!/run/openbmc/chassis@%i-on - -[Service] -ExecStart=/usr/bin/env power-workarounds.sh -SyslogIdentifier=power-workarounds.sh -Type=oneshot -RemainAfterExit=yes - -[Install] -WantedBy=obmc-chassis-poweron@%i.target diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb new file mode 100644 index 000000000..c51084296 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb @@ -0,0 +1,25 @@ +SUMMARY = "Power device Workarounds" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit obmc-phosphor-systemd + +RDEPENDS_${PN} += "i2c-tools" + +S = "${WORKDIR}" + +SRC_URI += "file://power-workarounds.sh" + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/power-workarounds.sh ${D}${bindir}/power-workarounds.sh +} + +TMPL_WA = "power-workarounds@.service" +INSTFMT_WA = "power-workarounds@{0}.service" +TGTFMT = "obmc-chassis-poweron@{0}.target" +FMT_WA = "../${TMPL_WA}:${TGTFMT}.requires/${INSTFMT_WA}" + +SYSTEMD_SERVICE_${PN} += "${TMPL_WA}" +SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT_WA', 'OBMC_CHASSIS_INSTANCES')}" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds.sh new file mode 100644 index 000000000..dc1f4803b --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds.sh @@ -0,0 +1,23 @@ +#!/bin/sh +# This should be run before power-on and used to patch/update power specific +# hardware settings. This is platform specific settings that must be +# updated/removed if not Swift. + +########## Program TPS53915 FSW to desired frequency ######### +# FREQUENCY_CONFIG D3h, bits 2:0 + +# AVDD, bus 3 addr 1D, set to 600khz +# 600khz = 1,0,0 +i2cset -y 3 0x1D 0xD3 0x04 b + +# 3.3VA, bus 3 addr 1C, set to 600khz +i2cset -y 3 0x1C 0xD3 0x04 b + +# 3.3VB, bus 3 addr 1B, set to 600khz +i2cset -y 3 0x1B 0xD3 0x04 b + +# 5.0V, bus 3 addr 1A, set to 850khz +# 850khz = 1,1,0 +i2cset -y 3 0x1A 0xD3 0x06 b +########## END Program TPS53915 FSW to desired frequency ######### + diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds@.service b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds@.service new file mode 100644 index 000000000..0926e033b --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds@.service @@ -0,0 +1,16 @@ +[Unit] +Description=Perform power workarounds on VRMs after PGOOD is up +Wants=obmc-power-on@%i.target +After=obmc-power-on@%i.target +Before=obmc-host-start-pre@%i.target +Conflicts=obmc-chassis-poweroff@%i.target +ConditionPathExists=!/run/openbmc/chassis@%i-on + +[Service] +ExecStart=/usr/bin/power-workarounds.sh +SyslogIdentifier=power-workarounds.sh +Type=oneshot +RemainAfterExit=yes + +[Install] +WantedBy=obmc-chassis-poweron@%i.target diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds.sh new file mode 100644 index 000000000..d40579731 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds.sh @@ -0,0 +1,134 @@ +#!/bin/sh + +# ensure VCS ON_OFF_CONFIG set correctly from prior FW drivers +# A side +i2cset -y 4 0x70 0x00 0x01 b +i2cset -y 4 0x70 0x02 0x16 b #respond to ENABLE pin +i2cset -y 4 0x70 0x00 0x00 b +# B side +i2cset -y 5 0x70 0x00 0x01 b +i2cset -y 5 0x70 0x02 0x16 b #respond to ENABLE pin +i2cset -y 5 0x70 0x00 0x00 b + +# vddio = 1.0V, mdat/sdat PU enabled +i2cset -y 4 0x12 0xFF 0x00 b # VDD/VCS 0 +i2cset -y 4 0x12 0x2E 0x03 b # VDD/VCS 0 +i2cset -y 4 0x13 0xFF 0x00 b # VDN 0 +i2cset -y 4 0x13 0x2E 0x03 b # VDN 0 +i2cset -y 5 0x12 0xFF 0x00 b # VDD/VCS 1 +i2cset -y 5 0x12 0x2E 0x03 b # VDD/VCS 1 +i2cset -y 5 0x13 0xFF 0x00 b # VDN 1 +i2cset -y 5 0x13 0x2E 0x03 b # VDN 1 + +# A side VDDR - set to 1.23V +i2cset -y 4 0x71 0x00 0x01 +i2cset -y 4 0x71 0x21 0x3B 0x01 i +i2cset -y 4 0x71 0x00 0x00 + +# B side VDDR - set to 1.23V +i2cset -y 5 0x71 0x00 0x01 +i2cset -y 5 0x71 0x21 0x3B 0x01 i +i2cset -y 5 0x71 0x00 0x00 + +# VDN A - PGOOD_ON threshold +i2cset -y 4 0x71 0x00 0x00 b # PAGE +i2cset -y 4 0x71 0x5E 0xCD 0x00 i # set to 0.8V + +# VDN B - PGOOD_ON threshold +i2cset -y 5 0x71 0x00 0x00 b # PAGE +i2cset -y 5 0x71 0x5E 0xCD 0x00 i # set to 0.8V + +# unbind ucd driver to permit i2cset +ucd_retries=5 +ucd= + +ucdpath="/sys/bus/i2c/drivers/ucd9000" +if [ -e $ucdpath ] +then + ucd=`ls -1 $ucdpath | grep 64` + if [ -n "$ucd" ] + then + echo $ucd > $ucdpath/unbind + fi +fi + +# make sure VCS ON_OFF_CONFIG set correctly from old FW releases +i2cset -y 11 0x64 0x00 0x0E i +i2cset -y 11 0x64 0x02 0x16 i +i2cset -y 11 0x64 0x00 0x0F i +i2cset -y 11 0x64 0x02 0x16 i + +## move memory enables to align with VDN (VDN to VDDR leakage issue) +#GPO_CONFIG_1 (GPIO15) : mem 0 reg enables +i2cset -y 11 0x64 0xF7 0x00 i +i2cset -y 11 0x64 0xF8 0x15 0x6E 0x80 0x08 0x00 0x00 0x00 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 i +#GPO_CONFIG_2 (GPIO7) : mem 1 reg enables +i2cset -y 11 0x64 0xF7 0x01 i +i2cset -y 11 0x64 0xF8 0x15 0x16 0x80 0x08 0x00 0x00 0x20 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 i + +# change VDN delays based on UCD MFR_REVISION setting +REV=`i2cget -y 11 0x64 0x9B i 2|cut -f2 -d' '` +if [ "$REV" == "0x01" -o "$REV" == "0x02" ] ; then + # use 20ms delay for VDN + #TON_DELAY rail 8 + i2cset -y 11 0x64 0x00 0x07 i + i2cset -y 11 0x64 0x60 0x80 0xDA i + #TON_DELAY rail 9 + i2cset -y 11 0x64 0x00 0x08 i + i2cset -y 11 0x64 0x60 0x80 0xDA i +else + # use 70ms delay for VDN + #TON_DELAY rail 8 + i2cset -y 11 0x64 0x00 0x07 i + i2cset -y 11 0x64 0x60 0x30 0xEA i + #TON_DELAY rail 9 + i2cset -y 11 0x64 0x00 0x08 i + i2cset -y 11 0x64 0x60 0x30 0xEA i +fi + +# Raise AVDD +100mV +i2cset -y 11 0x64 0x00 0x09 i # set PAGE +i2cset -y 11 0x64 0xF5 0x81 i # set margin_config +i2cset -y 11 0x64 0x21 0x85 0x33 i # set VOUT_COMMAND + +# Increase over-current settings +#VDD A phase current +i2cset -y 4 0x12 0xFF 0x04 b # set window register high byte to 4 +i2cset -y 4 0x12 0x3C 0x80 b # Set to 64A +#VDD B phase current +i2cset -y 5 0x12 0xFF 0x04 b # set window register high byte to 4 +i2cset -y 5 0x12 0x3C 0x80 b # Set to 64A +#VDD A master OC fault to 445A +i2cset -y 4 0x70 0x00 0x00 b # PAGE +i2cset -y 4 0x70 0x46 0x08DE w +# VDD A master OC warn to 326A +i2cset -y 4 0x70 0x4A 0x08A3 w # A308 +#VDD B master OC fault to 445A +i2cset -y 5 0x70 0x00 0x00 b # PAGE +i2cset -y 5 0x70 0x46 0x08DE w +# VDD B master OC warn to 326A +i2cset -y 5 0x70 0x4A 0x08A3 w +#VCS phase current to 30A C/C +i2cset -y 4 0x12 0xFF 0x08 b # set window register to 8 +i2cset -y 4 0x12 0x3C 0x3C b # 30A +i2cset -y 5 0x12 0xFF 0x08 b # set window register to 8 +i2cset -y 5 0x12 0x3C 0x3C b # 30A +#VCS master OC to 43A +i2cset -y 4 0x70 0x00 0x01 # PAGE 1 +i2cset -y 4 0x70 0x46 0x0816 w # OC to 43A +i2cset -y 5 0x70 0x00 0x01 # PAGE 1 +i2cset -y 5 0x70 0x46 0x0816 w # OC to 43A + +# re-bind ucd driver only if we unbound it (i.e. ucd has been set with a value) +if [ -e $ucdpath -a -n "$ucd" ]; then + j=0 + until [ $j -ge $ucd_retries ] || [ -e $ucdpath/$ucd ]; do + j=$((j+1)) + echo $ucd > $ucdpath/bind || ret=$? + if [ $j -gt 1 ]; then + echo "rebinding UCD driver. Retry number $j" + sleep 1 + fi + done + if [ ! -e $ucdpath/$ucd ]; then exit $ret; fi +fi diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds@.service b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds@.service new file mode 100644 index 000000000..74d8e4bfc --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds@.service @@ -0,0 +1,16 @@ +[Unit] +Description=Perform power workarounds on VRMs +Wants=ir35221-on-unbind@%i.service +After=ir35221-on-unbind@%i.service +Before=avsbus-disable@%i.service +Conflicts=obmc-chassis-poweroff@%i.target +ConditionPathExists=!/run/openbmc/chassis@%i-on + +[Service] +ExecStart=/usr/bin/env power-workarounds.sh +SyslogIdentifier=power-workarounds.sh +Type=oneshot +RemainAfterExit=yes + +[Install] +WantedBy=obmc-chassis-poweron@%i.target diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend index 4cac4903f..45deee59a 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend @@ -1,3 +1,4 @@ -RDEPENDS_${PN} += 'avsbus-control' -RDEPENDS_${PN} += 'vrm-control' +RDEPENDS_${PN}_witherspoon_append = ' avsbus-control' +RDEPENDS_${PN}_witherspoon_append = ' vrm-control' +RDEPENDS_${PN}_append = ' power-workarounds' RDEPENDS_${PN}_remove += "p9-vcs-workaround" -- cgit v1.2.3 From 97fa7415ca9b33cc5f4765bb6a89af1088aedffe Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 9 Jun 2019 23:17:03 -0400 Subject: meta-ibm: acx22: new YAML dependency scheme A prior patch added a new recipe acx22-yaml-config to provide all the YAML configuration for ACx22 systems. This patch switches the layer to that recipe by setting EXTRA_OECONF and DEPENDS as appropriate in the required bbappends. With this switch, a number of recipes and their provided YAML are now dead metadata, so remove those. (From meta-ibm rev: 3828b0070fd01e948fea02545da2bd91f96add36) Change-Id: I723320ed88cf2fb7cbc063e4f41637fc98a5787e Signed-off-by: Brad Bishop --- .../ipmi/openpower-ipmi-oem_%.bbappend | 5 + ...hor-ipmi-fru-read-bmc-inventory-native.bbappend | 1 - .../bmc-fru-config.yaml | 120 ----- ...read-not-sent-by-host-inventory-native.bbappend | 1 - .../fru-config-not-sent-by-host.yaml | 29 -- .../ipmi/phosphor-ipmi-fru_%.bbappend | 6 + .../hwmon_sensors.hardcoded.yaml | 485 --------------------- .../phosphor-ipmi-host/occ_sensors.hardcoded.yaml | 44 -- .../witherspoon_hwmon_sensors.hardcoded.yaml | 88 ---- .../ipmi/phosphor-ipmi-host_%.bbappend | 15 +- 10 files changed, 17 insertions(+), 777 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native.bbappend delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native/bmc-fru-config.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native.bbappend delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native/fru-config-not-sent-by-host.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/hwmon_sensors.hardcoded.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/witherspoon_hwmon_sensors.hardcoded.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend new file mode 100644 index 000000000..588f23e0b --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend @@ -0,0 +1,5 @@ +DEPENDS_append = " acx22-yaml-config" + +EXTRA_OECONF = " \ + INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-inventory-sensors.yaml \ + " diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native.bbappend deleted file mode 100644 index 72d991c7e..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native/bmc-fru-config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native/bmc-fru-config.yaml deleted file mode 100644 index 072cc5cd6..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-bmc-inventory-native/bmc-fru-config.yaml +++ /dev/null @@ -1,120 +0,0 @@ -50: - /system/chassis/motherboard/fan0: - entityID: 29 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -51: - /system/chassis/motherboard/fan1: - entityID: 29 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -52: - /system/chassis/motherboard/fan2: - entityID: 29 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -53: - /system/chassis/motherboard/fan3: - entityID: 29 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -60: - /system/chassis/motherboard/boxelder/bmc: - entityID: 6 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Decorator.Asset: - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board -70: - /system/chassis/motherboard/boxelder/bmc/ethernet: - entityID: 1 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -75: - /system/chassis/motherboard/powersupply0: - entityID: 10 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Decorator.Asset: - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board -76: - /system/chassis/motherboard/powersupply1: - entityID: 10 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Decorator.Asset: - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native.bbappend deleted file mode 100644 index 72d991c7e..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native/fru-config-not-sent-by-host.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native/fru-config-not-sent-by-host.yaml deleted file mode 100644 index 65c02b64b..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-not-sent-by-host-inventory-native/fru-config-not-sent-by-host.yaml +++ /dev/null @@ -1,29 +0,0 @@ -20: - /system/chassis/motherboard/gv100card0: &DEFAULTS - entityInstance: 1 - entityID: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -21: - /system/chassis/motherboard/gv100card1: - <<: *DEFAULTS - entityInstance: 2 -22: - /system/chassis/motherboard/gv100card2: - <<: *DEFAULTS - entityInstance: 3 -23: - /system/chassis/motherboard/gv100card3: - <<: *DEFAULTS - entityInstance: 4 -24: - /system/chassis/motherboard/gv100card4: - <<: *DEFAULTS - entityInstance: 5 -25: - /system/chassis/motherboard/gv100card5: - <<: *DEFAULTS - entityInstance: 6 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend new file mode 100644 index 000000000..408364c6f --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend @@ -0,0 +1,6 @@ +DEPENDS_append = " acx22-yaml-config" + +EXTRA_OECONF = " \ + YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-fru-read.yaml \ + PROP_YAML=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-extra-properties.yaml \ + " diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/hwmon_sensors.hardcoded.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/hwmon_sensors.hardcoded.yaml deleted file mode 100644 index 8e0634f13..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/hwmon_sensors.hardcoded.yaml +++ /dev/null @@ -1,485 +0,0 @@ -0xdd: - entityID: 0x1D - entityInstance: 1 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan0_0 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xdf: - entityID: 0x1D - entityInstance: 3 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan1_0 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xe3: - entityID: 0x1D - entityInstance: 5 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan2_0 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xe5: - entityID: 0x1D - entityInstance: 7 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan3_0 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xe7: - entityID: 0x0A - entityInstance: 1 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/fan_disk_power - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xee: - entityID: 0x0A - entityInstance: 9 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/p0_io_power - sensorReadingType: 0x01 - multiplierM: 1 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xef: - entityID: 0x0A - entityInstance: 10 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/p1_io_power - sensorReadingType: 0x01 - multiplierM: 1 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf0: - entityID: 0x0A - entityInstance: 11 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/p0_mem_power - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf1: - entityID: 0x0A - entityInstance: 12 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/p1_mem_power - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf2: - entityID: 0x0A - entityInstance: 13 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/p0_power - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf3: - entityID: 0x0A - entityInstance: 14 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/p1_power - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - - -0xf4: - entityID: 0x0A - entityInstance: 15 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/ps0_input_power - sensorReadingType: 0x01 - multiplierM: 10 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf5: - entityID: 0x0A - entityInstance: 16 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/ps1_input_power - sensorReadingType: 0x01 - multiplierM: 10 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf6: - entityID: 0x0A - entityInstance: 17 - sensorType: 0x08 - path: /xyz/openbmc_project/sensors/power/total_power - sensorReadingType: 0x01 - multiplierM: 20 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts - scale: -6 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf7: - entityID: 0x0A - entityInstance: 19 - sensorType: 0x02 - path: /xyz/openbmc_project/sensors/voltage/ps0_input_voltage - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf8: - entityID: 0x0A - entityInstance: 20 - sensorType: 0x02 - path: /xyz/openbmc_project/sensors/voltage/ps1_input_voltage - sensorReadingType: 0x01 - multiplierM: 2 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xf9: - entityID: 0x0A - entityInstance: 21 - sensorType: 0x02 - path: /xyz/openbmc_project/sensors/voltage/ps0_output_voltage - sensorReadingType: 0x01 - multiplierM: 10 - offsetB: 0 - bExp: 0 - rExp: -2 - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xfa: - entityID: 0x0A - entityInstance: 22 - sensorType: 0x02 - path: /xyz/openbmc_project/sensors/voltage/ps1_output_voltage - sensorReadingType: 0x01 - multiplierM: 10 - offsetB: 0 - bExp: 0 - rExp: -2 - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xfb: - entityID: 0x0A - entityInstance: 23 - sensorType: 0x03 - path: /xyz/openbmc_project/sensors/current/ps0_output_current - sensorReadingType: 0x01 - multiplierM: 1 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xfc: - entityID: 0x0A - entityInstance: 24 - sensorType: 0x03 - path: /xyz/openbmc_project/sensors/current/ps1_output_current - sensorReadingType: 0x01 - multiplierM: 1 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xfd: - entityID: 0x23 - entityInstance: 1 - sensorType: 0x01 - path: /xyz/openbmc_project/sensors/temperature/pcie - sensorReadingType: 0x01 - multiplierM: 30 - offsetB: 0 - bExp: 0 - rExp: -2 - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xfe: - entityID: 0x40 - entityInstance: 1 - sensorType: 0x01 - path: /xyz/openbmc_project/sensors/temperature/ambient - sensorReadingType: 0x01 - multiplierM: 20 - offsetB: 0 - bExp: 0 - rExp: -2 - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC - scale: -3 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml deleted file mode 100644 index a52a8f042..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/occ_sensors.hardcoded.yaml +++ /dev/null @@ -1,44 +0,0 @@ -0x08: - entityID: 0xD2 - entityInstance: 1 - sensorType: 0x09 - path: /org/open_power/control/occ0 - sensorReadingType: 0x09 - serviceInterface: org.freedesktop.DBus.Properties - readingType: assertion - mutability: Mutability::Write|Mutability::Read - sensorNamePattern: nameLeaf - interfaces: - org.open_power.OCC.Status: - OccActive: - Offsets: - 0x00: - assert: false - deassert: true - type: bool - 0x01: - assert: true - deassert: false - type: bool -0x09: - entityID: 0xD2 - entityInstance: 2 - sensorType: 0x09 - path: /org/open_power/control/occ1 - sensorReadingType: 0x09 - serviceInterface: org.freedesktop.DBus.Properties - readingType: assertion - mutability: Mutability::Write|Mutability::Read - sensorNamePattern: nameLeaf - interfaces: - org.open_power.OCC.Status: - OccActive: - Offsets: - 0x00: - assert: false - deassert: true - type: bool - 0x01: - assert: true - deassert: false - type: bool diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/witherspoon_hwmon_sensors.hardcoded.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/witherspoon_hwmon_sensors.hardcoded.yaml deleted file mode 100644 index 69c4ccdfc..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host/witherspoon_hwmon_sensors.hardcoded.yaml +++ /dev/null @@ -1,88 +0,0 @@ -0xde: - entityID: 0x1D - entityInstance: 2 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan0_1 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xe2: - entityID: 0x1D - entityInstance: 4 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan1_1 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xe4: - entityID: 0x1D - entityInstance: 6 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan2_1 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - -0xe6: - entityID: 0x1D - entityInstance: 8 - sensorType: 0x04 - path: /xyz/openbmc_project/sensors/fan_tach/fan3_1 - sensorReadingType: 0x01 - multiplierM: 100 - offsetB: 0 - bExp: 0 - rExp: 0 - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS - scale: 0 - serviceInterface: org.freedesktop.DBus.Properties - readingType: readingData - sensorNamePattern: nameLeaf - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 0xFF: - type: int64_t - diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend index bb28054c6..16b1379e0 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend @@ -1,10 +1,7 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append = " \ - file://occ_sensors.hardcoded.yaml \ - file://hwmon_sensors.hardcoded.yaml \ - " +DEPENDS_append = " acx22-yaml-config" -# System-specific sensors -SRC_URI_append_witherspoon = " \ - file://witherspoon_hwmon_sensors.hardcoded.yaml \ - " +EXTRA_OECONF = " \ + SENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-sensors.yaml \ + INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-inventory-sensors.yaml \ + FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-fru-read.yaml \ + " -- cgit v1.2.3 From e2d520a991c1e686c8825ff79dddbaf633be8a40 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 9 Jun 2019 22:56:32 -0400 Subject: meta-ibm: romulus: new YAML dependency scheme A prior patch added a new recipe romulus-yaml-config to provide all the YAML configuration for Romulus systems. This patch switches the layer to that recipe by setting EXTRA_OECONF and DEPENDS as appropriate in the required bbappends. With this switch, a number of recipes and their provided YAML are now dead metadata, so remove those. (From meta-ibm rev: 66ca8269544784908b0abf78715620adf04d69cc) Change-Id: I02305ec4c431122ae6ab440c5dcb3def509b7ff9 Signed-off-by: Brad Bishop --- meta-ibm/meta-romulus/conf/machine/romulus.conf | 6 - .../recipes-phosphor/ipmi/files/config.yaml | 538 --- .../recipes-phosphor/ipmi/files/sel-config.yaml | 340 -- .../ipmi/openpower-ipmi-oem_%.bbappend | 5 + .../ipmi/phosphor-ipmi-fru_%.bbappend | 6 + .../ipmi/phosphor-ipmi-host_%.bbappend | 7 + .../ipmi/romulus-ipmi-fru-properties-native.bb | 20 - .../extra-properties.yaml | 159 - .../romulus-ipmi-fru-read-bmc-inventory-native.bb | 19 - .../bmc-fru-config.yaml | 27 - .../ipmi/romulus-ipmi-fru-read-inventory-native.bb | 19 - .../ipmi/romulus-ipmi-inventory-map-native.bb | 24 - .../ipmi/romulus-ipmi-inventory-sel-native.bb | 19 - .../ipmi/romulus-ipmi-sensor-inventory-native.bb | 20 - .../ipmi/romulus-ipmi-sensor-inventory/config.yaml | 3560 -------------------- 15 files changed, 18 insertions(+), 4751 deletions(-) delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/config.yaml delete mode 100755 meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/sel-config.yaml create mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend create mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend create mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties-native.bb delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties/extra-properties.yaml delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory-native.bb delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory/bmc-fru-config.yaml delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-inventory-native.bb delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-map-native.bb delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-sel-native.bb delete mode 100644 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory-native.bb delete mode 100755 meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory/config.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-romulus/conf/machine/romulus.conf b/meta-ibm/meta-romulus/conf/machine/romulus.conf index 3927cc534..87ac99536 100644 --- a/meta-ibm/meta-romulus/conf/machine/romulus.conf +++ b/meta-ibm/meta-romulus/conf/machine/romulus.conf @@ -15,11 +15,5 @@ PHOSPHOR_MRW_URI = "git://github.com/open-power/romulus-xml" PHOSPHOR_MRW_REV = "14b471fbf37f5fb60261de001df83caf5f96d81f" PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native = "romulus-occ-control-config-native" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "romulus-ipmi-inventory-map-native" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties = "romulus-ipmi-fru-properties-native" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-bmc-inventory = "romulus-ipmi-fru-read-bmc-inventory-native" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "romulus-ipmi-fru-read-inventory-native" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-inventory-sel = "romulus-ipmi-inventory-sel-native" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory = "romulus-ipmi-sensor-inventory-native" PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "romulus-led-manager-config-native" PREFERRED_PROVIDER_virtual/phosphor-logging-callouts = "romulus-phosphor-logging-callouts-native" diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/config.yaml b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/config.yaml deleted file mode 100644 index de2e81474..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/config.yaml +++ /dev/null @@ -1,538 +0,0 @@ -1: - /system/chassis/motherboard/cpu0: - entityID: 3 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Custom Field 2 - IPMIFruSection: Board - IPMIFruValueDelimiter: 58 - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board -2: - /system/chassis/motherboard/cpu1: - entityID: 3 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Custom Field 2 - IPMIFruSection: Board - IPMIFruValueDelimiter: 58 - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board - Value: False -3: - /system/chassis/motherboard: - entityID: 7 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board - /system: - entityID: 7 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Chassis - Model: - IPMIFruProperty: Part Number - IPMIFruSection: Chassis - - -4: - /system/chassis/motherboard/dimm0: - entityID: 32 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -5: - /system/chassis/motherboard/dimm1: - entityID: 32 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -6: - /system/chassis/motherboard/dimm2: - entityID: 32 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -7: - /system/chassis/motherboard/dimm3: - entityID: 32 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -8: - /system/chassis/motherboard/dimm4: - entityID: 32 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -9: - /system/chassis/motherboard/dimm5: - entityID: 32 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -10: - /system/chassis/motherboard/dimm6: - entityID: 32 - entityInstance: 7 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -11: - /system/chassis/motherboard/dimm7: - entityID: 32 - entityInstance: 8 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -12: - /system/chassis/motherboard/dimm8: - entityID: 32 - entityInstance: 9 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -13: - /system/chassis/motherboard/dimm9: - entityID: 32 - entityInstance: 10 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -14: - /system/chassis/motherboard/dimm10: - entityID: 32 - entityInstance: 11 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -15: - /system/chassis/motherboard/dimm11: - entityID: 32 - entityInstance: 12 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -16: - /system/chassis/motherboard/dimm12: - entityID: 32 - entityInstance: 13 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -17: - /system/chassis/motherboard/dimm13: - entityID: 32 - entityInstance: 14 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -18: - /system/chassis/motherboard/dimm14: - entityID: 32 - entityInstance: 15 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -19: - /system/chassis/motherboard/dimm15: - entityID: 32 - entityInstance: 16 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/sel-config.yaml b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/sel-config.yaml deleted file mode 100755 index 9a5189a6e..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/files/sel-config.yaml +++ /dev/null @@ -1,340 +0,0 @@ -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0: - sensorID: 0x0B - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1: - sensorID: 0x0C - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10: - sensorID: 0x15 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11: - sensorID: 0x16 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12: - sensorID: 0x17 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13: - sensorID: 0x18 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14: - sensorID: 0x19 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15: - sensorID: 0x1A - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2: - sensorID: 0x0D - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3: - sensorID: 0x0E - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4: - sensorID: 0x0F - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5: - sensorID: 0x10 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6: - sensorID: 0x11 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7: - sensorID: 0x12 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8: - sensorID: 0x13 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9: - sensorID: 0x14 - sensorType: 0x0C - eventReadingType: 0x6F - offset: 0x04 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0: - sensorID: 0x08 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0: - sensorID: 0x2B - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1: - sensorID: 0x2C - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2: - sensorID: 0x2D - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3: - sensorID: 0x2E - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4: - sensorID: 0x2F - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5: - sensorID: 0x30 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6: - sensorID: 0x31 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7: - sensorID: 0x32 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8: - sensorID: 0x33 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9: - sensorID: 0x34 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10: - sensorID: 0x35 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11: - sensorID: 0x36 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12: - sensorID: 0x37 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13: - sensorID: 0x38 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14: - sensorID: 0x39 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15: - sensorID: 0x3A - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16: - sensorID: 0x3B - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17: - sensorID: 0x3C - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18: - sensorID: 0x3D - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19: - sensorID: 0x3E - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20: - sensorID: 0x3F - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21: - sensorID: 0x40 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22: - sensorID: 0x41 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23: - sensorID: 0x42 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1: - sensorID: 0x09 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0: - sensorID: 0x43 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1: - sensorID: 0x44 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2: - sensorID: 0x45 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3: - sensorID: 0x46 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4: - sensorID: 0x47 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5: - sensorID: 0x48 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6: - sensorID: 0x49 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7: - sensorID: 0x4A - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8: - sensorID: 0x4B - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9: - sensorID: 0x4C - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10: - sensorID: 0x4D - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11: - sensorID: 0x4E - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12: - sensorID: 0x4F - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13: - sensorID: 0x50 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14: - sensorID: 0x51 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15: - sensorID: 0x52 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16: - sensorID: 0x53 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17: - sensorID: 0x54 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18: - sensorID: 0x55 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19: - sensorID: 0x56 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20: - sensorID: 0x57 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21: - sensorID: 0x58 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22: - sensorID: 0x59 - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23: - sensorID: 0x5A - sensorType: 0x07 - eventReadingType: 0x6F - offset: 0x08 -/xyz/openbmc_project/inventory/system/chassis/motherboard: - sensorID: 0x8C - sensorType: 0xC7 - eventReadingType: 0x03 - offset: 0x00 -/xyz/openbmc_project/inventory/system: - sensorID: 0x90 - sensorType: 0x12 - eventReadingType: 0x6F - offset: 0x02 diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend new file mode 100644 index 000000000..73c50cf25 --- /dev/null +++ b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend @@ -0,0 +1,5 @@ +DEPENDS_append_romulus = " romulus-yaml-config" + +EXTRA_OECONF_romulus = " \ + INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/romulus-yaml-config/ipmi-inventory-sensors.yaml \ + " diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend new file mode 100644 index 000000000..79df7f399 --- /dev/null +++ b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend @@ -0,0 +1,6 @@ +DEPENDS_append_romulus = " romulus-yaml-config" + +EXTRA_OECONF_romulus = " \ + YAML_GEN=${STAGING_DIR_HOST}${datadir}/romulus-yaml-config/ipmi-fru-read.yaml \ + PROP_YAML=${STAGING_DIR_HOST}${datadir}/romulus-yaml-config/ipmi-extra-properties.yaml \ + " diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend new file mode 100644 index 000000000..25130a586 --- /dev/null +++ b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend @@ -0,0 +1,7 @@ +DEPENDS_append_romulus = " romulus-yaml-config" + +EXTRA_OECONF_romulus = " \ + SENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/romulus-yaml-config/ipmi-sensors.yaml \ + INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/romulus-yaml-config/ipmi-inventory-sensors.yaml \ + FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/romulus-yaml-config/ipmi-fru-read.yaml \ + " diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties-native.bb b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties-native.bb deleted file mode 100644 index 57d7e7c16..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties-native.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Romulus FRU properties config for ipmi-fru-parser" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-fru - -SRC_URI += "file://extra-properties.yaml" - -PROVIDES += "virtual/phosphor-ipmi-fru-properties" - -S = "${WORKDIR}" - -do_install() { - DEST=${D}${properties_datadir} - install -d ${DEST} - install extra-properties.yaml ${DEST} -} - diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties/extra-properties.yaml b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties/extra-properties.yaml deleted file mode 100644 index ae626ed05..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-properties/extra-properties.yaml +++ /dev/null @@ -1,159 +0,0 @@ -/system/chassis/motherboard/cpu0: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/cpu1: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm0: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm1: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm2: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm3: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm4: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm5: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm6: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm7: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm8: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm9: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm10: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm11: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm12: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm13: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm14: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm15: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory-native.bb b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory-native.bb deleted file mode 100644 index 71b23d938..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory-native.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Romulus BMC accesible FRU inventory map for phosphor-ipmi-host" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-host - -SRC_URI += "file://bmc-fru-config.yaml" - -S = "${WORKDIR}" - -PROVIDES += "virtual/phosphor-ipmi-fru-read-bmc-inventory" - -do_install_append() { - DEST=${D}${config_datadir} - install -d ${DEST} - install bmc-fru-config.yaml ${DEST}/bmc-fru-config.yaml -} diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory/bmc-fru-config.yaml b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory/bmc-fru-config.yaml deleted file mode 100644 index 597368950..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-bmc-inventory/bmc-fru-config.yaml +++ /dev/null @@ -1,27 +0,0 @@ -50: - /system/chassis/motherboard/fan0: - entityID: 29 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -51: - /system/chassis/motherboard/fan1: - entityID: 29 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -52: - /system/chassis/motherboard/fan2: - entityID: 29 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-inventory-native.bb b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-inventory-native.bb deleted file mode 100644 index 6f416c1a7..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-fru-read-inventory-native.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Romulus inventory map for phosphor-ipmi-host" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-host - -SRC_URI += "file://config.yaml" - -PROVIDES += "virtual/phosphor-ipmi-fru-read-inventory" - -S = "${WORKDIR}" - -do_install() { - DEST=${D}${config_datadir} - install -d ${DEST} - install config.yaml ${DEST} -} diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-map-native.bb b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-map-native.bb deleted file mode 100644 index c0620ff5d..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-map-native.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Romulus IPMI to DBus Inventory mapping." -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-fru - -SRC_URI += "file://config.yaml" - -PROVIDES += "virtual/phosphor-ipmi-fru-inventory" - -S = "${WORKDIR}" - -do_install() { - # TODO: install this to inventory_datadir - # after ipmi-fru-parser untangles the host - # firmware config from the machine inventory. - DEST=${D}${config_datadir} - - install -d ${DEST} - install config.yaml ${DEST} -} - diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-sel-native.bb b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-sel-native.bb deleted file mode 100644 index 60904656f..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-inventory-sel-native.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Inventory to Sensor config for Romulus" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-host - -PROVIDES += "virtual/phosphor-ipmi-inventory-sel" - -SRC_URI += "file://sel-config.yaml" - -S = "${WORKDIR}" - -do_install() { - DEST=${D}${sensor_datadir} - install -d ${DEST} - install sel-config.yaml ${DEST}/invsensor.yaml -} diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory-native.bb b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory-native.bb deleted file mode 100644 index 97fee4d37..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory-native.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Romulus sensor config for phosphor-host-ipmi" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-host - -PROVIDES += "virtual/phosphor-ipmi-sensor-inventory" - -SRC_URI += "file://config.yaml" - -S = "${WORKDIR}" - -do_install() { - DEST=${D}${sensor_datadir} - install -d ${DEST} - install config.yaml ${DEST}/sensor.yaml -} - diff --git a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory/config.yaml b/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory/config.yaml deleted file mode 100755 index 1938135e3..000000000 --- a/meta-ibm/meta-romulus/recipes-phosphor/ipmi/romulus-ipmi-sensor-inventory/config.yaml +++ /dev/null @@ -1,3560 +0,0 @@ -2: - entityID: 34 - entityInstance: 1 - interfaces: - xyz.openbmc_project.State.Boot.Progress: - BootProgress: - Offsets: - 0: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified - type: string - 1: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit - type: string - 3: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit - type: string - 7: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit - type: string - 19: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart - type: string - 20: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MotherboardInit - type: string - mutability: Mutability::Write|Mutability::Read - path: /xyz/openbmc_project/state/host0 - readingType: eventdata2 - sensorNamePattern: nameProperty - sensorReadingType: 111 - sensorType: 15 - serviceInterface: org.freedesktop.DBus.Properties -3: - entityID: 210 - entityInstance: 1 - interfaces: - org.open_power.OCC.Status: - OccActive: - Offsets: - 0: - assert: false - deassert: true - type: bool - 1: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /org/open_power/control/occ0 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 9 - sensorType: 7 - serviceInterface: org.freedesktop.DBus.Properties -4: - entityID: 210 - entityInstance: 2 - interfaces: - org.open_power.OCC.Status: - OccActive: - Offsets: - 0: - assert: false - deassert: true - type: bool - 1: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /org/open_power/control/occ1 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 9 - sensorType: 7 - serviceInterface: org.freedesktop.DBus.Properties -8: - entityID: 3 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -9: - entityID: 3 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -11: - entityID: 32 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm0 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -12: - entityID: 32 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm1 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -13: - entityID: 32 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm2 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -14: - entityID: 32 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm3 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -15: - entityID: 32 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm4 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -16: - entityID: 32 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm5 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -17: - entityID: 32 - entityInstance: 7 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm6 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -18: - entityID: 32 - entityInstance: 8 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm7 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -19: - entityID: 32 - entityInstance: 9 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm8 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -20: - entityID: 32 - entityInstance: 10 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm9 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -21: - entityID: 32 - entityInstance: 11 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm10 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -22: - entityID: 32 - entityInstance: 12 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm11 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -23: - entityID: 32 - entityInstance: 13 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm12 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -24: - entityID: 32 - entityInstance: 14 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm13 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -25: - entityID: 32 - entityInstance: 15 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm14 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -26: - entityID: 32 - entityInstance: 16 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm15 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -27: - bExp: 0 - entityID: 32 - entityInstance: 17 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm0_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -28: - bExp: 0 - entityID: 32 - entityInstance: 18 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm1_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -29: - bExp: 0 - entityID: 32 - entityInstance: 25 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm2_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -30: - bExp: 0 - entityID: 32 - entityInstance: 26 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm3_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -31: - bExp: 0 - entityID: 32 - entityInstance: 27 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm4_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -32: - bExp: 0 - entityID: 32 - entityInstance: 28 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm5_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -33: - bExp: 0 - entityID: 32 - entityInstance: 29 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm6_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -34: - bExp: 0 - entityID: 32 - entityInstance: 30 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm7_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -35: - bExp: 0 - entityID: 32 - entityInstance: 31 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm8_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -36: - bExp: 0 - entityID: 32 - entityInstance: 32 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm9_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -37: - bExp: 0 - entityID: 32 - entityInstance: 19 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm10_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -38: - bExp: 0 - entityID: 32 - entityInstance: 20 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm11_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -39: - bExp: 0 - entityID: 32 - entityInstance: 21 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm12_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -40: - bExp: 0 - entityID: 32 - entityInstance: 22 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm13_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -41: - bExp: 0 - entityID: 32 - entityInstance: 23 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm14_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -42: - bExp: 0 - entityID: 32 - entityInstance: 24 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm15_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -43: - entityID: 208 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core0 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -44: - entityID: 208 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core1 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -45: - entityID: 208 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core2 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -46: - entityID: 208 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core3 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -47: - entityID: 208 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core4 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -48: - entityID: 208 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core5 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -49: - entityID: 208 - entityInstance: 7 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core6 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -50: - entityID: 208 - entityInstance: 8 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core7 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -51: - entityID: 208 - entityInstance: 9 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core8 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -52: - entityID: 208 - entityInstance: 10 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core9 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -53: - entityID: 208 - entityInstance: 11 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core10 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -54: - entityID: 208 - entityInstance: 12 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core11 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -55: - entityID: 208 - entityInstance: 13 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core12 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -56: - entityID: 208 - entityInstance: 14 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core13 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -57: - entityID: 208 - entityInstance: 15 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core14 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -58: - entityID: 208 - entityInstance: 16 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core15 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -59: - entityID: 208 - entityInstance: 17 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core16 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -60: - entityID: 208 - entityInstance: 18 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core17 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -61: - entityID: 208 - entityInstance: 19 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core18 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -62: - entityID: 208 - entityInstance: 20 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core19 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -63: - entityID: 208 - entityInstance: 21 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core20 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -64: - entityID: 208 - entityInstance: 22 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core21 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -65: - entityID: 208 - entityInstance: 23 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core22 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -66: - entityID: 208 - entityInstance: 24 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core23 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -67: - entityID: 208 - entityInstance: 25 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core0 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -68: - entityID: 208 - entityInstance: 26 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core1 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -69: - entityID: 208 - entityInstance: 27 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core2 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -70: - entityID: 208 - entityInstance: 28 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core3 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -71: - entityID: 208 - entityInstance: 29 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core4 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -72: - entityID: 208 - entityInstance: 30 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core5 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -73: - entityID: 208 - entityInstance: 31 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core6 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -74: - entityID: 208 - entityInstance: 32 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core7 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -75: - entityID: 208 - entityInstance: 33 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core8 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -76: - entityID: 208 - entityInstance: 34 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core9 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -77: - entityID: 208 - entityInstance: 35 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core10 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -78: - entityID: 208 - entityInstance: 36 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core11 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -79: - entityID: 208 - entityInstance: 37 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core12 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -80: - entityID: 208 - entityInstance: 38 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core13 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -81: - entityID: 208 - entityInstance: 39 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core14 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -82: - entityID: 208 - entityInstance: 40 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core15 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -83: - entityID: 208 - entityInstance: 41 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core16 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -84: - entityID: 208 - entityInstance: 42 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core17 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -85: - entityID: 208 - entityInstance: 43 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core18 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -86: - entityID: 208 - entityInstance: 44 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core19 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -87: - entityID: 208 - entityInstance: 45 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core20 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -88: - entityID: 208 - entityInstance: 46 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core21 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -89: - entityID: 208 - entityInstance: 47 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core22 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -90: - entityID: 208 - entityInstance: 48 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu1/core23 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -91: - bExp: 0 - entityID: 208 - entityInstance: 49 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -92: - bExp: 0 - entityID: 208 - entityInstance: 50 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -93: - bExp: 0 - entityID: 208 - entityInstance: 51 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -94: - bExp: 0 - entityID: 208 - entityInstance: 52 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -95: - bExp: 0 - entityID: 208 - entityInstance: 53 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -96: - bExp: 0 - entityID: 208 - entityInstance: 54 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -97: - bExp: 0 - entityID: 208 - entityInstance: 55 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -98: - bExp: 0 - entityID: 208 - entityInstance: 56 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -99: - bExp: 0 - entityID: 208 - entityInstance: 57 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -100: - bExp: 0 - entityID: 208 - entityInstance: 58 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -101: - bExp: 0 - entityID: 208 - entityInstance: 59 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -102: - bExp: 0 - entityID: 208 - entityInstance: 60 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -103: - bExp: 0 - entityID: 208 - entityInstance: 61 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -104: - bExp: 0 - entityID: 208 - entityInstance: 62 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -105: - bExp: 0 - entityID: 208 - entityInstance: 63 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -106: - bExp: 0 - entityID: 208 - entityInstance: 64 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -107: - bExp: 0 - entityID: 208 - entityInstance: 65 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -108: - bExp: 0 - entityID: 208 - entityInstance: 66 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -109: - bExp: 0 - entityID: 208 - entityInstance: 67 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -110: - bExp: 0 - entityID: 208 - entityInstance: 68 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -111: - bExp: 0 - entityID: 208 - entityInstance: 69 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -112: - bExp: 0 - entityID: 208 - entityInstance: 70 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -113: - bExp: 0 - entityID: 208 - entityInstance: 71 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -114: - bExp: 0 - entityID: 208 - entityInstance: 72 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -115: - bExp: 0 - entityID: 208 - entityInstance: 73 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -116: - bExp: 0 - entityID: 208 - entityInstance: 74 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -117: - bExp: 0 - entityID: 208 - entityInstance: 75 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -118: - bExp: 0 - entityID: 208 - entityInstance: 76 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -119: - bExp: 0 - entityID: 208 - entityInstance: 77 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -120: - bExp: 0 - entityID: 208 - entityInstance: 78 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -121: - bExp: 0 - entityID: 208 - entityInstance: 79 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -122: - bExp: 0 - entityID: 208 - entityInstance: 80 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -123: - bExp: 0 - entityID: 208 - entityInstance: 81 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -124: - bExp: 0 - entityID: 208 - entityInstance: 82 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -125: - bExp: 0 - entityID: 208 - entityInstance: 83 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -126: - bExp: 0 - entityID: 208 - entityInstance: 84 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -127: - bExp: 0 - entityID: 208 - entityInstance: 85 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -128: - bExp: 0 - entityID: 208 - entityInstance: 86 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -129: - bExp: 0 - entityID: 208 - entityInstance: 87 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -130: - bExp: 0 - entityID: 208 - entityInstance: 88 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -131: - bExp: 0 - entityID: 208 - entityInstance: 89 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -132: - bExp: 0 - entityID: 208 - entityInstance: 90 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -133: - bExp: 0 - entityID: 208 - entityInstance: 91 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -134: - bExp: 0 - entityID: 208 - entityInstance: 92 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -135: - bExp: 0 - entityID: 208 - entityInstance: 93 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -136: - bExp: 0 - entityID: 208 - entityInstance: 94 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -137: - bExp: 0 - entityID: 208 - entityInstance: 95 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -138: - bExp: 0 - entityID: 208 - entityInstance: 96 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -139: - entityID: 34 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Control.Boot.RebootAttempts: - AttemptsLeft: - Offsets: - 255: - type: uint32_t - mutability: Mutability::Write|Mutability::Read - path: /xyz/openbmc_project/state/host0 - readingType: readingAssertion - sensorNamePattern: nameProperty - sensorReadingType: 111 - sensorType: 195 - serviceInterface: org.freedesktop.DBus.Properties -145: - entityID: 35 - entityInstance: 1 - interfaces: - xyz.openbmc_project.State.OperatingSystem.Status: - OperatingSystemState: - Offsets: - 1: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CBoot - type: string - 2: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.PXEBoot - type: string - 3: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.DiagBoot - type: string - 4: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CDROMBoot - type: string - 5: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.ROMBoot - type: string - 6: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.BootComplete - type: string - mutability: Mutability::Write|Mutability::Read - path: /xyz/openbmc_project/state/host0 - readingType: assertion - sensorNamePattern: nameProperty - sensorReadingType: 111 - sensorType: 31 - serviceInterface: org.freedesktop.DBus.Properties -- cgit v1.2.3 From f8188360c0b1be840137f8006cea109ab34f4f59 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 9 Jun 2019 23:07:25 -0400 Subject: meta-ibm: palmetto: new YAML dependency scheme A prior patch added a new recipe palmetto-yaml-config to provide all the YAML configuration for Palmetto systems. This patch switches the layer to that recipe by setting EXTRA_OECONF and DEPENDS as appropriate in the required bbappends. With this switch, a number of recipes and their provided YAML are now dead metadata, so remove those. (From meta-ibm rev: cf525fc486dce2c8e97c076536c85b47d009de26) Change-Id: I88a91b19857ba75aab49ba2e78923ab7d69edddd Signed-off-by: Brad Bishop --- meta-ibm/meta-palmetto/conf/machine/palmetto.conf | 1 - .../ipmi/palmetto-ipmi-inventory-map-native.bb | 24 - .../ipmi/palmetto-ipmi-inventory-map/config.yaml | 220 ---- .../phosphor-ipmi-fru-properties-native.bbappend | 1 - .../extra-properties.yaml | 73 -- .../ipmi/phosphor-ipmi-fru_%.bbappend | 6 + .../ipmi/phosphor-ipmi-host_%.bbappend | 6 + .../phosphor-ipmi-sensor-inventory-native.bbappend | 1 - .../config.yaml | 1082 -------------------- 9 files changed, 12 insertions(+), 1402 deletions(-) delete mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map-native.bb delete mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map/config.yaml delete mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native.bbappend delete mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native/extra-properties.yaml create mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend create mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend delete mode 100644 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native.bbappend delete mode 100755 meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native/config.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-ibm/meta-palmetto/conf/machine/palmetto.conf index 66be1e2cb..9e1c123ae 100644 --- a/meta-ibm/meta-palmetto/conf/machine/palmetto.conf +++ b/meta-ibm/meta-palmetto/conf/machine/palmetto.conf @@ -17,6 +17,5 @@ PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d8 PHOSPHOR_MRW_URI = "git://github.com/open-power/palmetto-xml" PHOSPHOR_MRW_REV = "82818682f2c2009c30d700df6d5f8897a3096e4f" -PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "palmetto-ipmi-inventory-map-native" PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "palmetto-led-manager-config-native" PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native = "palmetto-occ-control-config-native" diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map-native.bb b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map-native.bb deleted file mode 100644 index 8e328d846..000000000 --- a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map-native.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Palmetto IPMI to DBus Inventory mapping." -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-ipmi-fru - -SRC_URI += "file://config.yaml" - -PROVIDES += "virtual/phosphor-ipmi-fru-inventory" - -S = "${WORKDIR}" - -do_install() { - # TODO: install this to inventory_datadir - # after ipmi-fru-parser untangles the host - # firmware config from the machine inventory. - DEST=${D}${config_datadir} - - install -d ${DEST} - install config.yaml ${DEST} -} - diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map/config.yaml b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map/config.yaml deleted file mode 100644 index cade45ec8..000000000 --- a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/palmetto-ipmi-inventory-map/config.yaml +++ /dev/null @@ -1,220 +0,0 @@ -1: - /system/chassis/motherboard/cpu0: - entityID: 3 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Custom Field 2 - IPMIFruSection: Board - IPMIFruValueDelimiter: 58 - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board -2: - /system/chassis: - entityID: 23 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Chassis - Model: - IPMIFruProperty: Part Number - IPMIFruSection: Chassis - - /system/chassis/motherboard/membuf: - entityID: 23 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board -3: - /system/chassis/motherboard/dimm0: - entityID: 32 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -4: - /system/chassis/motherboard/dimm1: - entityID: 32 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -5: - /system/chassis/motherboard/dimm2: - entityID: 32 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -6: - /system/chassis/motherboard/dimm3: - entityID: 32 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Asset: - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Product - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Product - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Product - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Product - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Product - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version -14: - /system/chassis/motherboard: - entityID: 7 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board -15: - /system: - entityID: 25 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Name - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Decorator.Revision: - Version: - IPMIFruProperty: Version diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native.bbappend b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native.bbappend deleted file mode 100644 index 2d3355993..000000000 --- a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS_prepend_palmetto := "${THISDIR}/${PN}:" diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native/extra-properties.yaml b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native/extra-properties.yaml deleted file mode 100644 index 5caabf114..000000000 --- a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native/extra-properties.yaml +++ /dev/null @@ -1,73 +0,0 @@ -/system/chassis/motherboard/cpu0: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/membuf0: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm0: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - - -/system/chassis/motherboard/dimm1: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm2: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - -/system/chassis/motherboard/dimm3: - xyz.openbmc_project.Inventory.Decorator.Replaceable: - FieldReplaceable: 'true' - xyz.openbmc_project.Inventory.Decorator.Cacheable: - Cached: 'true' - xyz.openbmc_project.Inventory.Item: - Present: 'true' - diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend new file mode 100644 index 000000000..b69c6e109 --- /dev/null +++ b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend @@ -0,0 +1,6 @@ +DEPENDS_append_palmetto = " palmetto-yaml-config" + +EXTRA_OECONF_palmetto = " \ + YAML_GEN=${STAGING_DIR_HOST}${datadir}/palmetto-yaml-config/ipmi-fru-read.yaml \ + PROP_YAML=${STAGING_DIR_HOST}${datadir}/palmetto-yaml-config/ipmi-extra-properties.yaml \ + " diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend new file mode 100644 index 000000000..db33e2886 --- /dev/null +++ b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend @@ -0,0 +1,6 @@ +DEPENDS_append_palmetto = " palmetto-yaml-config" + +EXTRA_OECONF_palmetto = " \ + SENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/palmetto-yaml-config/ipmi-sensors.yaml \ + FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/palmetto-yaml-config/ipmi-fru-read.yaml \ + " diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native.bbappend b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native.bbappend deleted file mode 100644 index 2d3355993..000000000 --- a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS_prepend_palmetto := "${THISDIR}/${PN}:" diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native/config.yaml b/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native/config.yaml deleted file mode 100755 index cc78ed2ca..000000000 --- a/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native/config.yaml +++ /dev/null @@ -1,1082 +0,0 @@ -5: - entityID: 34 - entityInstance: 1 - interfaces: - xyz.openbmc_project.State.Boot.Progress: - BootProgress: - Offsets: - 0: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified - type: string - 1: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit - type: string - 3: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit - type: string - 7: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit - type: string - 19: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart - type: string - 20: - set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MotherboardInit - type: string - mutability: Mutability::Write|Mutability::Read - path: /xyz/openbmc_project/state/host0 - readingType: eventdata2 - sensorNamePattern: nameProperty - sensorReadingType: 111 - sensorType: 15 - serviceInterface: org.freedesktop.DBus.Properties -8: - entityID: 210 - entityInstance: 1 - interfaces: - org.open_power.OCC.Status: - OccActive: - Offsets: - 0: - assert: false - deassert: true - type: bool - 1: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /org/open_power/control/occ0 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 9 - sensorType: 7 - serviceInterface: org.freedesktop.DBus.Properties -9: - entityID: 34 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Control.Boot.RebootAttempts: - AttemptsLeft: - Offsets: - 255: - type: uint32_t - mutability: Mutability::Write|Mutability::Read - path: /xyz/openbmc_project/state/host0 - readingType: readingAssertion - sensorNamePattern: nameProperty - sensorReadingType: 111 - sensorType: 195 - serviceInterface: org.freedesktop.DBus.Properties -30: - entityID: 32 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm0 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -31: - entityID: 32 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm1 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -32: - entityID: 32 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm2 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -33: - entityID: 32 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 6: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 4: - assert: false - deassert: true - type: bool - Prereqs: - 6: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/dimm3 - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 12 - serviceInterface: xyz.openbmc_project.Inventory.Manager -34: - entityID: 208 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core0 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -35: - entityID: 208 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core1 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -36: - entityID: 208 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core2 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -37: - entityID: 208 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core3 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -38: - entityID: 208 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core4 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -39: - entityID: 208 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core5 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -40: - entityID: 208 - entityInstance: 7 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core6 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -41: - entityID: 208 - entityInstance: 8 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core7 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -42: - entityID: 208 - entityInstance: 9 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core8 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -43: - entityID: 208 - entityInstance: 10 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core9 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -44: - entityID: 208 - entityInstance: 11 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core10 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -45: - entityID: 208 - entityInstance: 12 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - skipOn: deassert - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu0/core11 - readingType: assertion - sensorNamePattern: nameParentLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -47: - entityID: 3 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - Present: - Offsets: - 7: - assert: true - deassert: false - type: bool - xyz.openbmc_project.State.Decorator.OperationalStatus: - Functional: - Offsets: - 8: - assert: false - deassert: true - type: bool - Prereqs: - 7: - assert: true - deassert: false - type: bool - mutability: Mutability::Write|Mutability::Read - path: /system/chassis/motherboard/cpu - readingType: assertion - sensorNamePattern: nameLeaf - sensorReadingType: 111 - sensorType: 7 - serviceInterface: xyz.openbmc_project.Inventory.Manager -50: - entityID: 35 - entityInstance: 1 - interfaces: - xyz.openbmc_project.State.OperatingSystem.Status: - OperatingSystemState: - Offsets: - 1: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CBoot - type: string - 2: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.PXEBoot - type: string - 3: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.DiagBoot - type: string - 4: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.CDROMBoot - type: string - 5: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.ROMBoot - type: string - 6: - assert: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.BootComplete - type: string - mutability: Mutability::Write|Mutability::Read - path: /xyz/openbmc_project/state/host0 - readingType: assertion - sensorNamePattern: nameProperty - sensorReadingType: 111 - sensorType: 31 - serviceInterface: org.freedesktop.DBus.Properties -101: - bExp: 0 - entityID: 209 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/centaur0_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -102: - bExp: 0 - entityID: 32 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm0_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -103: - bExp: 0 - entityID: 32 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm1_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -104: - bExp: 0 - entityID: 32 - entityInstance: 7 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm2_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -105: - bExp: 0 - entityID: 32 - entityInstance: 8 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/dimm3_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -106: - bExp: 0 - entityID: 208 - entityInstance: 13 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core0_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -107: - bExp: 0 - entityID: 208 - entityInstance: 19 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core1_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -108: - bExp: 0 - entityID: 208 - entityInstance: 20 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core2_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -109: - bExp: 0 - entityID: 208 - entityInstance: 21 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core3_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -110: - bExp: 0 - entityID: 208 - entityInstance: 22 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core4_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -111: - bExp: 0 - entityID: 208 - entityInstance: 23 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core5_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -112: - bExp: 0 - entityID: 208 - entityInstance: 24 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core6_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -113: - bExp: 0 - entityID: 208 - entityInstance: 14 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core7_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -114: - bExp: 0 - entityID: 208 - entityInstance: 15 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core8_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -115: - bExp: 0 - entityID: 208 - entityInstance: 16 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core9_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -116: - bExp: 0 - entityID: 208 - entityInstance: 17 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core10_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -117: - bExp: 0 - entityID: 208 - entityInstance: 18 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - mutability: Mutability::Write|Mutability::Read - offsetB: -127 - path: /xyz/openbmc_project/sensors/temperature/core11_temp - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -131: - bExp: 0 - entityID: 10 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p0_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -132: - bExp: 0 - entityID: 10 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p0_pcie_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -133: - bExp: 0 - entityID: 10 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p0_io_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -135: - bExp: 0 - entityID: 10 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/centaur0_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -- cgit v1.2.3 From eb79ec5823ccc195901bd4f52b0afd96b84f3bb5 Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Thu, 13 Jun 2019 06:37:11 -0500 Subject: Move LDAP and Authority certificate services to common layer Moving LDAP and Authority instances of certificate manager to common layer from meta-ibm layer. As bmcweb implements Certificate schema which caters for uploading HTTPS, LDAP and Authority certificates and is avaiable for everyone, certificate manager services also need to be made available to everyone. (From meta-ibm rev: 13ac69d9c8138cbffd806bef19f1672ff2480c97) Change-Id: I48b388629d058b8bea1cf92c154db72550d21f85 Signed-off-by: Marri Devender Rao Signed-off-by: Brad Bishop --- meta-ibm/recipes-phosphor/image/obmc-phosphor-image.bbappend | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta-ibm/recipes-phosphor/image/obmc-phosphor-image.bbappend (limited to 'meta-ibm') diff --git a/meta-ibm/recipes-phosphor/image/obmc-phosphor-image.bbappend b/meta-ibm/recipes-phosphor/image/obmc-phosphor-image.bbappend deleted file mode 100644 index bda681ede..000000000 --- a/meta-ibm/recipes-phosphor/image/obmc-phosphor-image.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -OBMC_IMAGE_EXTRA_INSTALL_append = "\ - phosphor-nslcd-cert-config \ - phosphor-nslcd-authority-cert-config \ - " -- cgit v1.2.3 From 88296b84acf85ef3411265526449fa794cf56457 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 19 Jun 2019 16:32:15 -0400 Subject: meta-ibm: acx22: Add allarch to avsbus-control avsbus-control provides scripts, so set the package arch appropriately. (From meta-ibm rev: 3168dfa433d1ecda4fb41612942951d06d075157) Change-Id: Ic136d2cdf03019b69da45062057866bad75c1085 Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb index 3c618a6b5..d2804dfca 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control.bb @@ -3,6 +3,7 @@ PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" +inherit allarch inherit obmc-phosphor-systemd RDEPENDS_${PN} += "i2c-tools" -- cgit v1.2.3 From 909c65ca3061d5c062001c639732d342603da0e4 Mon Sep 17 00:00:00 2001 From: Shawn McCarney Date: Tue, 25 Jun 2019 10:09:29 -0500 Subject: meta-ibm: witherspoon: Rename sensor associations BMCWeb uses ObjectMapper associations to find sensor information for Redfish. The names of these associations have changed. Updating the Witherspoon association names to match the new naming scheme. See https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/22976 for more information on the new sensor association names. (From meta-ibm rev: 0c2b3acd905de8d8547139075ecc034f213636d9) Change-Id: Iccb0f3d4f75d8716447cc4bb488cf268374309c1 Signed-off-by: Shawn McCarney Signed-off-by: Brad Bishop --- .../phosphor-inventory-manager/associations.json | 160 ++++++++++----------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json index a86a65d5b..0adee9cda 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json @@ -7,7 +7,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -21,7 +21,7 @@ "types": { "rType": "chassis", - "fType": "sensors" + "fType": "all_sensors" }, "paths": [ @@ -52,7 +52,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -66,7 +66,7 @@ "types": { "rType": "chassis", - "fType": "sensors" + "fType": "all_sensors" }, "paths": [ @@ -98,7 +98,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -127,7 +127,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -156,7 +156,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -185,7 +185,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -214,7 +214,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -279,7 +279,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -297,7 +297,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -315,7 +315,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -333,7 +333,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -351,7 +351,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -369,7 +369,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -387,7 +387,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -404,7 +404,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -421,7 +421,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -438,7 +438,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -455,7 +455,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -472,7 +472,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -489,7 +489,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -506,7 +506,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -523,7 +523,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -540,7 +540,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -557,7 +557,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -574,7 +574,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -591,7 +591,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -608,7 +608,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -625,7 +625,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -642,7 +642,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -659,7 +659,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -676,7 +676,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -693,7 +693,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -710,7 +710,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -727,7 +727,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -744,7 +744,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -761,7 +761,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -778,7 +778,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -796,7 +796,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -813,7 +813,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -830,7 +830,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -847,7 +847,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -864,7 +864,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -881,7 +881,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -898,7 +898,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -915,7 +915,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -932,7 +932,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -949,7 +949,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -966,7 +966,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -983,7 +983,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1000,7 +1000,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1017,7 +1017,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1034,7 +1034,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1051,7 +1051,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1068,7 +1068,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1085,7 +1085,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1102,7 +1102,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1119,7 +1119,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1136,7 +1136,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1153,7 +1153,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1170,7 +1170,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1187,7 +1187,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1205,7 +1205,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1222,7 +1222,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1239,7 +1239,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1256,7 +1256,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1273,7 +1273,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1290,7 +1290,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1307,7 +1307,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1324,7 +1324,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1341,7 +1341,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1358,7 +1358,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1375,7 +1375,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1392,7 +1392,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1409,7 +1409,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1426,7 +1426,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1443,7 +1443,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1460,7 +1460,7 @@ "types": { "rType": "inventory", - "fType": "child_sensors" + "fType": "sensors" }, "paths": [ @@ -1477,7 +1477,7 @@ "types": { "rType": "chassis", - "fType": "sensors" + "fType": "all_sensors" }, "paths": [ -- cgit v1.2.3 From 2afe1b72ba4d667c3186213a0311cb05de901f6d Mon Sep 17 00:00:00 2001 From: Eddie James Date: Fri, 21 Jun 2019 14:47:55 +0000 Subject: meta-ibm: witherspoon: Add total_power sensor to chassis association This sensor is needed under the chassis association so that bmcweb can report the PowerControl/PowerConsumedWatts Redfish property. (From meta-ibm rev: bc0b221dda4f9aad8589469066d8f075b69789f0) Signed-off-by: Eddie James Change-Id: I9a5daf64e9888a5b7c817fab59658a054de25a83 Signed-off-by: Brad Bishop --- .../inventory/phosphor-inventory-manager/associations.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json index 0adee9cda..bea5269ab 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json @@ -1597,7 +1597,9 @@ "/xyz/openbmc_project/sensors/current/p1_vcs_current", "/xyz/openbmc_project/sensors/current/p1_vddr_current", "/xyz/openbmc_project/sensors/current/p1_vdd_current", - "/xyz/openbmc_project/sensors/current/p1_vdn_current" + "/xyz/openbmc_project/sensors/current/p1_vdn_current", + + "/xyz/openbmc_project/sensors/power/total_power" ] } ] -- cgit v1.2.3 From bc7b43faa96ea3f51715a337769db3d27ad6c895 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Thu, 13 Jun 2019 12:06:11 -0500 Subject: meta-ibm: phosphor-dbus-monitor non-native Create the phosphor-dbus-monitor non-native recipes to allow the switch from native to non-native within the meta-ibm layer. Upon switching to the non-native recipe in meta-phosphor, these non-native recipes will then replace the native recipes in providing the policy configuration files(yaml). Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change (From meta-ibm rev: 0ca32c6b6d0566a29756ecd05ffb748764296a27) Change-Id: Idf800c0d537b6051c3bc263908d9bbb2bc6ab2de Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../dbus/phosphor-dbus-monitor-config.bbappend | 4 ++++ .../events/witherspoon-events-policy.bb | 17 ++++++++++++++++ .../fans/witherspoon-fan-policy.bb | 23 ++++++++++++++++++++++ .../fans/witherspoon-thermal-policy.bb | 17 ++++++++++++++++ .../power/witherspoon-power-supply-policy.bb | 17 ++++++++++++++++ 5 files changed, 78 insertions(+) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend new file mode 100644 index 000000000..b1ced75a1 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend @@ -0,0 +1,4 @@ +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-fan-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-thermal-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-power-supply-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-events-policy" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb new file mode 100644 index 000000000..cca184aa4 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Event policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://config.yaml" + +do_install() { + install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml +} + +FILES_${PN} += "${config_dir}/config.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb new file mode 100644 index 000000000..50c8c91e5 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb @@ -0,0 +1,23 @@ +SUMMARY = "Fan policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://air-cooled.yaml" +SRC_URI += "file://water-cooled.yaml" +SRC_URI += "file://fan-errors.yaml" + +do_install() { + install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml + install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml + install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml +} + +FILES_${PN} += "${config_dir}/air-cooled.yaml" +FILES_${PN} += "${config_dir}/water-cooled.yaml" +FILES_${PN} += "${config_dir}/fan-errors.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb new file mode 100644 index 000000000..ef395b1c4 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Thermal policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://thermal-policy.yaml" + +do_install() { + install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml +} + +FILES_${PN} += "${config_dir}/thermal-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb new file mode 100644 index 000000000..774626691 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Power supply policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://power-supply-policy.yaml" + +do_install() { + install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml +} + +FILES_${PN} += "${config_dir}/power-supply-policy.yaml" -- cgit v1.2.3 From 08ca2e69bae609b46edd5eb702e7cee4bb0f9de5 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 12 Jun 2019 09:52:11 -0500 Subject: meta-ibm: Remove phosphor-dbus-monitor native recipes The native recipes are no longer used after the switch to non-native recipes in the meta-phosphor layer. Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change Built swift phosphor-dbus-monitor resulting in no image change (From meta-ibm rev: c50b717ce219342c4730d3f029712d5a7d10da07) Change-Id: I0026c06592921d0f1633bd3a24e6cd0530d3cc19 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../dbus/phosphor-dbus-monitor-config-native.bbappend | 4 ---- .../events/witherspoon-events-policy-native.bb | 14 -------------- .../fans/witherspoon-fan-policy-native.bb | 17 ----------------- .../fans/witherspoon-thermal-policy-native.bb | 13 ------------- .../power/witherspoon-power-supply-policy-native.bb | 13 ------------- 5 files changed, 61 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config-native.bbappend delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy-native.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy-native.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy-native.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy-native.bb (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config-native.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config-native.bbappend deleted file mode 100644 index 2831afe21..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config-native.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-fan-policy-native" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-thermal-policy-native" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-power-supply-policy-native" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-events-policy-native" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy-native.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy-native.bb deleted file mode 100644 index e855754c5..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy-native.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Event policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-dbus-monitor - -SRC_URI += "file://config.yaml" - -do_install() { - install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml -} - diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy-native.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy-native.bb deleted file mode 100644 index 070fceeec..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy-native.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Fan policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-dbus-monitor - -SRC_URI += "file://air-cooled.yaml" -SRC_URI += "file://water-cooled.yaml" -SRC_URI += "file://fan-errors.yaml" - -do_install() { - install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml - install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml - install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml -} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy-native.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy-native.bb deleted file mode 100644 index d53b4146f..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy-native.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Thermal policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-dbus-monitor - -SRC_URI += "file://thermal-policy.yaml" - -do_install() { - install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml -} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy-native.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy-native.bb deleted file mode 100644 index 563f80e30..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy-native.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Power supply policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit native -inherit phosphor-dbus-monitor - -SRC_URI += "file://power-supply-policy.yaml" - -do_install() { - install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml -} -- cgit v1.2.3 From 7e27b041d27dbe1abca753d74f82d9fc08f28021 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 12 Jun 2019 10:07:05 -0500 Subject: Remove `witherspoon` from recipe file names Remove `witherspoon` from recipe file names, which includes the directory containing the policy configuration files. Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change (From meta-ibm rev: c8562bc0066f8657d2fbb5c1962826e686a7f652) Change-Id: I7d7d247865bc2f8432e01a46caa43cc8770ae100 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../dbus/phosphor-dbus-monitor-config.bbappend | 8 +- .../recipes-phosphor/events/events-policy.bb | 17 + .../events/events-policy/config.yaml | 133 ++++ .../events/witherspoon-events-policy.bb | 17 - .../events/witherspoon-events-policy/config.yaml | 133 ---- .../recipes-phosphor/fans/fan-policy.bb | 23 + .../fans/fan-policy/air-cooled.yaml | 328 ++++++++++ .../fans/fan-policy/fan-errors.yaml | 676 +++++++++++++++++++++ .../fans/fan-policy/water-cooled.yaml | 322 ++++++++++ .../recipes-phosphor/fans/thermal-policy.bb | 17 + .../fans/thermal-policy/thermal-policy.yaml | 187 ++++++ .../fans/witherspoon-fan-policy.bb | 23 - .../fans/witherspoon-fan-policy/air-cooled.yaml | 328 ---------- .../fans/witherspoon-fan-policy/fan-errors.yaml | 676 --------------------- .../fans/witherspoon-fan-policy/water-cooled.yaml | 322 ---------- .../fans/witherspoon-thermal-policy.bb | 17 - .../witherspoon-thermal-policy/thermal-policy.yaml | 187 ------ .../recipes-phosphor/power/power-supply-policy.bb | 17 + .../power-supply-policy/power-supply-policy.yaml | 215 +++++++ .../power/witherspoon-power-supply-policy.bb | 17 - .../power-supply-policy.yaml | 215 ------- 21 files changed, 1939 insertions(+), 1939 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy/config.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/fan-errors.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy/power-supply-policy.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend index b1ced75a1..b06da500a 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend @@ -1,4 +1,4 @@ -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-fan-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-thermal-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-power-supply-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " witherspoon-events-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " fan-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " thermal-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " power-supply-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " events-policy" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb new file mode 100644 index 000000000..cca184aa4 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Event policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://config.yaml" + +do_install() { + install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml +} + +FILES_${PN} += "${config_dir}/config.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml new file mode 100644 index 000000000..5c62d45a3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml @@ -0,0 +1,133 @@ +- name: occpath group + class: group + group: path + members: + - meta: PATH + path: /org/open_power/control/occ0 + +- name: occproctemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcTemp + +- name: occprocpower property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcPower + +- name: occmemtemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleMemTemp + +- name: watch occproctemp + class: watch + watch: property + paths: occpath group + properties: occproctemp property + callback: check occproctemp + +- name: watch occprocpower + class: watch + watch: property + paths: occpath group + properties: occprocpower property + callback: check occprocpower + +- name: watch occmemtemp + class: watch + watch: property + paths: occpath group + properties: occmemtemp property + callback: check occmemtemp + +- name: check occproctemp + class: condition + condition: count + paths: occpath group + properties: occproctemp property + defer: 1000us + callback: create occproctemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occprocpower + class: condition + condition: count + paths: occpath group + properties: occprocpower property + defer: 1000us + callback: create occprocpower event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occmemtemp + class: condition + condition: count + paths: occpath group + properties: occmemtemp property + defer: 1000us + callback: create occmemtemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: create occproctemp event + class: callback + callback: event + paths: occpath group + properties: occproctemp property + eventName: occ + eventMessage: "Processor throttled due to an over temperature condition." + +- name: create occprocpower event + class: callback + callback: event + paths: occpath group + properties: occprocpower property + eventName: occ + eventMessage: "Processor throttled due to reaching the power cap limit." + +- name: create occmemtemp event + class: callback + callback: event + paths: occpath group + properties: occmemtemp property + eventName: occ + eventMessage: "Memory throttled due to an over temperature condition." + +- name: errorlog path group + class: group + group: path + members: + - meta: PATH + path: /xyz/openbmc_project/logging + +- name: pathwatch errorlog + class: pathwatch + pathwatch: path + paths: errorlog path group + pathcallback: create errorlog trap + +- name: create errorlog trap + class: pathcallback + pathcallback: eventpath + paths: errorlog path group + eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb deleted file mode 100644 index cca184aa4..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Event policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://config.yaml" - -do_install() { - install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml -} - -FILES_${PN} += "${config_dir}/config.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy/config.yaml deleted file mode 100644 index 5c62d45a3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/witherspoon-events-policy/config.yaml +++ /dev/null @@ -1,133 +0,0 @@ -- name: occpath group - class: group - group: path - members: - - meta: PATH - path: /org/open_power/control/occ0 - -- name: occproctemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcTemp - -- name: occprocpower property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcPower - -- name: occmemtemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleMemTemp - -- name: watch occproctemp - class: watch - watch: property - paths: occpath group - properties: occproctemp property - callback: check occproctemp - -- name: watch occprocpower - class: watch - watch: property - paths: occpath group - properties: occprocpower property - callback: check occprocpower - -- name: watch occmemtemp - class: watch - watch: property - paths: occpath group - properties: occmemtemp property - callback: check occmemtemp - -- name: check occproctemp - class: condition - condition: count - paths: occpath group - properties: occproctemp property - defer: 1000us - callback: create occproctemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occprocpower - class: condition - condition: count - paths: occpath group - properties: occprocpower property - defer: 1000us - callback: create occprocpower event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occmemtemp - class: condition - condition: count - paths: occpath group - properties: occmemtemp property - defer: 1000us - callback: create occmemtemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: create occproctemp event - class: callback - callback: event - paths: occpath group - properties: occproctemp property - eventName: occ - eventMessage: "Processor throttled due to an over temperature condition." - -- name: create occprocpower event - class: callback - callback: event - paths: occpath group - properties: occprocpower property - eventName: occ - eventMessage: "Processor throttled due to reaching the power cap limit." - -- name: create occmemtemp event - class: callback - callback: event - paths: occpath group - properties: occmemtemp property - eventName: occ - eventMessage: "Memory throttled due to an over temperature condition." - -- name: errorlog path group - class: group - group: path - members: - - meta: PATH - path: /xyz/openbmc_project/logging - -- name: pathwatch errorlog - class: pathwatch - pathwatch: path - paths: errorlog path group - pathcallback: create errorlog trap - -- name: create errorlog trap - class: pathcallback - pathcallback: eventpath - paths: errorlog path group - eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb new file mode 100644 index 000000000..50c8c91e5 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb @@ -0,0 +1,23 @@ +SUMMARY = "Fan policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://air-cooled.yaml" +SRC_URI += "file://water-cooled.yaml" +SRC_URI += "file://fan-errors.yaml" + +do_install() { + install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml + install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml + install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml +} + +FILES_${PN} += "${config_dir}/air-cooled.yaml" +FILES_${PN} += "${config_dir}/water-cooled.yaml" +FILES_${PN} += "${config_dir}/fan-errors.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml new file mode 100644 index 000000000..d60aa9179 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml @@ -0,0 +1,328 @@ +# Air cooled Witherspoon fan policy for PDM. +# +# An air cooled Witherspoon requires a minimum of three functional fans +# enclosures or six functional fan rotors across all enclosures. +# If the number of functional fan enclosures is below three, soft poweroff +# the system, whereas if the number of fan rotors drop below six, an +# immediate hard poweroff of the system occurs. + +- name: fan enclosures + description: > + 'An air cooled Witherspoon has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: fan rotors + description: > + 'An air cooled Witherspoon has eight fan rotors to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch fan rotor functional + description: > + 'Trigger logic on fan rotor functional state changes.' + class: watch + watch: property + paths: fan rotors + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis air cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is air cooled.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: check power + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures and at least + six functional fan rotors, power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + - check group functional rotors + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: check group functional rotors + description: > + 'If this condition passes more than two fan rotors in the group have been + marked as nonfunctional for five seconds. Immediately power off. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan rotors + properties: fan functional + defer: 5000000us + callback: log and poweroff + countop: '>' + countbound: 2 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml new file mode 100644 index 000000000..0c14627d2 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml @@ -0,0 +1,676 @@ +# Witherspoon fan error policy for PDM. +# +# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more +# than 20 seconds. +# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not +# functional for any amount of time. +# +# The system must be powered on in both of these cases. +# If a water cooled system, don't create errors for fan 1. +# Note: An error is created each time the chassis powers on. +# +# * Watch for fans to become both present and functional, and then resolve +# their errors + +- name: fan0 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: fan1 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: fan2 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: fan3 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: fan present and functional + description: > + 'Monitor the present and functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'The chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: watch fan0 presence + description: > + 'Trigger logic on fan0 presence state changes.' + class: watch + watch: property + paths: fan0 + properties: fan present + callback: check power fan0 presence + +- name: watch fan0 functional + description: > + 'Trigger logic on fan0 functional state changes.' + class: watch + watch: property + paths: fan0 + properties: fan functional + callback: check power fan0 functional + +- name: watch fan1 presence + description: > + 'Trigger logic on fan1 presence state changes.' + class: watch + watch: property + paths: fan1 + properties: fan present + callback: check power fan1 presence + +- name: watch fan1 functional + description: > + 'Trigger logic on fan1 functional state changes.' + class: watch + watch: property + paths: fan1 + properties: fan functional + callback: check power fan1 functional + +- name: watch fan2 presence + description: > + 'Trigger logic on fan2 presence state changes.' + class: watch + watch: property + paths: fan2 + properties: fan present + callback: check power fan2 presence + +- name: watch fan2 functional + description: > + 'Trigger logic on fan2 functional state changes.' + class: watch + watch: property + paths: fan2 + properties: fan functional + callback: check power fan2 functional + +- name: watch fan3 presence + description: > + 'Trigger logic on fan3 presence state changes.' + class: watch + watch: property + paths: fan3 + properties: fan present + callback: check power fan3 presence + +- name: watch fan3 functional + description: > + 'Trigger logic on fan3 functional state changes.' + class: watch + watch: property + paths: fan3 + properties: fan functional + callback: check power fan3 functional + +- name: watch fan0 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors if present and functional + +- name: watch fan1 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors if present and functional + +- name: watch fan2 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors if present and functional + +- name: watch fan3 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors if present and functional + +- name: check power + description: > + 'If the chassis has power, check all fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 presence + description: > + 'If the chassis has power, check presence of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 functional + description: > + 'If the chassis has power, check functional of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 presence + description: > + 'If the chassis has power, check presence of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 functional + description: > + 'If the chassis has power, check functional of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 presence + description: > + 'If the chassis has power, check presence of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 functional + description: > + 'If the chassis has power, check functional of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 presence + description: > + 'If the chassis has power, check presence of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 functional + description: > + 'If the chassis has power, check functional of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify each of the 3 fans are present.' + class: callback + callback: group + members: + - check fan0 presence + - check fan1 presence + - check fan2 presence + - check fan3 presence + - check fan0 functional + - check fan1 functional + - check fan2 functional + - check fan3 functional + +- name: check fan0 presence + description: > + 'If this condition passes fan0 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan0 + properties: fan present + defer: 20000000us + callback: notpresent fan0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan0 functional + description: > + 'If this condition passes fan0 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan0 + properties: fan functional + callback: nonfunctional fan0 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan1 presence + description: > + 'If this condition passes fan1 has been unplugged for more than 20 seconds. + Fan 1 is not in a water cooled Witherspoon, so check for cooling type + before creating an error.' + class: condition + condition: count + paths: fan1 + properties: fan present + defer: 20000000us + callback: check cooling type notpresent error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan1 functional + description: > + 'If this condition passes fan1 has been marked as nonfunctional. + Fan 1 is not in a water cooled Witherspoon, so check for cooling type + before creating an error.' + class: condition + condition: count + paths: fan1 + properties: fan functional + callback: check cooling type nonfunctional error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan2 presence + description: > + 'If this condition passes fan2 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan2 + properties: fan present + defer: 20000000us + callback: notpresent fan2 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan2 functional + description: > + 'If this condition passes fan2 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan2 + properties: fan functional + callback: nonfunctional fan2 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan3 presence + description: > + 'If this condition passes fan3 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan3 + properties: fan present + defer: 20000000us + callback: notpresent fan3 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan3 functional + description: > + 'If this condition passes fan3 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan3 + properties: fan functional + callback: nonfunctional fan3 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check cooling type nonfunctional error + description: > + 'If this condition passes the chassis is air cooled and will create a + nonfunctional error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: nonfunctional fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check cooling type notpresent error + description: > + 'If this condition passes the chassis is air cooled and will create a + notpresent error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: notpresent fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: notpresent fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: nonfunctional fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: notpresent fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: nonfunctional fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: notpresent fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: nonfunctional fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: notpresent fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: nonfunctional fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: resolve fan0 errors if present and functional + description: > + 'If fan0 is present and functional, call the resolve fan0 errors callback.' + class: condition + condition: count + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +#Go ahead and do this on water cooled as well +- name: resolve fan1 errors if present and functional + description: > + 'If fan1 is present and functional, call the resolve fan1 errors callback.' + class: condition + condition: count + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan2 errors if present and functional + description: > + 'If fan2 is present and functional, call the resolve fan2 errors callback.' + class: condition + condition: count + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan3 errors if present and functional + description: > + 'If fan3 is present and functional, call the resolve fan3 errors callback.' + class: condition + condition: count + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan0 errors + class: callback + callback: resolve callout + paths: fan0 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: resolve fan1 errors + class: callback + callback: resolve callout + paths: fan1 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: resolve fan2 errors + class: callback + callback: resolve callout + paths: fan2 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: resolve fan3 errors + class: callback + callback: resolve callout + paths: fan3 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml new file mode 100644 index 000000000..a279cfefa --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml @@ -0,0 +1,322 @@ +# Water cooled Witherspoon fan policy for PDM. +# +# A water cooled Witherspoon requires a minimum of two functional fan +# enclosures or four functional fan rotors across all enclosures. +# If the number of functional fan enclosures is below two, soft poweroff +# the system, whereas if the number of fan rotors drop below four, an +# immediate hard poweroff of the system occurs. + +- name: fan enclosures + description: > + 'A water cooled Witherspoon has three fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: fan rotors + description: > + 'A water cooled Witherspoon has six fan rotors to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis water cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch fan rotor functional + description: > + 'Trigger logic on fan rotor functional state changes.' + class: watch + watch: property + paths: fan rotors + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis water cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is water cooled.' + class: condition + condition: count + paths: chassis + properties: chassis water cooled + callback: check power + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least two functional fan enclosures and at least + four functional fan rotors, power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + - check group functional rotors + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 2 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: check group functional rotors + description: > + 'If this condition passes more than two fan rotors in the group have been + marked as nonfunctional for five seconds. Immediately power off. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan rotors + properties: fan functional + defer: 5000000us + callback: log and poweroff + countop: '>' + countbound: 2 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb new file mode 100644 index 000000000..ef395b1c4 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Thermal policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://thermal-policy.yaml" + +do_install() { + install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml +} + +FILES_${PN} += "${config_dir}/thermal-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml new file mode 100644 index 000000000..1dd2306e9 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml @@ -0,0 +1,187 @@ +# Witherspoon thermal policy for PDM. +# +# Shut down a Witherspoon system if more than three POWER9 cores +# have a temperature greater than 115 degrees Celcius. + + +- name: core sensors + description: > + 'Witherspoon has two POWER9 chips with 24 cores each.' + class: group + group: path + members: + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp + +- name: core temp + description: > + 'Monitor the temperature of each core.' + class: group + group: property + type: int64 + members: + - interface: xyz.openbmc_project.Sensor.Value + meta: TEMP + property: Value + +- name: watch core temps + description: > + 'Trigger logic on core temp changes.' + class: watch + watch: property + paths: core sensors + properties: core temp + callback: check temps + +- name: check temps + description: > + 'If this condition passes at least three cores are running + too hot. Shut the system down.' + class: condition + condition: count + paths: core sensors + properties: core temp + callback: log and shutdown + countop: '>=' + countbound: 3 + op: '>=' + bound: 115000 + oneshot: true + +- name: log and shutdown + description: > + 'Shut the system down and log an event.' + class: callback + callback: group + members: + - shutdown + - create criticalhigh error + - create shutdown error + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: create criticalhigh error + description: > + 'Create a CriticalHigh Error log.' + class: callback + callback: elog_with_metadata + paths: core sensors + properties: core temp + error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh + metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA + +- name: create shutdown error + description: > + 'Create a SystemShutdown Error log.' + class: callback + callback: elog + paths: core sensors + properties: core temp + error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb deleted file mode 100644 index 50c8c91e5..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Fan policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://air-cooled.yaml" -SRC_URI += "file://water-cooled.yaml" -SRC_URI += "file://fan-errors.yaml" - -do_install() { - install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml - install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml - install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml -} - -FILES_${PN} += "${config_dir}/air-cooled.yaml" -FILES_${PN} += "${config_dir}/water-cooled.yaml" -FILES_${PN} += "${config_dir}/fan-errors.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml deleted file mode 100644 index d60aa9179..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml +++ /dev/null @@ -1,328 +0,0 @@ -# Air cooled Witherspoon fan policy for PDM. -# -# An air cooled Witherspoon requires a minimum of three functional fans -# enclosures or six functional fan rotors across all enclosures. -# If the number of functional fan enclosures is below three, soft poweroff -# the system, whereas if the number of fan rotors drop below six, an -# immediate hard poweroff of the system occurs. - -- name: fan enclosures - description: > - 'An air cooled Witherspoon has four fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: fan rotors - description: > - 'An air cooled Witherspoon has eight fan rotors to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch fan rotor functional - description: > - 'Trigger logic on fan rotor functional state changes.' - class: watch - watch: property - paths: fan rotors - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis air cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is air cooled.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: check power - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least three functional fan enclosures and at least - six functional fan rotors, power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - - check group functional rotors - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 3 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: check group functional rotors - description: > - 'If this condition passes more than two fan rotors in the group have been - marked as nonfunctional for five seconds. Immediately power off. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan rotors - properties: fan functional - defer: 5000000us - callback: log and poweroff - countop: '>' - countbound: 2 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/fan-errors.yaml deleted file mode 100644 index 0c14627d2..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/fan-errors.yaml +++ /dev/null @@ -1,676 +0,0 @@ -# Witherspoon fan error policy for PDM. -# -# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more -# than 20 seconds. -# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not -# functional for any amount of time. -# -# The system must be powered on in both of these cases. -# If a water cooled system, don't create errors for fan 1. -# Note: An error is created each time the chassis powers on. -# -# * Watch for fans to become both present and functional, and then resolve -# their errors - -- name: fan0 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: fan1 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: fan2 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: fan3 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: fan present and functional - description: > - 'Monitor the present and functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'The chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: watch fan0 presence - description: > - 'Trigger logic on fan0 presence state changes.' - class: watch - watch: property - paths: fan0 - properties: fan present - callback: check power fan0 presence - -- name: watch fan0 functional - description: > - 'Trigger logic on fan0 functional state changes.' - class: watch - watch: property - paths: fan0 - properties: fan functional - callback: check power fan0 functional - -- name: watch fan1 presence - description: > - 'Trigger logic on fan1 presence state changes.' - class: watch - watch: property - paths: fan1 - properties: fan present - callback: check power fan1 presence - -- name: watch fan1 functional - description: > - 'Trigger logic on fan1 functional state changes.' - class: watch - watch: property - paths: fan1 - properties: fan functional - callback: check power fan1 functional - -- name: watch fan2 presence - description: > - 'Trigger logic on fan2 presence state changes.' - class: watch - watch: property - paths: fan2 - properties: fan present - callback: check power fan2 presence - -- name: watch fan2 functional - description: > - 'Trigger logic on fan2 functional state changes.' - class: watch - watch: property - paths: fan2 - properties: fan functional - callback: check power fan2 functional - -- name: watch fan3 presence - description: > - 'Trigger logic on fan3 presence state changes.' - class: watch - watch: property - paths: fan3 - properties: fan present - callback: check power fan3 presence - -- name: watch fan3 functional - description: > - 'Trigger logic on fan3 functional state changes.' - class: watch - watch: property - paths: fan3 - properties: fan functional - callback: check power fan3 functional - -- name: watch fan0 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors if present and functional - -- name: watch fan1 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors if present and functional - -- name: watch fan2 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors if present and functional - -- name: watch fan3 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors if present and functional - -- name: check power - description: > - 'If the chassis has power, check all fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 presence - description: > - 'If the chassis has power, check presence of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 functional - description: > - 'If the chassis has power, check functional of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 presence - description: > - 'If the chassis has power, check presence of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 functional - description: > - 'If the chassis has power, check functional of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 presence - description: > - 'If the chassis has power, check presence of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 functional - description: > - 'If the chassis has power, check functional of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 presence - description: > - 'If the chassis has power, check presence of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 functional - description: > - 'If the chassis has power, check functional of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify each of the 3 fans are present.' - class: callback - callback: group - members: - - check fan0 presence - - check fan1 presence - - check fan2 presence - - check fan3 presence - - check fan0 functional - - check fan1 functional - - check fan2 functional - - check fan3 functional - -- name: check fan0 presence - description: > - 'If this condition passes fan0 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan0 - properties: fan present - defer: 20000000us - callback: notpresent fan0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan0 functional - description: > - 'If this condition passes fan0 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan0 - properties: fan functional - callback: nonfunctional fan0 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan1 presence - description: > - 'If this condition passes fan1 has been unplugged for more than 20 seconds. - Fan 1 is not in a water cooled Witherspoon, so check for cooling type - before creating an error.' - class: condition - condition: count - paths: fan1 - properties: fan present - defer: 20000000us - callback: check cooling type notpresent error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan1 functional - description: > - 'If this condition passes fan1 has been marked as nonfunctional. - Fan 1 is not in a water cooled Witherspoon, so check for cooling type - before creating an error.' - class: condition - condition: count - paths: fan1 - properties: fan functional - callback: check cooling type nonfunctional error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan2 presence - description: > - 'If this condition passes fan2 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan2 - properties: fan present - defer: 20000000us - callback: notpresent fan2 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan2 functional - description: > - 'If this condition passes fan2 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan2 - properties: fan functional - callback: nonfunctional fan2 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan3 presence - description: > - 'If this condition passes fan3 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan3 - properties: fan present - defer: 20000000us - callback: notpresent fan3 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan3 functional - description: > - 'If this condition passes fan3 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan3 - properties: fan functional - callback: nonfunctional fan3 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check cooling type nonfunctional error - description: > - 'If this condition passes the chassis is air cooled and will create a - nonfunctional error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: nonfunctional fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check cooling type notpresent error - description: > - 'If this condition passes the chassis is air cooled and will create a - notpresent error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: notpresent fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: notpresent fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: nonfunctional fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: notpresent fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: nonfunctional fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: notpresent fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: nonfunctional fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: notpresent fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: nonfunctional fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: resolve fan0 errors if present and functional - description: > - 'If fan0 is present and functional, call the resolve fan0 errors callback.' - class: condition - condition: count - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -#Go ahead and do this on water cooled as well -- name: resolve fan1 errors if present and functional - description: > - 'If fan1 is present and functional, call the resolve fan1 errors callback.' - class: condition - condition: count - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan2 errors if present and functional - description: > - 'If fan2 is present and functional, call the resolve fan2 errors callback.' - class: condition - condition: count - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan3 errors if present and functional - description: > - 'If fan3 is present and functional, call the resolve fan3 errors callback.' - class: condition - condition: count - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan0 errors - class: callback - callback: resolve callout - paths: fan0 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: resolve fan1 errors - class: callback - callback: resolve callout - paths: fan1 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: resolve fan2 errors - class: callback - callback: resolve callout - paths: fan2 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: resolve fan3 errors - class: callback - callback: resolve callout - paths: fan3 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml deleted file mode 100644 index a279cfefa..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml +++ /dev/null @@ -1,322 +0,0 @@ -# Water cooled Witherspoon fan policy for PDM. -# -# A water cooled Witherspoon requires a minimum of two functional fan -# enclosures or four functional fan rotors across all enclosures. -# If the number of functional fan enclosures is below two, soft poweroff -# the system, whereas if the number of fan rotors drop below four, an -# immediate hard poweroff of the system occurs. - -- name: fan enclosures - description: > - 'A water cooled Witherspoon has three fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: fan rotors - description: > - 'A water cooled Witherspoon has six fan rotors to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis water cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch fan rotor functional - description: > - 'Trigger logic on fan rotor functional state changes.' - class: watch - watch: property - paths: fan rotors - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis water cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is water cooled.' - class: condition - condition: count - paths: chassis - properties: chassis water cooled - callback: check power - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least two functional fan enclosures and at least - four functional fan rotors, power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - - check group functional rotors - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 2 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: check group functional rotors - description: > - 'If this condition passes more than two fan rotors in the group have been - marked as nonfunctional for five seconds. Immediately power off. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan rotors - properties: fan functional - defer: 5000000us - callback: log and poweroff - countop: '>' - countbound: 2 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb deleted file mode 100644 index ef395b1c4..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Thermal policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://thermal-policy.yaml" - -do_install() { - install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml -} - -FILES_${PN} += "${config_dir}/thermal-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml deleted file mode 100644 index 1dd2306e9..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-thermal-policy/thermal-policy.yaml +++ /dev/null @@ -1,187 +0,0 @@ -# Witherspoon thermal policy for PDM. -# -# Shut down a Witherspoon system if more than three POWER9 cores -# have a temperature greater than 115 degrees Celcius. - - -- name: core sensors - description: > - 'Witherspoon has two POWER9 chips with 24 cores each.' - class: group - group: path - members: - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp - -- name: core temp - description: > - 'Monitor the temperature of each core.' - class: group - group: property - type: int64 - members: - - interface: xyz.openbmc_project.Sensor.Value - meta: TEMP - property: Value - -- name: watch core temps - description: > - 'Trigger logic on core temp changes.' - class: watch - watch: property - paths: core sensors - properties: core temp - callback: check temps - -- name: check temps - description: > - 'If this condition passes at least three cores are running - too hot. Shut the system down.' - class: condition - condition: count - paths: core sensors - properties: core temp - callback: log and shutdown - countop: '>=' - countbound: 3 - op: '>=' - bound: 115000 - oneshot: true - -- name: log and shutdown - description: > - 'Shut the system down and log an event.' - class: callback - callback: group - members: - - shutdown - - create criticalhigh error - - create shutdown error - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: create criticalhigh error - description: > - 'Create a CriticalHigh Error log.' - class: callback - callback: elog_with_metadata - paths: core sensors - properties: core temp - error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh - metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA - -- name: create shutdown error - description: > - 'Create a SystemShutdown Error log.' - class: callback - callback: elog - paths: core sensors - properties: core temp - error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb new file mode 100644 index 000000000..774626691 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Power supply policy for Witherspoon" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://power-supply-policy.yaml" + +do_install() { + install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml +} + +FILES_${PN} += "${config_dir}/power-supply-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml new file mode 100644 index 000000000..20141c9c3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml @@ -0,0 +1,215 @@ +# Witherspoon power supply policy for PDM. +# +# Create an error if a power supply is removed while the system is powered on + +- name: power supply0 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: power supply1 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: power supplies + description: > + 'A Witherspoon has two power supplies to monitor.' + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: chassis state + description: > + 'A Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: power supply present + description: > + 'Monitor the presence state of each power supply.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: watch power supply present + description: > + 'Trigger logic on power supply presence state changes.' + class: watch + watch: property + paths: power supplies + properties: power supply present + callback: check power + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: check power + description: > + 'If the chassis has power, check for power supplies.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check power supplies + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power supplies + description: > + 'Create an error if a power supply is not present.' + class: callback + callback: group + members: + - check power supply0 presence + - check power supply1 presence + +- name: check power supply0 presence + description: > + 'If this condition passes power supply0 has been unplugged for more than + 5 seconds. Count present power supplies rather than non-present + power supplies since the latter would pass if the power supply has not + been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the power supply inventory object implementation.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + defer: 5000000us + callback: notpresent power supply0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check power supply1 presence + description: > + 'If this condition passes power supply1 has been unplugged for more than + 5 seconds.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + defer: 5000000us + callback: notpresent power supply1 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: notpresent power supply0 error + class: callback + callback: elog + paths: power supply0 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + type: string + +- name: notpresent power supply1 error + class: callback + callback: elog + paths: power supply1 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + type: string + +- name: resolve power supply0 errors if present + description: > + 'If power supply0 is present, call the resolve ps0 errors callback.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply1 errors if present + description: > + 'If power supply1 is present, call the resolve ps1 errors callback.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply0 errors + class: callback + callback: resolve callout + paths: power supply0 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: resolve power supply1 errors + class: callback + callback: resolve callout + paths: power supply1 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: watch power supply0 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors if present + +- name: watch power supply1 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors if present diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb deleted file mode 100644 index 774626691..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Power supply policy for Witherspoon" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://power-supply-policy.yaml" - -do_install() { - install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml -} - -FILES_${PN} += "${config_dir}/power-supply-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy/power-supply-policy.yaml deleted file mode 100644 index 20141c9c3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-policy/power-supply-policy.yaml +++ /dev/null @@ -1,215 +0,0 @@ -# Witherspoon power supply policy for PDM. -# -# Create an error if a power supply is removed while the system is powered on - -- name: power supply0 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: power supply1 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: power supplies - description: > - 'A Witherspoon has two power supplies to monitor.' - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: chassis state - description: > - 'A Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: power supply present - description: > - 'Monitor the presence state of each power supply.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: watch power supply present - description: > - 'Trigger logic on power supply presence state changes.' - class: watch - watch: property - paths: power supplies - properties: power supply present - callback: check power - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: check power - description: > - 'If the chassis has power, check for power supplies.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check power supplies - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power supplies - description: > - 'Create an error if a power supply is not present.' - class: callback - callback: group - members: - - check power supply0 presence - - check power supply1 presence - -- name: check power supply0 presence - description: > - 'If this condition passes power supply0 has been unplugged for more than - 5 seconds. Count present power supplies rather than non-present - power supplies since the latter would pass if the power supply has not - been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the power supply inventory object implementation.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - defer: 5000000us - callback: notpresent power supply0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check power supply1 presence - description: > - 'If this condition passes power supply1 has been unplugged for more than - 5 seconds.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - defer: 5000000us - callback: notpresent power supply1 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: notpresent power supply0 error - class: callback - callback: elog - paths: power supply0 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - type: string - -- name: notpresent power supply1 error - class: callback - callback: elog - paths: power supply1 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - type: string - -- name: resolve power supply0 errors if present - description: > - 'If power supply0 is present, call the resolve ps0 errors callback.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply1 errors if present - description: > - 'If power supply1 is present, call the resolve ps1 errors callback.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply0 errors - class: callback - callback: resolve callout - paths: power supply0 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: resolve power supply1 errors - class: callback - callback: resolve callout - paths: power supply1 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: watch power supply0 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors if present - -- name: watch power supply1 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors if present -- cgit v1.2.3 From 9c525870b9bc81cb91455cd7b051fda83f686209 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 12 Jun 2019 10:18:39 -0500 Subject: Make dbus monitor policies machine specific Policy configurations will be loaded by machine within the system meta layer (in this case meta-witherspoon). This allows different machines to have different policies and/or different policy configurations. The .bbappend can be used to alter which policies are used on a machine. The thought here being that most machines within the same system meta layer would use the same policies. However these policies would likely have different configurations, this is where each machine would have its own policy configuration which would be loaded per the policy recipe. Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change Built swift phosphor-dbus-monitor where no polices exist now (From meta-ibm rev: 6275fda44b3fd1a039f6aef55e920b542b8135ef) Change-Id: I9c86e9eb15756236e1e802f18345fb8c7ab5400a Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../dbus/phosphor-dbus-monitor-config.bbappend | 8 +- .../recipes-phosphor/events/events-policy.bb | 2 +- .../events/events-policy/config.yaml | 133 ---- .../events/events-policy/witherspoon/config.yaml | 133 ++++ .../recipes-phosphor/fans/fan-policy.bb | 2 +- .../fans/fan-policy/air-cooled.yaml | 328 ---------- .../fans/fan-policy/fan-errors.yaml | 676 --------------------- .../fans/fan-policy/water-cooled.yaml | 322 ---------- .../fans/fan-policy/witherspoon/air-cooled.yaml | 328 ++++++++++ .../fans/fan-policy/witherspoon/fan-errors.yaml | 676 +++++++++++++++++++++ .../fans/fan-policy/witherspoon/water-cooled.yaml | 322 ++++++++++ .../recipes-phosphor/fans/thermal-policy.bb | 2 +- .../fans/thermal-policy/thermal-policy.yaml | 187 ------ .../thermal-policy/witherspoon/thermal-policy.yaml | 187 ++++++ .../recipes-phosphor/power/power-supply-policy.bb | 2 +- .../power-supply-policy/power-supply-policy.yaml | 215 ------- .../witherspoon/power-supply-policy.yaml | 215 +++++++ 17 files changed, 1869 insertions(+), 1869 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend index b06da500a..1bef6c361 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend @@ -1,4 +1,4 @@ -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " fan-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " thermal-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " power-supply-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " events-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " fan-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " thermal-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " power-supply-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " events-policy" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb index cca184aa4..f456e4287 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb @@ -1,4 +1,4 @@ -SUMMARY = "Event policy for Witherspoon" +SUMMARY = "Event policy configuration for meta-witherspoon machines" PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml deleted file mode 100644 index 5c62d45a3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml +++ /dev/null @@ -1,133 +0,0 @@ -- name: occpath group - class: group - group: path - members: - - meta: PATH - path: /org/open_power/control/occ0 - -- name: occproctemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcTemp - -- name: occprocpower property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcPower - -- name: occmemtemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleMemTemp - -- name: watch occproctemp - class: watch - watch: property - paths: occpath group - properties: occproctemp property - callback: check occproctemp - -- name: watch occprocpower - class: watch - watch: property - paths: occpath group - properties: occprocpower property - callback: check occprocpower - -- name: watch occmemtemp - class: watch - watch: property - paths: occpath group - properties: occmemtemp property - callback: check occmemtemp - -- name: check occproctemp - class: condition - condition: count - paths: occpath group - properties: occproctemp property - defer: 1000us - callback: create occproctemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occprocpower - class: condition - condition: count - paths: occpath group - properties: occprocpower property - defer: 1000us - callback: create occprocpower event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occmemtemp - class: condition - condition: count - paths: occpath group - properties: occmemtemp property - defer: 1000us - callback: create occmemtemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: create occproctemp event - class: callback - callback: event - paths: occpath group - properties: occproctemp property - eventName: occ - eventMessage: "Processor throttled due to an over temperature condition." - -- name: create occprocpower event - class: callback - callback: event - paths: occpath group - properties: occprocpower property - eventName: occ - eventMessage: "Processor throttled due to reaching the power cap limit." - -- name: create occmemtemp event - class: callback - callback: event - paths: occpath group - properties: occmemtemp property - eventName: occ - eventMessage: "Memory throttled due to an over temperature condition." - -- name: errorlog path group - class: group - group: path - members: - - meta: PATH - path: /xyz/openbmc_project/logging - -- name: pathwatch errorlog - class: pathwatch - pathwatch: path - paths: errorlog path group - pathcallback: create errorlog trap - -- name: create errorlog trap - class: pathcallback - pathcallback: eventpath - paths: errorlog path group - eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml new file mode 100644 index 000000000..5c62d45a3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml @@ -0,0 +1,133 @@ +- name: occpath group + class: group + group: path + members: + - meta: PATH + path: /org/open_power/control/occ0 + +- name: occproctemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcTemp + +- name: occprocpower property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcPower + +- name: occmemtemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleMemTemp + +- name: watch occproctemp + class: watch + watch: property + paths: occpath group + properties: occproctemp property + callback: check occproctemp + +- name: watch occprocpower + class: watch + watch: property + paths: occpath group + properties: occprocpower property + callback: check occprocpower + +- name: watch occmemtemp + class: watch + watch: property + paths: occpath group + properties: occmemtemp property + callback: check occmemtemp + +- name: check occproctemp + class: condition + condition: count + paths: occpath group + properties: occproctemp property + defer: 1000us + callback: create occproctemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occprocpower + class: condition + condition: count + paths: occpath group + properties: occprocpower property + defer: 1000us + callback: create occprocpower event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occmemtemp + class: condition + condition: count + paths: occpath group + properties: occmemtemp property + defer: 1000us + callback: create occmemtemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: create occproctemp event + class: callback + callback: event + paths: occpath group + properties: occproctemp property + eventName: occ + eventMessage: "Processor throttled due to an over temperature condition." + +- name: create occprocpower event + class: callback + callback: event + paths: occpath group + properties: occprocpower property + eventName: occ + eventMessage: "Processor throttled due to reaching the power cap limit." + +- name: create occmemtemp event + class: callback + callback: event + paths: occpath group + properties: occmemtemp property + eventName: occ + eventMessage: "Memory throttled due to an over temperature condition." + +- name: errorlog path group + class: group + group: path + members: + - meta: PATH + path: /xyz/openbmc_project/logging + +- name: pathwatch errorlog + class: pathwatch + pathwatch: path + paths: errorlog path group + pathcallback: create errorlog trap + +- name: create errorlog trap + class: pathcallback + pathcallback: eventpath + paths: errorlog path group + eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb index 50c8c91e5..12194640d 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb @@ -1,4 +1,4 @@ -SUMMARY = "Fan policy for Witherspoon" +SUMMARY = "Fan policy configurations for meta-witherspoon machines" PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml deleted file mode 100644 index d60aa9179..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/air-cooled.yaml +++ /dev/null @@ -1,328 +0,0 @@ -# Air cooled Witherspoon fan policy for PDM. -# -# An air cooled Witherspoon requires a minimum of three functional fans -# enclosures or six functional fan rotors across all enclosures. -# If the number of functional fan enclosures is below three, soft poweroff -# the system, whereas if the number of fan rotors drop below six, an -# immediate hard poweroff of the system occurs. - -- name: fan enclosures - description: > - 'An air cooled Witherspoon has four fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: fan rotors - description: > - 'An air cooled Witherspoon has eight fan rotors to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch fan rotor functional - description: > - 'Trigger logic on fan rotor functional state changes.' - class: watch - watch: property - paths: fan rotors - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis air cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is air cooled.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: check power - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least three functional fan enclosures and at least - six functional fan rotors, power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - - check group functional rotors - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 3 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: check group functional rotors - description: > - 'If this condition passes more than two fan rotors in the group have been - marked as nonfunctional for five seconds. Immediately power off. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan rotors - properties: fan functional - defer: 5000000us - callback: log and poweroff - countop: '>' - countbound: 2 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml deleted file mode 100644 index 0c14627d2..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/fan-errors.yaml +++ /dev/null @@ -1,676 +0,0 @@ -# Witherspoon fan error policy for PDM. -# -# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more -# than 20 seconds. -# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not -# functional for any amount of time. -# -# The system must be powered on in both of these cases. -# If a water cooled system, don't create errors for fan 1. -# Note: An error is created each time the chassis powers on. -# -# * Watch for fans to become both present and functional, and then resolve -# their errors - -- name: fan0 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: fan1 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: fan2 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: fan3 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: fan present and functional - description: > - 'Monitor the present and functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'The chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: watch fan0 presence - description: > - 'Trigger logic on fan0 presence state changes.' - class: watch - watch: property - paths: fan0 - properties: fan present - callback: check power fan0 presence - -- name: watch fan0 functional - description: > - 'Trigger logic on fan0 functional state changes.' - class: watch - watch: property - paths: fan0 - properties: fan functional - callback: check power fan0 functional - -- name: watch fan1 presence - description: > - 'Trigger logic on fan1 presence state changes.' - class: watch - watch: property - paths: fan1 - properties: fan present - callback: check power fan1 presence - -- name: watch fan1 functional - description: > - 'Trigger logic on fan1 functional state changes.' - class: watch - watch: property - paths: fan1 - properties: fan functional - callback: check power fan1 functional - -- name: watch fan2 presence - description: > - 'Trigger logic on fan2 presence state changes.' - class: watch - watch: property - paths: fan2 - properties: fan present - callback: check power fan2 presence - -- name: watch fan2 functional - description: > - 'Trigger logic on fan2 functional state changes.' - class: watch - watch: property - paths: fan2 - properties: fan functional - callback: check power fan2 functional - -- name: watch fan3 presence - description: > - 'Trigger logic on fan3 presence state changes.' - class: watch - watch: property - paths: fan3 - properties: fan present - callback: check power fan3 presence - -- name: watch fan3 functional - description: > - 'Trigger logic on fan3 functional state changes.' - class: watch - watch: property - paths: fan3 - properties: fan functional - callback: check power fan3 functional - -- name: watch fan0 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors if present and functional - -- name: watch fan1 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors if present and functional - -- name: watch fan2 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors if present and functional - -- name: watch fan3 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors if present and functional - -- name: check power - description: > - 'If the chassis has power, check all fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 presence - description: > - 'If the chassis has power, check presence of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 functional - description: > - 'If the chassis has power, check functional of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 presence - description: > - 'If the chassis has power, check presence of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 functional - description: > - 'If the chassis has power, check functional of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 presence - description: > - 'If the chassis has power, check presence of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 functional - description: > - 'If the chassis has power, check functional of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 presence - description: > - 'If the chassis has power, check presence of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 functional - description: > - 'If the chassis has power, check functional of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify each of the 3 fans are present.' - class: callback - callback: group - members: - - check fan0 presence - - check fan1 presence - - check fan2 presence - - check fan3 presence - - check fan0 functional - - check fan1 functional - - check fan2 functional - - check fan3 functional - -- name: check fan0 presence - description: > - 'If this condition passes fan0 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan0 - properties: fan present - defer: 20000000us - callback: notpresent fan0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan0 functional - description: > - 'If this condition passes fan0 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan0 - properties: fan functional - callback: nonfunctional fan0 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan1 presence - description: > - 'If this condition passes fan1 has been unplugged for more than 20 seconds. - Fan 1 is not in a water cooled Witherspoon, so check for cooling type - before creating an error.' - class: condition - condition: count - paths: fan1 - properties: fan present - defer: 20000000us - callback: check cooling type notpresent error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan1 functional - description: > - 'If this condition passes fan1 has been marked as nonfunctional. - Fan 1 is not in a water cooled Witherspoon, so check for cooling type - before creating an error.' - class: condition - condition: count - paths: fan1 - properties: fan functional - callback: check cooling type nonfunctional error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan2 presence - description: > - 'If this condition passes fan2 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan2 - properties: fan present - defer: 20000000us - callback: notpresent fan2 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan2 functional - description: > - 'If this condition passes fan2 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan2 - properties: fan functional - callback: nonfunctional fan2 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan3 presence - description: > - 'If this condition passes fan3 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan3 - properties: fan present - defer: 20000000us - callback: notpresent fan3 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan3 functional - description: > - 'If this condition passes fan3 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan3 - properties: fan functional - callback: nonfunctional fan3 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check cooling type nonfunctional error - description: > - 'If this condition passes the chassis is air cooled and will create a - nonfunctional error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: nonfunctional fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check cooling type notpresent error - description: > - 'If this condition passes the chassis is air cooled and will create a - notpresent error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: notpresent fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: notpresent fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: nonfunctional fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: notpresent fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: nonfunctional fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: notpresent fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: nonfunctional fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: notpresent fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: nonfunctional fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: resolve fan0 errors if present and functional - description: > - 'If fan0 is present and functional, call the resolve fan0 errors callback.' - class: condition - condition: count - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -#Go ahead and do this on water cooled as well -- name: resolve fan1 errors if present and functional - description: > - 'If fan1 is present and functional, call the resolve fan1 errors callback.' - class: condition - condition: count - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan2 errors if present and functional - description: > - 'If fan2 is present and functional, call the resolve fan2 errors callback.' - class: condition - condition: count - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan3 errors if present and functional - description: > - 'If fan3 is present and functional, call the resolve fan3 errors callback.' - class: condition - condition: count - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan0 errors - class: callback - callback: resolve callout - paths: fan0 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: resolve fan1 errors - class: callback - callback: resolve callout - paths: fan1 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: resolve fan2 errors - class: callback - callback: resolve callout - paths: fan2 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: resolve fan3 errors - class: callback - callback: resolve callout - paths: fan3 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml deleted file mode 100644 index a279cfefa..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/water-cooled.yaml +++ /dev/null @@ -1,322 +0,0 @@ -# Water cooled Witherspoon fan policy for PDM. -# -# A water cooled Witherspoon requires a minimum of two functional fan -# enclosures or four functional fan rotors across all enclosures. -# If the number of functional fan enclosures is below two, soft poweroff -# the system, whereas if the number of fan rotors drop below four, an -# immediate hard poweroff of the system occurs. - -- name: fan enclosures - description: > - 'A water cooled Witherspoon has three fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: fan rotors - description: > - 'A water cooled Witherspoon has six fan rotors to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis water cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch fan rotor functional - description: > - 'Trigger logic on fan rotor functional state changes.' - class: watch - watch: property - paths: fan rotors - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis water cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is water cooled.' - class: condition - condition: count - paths: chassis - properties: chassis water cooled - callback: check power - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least two functional fan enclosures and at least - four functional fan rotors, power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - - check group functional rotors - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 2 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: check group functional rotors - description: > - 'If this condition passes more than two fan rotors in the group have been - marked as nonfunctional for five seconds. Immediately power off. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan rotors - properties: fan functional - defer: 5000000us - callback: log and poweroff - countop: '>' - countbound: 2 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml new file mode 100644 index 000000000..d60aa9179 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml @@ -0,0 +1,328 @@ +# Air cooled Witherspoon fan policy for PDM. +# +# An air cooled Witherspoon requires a minimum of three functional fans +# enclosures or six functional fan rotors across all enclosures. +# If the number of functional fan enclosures is below three, soft poweroff +# the system, whereas if the number of fan rotors drop below six, an +# immediate hard poweroff of the system occurs. + +- name: fan enclosures + description: > + 'An air cooled Witherspoon has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: fan rotors + description: > + 'An air cooled Witherspoon has eight fan rotors to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch fan rotor functional + description: > + 'Trigger logic on fan rotor functional state changes.' + class: watch + watch: property + paths: fan rotors + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis air cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is air cooled.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: check power + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures and at least + six functional fan rotors, power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + - check group functional rotors + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: check group functional rotors + description: > + 'If this condition passes more than two fan rotors in the group have been + marked as nonfunctional for five seconds. Immediately power off. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan rotors + properties: fan functional + defer: 5000000us + callback: log and poweroff + countop: '>' + countbound: 2 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml new file mode 100644 index 000000000..0c14627d2 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml @@ -0,0 +1,676 @@ +# Witherspoon fan error policy for PDM. +# +# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more +# than 20 seconds. +# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not +# functional for any amount of time. +# +# The system must be powered on in both of these cases. +# If a water cooled system, don't create errors for fan 1. +# Note: An error is created each time the chassis powers on. +# +# * Watch for fans to become both present and functional, and then resolve +# their errors + +- name: fan0 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: fan1 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: fan2 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: fan3 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: fan present and functional + description: > + 'Monitor the present and functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'The chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: watch fan0 presence + description: > + 'Trigger logic on fan0 presence state changes.' + class: watch + watch: property + paths: fan0 + properties: fan present + callback: check power fan0 presence + +- name: watch fan0 functional + description: > + 'Trigger logic on fan0 functional state changes.' + class: watch + watch: property + paths: fan0 + properties: fan functional + callback: check power fan0 functional + +- name: watch fan1 presence + description: > + 'Trigger logic on fan1 presence state changes.' + class: watch + watch: property + paths: fan1 + properties: fan present + callback: check power fan1 presence + +- name: watch fan1 functional + description: > + 'Trigger logic on fan1 functional state changes.' + class: watch + watch: property + paths: fan1 + properties: fan functional + callback: check power fan1 functional + +- name: watch fan2 presence + description: > + 'Trigger logic on fan2 presence state changes.' + class: watch + watch: property + paths: fan2 + properties: fan present + callback: check power fan2 presence + +- name: watch fan2 functional + description: > + 'Trigger logic on fan2 functional state changes.' + class: watch + watch: property + paths: fan2 + properties: fan functional + callback: check power fan2 functional + +- name: watch fan3 presence + description: > + 'Trigger logic on fan3 presence state changes.' + class: watch + watch: property + paths: fan3 + properties: fan present + callback: check power fan3 presence + +- name: watch fan3 functional + description: > + 'Trigger logic on fan3 functional state changes.' + class: watch + watch: property + paths: fan3 + properties: fan functional + callback: check power fan3 functional + +- name: watch fan0 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors if present and functional + +- name: watch fan1 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors if present and functional + +- name: watch fan2 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors if present and functional + +- name: watch fan3 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors if present and functional + +- name: check power + description: > + 'If the chassis has power, check all fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 presence + description: > + 'If the chassis has power, check presence of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 functional + description: > + 'If the chassis has power, check functional of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 presence + description: > + 'If the chassis has power, check presence of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 functional + description: > + 'If the chassis has power, check functional of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 presence + description: > + 'If the chassis has power, check presence of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 functional + description: > + 'If the chassis has power, check functional of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 presence + description: > + 'If the chassis has power, check presence of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 functional + description: > + 'If the chassis has power, check functional of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify each of the 3 fans are present.' + class: callback + callback: group + members: + - check fan0 presence + - check fan1 presence + - check fan2 presence + - check fan3 presence + - check fan0 functional + - check fan1 functional + - check fan2 functional + - check fan3 functional + +- name: check fan0 presence + description: > + 'If this condition passes fan0 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan0 + properties: fan present + defer: 20000000us + callback: notpresent fan0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan0 functional + description: > + 'If this condition passes fan0 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan0 + properties: fan functional + callback: nonfunctional fan0 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan1 presence + description: > + 'If this condition passes fan1 has been unplugged for more than 20 seconds. + Fan 1 is not in a water cooled Witherspoon, so check for cooling type + before creating an error.' + class: condition + condition: count + paths: fan1 + properties: fan present + defer: 20000000us + callback: check cooling type notpresent error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan1 functional + description: > + 'If this condition passes fan1 has been marked as nonfunctional. + Fan 1 is not in a water cooled Witherspoon, so check for cooling type + before creating an error.' + class: condition + condition: count + paths: fan1 + properties: fan functional + callback: check cooling type nonfunctional error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan2 presence + description: > + 'If this condition passes fan2 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan2 + properties: fan present + defer: 20000000us + callback: notpresent fan2 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan2 functional + description: > + 'If this condition passes fan2 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan2 + properties: fan functional + callback: nonfunctional fan2 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan3 presence + description: > + 'If this condition passes fan3 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan3 + properties: fan present + defer: 20000000us + callback: notpresent fan3 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan3 functional + description: > + 'If this condition passes fan3 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan3 + properties: fan functional + callback: nonfunctional fan3 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check cooling type nonfunctional error + description: > + 'If this condition passes the chassis is air cooled and will create a + nonfunctional error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: nonfunctional fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check cooling type notpresent error + description: > + 'If this condition passes the chassis is air cooled and will create a + notpresent error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: notpresent fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: notpresent fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: nonfunctional fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: notpresent fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: nonfunctional fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: notpresent fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: nonfunctional fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: notpresent fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: nonfunctional fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: resolve fan0 errors if present and functional + description: > + 'If fan0 is present and functional, call the resolve fan0 errors callback.' + class: condition + condition: count + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +#Go ahead and do this on water cooled as well +- name: resolve fan1 errors if present and functional + description: > + 'If fan1 is present and functional, call the resolve fan1 errors callback.' + class: condition + condition: count + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan2 errors if present and functional + description: > + 'If fan2 is present and functional, call the resolve fan2 errors callback.' + class: condition + condition: count + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan3 errors if present and functional + description: > + 'If fan3 is present and functional, call the resolve fan3 errors callback.' + class: condition + condition: count + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan0 errors + class: callback + callback: resolve callout + paths: fan0 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: resolve fan1 errors + class: callback + callback: resolve callout + paths: fan1 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: resolve fan2 errors + class: callback + callback: resolve callout + paths: fan2 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: resolve fan3 errors + class: callback + callback: resolve callout + paths: fan3 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml new file mode 100644 index 000000000..a279cfefa --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml @@ -0,0 +1,322 @@ +# Water cooled Witherspoon fan policy for PDM. +# +# A water cooled Witherspoon requires a minimum of two functional fan +# enclosures or four functional fan rotors across all enclosures. +# If the number of functional fan enclosures is below two, soft poweroff +# the system, whereas if the number of fan rotors drop below four, an +# immediate hard poweroff of the system occurs. + +- name: fan enclosures + description: > + 'A water cooled Witherspoon has three fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: fan rotors + description: > + 'A water cooled Witherspoon has six fan rotors to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis water cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch fan rotor functional + description: > + 'Trigger logic on fan rotor functional state changes.' + class: watch + watch: property + paths: fan rotors + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis water cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is water cooled.' + class: condition + condition: count + paths: chassis + properties: chassis water cooled + callback: check power + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least two functional fan enclosures and at least + four functional fan rotors, power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + - check group functional rotors + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 2 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: check group functional rotors + description: > + 'If this condition passes more than two fan rotors in the group have been + marked as nonfunctional for five seconds. Immediately power off. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan rotors + properties: fan functional + defer: 5000000us + callback: log and poweroff + countop: '>' + countbound: 2 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb index ef395b1c4..9fb7d252b 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb @@ -1,4 +1,4 @@ -SUMMARY = "Thermal policy for Witherspoon" +SUMMARY = "Thermal policy configuration for meta-witherspoon machines" PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml deleted file mode 100644 index 1dd2306e9..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml +++ /dev/null @@ -1,187 +0,0 @@ -# Witherspoon thermal policy for PDM. -# -# Shut down a Witherspoon system if more than three POWER9 cores -# have a temperature greater than 115 degrees Celcius. - - -- name: core sensors - description: > - 'Witherspoon has two POWER9 chips with 24 cores each.' - class: group - group: path - members: - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp - -- name: core temp - description: > - 'Monitor the temperature of each core.' - class: group - group: property - type: int64 - members: - - interface: xyz.openbmc_project.Sensor.Value - meta: TEMP - property: Value - -- name: watch core temps - description: > - 'Trigger logic on core temp changes.' - class: watch - watch: property - paths: core sensors - properties: core temp - callback: check temps - -- name: check temps - description: > - 'If this condition passes at least three cores are running - too hot. Shut the system down.' - class: condition - condition: count - paths: core sensors - properties: core temp - callback: log and shutdown - countop: '>=' - countbound: 3 - op: '>=' - bound: 115000 - oneshot: true - -- name: log and shutdown - description: > - 'Shut the system down and log an event.' - class: callback - callback: group - members: - - shutdown - - create criticalhigh error - - create shutdown error - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: create criticalhigh error - description: > - 'Create a CriticalHigh Error log.' - class: callback - callback: elog_with_metadata - paths: core sensors - properties: core temp - error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh - metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA - -- name: create shutdown error - description: > - 'Create a SystemShutdown Error log.' - class: callback - callback: elog - paths: core sensors - properties: core temp - error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml new file mode 100644 index 000000000..1dd2306e9 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml @@ -0,0 +1,187 @@ +# Witherspoon thermal policy for PDM. +# +# Shut down a Witherspoon system if more than three POWER9 cores +# have a temperature greater than 115 degrees Celcius. + + +- name: core sensors + description: > + 'Witherspoon has two POWER9 chips with 24 cores each.' + class: group + group: path + members: + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp + +- name: core temp + description: > + 'Monitor the temperature of each core.' + class: group + group: property + type: int64 + members: + - interface: xyz.openbmc_project.Sensor.Value + meta: TEMP + property: Value + +- name: watch core temps + description: > + 'Trigger logic on core temp changes.' + class: watch + watch: property + paths: core sensors + properties: core temp + callback: check temps + +- name: check temps + description: > + 'If this condition passes at least three cores are running + too hot. Shut the system down.' + class: condition + condition: count + paths: core sensors + properties: core temp + callback: log and shutdown + countop: '>=' + countbound: 3 + op: '>=' + bound: 115000 + oneshot: true + +- name: log and shutdown + description: > + 'Shut the system down and log an event.' + class: callback + callback: group + members: + - shutdown + - create criticalhigh error + - create shutdown error + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: create criticalhigh error + description: > + 'Create a CriticalHigh Error log.' + class: callback + callback: elog_with_metadata + paths: core sensors + properties: core temp + error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh + metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA + +- name: create shutdown error + description: > + 'Create a SystemShutdown Error log.' + class: callback + callback: elog + paths: core sensors + properties: core temp + error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb index 774626691..27d60fb34 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb @@ -1,4 +1,4 @@ -SUMMARY = "Power supply policy for Witherspoon" +SUMMARY = "Power supply policy configuration for meta-witherspoon machines" PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml deleted file mode 100644 index 20141c9c3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml +++ /dev/null @@ -1,215 +0,0 @@ -# Witherspoon power supply policy for PDM. -# -# Create an error if a power supply is removed while the system is powered on - -- name: power supply0 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: power supply1 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: power supplies - description: > - 'A Witherspoon has two power supplies to monitor.' - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: chassis state - description: > - 'A Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: power supply present - description: > - 'Monitor the presence state of each power supply.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: watch power supply present - description: > - 'Trigger logic on power supply presence state changes.' - class: watch - watch: property - paths: power supplies - properties: power supply present - callback: check power - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: check power - description: > - 'If the chassis has power, check for power supplies.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check power supplies - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power supplies - description: > - 'Create an error if a power supply is not present.' - class: callback - callback: group - members: - - check power supply0 presence - - check power supply1 presence - -- name: check power supply0 presence - description: > - 'If this condition passes power supply0 has been unplugged for more than - 5 seconds. Count present power supplies rather than non-present - power supplies since the latter would pass if the power supply has not - been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the power supply inventory object implementation.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - defer: 5000000us - callback: notpresent power supply0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check power supply1 presence - description: > - 'If this condition passes power supply1 has been unplugged for more than - 5 seconds.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - defer: 5000000us - callback: notpresent power supply1 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: notpresent power supply0 error - class: callback - callback: elog - paths: power supply0 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - type: string - -- name: notpresent power supply1 error - class: callback - callback: elog - paths: power supply1 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - type: string - -- name: resolve power supply0 errors if present - description: > - 'If power supply0 is present, call the resolve ps0 errors callback.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply1 errors if present - description: > - 'If power supply1 is present, call the resolve ps1 errors callback.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply0 errors - class: callback - callback: resolve callout - paths: power supply0 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: resolve power supply1 errors - class: callback - callback: resolve callout - paths: power supply1 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: watch power supply0 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors if present - -- name: watch power supply1 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors if present diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml new file mode 100644 index 000000000..20141c9c3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml @@ -0,0 +1,215 @@ +# Witherspoon power supply policy for PDM. +# +# Create an error if a power supply is removed while the system is powered on + +- name: power supply0 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: power supply1 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: power supplies + description: > + 'A Witherspoon has two power supplies to monitor.' + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: chassis state + description: > + 'A Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: power supply present + description: > + 'Monitor the presence state of each power supply.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: watch power supply present + description: > + 'Trigger logic on power supply presence state changes.' + class: watch + watch: property + paths: power supplies + properties: power supply present + callback: check power + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: check power + description: > + 'If the chassis has power, check for power supplies.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check power supplies + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power supplies + description: > + 'Create an error if a power supply is not present.' + class: callback + callback: group + members: + - check power supply0 presence + - check power supply1 presence + +- name: check power supply0 presence + description: > + 'If this condition passes power supply0 has been unplugged for more than + 5 seconds. Count present power supplies rather than non-present + power supplies since the latter would pass if the power supply has not + been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the power supply inventory object implementation.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + defer: 5000000us + callback: notpresent power supply0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check power supply1 presence + description: > + 'If this condition passes power supply1 has been unplugged for more than + 5 seconds.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + defer: 5000000us + callback: notpresent power supply1 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: notpresent power supply0 error + class: callback + callback: elog + paths: power supply0 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + type: string + +- name: notpresent power supply1 error + class: callback + callback: elog + paths: power supply1 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + type: string + +- name: resolve power supply0 errors if present + description: > + 'If power supply0 is present, call the resolve ps0 errors callback.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply1 errors if present + description: > + 'If power supply1 is present, call the resolve ps1 errors callback.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply0 errors + class: callback + callback: resolve callout + paths: power supply0 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: resolve power supply1 errors + class: callback + callback: resolve callout + paths: power supply1 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: watch power supply0 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors if present + +- name: watch power supply1 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors if present -- cgit v1.2.3 From ee6efccdcb19807a141c5c2d93c3f6bfe8f8fc4c Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 12 Jun 2019 12:31:30 -0500 Subject: swift: Add dbus monitor policy configurations Swift has two power supplies, same as Witherspoon, therefore will use the same power supply policy configuration. Swift and Witherspoon will also share the event policy configuration for OCC throttling. The thermal policy configuration will be shared between Swift and Witherspoon, but may change for air cooled Swift to not also shutdown at 3 or more cores over 115C. The fan policy configurations will be different for Swift, therefore they will be separate. At this time, there are some areas unknown on how fan presence and functional states will be handled for both air and water cooled Swift machines, so these are configured to be the same. Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change Built swift phosphor-dbus-monitor resulting in correct policies (From meta-ibm rev: fd06a2cbfd5f6e43aba4887ae1398984410d52cc) Change-Id: I1125f00ecd51c23aac2da4cd2a47432ac3bc2de7 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../dbus/phosphor-dbus-monitor-config.bbappend | 8 +- .../events/events-policy/config.yaml | 133 ++++ .../events/events-policy/witherspoon/config.yaml | 133 ---- .../fans/fan-policy/swift/air-cooled.yaml | 274 +++++++++ .../fans/fan-policy/swift/fan-errors.yaml | 671 +++++++++++++++++++++ .../fans/fan-policy/swift/water-cooled.yaml | 274 +++++++++ .../fans/thermal-policy/thermal-policy.yaml | 187 ++++++ .../thermal-policy/witherspoon/thermal-policy.yaml | 187 ------ .../power-supply-policy/power-supply-policy.yaml | 215 +++++++ .../witherspoon/power-supply-policy.yaml | 215 ------- 10 files changed, 1758 insertions(+), 539 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend index 1bef6c361..b06da500a 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend @@ -1,4 +1,4 @@ -PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " fan-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " thermal-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " power-supply-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append_witherspoon = " events-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " fan-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " thermal-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " power-supply-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " events-policy" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml new file mode 100644 index 000000000..5c62d45a3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml @@ -0,0 +1,133 @@ +- name: occpath group + class: group + group: path + members: + - meta: PATH + path: /org/open_power/control/occ0 + +- name: occproctemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcTemp + +- name: occprocpower property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcPower + +- name: occmemtemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleMemTemp + +- name: watch occproctemp + class: watch + watch: property + paths: occpath group + properties: occproctemp property + callback: check occproctemp + +- name: watch occprocpower + class: watch + watch: property + paths: occpath group + properties: occprocpower property + callback: check occprocpower + +- name: watch occmemtemp + class: watch + watch: property + paths: occpath group + properties: occmemtemp property + callback: check occmemtemp + +- name: check occproctemp + class: condition + condition: count + paths: occpath group + properties: occproctemp property + defer: 1000us + callback: create occproctemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occprocpower + class: condition + condition: count + paths: occpath group + properties: occprocpower property + defer: 1000us + callback: create occprocpower event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occmemtemp + class: condition + condition: count + paths: occpath group + properties: occmemtemp property + defer: 1000us + callback: create occmemtemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: create occproctemp event + class: callback + callback: event + paths: occpath group + properties: occproctemp property + eventName: occ + eventMessage: "Processor throttled due to an over temperature condition." + +- name: create occprocpower event + class: callback + callback: event + paths: occpath group + properties: occprocpower property + eventName: occ + eventMessage: "Processor throttled due to reaching the power cap limit." + +- name: create occmemtemp event + class: callback + callback: event + paths: occpath group + properties: occmemtemp property + eventName: occ + eventMessage: "Memory throttled due to an over temperature condition." + +- name: errorlog path group + class: group + group: path + members: + - meta: PATH + path: /xyz/openbmc_project/logging + +- name: pathwatch errorlog + class: pathwatch + pathwatch: path + paths: errorlog path group + pathcallback: create errorlog trap + +- name: create errorlog trap + class: pathcallback + pathcallback: eventpath + paths: errorlog path group + eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml deleted file mode 100644 index 5c62d45a3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/witherspoon/config.yaml +++ /dev/null @@ -1,133 +0,0 @@ -- name: occpath group - class: group - group: path - members: - - meta: PATH - path: /org/open_power/control/occ0 - -- name: occproctemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcTemp - -- name: occprocpower property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcPower - -- name: occmemtemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleMemTemp - -- name: watch occproctemp - class: watch - watch: property - paths: occpath group - properties: occproctemp property - callback: check occproctemp - -- name: watch occprocpower - class: watch - watch: property - paths: occpath group - properties: occprocpower property - callback: check occprocpower - -- name: watch occmemtemp - class: watch - watch: property - paths: occpath group - properties: occmemtemp property - callback: check occmemtemp - -- name: check occproctemp - class: condition - condition: count - paths: occpath group - properties: occproctemp property - defer: 1000us - callback: create occproctemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occprocpower - class: condition - condition: count - paths: occpath group - properties: occprocpower property - defer: 1000us - callback: create occprocpower event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occmemtemp - class: condition - condition: count - paths: occpath group - properties: occmemtemp property - defer: 1000us - callback: create occmemtemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: create occproctemp event - class: callback - callback: event - paths: occpath group - properties: occproctemp property - eventName: occ - eventMessage: "Processor throttled due to an over temperature condition." - -- name: create occprocpower event - class: callback - callback: event - paths: occpath group - properties: occprocpower property - eventName: occ - eventMessage: "Processor throttled due to reaching the power cap limit." - -- name: create occmemtemp event - class: callback - callback: event - paths: occpath group - properties: occmemtemp property - eventName: occ - eventMessage: "Memory throttled due to an over temperature condition." - -- name: errorlog path group - class: group - group: path - members: - - meta: PATH - path: /xyz/openbmc_project/logging - -- name: pathwatch errorlog - class: pathwatch - pathwatch: path - paths: errorlog path group - pathcallback: create errorlog trap - -- name: create errorlog trap - class: pathcallback - pathcallback: eventpath - paths: errorlog path group - eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml new file mode 100644 index 000000000..bfdcd1bb6 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml @@ -0,0 +1,274 @@ +# Air cooled Swift fan policy for PDM. +# +# An air cooled Swift requires a minimum of three functional fan enclosures. +# If the number of functional fan enclosures is below three, soft poweroff +# the system. + +- name: fan enclosures + description: > + 'An air cooled Swift has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis air cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is air cooled.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: check power + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures, + power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml new file mode 100644 index 000000000..794d91f17 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml @@ -0,0 +1,671 @@ +# Swift fan error policy for PDM. +# +# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more +# than 20 seconds. +# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not +# functional for any amount of time. +# +# The system must be powered on in both of these cases. +# Note: An error is created each time the chassis powers on. +# +# * Watch for fans to become both present and functional, and then resolve +# their errors + +- name: fan0 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: fan1 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: fan2 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: fan3 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: fan present and functional + description: > + 'Monitor the present and functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'The chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: watch fan0 presence + description: > + 'Trigger logic on fan0 presence state changes.' + class: watch + watch: property + paths: fan0 + properties: fan present + callback: check power fan0 presence + +- name: watch fan0 functional + description: > + 'Trigger logic on fan0 functional state changes.' + class: watch + watch: property + paths: fan0 + properties: fan functional + callback: check power fan0 functional + +- name: watch fan1 presence + description: > + 'Trigger logic on fan1 presence state changes.' + class: watch + watch: property + paths: fan1 + properties: fan present + callback: check power fan1 presence + +- name: watch fan1 functional + description: > + 'Trigger logic on fan1 functional state changes.' + class: watch + watch: property + paths: fan1 + properties: fan functional + callback: check power fan1 functional + +- name: watch fan2 presence + description: > + 'Trigger logic on fan2 presence state changes.' + class: watch + watch: property + paths: fan2 + properties: fan present + callback: check power fan2 presence + +- name: watch fan2 functional + description: > + 'Trigger logic on fan2 functional state changes.' + class: watch + watch: property + paths: fan2 + properties: fan functional + callback: check power fan2 functional + +- name: watch fan3 presence + description: > + 'Trigger logic on fan3 presence state changes.' + class: watch + watch: property + paths: fan3 + properties: fan present + callback: check power fan3 presence + +- name: watch fan3 functional + description: > + 'Trigger logic on fan3 functional state changes.' + class: watch + watch: property + paths: fan3 + properties: fan functional + callback: check power fan3 functional + +- name: watch fan0 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors if present and functional + +- name: watch fan1 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors if present and functional + +- name: watch fan2 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors if present and functional + +- name: watch fan3 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors if present and functional + +- name: check power + description: > + 'If the chassis has power, check all fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 presence + description: > + 'If the chassis has power, check presence of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 functional + description: > + 'If the chassis has power, check functional of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 presence + description: > + 'If the chassis has power, check presence of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 functional + description: > + 'If the chassis has power, check functional of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 presence + description: > + 'If the chassis has power, check presence of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 functional + description: > + 'If the chassis has power, check functional of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 presence + description: > + 'If the chassis has power, check presence of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 functional + description: > + 'If the chassis has power, check functional of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify each of the 3 fans are present.' + class: callback + callback: group + members: + - check fan0 presence + - check fan1 presence + - check fan2 presence + - check fan3 presence + - check fan0 functional + - check fan1 functional + - check fan2 functional + - check fan3 functional + +- name: check fan0 presence + description: > + 'If this condition passes fan0 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan0 + properties: fan present + defer: 20000000us + callback: notpresent fan0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan0 functional + description: > + 'If this condition passes fan0 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan0 + properties: fan functional + callback: nonfunctional fan0 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan1 presence + description: > + 'If this condition passes fan1 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan1 + properties: fan present + defer: 20000000us + callback: notpresent fan1 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan1 functional + description: > + 'If this condition passes fan1 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan1 + properties: fan functional + callback: nonfunctional fan1 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan2 presence + description: > + 'If this condition passes fan2 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan2 + properties: fan present + defer: 20000000us + callback: notpresent fan2 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan2 functional + description: > + 'If this condition passes fan2 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan2 + properties: fan functional + callback: nonfunctional fan2 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan3 presence + description: > + 'If this condition passes fan3 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan3 + properties: fan present + defer: 20000000us + callback: notpresent fan3 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan3 functional + description: > + 'If this condition passes fan3 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan3 + properties: fan functional + callback: nonfunctional fan3 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check cooling type nonfunctional error + description: > + 'If this condition passes the chassis is air cooled and will create a + nonfunctional error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: nonfunctional fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check cooling type notpresent error + description: > + 'If this condition passes the chassis is air cooled and will create a + notpresent error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: notpresent fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: notpresent fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: nonfunctional fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: notpresent fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: nonfunctional fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: notpresent fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: nonfunctional fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: notpresent fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: nonfunctional fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: resolve fan0 errors if present and functional + description: > + 'If fan0 is present and functional, call the resolve fan0 errors callback.' + class: condition + condition: count + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +#Go ahead and do this on water cooled as well +- name: resolve fan1 errors if present and functional + description: > + 'If fan1 is present and functional, call the resolve fan1 errors callback.' + class: condition + condition: count + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan2 errors if present and functional + description: > + 'If fan2 is present and functional, call the resolve fan2 errors callback.' + class: condition + condition: count + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan3 errors if present and functional + description: > + 'If fan3 is present and functional, call the resolve fan3 errors callback.' + class: condition + condition: count + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan0 errors + class: callback + callback: resolve callout + paths: fan0 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: resolve fan1 errors + class: callback + callback: resolve callout + paths: fan1 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: resolve fan2 errors + class: callback + callback: resolve callout + paths: fan2 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: resolve fan3 errors + class: callback + callback: resolve callout + paths: fan3 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml new file mode 100644 index 000000000..661021a9b --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml @@ -0,0 +1,274 @@ +# Water cooled Swift fan policy for PDM. +# +# A water cooled Swift requires a minimum of three functional fan +# enclosures. If the number of functional fan enclosures is below three, +# soft poweroff the system. + +- name: fan enclosures + description: > + 'A water cooled Swift has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis water cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis water cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is water cooled.' + class: condition + condition: count + paths: chassis + properties: chassis water cooled + callback: check power + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures, + power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml new file mode 100644 index 000000000..7c48509c5 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml @@ -0,0 +1,187 @@ +# Machine thermal policy for PDM. +# +# Shut down the system if more than three cores +# have a temperature greater than 115 degrees Celcius. + + +- name: core sensors + description: > + 'The machine has two processor chips with 24 cores each.' + class: group + group: path + members: + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp + +- name: core temp + description: > + 'Monitor the temperature of each core.' + class: group + group: property + type: int64 + members: + - interface: xyz.openbmc_project.Sensor.Value + meta: TEMP + property: Value + +- name: watch core temps + description: > + 'Trigger logic on core temp changes.' + class: watch + watch: property + paths: core sensors + properties: core temp + callback: check temps + +- name: check temps + description: > + 'If this condition passes at least three cores are running + too hot. Shut the system down.' + class: condition + condition: count + paths: core sensors + properties: core temp + callback: log and shutdown + countop: '>=' + countbound: 3 + op: '>=' + bound: 115000 + oneshot: true + +- name: log and shutdown + description: > + 'Shut the system down and log an event.' + class: callback + callback: group + members: + - shutdown + - create criticalhigh error + - create shutdown error + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: create criticalhigh error + description: > + 'Create a CriticalHigh Error log.' + class: callback + callback: elog_with_metadata + paths: core sensors + properties: core temp + error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh + metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA + +- name: create shutdown error + description: > + 'Create a SystemShutdown Error log.' + class: callback + callback: elog + paths: core sensors + properties: core temp + error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml deleted file mode 100644 index 1dd2306e9..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/witherspoon/thermal-policy.yaml +++ /dev/null @@ -1,187 +0,0 @@ -# Witherspoon thermal policy for PDM. -# -# Shut down a Witherspoon system if more than three POWER9 cores -# have a temperature greater than 115 degrees Celcius. - - -- name: core sensors - description: > - 'Witherspoon has two POWER9 chips with 24 cores each.' - class: group - group: path - members: - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp - -- name: core temp - description: > - 'Monitor the temperature of each core.' - class: group - group: property - type: int64 - members: - - interface: xyz.openbmc_project.Sensor.Value - meta: TEMP - property: Value - -- name: watch core temps - description: > - 'Trigger logic on core temp changes.' - class: watch - watch: property - paths: core sensors - properties: core temp - callback: check temps - -- name: check temps - description: > - 'If this condition passes at least three cores are running - too hot. Shut the system down.' - class: condition - condition: count - paths: core sensors - properties: core temp - callback: log and shutdown - countop: '>=' - countbound: 3 - op: '>=' - bound: 115000 - oneshot: true - -- name: log and shutdown - description: > - 'Shut the system down and log an event.' - class: callback - callback: group - members: - - shutdown - - create criticalhigh error - - create shutdown error - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: create criticalhigh error - description: > - 'Create a CriticalHigh Error log.' - class: callback - callback: elog_with_metadata - paths: core sensors - properties: core temp - error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh - metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA - -- name: create shutdown error - description: > - 'Create a SystemShutdown Error log.' - class: callback - callback: elog - paths: core sensors - properties: core temp - error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml new file mode 100644 index 000000000..e00e747b6 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml @@ -0,0 +1,215 @@ +# Machine power supply policy for PDM. +# +# Create an error if a power supply is removed while the system is powered on + +- name: power supply0 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: power supply1 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: power supplies + description: > + 'The machine has two power supplies to monitor.' + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: chassis state + description: > + 'The machine has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: power supply present + description: > + 'Monitor the presence state of each power supply.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: watch power supply present + description: > + 'Trigger logic on power supply presence state changes.' + class: watch + watch: property + paths: power supplies + properties: power supply present + callback: check power + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: check power + description: > + 'If the chassis has power, check for power supplies.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check power supplies + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power supplies + description: > + 'Create an error if a power supply is not present.' + class: callback + callback: group + members: + - check power supply0 presence + - check power supply1 presence + +- name: check power supply0 presence + description: > + 'If this condition passes power supply0 has been unplugged for more than + 5 seconds. Count present power supplies rather than non-present + power supplies since the latter would pass if the power supply has not + been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the power supply inventory object implementation.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + defer: 5000000us + callback: notpresent power supply0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check power supply1 presence + description: > + 'If this condition passes power supply1 has been unplugged for more than + 5 seconds.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + defer: 5000000us + callback: notpresent power supply1 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: notpresent power supply0 error + class: callback + callback: elog + paths: power supply0 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + type: string + +- name: notpresent power supply1 error + class: callback + callback: elog + paths: power supply1 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + type: string + +- name: resolve power supply0 errors if present + description: > + 'If power supply0 is present, call the resolve ps0 errors callback.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply1 errors if present + description: > + 'If power supply1 is present, call the resolve ps1 errors callback.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply0 errors + class: callback + callback: resolve callout + paths: power supply0 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: resolve power supply1 errors + class: callback + callback: resolve callout + paths: power supply1 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: watch power supply0 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors if present + +- name: watch power supply1 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors if present diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml deleted file mode 100644 index 20141c9c3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/witherspoon/power-supply-policy.yaml +++ /dev/null @@ -1,215 +0,0 @@ -# Witherspoon power supply policy for PDM. -# -# Create an error if a power supply is removed while the system is powered on - -- name: power supply0 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: power supply1 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: power supplies - description: > - 'A Witherspoon has two power supplies to monitor.' - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: chassis state - description: > - 'A Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: power supply present - description: > - 'Monitor the presence state of each power supply.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: watch power supply present - description: > - 'Trigger logic on power supply presence state changes.' - class: watch - watch: property - paths: power supplies - properties: power supply present - callback: check power - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: check power - description: > - 'If the chassis has power, check for power supplies.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check power supplies - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power supplies - description: > - 'Create an error if a power supply is not present.' - class: callback - callback: group - members: - - check power supply0 presence - - check power supply1 presence - -- name: check power supply0 presence - description: > - 'If this condition passes power supply0 has been unplugged for more than - 5 seconds. Count present power supplies rather than non-present - power supplies since the latter would pass if the power supply has not - been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the power supply inventory object implementation.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - defer: 5000000us - callback: notpresent power supply0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check power supply1 presence - description: > - 'If this condition passes power supply1 has been unplugged for more than - 5 seconds.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - defer: 5000000us - callback: notpresent power supply1 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: notpresent power supply0 error - class: callback - callback: elog - paths: power supply0 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - type: string - -- name: notpresent power supply1 error - class: callback - callback: elog - paths: power supply1 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - type: string - -- name: resolve power supply0 errors if present - description: > - 'If power supply0 is present, call the resolve ps0 errors callback.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply1 errors if present - description: > - 'If power supply1 is present, call the resolve ps1 errors callback.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply0 errors - class: callback - callback: resolve callout - paths: power supply0 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: resolve power supply1 errors - class: callback - callback: resolve callout - paths: power supply1 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: watch power supply0 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors if present - -- name: watch power supply1 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors if present -- cgit v1.2.3 From f14cc1b38d12e658dbbb4102452e11a1de9ab6d6 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 12 Jun 2019 13:01:04 -0500 Subject: Put dbus monitor policies in one place To better organize the policies(and the configurations) that are used by phosphor-dbus-monitor, all of them are now located under the `dbus` directory. This moves toward a more understandable and centralized scheme for the recipe(s) used to configure and build phosphor-dbus-monitor. (From meta-ibm rev: 4b80c4f2b3a62d8084fc43f95177e299d53387ae) Change-Id: Ie99c5dbe55c2295fc5cd7b5e7722cc10064e1b71 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../recipes-phosphor/dbus/events-policy.bb | 17 + .../dbus/events-policy/config.yaml | 133 ++++ .../recipes-phosphor/dbus/fan-policy.bb | 23 + .../dbus/fan-policy/swift/air-cooled.yaml | 274 +++++++++ .../dbus/fan-policy/swift/fan-errors.yaml | 671 ++++++++++++++++++++ .../dbus/fan-policy/swift/water-cooled.yaml | 274 +++++++++ .../dbus/fan-policy/witherspoon/air-cooled.yaml | 328 ++++++++++ .../dbus/fan-policy/witherspoon/fan-errors.yaml | 676 +++++++++++++++++++++ .../dbus/fan-policy/witherspoon/water-cooled.yaml | 322 ++++++++++ .../recipes-phosphor/dbus/power-supply-policy.bb | 17 + .../power-supply-policy/power-supply-policy.yaml | 215 +++++++ .../recipes-phosphor/dbus/thermal-policy.bb | 17 + .../dbus/thermal-policy/thermal-policy.yaml | 187 ++++++ .../recipes-phosphor/events/events-policy.bb | 17 - .../events/events-policy/config.yaml | 133 ---- .../recipes-phosphor/fans/fan-policy.bb | 23 - .../fans/fan-policy/swift/air-cooled.yaml | 274 --------- .../fans/fan-policy/swift/fan-errors.yaml | 671 -------------------- .../fans/fan-policy/swift/water-cooled.yaml | 274 --------- .../fans/fan-policy/witherspoon/air-cooled.yaml | 328 ---------- .../fans/fan-policy/witherspoon/fan-errors.yaml | 676 --------------------- .../fans/fan-policy/witherspoon/water-cooled.yaml | 322 ---------- .../recipes-phosphor/fans/thermal-policy.bb | 17 - .../fans/thermal-policy/thermal-policy.yaml | 187 ------ .../recipes-phosphor/power/power-supply-policy.bb | 17 - .../power-supply-policy/power-supply-policy.yaml | 215 ------- 26 files changed, 3154 insertions(+), 3154 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/air-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/fan-errors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/water-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/air-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/fan-errors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/water-cooled.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy/power-supply-policy.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy.bb create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy/thermal-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb new file mode 100644 index 000000000..f456e4287 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Event policy configuration for meta-witherspoon machines" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://config.yaml" + +do_install() { + install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml +} + +FILES_${PN} += "${config_dir}/config.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml new file mode 100644 index 000000000..5c62d45a3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml @@ -0,0 +1,133 @@ +- name: occpath group + class: group + group: path + members: + - meta: PATH + path: /org/open_power/control/occ0 + +- name: occproctemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcTemp + +- name: occprocpower property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleProcPower + +- name: occmemtemp property + class: group + group: property + type: boolean + members: + - interface: org.open_power.OCC.Status + meta: PROPERTY + property: ThrottleMemTemp + +- name: watch occproctemp + class: watch + watch: property + paths: occpath group + properties: occproctemp property + callback: check occproctemp + +- name: watch occprocpower + class: watch + watch: property + paths: occpath group + properties: occprocpower property + callback: check occprocpower + +- name: watch occmemtemp + class: watch + watch: property + paths: occpath group + properties: occmemtemp property + callback: check occmemtemp + +- name: check occproctemp + class: condition + condition: count + paths: occpath group + properties: occproctemp property + defer: 1000us + callback: create occproctemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occprocpower + class: condition + condition: count + paths: occpath group + properties: occprocpower property + defer: 1000us + callback: create occprocpower event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check occmemtemp + class: condition + condition: count + paths: occpath group + properties: occmemtemp property + defer: 1000us + callback: create occmemtemp event + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: create occproctemp event + class: callback + callback: event + paths: occpath group + properties: occproctemp property + eventName: occ + eventMessage: "Processor throttled due to an over temperature condition." + +- name: create occprocpower event + class: callback + callback: event + paths: occpath group + properties: occprocpower property + eventName: occ + eventMessage: "Processor throttled due to reaching the power cap limit." + +- name: create occmemtemp event + class: callback + callback: event + paths: occpath group + properties: occmemtemp property + eventName: occ + eventMessage: "Memory throttled due to an over temperature condition." + +- name: errorlog path group + class: group + group: path + members: + - meta: PATH + path: /xyz/openbmc_project/logging + +- name: pathwatch errorlog + class: pathwatch + pathwatch: path + paths: errorlog path group + pathcallback: create errorlog trap + +- name: create errorlog trap + class: pathcallback + pathcallback: eventpath + paths: errorlog path group + eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy.bb new file mode 100644 index 000000000..12194640d --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy.bb @@ -0,0 +1,23 @@ +SUMMARY = "Fan policy configurations for meta-witherspoon machines" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://air-cooled.yaml" +SRC_URI += "file://water-cooled.yaml" +SRC_URI += "file://fan-errors.yaml" + +do_install() { + install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml + install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml + install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml +} + +FILES_${PN} += "${config_dir}/air-cooled.yaml" +FILES_${PN} += "${config_dir}/water-cooled.yaml" +FILES_${PN} += "${config_dir}/fan-errors.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/air-cooled.yaml new file mode 100644 index 000000000..bfdcd1bb6 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/air-cooled.yaml @@ -0,0 +1,274 @@ +# Air cooled Swift fan policy for PDM. +# +# An air cooled Swift requires a minimum of three functional fan enclosures. +# If the number of functional fan enclosures is below three, soft poweroff +# the system. + +- name: fan enclosures + description: > + 'An air cooled Swift has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis air cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is air cooled.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: check power + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures, + power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/fan-errors.yaml new file mode 100644 index 000000000..794d91f17 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/fan-errors.yaml @@ -0,0 +1,671 @@ +# Swift fan error policy for PDM. +# +# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more +# than 20 seconds. +# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not +# functional for any amount of time. +# +# The system must be powered on in both of these cases. +# Note: An error is created each time the chassis powers on. +# +# * Watch for fans to become both present and functional, and then resolve +# their errors + +- name: fan0 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: fan1 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: fan2 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: fan3 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: fan present and functional + description: > + 'Monitor the present and functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'The chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: watch fan0 presence + description: > + 'Trigger logic on fan0 presence state changes.' + class: watch + watch: property + paths: fan0 + properties: fan present + callback: check power fan0 presence + +- name: watch fan0 functional + description: > + 'Trigger logic on fan0 functional state changes.' + class: watch + watch: property + paths: fan0 + properties: fan functional + callback: check power fan0 functional + +- name: watch fan1 presence + description: > + 'Trigger logic on fan1 presence state changes.' + class: watch + watch: property + paths: fan1 + properties: fan present + callback: check power fan1 presence + +- name: watch fan1 functional + description: > + 'Trigger logic on fan1 functional state changes.' + class: watch + watch: property + paths: fan1 + properties: fan functional + callback: check power fan1 functional + +- name: watch fan2 presence + description: > + 'Trigger logic on fan2 presence state changes.' + class: watch + watch: property + paths: fan2 + properties: fan present + callback: check power fan2 presence + +- name: watch fan2 functional + description: > + 'Trigger logic on fan2 functional state changes.' + class: watch + watch: property + paths: fan2 + properties: fan functional + callback: check power fan2 functional + +- name: watch fan3 presence + description: > + 'Trigger logic on fan3 presence state changes.' + class: watch + watch: property + paths: fan3 + properties: fan present + callback: check power fan3 presence + +- name: watch fan3 functional + description: > + 'Trigger logic on fan3 functional state changes.' + class: watch + watch: property + paths: fan3 + properties: fan functional + callback: check power fan3 functional + +- name: watch fan0 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors if present and functional + +- name: watch fan1 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors if present and functional + +- name: watch fan2 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors if present and functional + +- name: watch fan3 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors if present and functional + +- name: check power + description: > + 'If the chassis has power, check all fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 presence + description: > + 'If the chassis has power, check presence of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 functional + description: > + 'If the chassis has power, check functional of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 presence + description: > + 'If the chassis has power, check presence of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 functional + description: > + 'If the chassis has power, check functional of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 presence + description: > + 'If the chassis has power, check presence of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 functional + description: > + 'If the chassis has power, check functional of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 presence + description: > + 'If the chassis has power, check presence of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 functional + description: > + 'If the chassis has power, check functional of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify each of the 3 fans are present.' + class: callback + callback: group + members: + - check fan0 presence + - check fan1 presence + - check fan2 presence + - check fan3 presence + - check fan0 functional + - check fan1 functional + - check fan2 functional + - check fan3 functional + +- name: check fan0 presence + description: > + 'If this condition passes fan0 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan0 + properties: fan present + defer: 20000000us + callback: notpresent fan0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan0 functional + description: > + 'If this condition passes fan0 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan0 + properties: fan functional + callback: nonfunctional fan0 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan1 presence + description: > + 'If this condition passes fan1 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan1 + properties: fan present + defer: 20000000us + callback: notpresent fan1 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan1 functional + description: > + 'If this condition passes fan1 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan1 + properties: fan functional + callback: nonfunctional fan1 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan2 presence + description: > + 'If this condition passes fan2 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan2 + properties: fan present + defer: 20000000us + callback: notpresent fan2 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan2 functional + description: > + 'If this condition passes fan2 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan2 + properties: fan functional + callback: nonfunctional fan2 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan3 presence + description: > + 'If this condition passes fan3 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan3 + properties: fan present + defer: 20000000us + callback: notpresent fan3 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan3 functional + description: > + 'If this condition passes fan3 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan3 + properties: fan functional + callback: nonfunctional fan3 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check cooling type nonfunctional error + description: > + 'If this condition passes the chassis is air cooled and will create a + nonfunctional error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: nonfunctional fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check cooling type notpresent error + description: > + 'If this condition passes the chassis is air cooled and will create a + notpresent error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: notpresent fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: notpresent fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: nonfunctional fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: notpresent fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: nonfunctional fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: notpresent fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: nonfunctional fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: notpresent fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: nonfunctional fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: resolve fan0 errors if present and functional + description: > + 'If fan0 is present and functional, call the resolve fan0 errors callback.' + class: condition + condition: count + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +#Go ahead and do this on water cooled as well +- name: resolve fan1 errors if present and functional + description: > + 'If fan1 is present and functional, call the resolve fan1 errors callback.' + class: condition + condition: count + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan2 errors if present and functional + description: > + 'If fan2 is present and functional, call the resolve fan2 errors callback.' + class: condition + condition: count + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan3 errors if present and functional + description: > + 'If fan3 is present and functional, call the resolve fan3 errors callback.' + class: condition + condition: count + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan0 errors + class: callback + callback: resolve callout + paths: fan0 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: resolve fan1 errors + class: callback + callback: resolve callout + paths: fan1 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: resolve fan2 errors + class: callback + callback: resolve callout + paths: fan2 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: resolve fan3 errors + class: callback + callback: resolve callout + paths: fan3 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/water-cooled.yaml new file mode 100644 index 000000000..661021a9b --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/swift/water-cooled.yaml @@ -0,0 +1,274 @@ +# Water cooled Swift fan policy for PDM. +# +# A water cooled Swift requires a minimum of three functional fan +# enclosures. If the number of functional fan enclosures is below three, +# soft poweroff the system. + +- name: fan enclosures + description: > + 'A water cooled Swift has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Swift has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis water cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis water cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is water cooled.' + class: condition + condition: count + paths: chassis + properties: chassis water cooled + callback: check power + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures, + power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/air-cooled.yaml new file mode 100644 index 000000000..d60aa9179 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/air-cooled.yaml @@ -0,0 +1,328 @@ +# Air cooled Witherspoon fan policy for PDM. +# +# An air cooled Witherspoon requires a minimum of three functional fans +# enclosures or six functional fan rotors across all enclosures. +# If the number of functional fan enclosures is below three, soft poweroff +# the system, whereas if the number of fan rotors drop below six, an +# immediate hard poweroff of the system occurs. + +- name: fan enclosures + description: > + 'An air cooled Witherspoon has four fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: fan rotors + description: > + 'An air cooled Witherspoon has eight fan rotors to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch fan rotor functional + description: > + 'Trigger logic on fan rotor functional state changes.' + class: watch + watch: property + paths: fan rotors + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis air cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is air cooled.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: check power + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least three functional fan enclosures and at least + six functional fan rotors, power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + - check group functional rotors + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 3 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: check group functional rotors + description: > + 'If this condition passes more than two fan rotors in the group have been + marked as nonfunctional for five seconds. Immediately power off. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan rotors + properties: fan functional + defer: 5000000us + callback: log and poweroff + countop: '>' + countbound: 2 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/fan-errors.yaml new file mode 100644 index 000000000..0c14627d2 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/fan-errors.yaml @@ -0,0 +1,676 @@ +# Witherspoon fan error policy for PDM. +# +# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more +# than 20 seconds. +# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not +# functional for any amount of time. +# +# The system must be powered on in both of these cases. +# If a water cooled system, don't create errors for fan 1. +# Note: An error is created each time the chassis powers on. +# +# * Watch for fans to become both present and functional, and then resolve +# their errors + +- name: fan0 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: fan1 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: fan2 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: fan3 + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: fan present and functional + description: > + 'Monitor the present and functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis air cooled + description: > + 'The chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: watch fan0 presence + description: > + 'Trigger logic on fan0 presence state changes.' + class: watch + watch: property + paths: fan0 + properties: fan present + callback: check power fan0 presence + +- name: watch fan0 functional + description: > + 'Trigger logic on fan0 functional state changes.' + class: watch + watch: property + paths: fan0 + properties: fan functional + callback: check power fan0 functional + +- name: watch fan1 presence + description: > + 'Trigger logic on fan1 presence state changes.' + class: watch + watch: property + paths: fan1 + properties: fan present + callback: check power fan1 presence + +- name: watch fan1 functional + description: > + 'Trigger logic on fan1 functional state changes.' + class: watch + watch: property + paths: fan1 + properties: fan functional + callback: check power fan1 functional + +- name: watch fan2 presence + description: > + 'Trigger logic on fan2 presence state changes.' + class: watch + watch: property + paths: fan2 + properties: fan present + callback: check power fan2 presence + +- name: watch fan2 functional + description: > + 'Trigger logic on fan2 functional state changes.' + class: watch + watch: property + paths: fan2 + properties: fan functional + callback: check power fan2 functional + +- name: watch fan3 presence + description: > + 'Trigger logic on fan3 presence state changes.' + class: watch + watch: property + paths: fan3 + properties: fan present + callback: check power fan3 presence + +- name: watch fan3 functional + description: > + 'Trigger logic on fan3 functional state changes.' + class: watch + watch: property + paths: fan3 + properties: fan functional + callback: check power fan3 functional + +- name: watch fan0 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors if present and functional + +- name: watch fan1 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors if present and functional + +- name: watch fan2 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors if present and functional + +- name: watch fan3 present and functional for resolving error logs + description: > + 'On fan present or functional state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors if present and functional + +- name: check power + description: > + 'If the chassis has power, check all fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 presence + description: > + 'If the chassis has power, check presence of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan0 functional + description: > + 'If the chassis has power, check functional of fan0.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan0 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 presence + description: > + 'If the chassis has power, check presence of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan1 functional + description: > + 'If the chassis has power, check functional of fan1.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan1 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 presence + description: > + 'If the chassis has power, check presence of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan2 functional + description: > + 'If the chassis has power, check functional of fan2.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan2 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 presence + description: > + 'If the chassis has power, check presence of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 presence + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power fan3 functional + description: > + 'If the chassis has power, check functional of fan3.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fan3 functional + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify each of the 3 fans are present.' + class: callback + callback: group + members: + - check fan0 presence + - check fan1 presence + - check fan2 presence + - check fan3 presence + - check fan0 functional + - check fan1 functional + - check fan2 functional + - check fan3 functional + +- name: check fan0 presence + description: > + 'If this condition passes fan0 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan0 + properties: fan present + defer: 20000000us + callback: notpresent fan0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan0 functional + description: > + 'If this condition passes fan0 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan0 + properties: fan functional + callback: nonfunctional fan0 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan1 presence + description: > + 'If this condition passes fan1 has been unplugged for more than 20 seconds. + Fan 1 is not in a water cooled Witherspoon, so check for cooling type + before creating an error.' + class: condition + condition: count + paths: fan1 + properties: fan present + defer: 20000000us + callback: check cooling type notpresent error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan1 functional + description: > + 'If this condition passes fan1 has been marked as nonfunctional. + Fan 1 is not in a water cooled Witherspoon, so check for cooling type + before creating an error.' + class: condition + condition: count + paths: fan1 + properties: fan functional + callback: check cooling type nonfunctional error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan2 presence + description: > + 'If this condition passes fan2 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan2 + properties: fan present + defer: 20000000us + callback: notpresent fan2 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan2 functional + description: > + 'If this condition passes fan2 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan2 + properties: fan functional + callback: nonfunctional fan2 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check fan3 presence + description: > + 'If this condition passes fan3 has been unplugged for more than 20 seconds.' + class: condition + condition: count + paths: fan3 + properties: fan present + defer: 20000000us + callback: notpresent fan3 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check fan3 functional + description: > + 'If this condition passes fan3 has been marked as nonfunctional.' + class: condition + condition: count + paths: fan3 + properties: fan functional + callback: nonfunctional fan3 error + countop: '>' + countbound: 0 + op: '==' + bound: false + +- name: check cooling type nonfunctional error + description: > + 'If this condition passes the chassis is air cooled and will create a + nonfunctional error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: nonfunctional fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: check cooling type notpresent error + description: > + 'If this condition passes the chassis is air cooled and will create a + notpresent error for fan 1.' + class: condition + condition: count + paths: chassis + properties: chassis air cooled + callback: notpresent fan1 error + countop: '==' + countbound: 0 + op: '==' + bound: true + +- name: notpresent fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: nonfunctional fan0 error + class: callback + callback: elog + paths: fan0 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + type: string + +- name: notpresent fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: nonfunctional fan1 error + class: callback + callback: elog + paths: fan1 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + type: string + +- name: notpresent fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: nonfunctional fan2 error + class: callback + callback: elog + paths: fan2 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + type: string + +- name: notpresent fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: nonfunctional fan3 error + class: callback + callback: elog + paths: fan3 + properties: fan functional + error: xyz::openbmc_project::Inventory::Error::Nonfunctional + metadata: + - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + type: string + +- name: resolve fan0 errors if present and functional + description: > + 'If fan0 is present and functional, call the resolve fan0 errors callback.' + class: condition + condition: count + paths: fan0 + properties: fan present and functional + callback: resolve fan0 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +#Go ahead and do this on water cooled as well +- name: resolve fan1 errors if present and functional + description: > + 'If fan1 is present and functional, call the resolve fan1 errors callback.' + class: condition + condition: count + paths: fan1 + properties: fan present and functional + callback: resolve fan1 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan2 errors if present and functional + description: > + 'If fan2 is present and functional, call the resolve fan2 errors callback.' + class: condition + condition: count + paths: fan2 + properties: fan present and functional + callback: resolve fan2 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan3 errors if present and functional + description: > + 'If fan3 is present and functional, call the resolve fan3 errors callback.' + class: condition + condition: count + paths: fan3 + properties: fan present and functional + callback: resolve fan3 errors + countop: '==' + countbound: 2 + op: '==' + bound: true + +- name: resolve fan0 errors + class: callback + callback: resolve callout + paths: fan0 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + +- name: resolve fan1 errors + class: callback + callback: resolve callout + paths: fan1 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 + +- name: resolve fan2 errors + class: callback + callback: resolve callout + paths: fan2 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + +- name: resolve fan3 errors + class: callback + callback: resolve callout + paths: fan3 + properties: fan present and functional + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/water-cooled.yaml new file mode 100644 index 000000000..a279cfefa --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/fan-policy/witherspoon/water-cooled.yaml @@ -0,0 +1,322 @@ +# Water cooled Witherspoon fan policy for PDM. +# +# A water cooled Witherspoon requires a minimum of two functional fan +# enclosures or four functional fan rotors across all enclosures. +# If the number of functional fan enclosures is below two, soft poweroff +# the system, whereas if the number of fan rotors drop below four, an +# immediate hard poweroff of the system occurs. + +- name: fan enclosures + description: > + 'A water cooled Witherspoon has three fan enclosures to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 + +- name: fan rotors + description: > + 'A water cooled Witherspoon has six fan rotors to monitor.' + class: group + group: path + members: + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 + - meta: FAN + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 + +- name: chassis state + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: chassis + description: > + 'Witherspoon has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSIS + path: /xyz/openbmc_project/inventory/system/chassis + +- name: fan present + description: > + 'Monitor the presence state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: fan functional + description: > + 'Monitor the functional state of each fan.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.State.Decorator.OperationalStatus + meta: FUNCTIONAL + property: Functional + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: chassis water cooled + description: > + 'Monitor the chassis cooling type.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType + meta: COOLING_TYPE + property: WaterCooled + +- name: watch fan present + description: > + 'Trigger logic on fan enclosure presence state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan present + callback: check cooling type + +- name: watch fan functional + description: > + 'Trigger logic on fan enclosure functional state changes.' + class: watch + watch: property + paths: fan enclosures + properties: fan functional + callback: check cooling type + +- name: watch fan rotor functional + description: > + 'Trigger logic on fan rotor functional state changes.' + class: watch + watch: property + paths: fan rotors + properties: fan functional + callback: check cooling type + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check cooling type + +- name: watch cooling type + description: > + 'Maintain a cache of the chassis cooling type.' + class: watch + watch: property + paths: chassis + properties: chassis water cooled + +- name: check cooling type + description: > + 'If this condition passes the chassis is water cooled.' + class: condition + condition: count + paths: chassis + properties: chassis water cooled + callback: check power + countop: '==' + countbound: 1 + op: '==' + bound: true + +- name: check power + description: > + 'If the chassis has power, check fans.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check fans + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check fans + description: > + 'Verify there are at least two functional fan enclosures and at least + four functional fan rotors, power off if not.' + class: callback + callback: group + members: + - check group presence + - check group functional enclosures + - check group functional rotors + +- name: check group presence + description: > + 'If this condition passes more than one fan has been unplugged + for more than 25 seconds. Shut the system down. Count present + fans rather than non-present fans since the latter would pass + if the fan has not been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan present + defer: 25000000us + callback: log and shutdown + countop: '<' + countbound: 2 + op: '==' + bound: true + +- name: check group functional enclosures + description: > + 'If this condition passes more than one fan enclosure in the group has been + marked as nonfunctional for five seconds. Shut the system down. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan enclosures + properties: fan functional + defer: 5000000us + callback: log and shutdown + countop: '>' + countbound: 1 + op: '==' + bound: false + +- name: check group functional rotors + description: > + 'If this condition passes more than two fan rotors in the group have been + marked as nonfunctional for five seconds. Immediately power off. + + For a more detailed definition of nonfunctional, consult the documentation + of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the + documentation of the fan inventory object implementation.' + class: condition + condition: count + paths: fan rotors + properties: fan functional + defer: 5000000us + callback: log and poweroff + countop: '>' + countbound: 2 + op: '==' + bound: false + +- name: log and poweroff + description: > + 'Immediately poweroff, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - hard poweroff + - log hard poweroff + - create shutdown error + +- name: log and shutdown + description: > + 'Shut the system down, log an event in the journal, and create an + error log.' + class: callback + callback: group + members: + - shutdown + - log shutdown + - create shutdown error + +- name: hard poweroff + description: > + 'Immediately power off the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-host-shutdown@0.target + type: string + - value: replace + type: string + +- name: log hard poweroff + description: > + 'Log a hard poweroff event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Immediate poweroff of system. There are not enough functional fans. + +- name: log shutdown + description: > + 'Log a shutdown event to the systemd journal.' + class: callback + callback: journal + paths: chassis state + properties: chassis powered + severity: ERR + message: Request shutdown of system. There are not enough functional fans. + +- name: create shutdown error + description: > + 'Create a Fan Shutdown Error log.' + class: callback + callback: elog + paths: chassis state + properties: chassis powered + error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy.bb new file mode 100644 index 000000000..27d60fb34 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Power supply policy configuration for meta-witherspoon machines" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://power-supply-policy.yaml" + +do_install() { + install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml +} + +FILES_${PN} += "${config_dir}/power-supply-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy/power-supply-policy.yaml new file mode 100644 index 000000000..e00e747b6 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/power-supply-policy/power-supply-policy.yaml @@ -0,0 +1,215 @@ +# Machine power supply policy for PDM. +# +# Create an error if a power supply is removed while the system is powered on + +- name: power supply0 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: power supply1 + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: power supplies + description: > + 'The machine has two power supplies to monitor.' + class: group + group: path + members: + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + - meta: POWER SUPPLY + path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: chassis state + description: > + 'The machine has a single chassis to monitor.' + class: group + group: path + members: + - meta: CHASSISSTATE + path: /xyz/openbmc_project/state/chassis0 + +- name: power supply present + description: > + 'Monitor the presence state of each power supply.' + class: group + group: property + type: boolean + members: + - interface: xyz.openbmc_project.Inventory.Item + meta: PRESENT + property: Present + +- name: chassis powered + description: > + 'Monitor the chassis power state.' + class: group + group: property + type: string + members: + - interface: xyz.openbmc_project.State.Chassis + meta: CHASSIS_STATE + property: CurrentPowerState + +- name: watch power supply present + description: > + 'Trigger logic on power supply presence state changes.' + class: watch + watch: property + paths: power supplies + properties: power supply present + callback: check power + +- name: watch chassis state + description: > + 'Trigger logic on chassis power state changes.' + class: watch + watch: property + paths: chassis state + properties: chassis powered + callback: check power + +- name: check power + description: > + 'If the chassis has power, check for power supplies.' + class: condition + condition: count + paths: chassis state + properties: chassis powered + callback: check power supplies + countop: '>' + countbound: 0 + op: '==' + bound: xyz.openbmc_project.State.Chassis.PowerState.On + +- name: check power supplies + description: > + 'Create an error if a power supply is not present.' + class: callback + callback: group + members: + - check power supply0 presence + - check power supply1 presence + +- name: check power supply0 presence + description: > + 'If this condition passes power supply0 has been unplugged for more than + 5 seconds. Count present power supplies rather than non-present + power supplies since the latter would pass if the power supply has not + been created for some reason. + + For a more detailed definition of unplugged, consult the documentation + of xyz.openbmc_project.Inventory.Item and/or the documentation + of the power supply inventory object implementation.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + defer: 5000000us + callback: notpresent power supply0 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: check power supply1 presence + description: > + 'If this condition passes power supply1 has been unplugged for more than + 5 seconds.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + defer: 5000000us + callback: notpresent power supply1 error + countop: '<' + countbound: 1 + op: '==' + bound: true + +- name: notpresent power supply0 error + class: callback + callback: elog + paths: power supply0 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + type: string + +- name: notpresent power supply1 error + class: callback + callback: elog + paths: power supply1 + properties: power supply present + error: xyz::openbmc_project::Inventory::Error::NotPresent + metadata: + - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH + value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + type: string + +- name: resolve power supply0 errors if present + description: > + 'If power supply0 is present, call the resolve ps0 errors callback.' + class: condition + condition: count + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply1 errors if present + description: > + 'If power supply1 is present, call the resolve ps1 errors callback.' + class: condition + condition: count + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors + countop: '>' + countbound: 0 + op: '==' + bound: true + +- name: resolve power supply0 errors + class: callback + callback: resolve callout + paths: power supply0 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 + +- name: resolve power supply1 errors + class: callback + callback: resolve callout + paths: power supply1 + properties: power supply present + callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 + +- name: watch power supply0 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply0 + properties: power supply present + callback: resolve power supply0 errors if present + +- name: watch power supply1 present for resolving error logs + description: > + 'On supply present state changes, check if errors need to be resolved.' + class: watch + watch: property + paths: power supply1 + properties: power supply present + callback: resolve power supply1 errors if present diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy.bb new file mode 100644 index 000000000..9fb7d252b --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy.bb @@ -0,0 +1,17 @@ +SUMMARY = "Thermal policy configuration for meta-witherspoon machines" +PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" + +inherit allarch +inherit phosphor-dbus-monitor + +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += "file://thermal-policy.yaml" + +do_install() { + install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml +} + +FILES_${PN} += "${config_dir}/thermal-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy/thermal-policy.yaml new file mode 100644 index 000000000..7c48509c5 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/thermal-policy/thermal-policy.yaml @@ -0,0 +1,187 @@ +# Machine thermal policy for PDM. +# +# Shut down the system if more than three cores +# have a temperature greater than 115 degrees Celcius. + + +- name: core sensors + description: > + 'The machine has two processor chips with 24 cores each.' + class: group + group: path + members: + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp + - meta: SENSOR + path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp + +- name: core temp + description: > + 'Monitor the temperature of each core.' + class: group + group: property + type: int64 + members: + - interface: xyz.openbmc_project.Sensor.Value + meta: TEMP + property: Value + +- name: watch core temps + description: > + 'Trigger logic on core temp changes.' + class: watch + watch: property + paths: core sensors + properties: core temp + callback: check temps + +- name: check temps + description: > + 'If this condition passes at least three cores are running + too hot. Shut the system down.' + class: condition + condition: count + paths: core sensors + properties: core temp + callback: log and shutdown + countop: '>=' + countbound: 3 + op: '>=' + bound: 115000 + oneshot: true + +- name: log and shutdown + description: > + 'Shut the system down and log an event.' + class: callback + callback: group + members: + - shutdown + - create criticalhigh error + - create shutdown error + +- name: shutdown + description: > + 'Shut down the system.' + class: callback + callback: method + service: org.freedesktop.systemd1 + path: /org/freedesktop/systemd1 + interface: org.freedesktop.systemd1.Manager + method: StartUnit + args: + - value: obmc-chassis-hard-poweroff@0.target + type: string + - value: replace + type: string + +- name: create criticalhigh error + description: > + 'Create a CriticalHigh Error log.' + class: callback + callback: elog_with_metadata + paths: core sensors + properties: core temp + error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh + metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA + +- name: create shutdown error + description: > + 'Create a SystemShutdown Error log.' + class: callback + callback: elog + paths: core sensors + properties: core temp + error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb deleted file mode 100644 index f456e4287..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Event policy configuration for meta-witherspoon machines" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://config.yaml" - -do_install() { - install -D ${WORKDIR}/config.yaml ${D}${config_dir}/config.yaml -} - -FILES_${PN} += "${config_dir}/config.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml deleted file mode 100644 index 5c62d45a3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/events/events-policy/config.yaml +++ /dev/null @@ -1,133 +0,0 @@ -- name: occpath group - class: group - group: path - members: - - meta: PATH - path: /org/open_power/control/occ0 - -- name: occproctemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcTemp - -- name: occprocpower property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleProcPower - -- name: occmemtemp property - class: group - group: property - type: boolean - members: - - interface: org.open_power.OCC.Status - meta: PROPERTY - property: ThrottleMemTemp - -- name: watch occproctemp - class: watch - watch: property - paths: occpath group - properties: occproctemp property - callback: check occproctemp - -- name: watch occprocpower - class: watch - watch: property - paths: occpath group - properties: occprocpower property - callback: check occprocpower - -- name: watch occmemtemp - class: watch - watch: property - paths: occpath group - properties: occmemtemp property - callback: check occmemtemp - -- name: check occproctemp - class: condition - condition: count - paths: occpath group - properties: occproctemp property - defer: 1000us - callback: create occproctemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occprocpower - class: condition - condition: count - paths: occpath group - properties: occprocpower property - defer: 1000us - callback: create occprocpower event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check occmemtemp - class: condition - condition: count - paths: occpath group - properties: occmemtemp property - defer: 1000us - callback: create occmemtemp event - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: create occproctemp event - class: callback - callback: event - paths: occpath group - properties: occproctemp property - eventName: occ - eventMessage: "Processor throttled due to an over temperature condition." - -- name: create occprocpower event - class: callback - callback: event - paths: occpath group - properties: occprocpower property - eventName: occ - eventMessage: "Processor throttled due to reaching the power cap limit." - -- name: create occmemtemp event - class: callback - callback: event - paths: occpath group - properties: occmemtemp property - eventName: occ - eventMessage: "Memory throttled due to an over temperature condition." - -- name: errorlog path group - class: group - group: path - members: - - meta: PATH - path: /xyz/openbmc_project/logging - -- name: pathwatch errorlog - class: pathwatch - pathwatch: path - paths: errorlog path group - pathcallback: create errorlog trap - -- name: create errorlog trap - class: pathcallback - pathcallback: eventpath - paths: errorlog path group - eventType: ErrorTrap diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb deleted file mode 100644 index 12194640d..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Fan policy configurations for meta-witherspoon machines" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://air-cooled.yaml" -SRC_URI += "file://water-cooled.yaml" -SRC_URI += "file://fan-errors.yaml" - -do_install() { - install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml - install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml - install -D ${WORKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml -} - -FILES_${PN} += "${config_dir}/air-cooled.yaml" -FILES_${PN} += "${config_dir}/water-cooled.yaml" -FILES_${PN} += "${config_dir}/fan-errors.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml deleted file mode 100644 index bfdcd1bb6..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/air-cooled.yaml +++ /dev/null @@ -1,274 +0,0 @@ -# Air cooled Swift fan policy for PDM. -# -# An air cooled Swift requires a minimum of three functional fan enclosures. -# If the number of functional fan enclosures is below three, soft poweroff -# the system. - -- name: fan enclosures - description: > - 'An air cooled Swift has four fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: chassis state - description: > - 'Swift has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Swift has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis air cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is air cooled.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: check power - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least three functional fan enclosures, - power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 3 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml deleted file mode 100644 index 794d91f17..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/fan-errors.yaml +++ /dev/null @@ -1,671 +0,0 @@ -# Swift fan error policy for PDM. -# -# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more -# than 20 seconds. -# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not -# functional for any amount of time. -# -# The system must be powered on in both of these cases. -# Note: An error is created each time the chassis powers on. -# -# * Watch for fans to become both present and functional, and then resolve -# their errors - -- name: fan0 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: fan1 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: fan2 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: fan3 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: chassis state - description: > - 'Swift has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Swift has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: fan present and functional - description: > - 'Monitor the present and functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'The chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: watch fan0 presence - description: > - 'Trigger logic on fan0 presence state changes.' - class: watch - watch: property - paths: fan0 - properties: fan present - callback: check power fan0 presence - -- name: watch fan0 functional - description: > - 'Trigger logic on fan0 functional state changes.' - class: watch - watch: property - paths: fan0 - properties: fan functional - callback: check power fan0 functional - -- name: watch fan1 presence - description: > - 'Trigger logic on fan1 presence state changes.' - class: watch - watch: property - paths: fan1 - properties: fan present - callback: check power fan1 presence - -- name: watch fan1 functional - description: > - 'Trigger logic on fan1 functional state changes.' - class: watch - watch: property - paths: fan1 - properties: fan functional - callback: check power fan1 functional - -- name: watch fan2 presence - description: > - 'Trigger logic on fan2 presence state changes.' - class: watch - watch: property - paths: fan2 - properties: fan present - callback: check power fan2 presence - -- name: watch fan2 functional - description: > - 'Trigger logic on fan2 functional state changes.' - class: watch - watch: property - paths: fan2 - properties: fan functional - callback: check power fan2 functional - -- name: watch fan3 presence - description: > - 'Trigger logic on fan3 presence state changes.' - class: watch - watch: property - paths: fan3 - properties: fan present - callback: check power fan3 presence - -- name: watch fan3 functional - description: > - 'Trigger logic on fan3 functional state changes.' - class: watch - watch: property - paths: fan3 - properties: fan functional - callback: check power fan3 functional - -- name: watch fan0 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors if present and functional - -- name: watch fan1 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors if present and functional - -- name: watch fan2 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors if present and functional - -- name: watch fan3 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors if present and functional - -- name: check power - description: > - 'If the chassis has power, check all fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 presence - description: > - 'If the chassis has power, check presence of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 functional - description: > - 'If the chassis has power, check functional of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 presence - description: > - 'If the chassis has power, check presence of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 functional - description: > - 'If the chassis has power, check functional of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 presence - description: > - 'If the chassis has power, check presence of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 functional - description: > - 'If the chassis has power, check functional of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 presence - description: > - 'If the chassis has power, check presence of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 functional - description: > - 'If the chassis has power, check functional of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify each of the 3 fans are present.' - class: callback - callback: group - members: - - check fan0 presence - - check fan1 presence - - check fan2 presence - - check fan3 presence - - check fan0 functional - - check fan1 functional - - check fan2 functional - - check fan3 functional - -- name: check fan0 presence - description: > - 'If this condition passes fan0 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan0 - properties: fan present - defer: 20000000us - callback: notpresent fan0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan0 functional - description: > - 'If this condition passes fan0 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan0 - properties: fan functional - callback: nonfunctional fan0 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan1 presence - description: > - 'If this condition passes fan1 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan1 - properties: fan present - defer: 20000000us - callback: notpresent fan1 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan1 functional - description: > - 'If this condition passes fan1 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan1 - properties: fan functional - callback: nonfunctional fan1 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan2 presence - description: > - 'If this condition passes fan2 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan2 - properties: fan present - defer: 20000000us - callback: notpresent fan2 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan2 functional - description: > - 'If this condition passes fan2 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan2 - properties: fan functional - callback: nonfunctional fan2 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan3 presence - description: > - 'If this condition passes fan3 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan3 - properties: fan present - defer: 20000000us - callback: notpresent fan3 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan3 functional - description: > - 'If this condition passes fan3 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan3 - properties: fan functional - callback: nonfunctional fan3 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check cooling type nonfunctional error - description: > - 'If this condition passes the chassis is air cooled and will create a - nonfunctional error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: nonfunctional fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check cooling type notpresent error - description: > - 'If this condition passes the chassis is air cooled and will create a - notpresent error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: notpresent fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: notpresent fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: nonfunctional fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: notpresent fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: nonfunctional fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: notpresent fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: nonfunctional fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: notpresent fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: nonfunctional fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: resolve fan0 errors if present and functional - description: > - 'If fan0 is present and functional, call the resolve fan0 errors callback.' - class: condition - condition: count - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -#Go ahead and do this on water cooled as well -- name: resolve fan1 errors if present and functional - description: > - 'If fan1 is present and functional, call the resolve fan1 errors callback.' - class: condition - condition: count - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan2 errors if present and functional - description: > - 'If fan2 is present and functional, call the resolve fan2 errors callback.' - class: condition - condition: count - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan3 errors if present and functional - description: > - 'If fan3 is present and functional, call the resolve fan3 errors callback.' - class: condition - condition: count - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan0 errors - class: callback - callback: resolve callout - paths: fan0 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: resolve fan1 errors - class: callback - callback: resolve callout - paths: fan1 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: resolve fan2 errors - class: callback - callback: resolve callout - paths: fan2 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: resolve fan3 errors - class: callback - callback: resolve callout - paths: fan3 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml deleted file mode 100644 index 661021a9b..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/swift/water-cooled.yaml +++ /dev/null @@ -1,274 +0,0 @@ -# Water cooled Swift fan policy for PDM. -# -# A water cooled Swift requires a minimum of three functional fan -# enclosures. If the number of functional fan enclosures is below three, -# soft poweroff the system. - -- name: fan enclosures - description: > - 'A water cooled Swift has four fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: chassis state - description: > - 'Swift has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Swift has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis water cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis water cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is water cooled.' - class: condition - condition: count - paths: chassis - properties: chassis water cooled - callback: check power - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least three functional fan enclosures, - power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 3 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml deleted file mode 100644 index d60aa9179..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/air-cooled.yaml +++ /dev/null @@ -1,328 +0,0 @@ -# Air cooled Witherspoon fan policy for PDM. -# -# An air cooled Witherspoon requires a minimum of three functional fans -# enclosures or six functional fan rotors across all enclosures. -# If the number of functional fan enclosures is below three, soft poweroff -# the system, whereas if the number of fan rotors drop below six, an -# immediate hard poweroff of the system occurs. - -- name: fan enclosures - description: > - 'An air cooled Witherspoon has four fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: fan rotors - description: > - 'An air cooled Witherspoon has eight fan rotors to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1/fan1_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch fan rotor functional - description: > - 'Trigger logic on fan rotor functional state changes.' - class: watch - watch: property - paths: fan rotors - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis air cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is air cooled.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: check power - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least three functional fan enclosures and at least - six functional fan rotors, power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - - check group functional rotors - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 3 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: check group functional rotors - description: > - 'If this condition passes more than two fan rotors in the group have been - marked as nonfunctional for five seconds. Immediately power off. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan rotors - properties: fan functional - defer: 5000000us - callback: log and poweroff - countop: '>' - countbound: 2 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml deleted file mode 100644 index 0c14627d2..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/fan-errors.yaml +++ /dev/null @@ -1,676 +0,0 @@ -# Witherspoon fan error policy for PDM. -# -# * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more -# than 20 seconds. -# * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not -# functional for any amount of time. -# -# The system must be powered on in both of these cases. -# If a water cooled system, don't create errors for fan 1. -# Note: An error is created each time the chassis powers on. -# -# * Watch for fans to become both present and functional, and then resolve -# their errors - -- name: fan0 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: fan1 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: fan2 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: fan3 - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: fan present and functional - description: > - 'Monitor the present and functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis air cooled - description: > - 'The chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: watch fan0 presence - description: > - 'Trigger logic on fan0 presence state changes.' - class: watch - watch: property - paths: fan0 - properties: fan present - callback: check power fan0 presence - -- name: watch fan0 functional - description: > - 'Trigger logic on fan0 functional state changes.' - class: watch - watch: property - paths: fan0 - properties: fan functional - callback: check power fan0 functional - -- name: watch fan1 presence - description: > - 'Trigger logic on fan1 presence state changes.' - class: watch - watch: property - paths: fan1 - properties: fan present - callback: check power fan1 presence - -- name: watch fan1 functional - description: > - 'Trigger logic on fan1 functional state changes.' - class: watch - watch: property - paths: fan1 - properties: fan functional - callback: check power fan1 functional - -- name: watch fan2 presence - description: > - 'Trigger logic on fan2 presence state changes.' - class: watch - watch: property - paths: fan2 - properties: fan present - callback: check power fan2 presence - -- name: watch fan2 functional - description: > - 'Trigger logic on fan2 functional state changes.' - class: watch - watch: property - paths: fan2 - properties: fan functional - callback: check power fan2 functional - -- name: watch fan3 presence - description: > - 'Trigger logic on fan3 presence state changes.' - class: watch - watch: property - paths: fan3 - properties: fan present - callback: check power fan3 presence - -- name: watch fan3 functional - description: > - 'Trigger logic on fan3 functional state changes.' - class: watch - watch: property - paths: fan3 - properties: fan functional - callback: check power fan3 functional - -- name: watch fan0 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors if present and functional - -- name: watch fan1 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors if present and functional - -- name: watch fan2 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors if present and functional - -- name: watch fan3 present and functional for resolving error logs - description: > - 'On fan present or functional state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors if present and functional - -- name: check power - description: > - 'If the chassis has power, check all fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 presence - description: > - 'If the chassis has power, check presence of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan0 functional - description: > - 'If the chassis has power, check functional of fan0.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan0 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 presence - description: > - 'If the chassis has power, check presence of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan1 functional - description: > - 'If the chassis has power, check functional of fan1.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan1 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 presence - description: > - 'If the chassis has power, check presence of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan2 functional - description: > - 'If the chassis has power, check functional of fan2.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan2 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 presence - description: > - 'If the chassis has power, check presence of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 presence - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power fan3 functional - description: > - 'If the chassis has power, check functional of fan3.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fan3 functional - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify each of the 3 fans are present.' - class: callback - callback: group - members: - - check fan0 presence - - check fan1 presence - - check fan2 presence - - check fan3 presence - - check fan0 functional - - check fan1 functional - - check fan2 functional - - check fan3 functional - -- name: check fan0 presence - description: > - 'If this condition passes fan0 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan0 - properties: fan present - defer: 20000000us - callback: notpresent fan0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan0 functional - description: > - 'If this condition passes fan0 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan0 - properties: fan functional - callback: nonfunctional fan0 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan1 presence - description: > - 'If this condition passes fan1 has been unplugged for more than 20 seconds. - Fan 1 is not in a water cooled Witherspoon, so check for cooling type - before creating an error.' - class: condition - condition: count - paths: fan1 - properties: fan present - defer: 20000000us - callback: check cooling type notpresent error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan1 functional - description: > - 'If this condition passes fan1 has been marked as nonfunctional. - Fan 1 is not in a water cooled Witherspoon, so check for cooling type - before creating an error.' - class: condition - condition: count - paths: fan1 - properties: fan functional - callback: check cooling type nonfunctional error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan2 presence - description: > - 'If this condition passes fan2 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan2 - properties: fan present - defer: 20000000us - callback: notpresent fan2 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan2 functional - description: > - 'If this condition passes fan2 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan2 - properties: fan functional - callback: nonfunctional fan2 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check fan3 presence - description: > - 'If this condition passes fan3 has been unplugged for more than 20 seconds.' - class: condition - condition: count - paths: fan3 - properties: fan present - defer: 20000000us - callback: notpresent fan3 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check fan3 functional - description: > - 'If this condition passes fan3 has been marked as nonfunctional.' - class: condition - condition: count - paths: fan3 - properties: fan functional - callback: nonfunctional fan3 error - countop: '>' - countbound: 0 - op: '==' - bound: false - -- name: check cooling type nonfunctional error - description: > - 'If this condition passes the chassis is air cooled and will create a - nonfunctional error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: nonfunctional fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: check cooling type notpresent error - description: > - 'If this condition passes the chassis is air cooled and will create a - notpresent error for fan 1.' - class: condition - condition: count - paths: chassis - properties: chassis air cooled - callback: notpresent fan1 error - countop: '==' - countbound: 0 - op: '==' - bound: true - -- name: notpresent fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: nonfunctional fan0 error - class: callback - callback: elog - paths: fan0 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - type: string - -- name: notpresent fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: nonfunctional fan1 error - class: callback - callback: elog - paths: fan1 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - type: string - -- name: notpresent fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: nonfunctional fan2 error - class: callback - callback: elog - paths: fan2 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - type: string - -- name: notpresent fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: nonfunctional fan3 error - class: callback - callback: elog - paths: fan3 - properties: fan functional - error: xyz::openbmc_project::Inventory::Error::Nonfunctional - metadata: - - name: xyz::openbmc_project::Inventory::Nonfunctional::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - type: string - -- name: resolve fan0 errors if present and functional - description: > - 'If fan0 is present and functional, call the resolve fan0 errors callback.' - class: condition - condition: count - paths: fan0 - properties: fan present and functional - callback: resolve fan0 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -#Go ahead and do this on water cooled as well -- name: resolve fan1 errors if present and functional - description: > - 'If fan1 is present and functional, call the resolve fan1 errors callback.' - class: condition - condition: count - paths: fan1 - properties: fan present and functional - callback: resolve fan1 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan2 errors if present and functional - description: > - 'If fan2 is present and functional, call the resolve fan2 errors callback.' - class: condition - condition: count - paths: fan2 - properties: fan present and functional - callback: resolve fan2 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan3 errors if present and functional - description: > - 'If fan3 is present and functional, call the resolve fan3 errors callback.' - class: condition - condition: count - paths: fan3 - properties: fan present and functional - callback: resolve fan3 errors - countop: '==' - countbound: 2 - op: '==' - bound: true - -- name: resolve fan0 errors - class: callback - callback: resolve callout - paths: fan0 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - -- name: resolve fan1 errors - class: callback - callback: resolve callout - paths: fan1 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan1 - -- name: resolve fan2 errors - class: callback - callback: resolve callout - paths: fan2 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - -- name: resolve fan3 errors - class: callback - callback: resolve callout - paths: fan3 - properties: fan present and functional - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml deleted file mode 100644 index a279cfefa..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/fan-policy/witherspoon/water-cooled.yaml +++ /dev/null @@ -1,322 +0,0 @@ -# Water cooled Witherspoon fan policy for PDM. -# -# A water cooled Witherspoon requires a minimum of two functional fan -# enclosures or four functional fan rotors across all enclosures. -# If the number of functional fan enclosures is below two, soft poweroff -# the system, whereas if the number of fan rotors drop below four, an -# immediate hard poweroff of the system occurs. - -- name: fan enclosures - description: > - 'A water cooled Witherspoon has three fan enclosures to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3 - -- name: fan rotors - description: > - 'A water cooled Witherspoon has six fan rotors to monitor.' - class: group - group: path - members: - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0/fan0_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan2/fan2_1 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_0 - - meta: FAN - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan3/fan3_1 - -- name: chassis state - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: chassis - description: > - 'Witherspoon has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSIS - path: /xyz/openbmc_project/inventory/system/chassis - -- name: fan present - description: > - 'Monitor the presence state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: fan functional - description: > - 'Monitor the functional state of each fan.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - meta: FUNCTIONAL - property: Functional - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: chassis water cooled - description: > - 'Monitor the chassis cooling type.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Decorator.CoolingType - meta: COOLING_TYPE - property: WaterCooled - -- name: watch fan present - description: > - 'Trigger logic on fan enclosure presence state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan present - callback: check cooling type - -- name: watch fan functional - description: > - 'Trigger logic on fan enclosure functional state changes.' - class: watch - watch: property - paths: fan enclosures - properties: fan functional - callback: check cooling type - -- name: watch fan rotor functional - description: > - 'Trigger logic on fan rotor functional state changes.' - class: watch - watch: property - paths: fan rotors - properties: fan functional - callback: check cooling type - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check cooling type - -- name: watch cooling type - description: > - 'Maintain a cache of the chassis cooling type.' - class: watch - watch: property - paths: chassis - properties: chassis water cooled - -- name: check cooling type - description: > - 'If this condition passes the chassis is water cooled.' - class: condition - condition: count - paths: chassis - properties: chassis water cooled - callback: check power - countop: '==' - countbound: 1 - op: '==' - bound: true - -- name: check power - description: > - 'If the chassis has power, check fans.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check fans - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check fans - description: > - 'Verify there are at least two functional fan enclosures and at least - four functional fan rotors, power off if not.' - class: callback - callback: group - members: - - check group presence - - check group functional enclosures - - check group functional rotors - -- name: check group presence - description: > - 'If this condition passes more than one fan has been unplugged - for more than 25 seconds. Shut the system down. Count present - fans rather than non-present fans since the latter would pass - if the fan has not been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan present - defer: 25000000us - callback: log and shutdown - countop: '<' - countbound: 2 - op: '==' - bound: true - -- name: check group functional enclosures - description: > - 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for five seconds. Shut the system down. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan enclosures - properties: fan functional - defer: 5000000us - callback: log and shutdown - countop: '>' - countbound: 1 - op: '==' - bound: false - -- name: check group functional rotors - description: > - 'If this condition passes more than two fan rotors in the group have been - marked as nonfunctional for five seconds. Immediately power off. - - For a more detailed definition of nonfunctional, consult the documentation - of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the - documentation of the fan inventory object implementation.' - class: condition - condition: count - paths: fan rotors - properties: fan functional - defer: 5000000us - callback: log and poweroff - countop: '>' - countbound: 2 - op: '==' - bound: false - -- name: log and poweroff - description: > - 'Immediately poweroff, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - hard poweroff - - log hard poweroff - - create shutdown error - -- name: log and shutdown - description: > - 'Shut the system down, log an event in the journal, and create an - error log.' - class: callback - callback: group - members: - - shutdown - - log shutdown - - create shutdown error - -- name: hard poweroff - description: > - 'Immediately power off the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-host-shutdown@0.target - type: string - - value: replace - type: string - -- name: log hard poweroff - description: > - 'Log a hard poweroff event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Immediate poweroff of system. There are not enough functional fans. - -- name: log shutdown - description: > - 'Log a shutdown event to the systemd journal.' - class: callback - callback: journal - paths: chassis state - properties: chassis powered - severity: ERR - message: Request shutdown of system. There are not enough functional fans. - -- name: create shutdown error - description: > - 'Create a Fan Shutdown Error log.' - class: callback - callback: elog - paths: chassis state - properties: chassis powered - error: xyz::openbmc_project::State::Shutdown::Inventory::Error::Fan diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb deleted file mode 100644 index 9fb7d252b..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Thermal policy configuration for meta-witherspoon machines" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://thermal-policy.yaml" - -do_install() { - install -D ${WORKDIR}/thermal-policy.yaml ${D}${config_dir}/thermal-policy.yaml -} - -FILES_${PN} += "${config_dir}/thermal-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml deleted file mode 100644 index 7c48509c5..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/thermal-policy/thermal-policy.yaml +++ /dev/null @@ -1,187 +0,0 @@ -# Machine thermal policy for PDM. -# -# Shut down the system if more than three cores -# have a temperature greater than 115 degrees Celcius. - - -- name: core sensors - description: > - 'The machine has two processor chips with 24 cores each.' - class: group - group: path - members: - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p0_core23_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core0_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core1_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core2_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core3_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core4_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core5_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core6_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core7_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core8_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core9_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core10_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core11_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core12_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core13_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core14_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core15_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core16_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core17_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core18_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core19_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core20_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core21_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core22_temp - - meta: SENSOR - path: /xyz/openbmc_project/sensors/temperature/p1_core23_temp - -- name: core temp - description: > - 'Monitor the temperature of each core.' - class: group - group: property - type: int64 - members: - - interface: xyz.openbmc_project.Sensor.Value - meta: TEMP - property: Value - -- name: watch core temps - description: > - 'Trigger logic on core temp changes.' - class: watch - watch: property - paths: core sensors - properties: core temp - callback: check temps - -- name: check temps - description: > - 'If this condition passes at least three cores are running - too hot. Shut the system down.' - class: condition - condition: count - paths: core sensors - properties: core temp - callback: log and shutdown - countop: '>=' - countbound: 3 - op: '>=' - bound: 115000 - oneshot: true - -- name: log and shutdown - description: > - 'Shut the system down and log an event.' - class: callback - callback: group - members: - - shutdown - - create criticalhigh error - - create shutdown error - -- name: shutdown - description: > - 'Shut down the system.' - class: callback - callback: method - service: org.freedesktop.systemd1 - path: /org/freedesktop/systemd1 - interface: org.freedesktop.systemd1.Manager - method: StartUnit - args: - - value: obmc-chassis-hard-poweroff@0.target - type: string - - value: replace - type: string - -- name: create criticalhigh error - description: > - 'Create a CriticalHigh Error log.' - class: callback - callback: elog_with_metadata - paths: core sensors - properties: core temp - error: xyz::openbmc_project::Sensor::Threshold::Error::CriticalHigh - metadata: xyz::openbmc_project::Sensor::Threshold::CriticalHigh::SENSOR_DATA - -- name: create shutdown error - description: > - 'Create a SystemShutdown Error log.' - class: callback - callback: elog - paths: core sensors - properties: core temp - error: xyz::openbmc_project::State::Shutdown::ThermalEvent::Error::Processor diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb deleted file mode 100644 index 27d60fb34..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Power supply policy configuration for meta-witherspoon machines" -PR = "r1" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" - -inherit allarch -inherit phosphor-dbus-monitor - -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://power-supply-policy.yaml" - -do_install() { - install -D ${WORKDIR}/power-supply-policy.yaml ${D}${config_dir}/power-supply-policy.yaml -} - -FILES_${PN} += "${config_dir}/power-supply-policy.yaml" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml deleted file mode 100644 index e00e747b6..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-supply-policy/power-supply-policy.yaml +++ /dev/null @@ -1,215 +0,0 @@ -# Machine power supply policy for PDM. -# -# Create an error if a power supply is removed while the system is powered on - -- name: power supply0 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: power supply1 - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: power supplies - description: > - 'The machine has two power supplies to monitor.' - class: group - group: path - members: - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - - meta: POWER SUPPLY - path: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: chassis state - description: > - 'The machine has a single chassis to monitor.' - class: group - group: path - members: - - meta: CHASSISSTATE - path: /xyz/openbmc_project/state/chassis0 - -- name: power supply present - description: > - 'Monitor the presence state of each power supply.' - class: group - group: property - type: boolean - members: - - interface: xyz.openbmc_project.Inventory.Item - meta: PRESENT - property: Present - -- name: chassis powered - description: > - 'Monitor the chassis power state.' - class: group - group: property - type: string - members: - - interface: xyz.openbmc_project.State.Chassis - meta: CHASSIS_STATE - property: CurrentPowerState - -- name: watch power supply present - description: > - 'Trigger logic on power supply presence state changes.' - class: watch - watch: property - paths: power supplies - properties: power supply present - callback: check power - -- name: watch chassis state - description: > - 'Trigger logic on chassis power state changes.' - class: watch - watch: property - paths: chassis state - properties: chassis powered - callback: check power - -- name: check power - description: > - 'If the chassis has power, check for power supplies.' - class: condition - condition: count - paths: chassis state - properties: chassis powered - callback: check power supplies - countop: '>' - countbound: 0 - op: '==' - bound: xyz.openbmc_project.State.Chassis.PowerState.On - -- name: check power supplies - description: > - 'Create an error if a power supply is not present.' - class: callback - callback: group - members: - - check power supply0 presence - - check power supply1 presence - -- name: check power supply0 presence - description: > - 'If this condition passes power supply0 has been unplugged for more than - 5 seconds. Count present power supplies rather than non-present - power supplies since the latter would pass if the power supply has not - been created for some reason. - - For a more detailed definition of unplugged, consult the documentation - of xyz.openbmc_project.Inventory.Item and/or the documentation - of the power supply inventory object implementation.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - defer: 5000000us - callback: notpresent power supply0 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: check power supply1 presence - description: > - 'If this condition passes power supply1 has been unplugged for more than - 5 seconds.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - defer: 5000000us - callback: notpresent power supply1 error - countop: '<' - countbound: 1 - op: '==' - bound: true - -- name: notpresent power supply0 error - class: callback - callback: elog - paths: power supply0 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - type: string - -- name: notpresent power supply1 error - class: callback - callback: elog - paths: power supply1 - properties: power supply present - error: xyz::openbmc_project::Inventory::Error::NotPresent - metadata: - - name: xyz::openbmc_project::Inventory::NotPresent::CALLOUT_INVENTORY_PATH - value: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - type: string - -- name: resolve power supply0 errors if present - description: > - 'If power supply0 is present, call the resolve ps0 errors callback.' - class: condition - condition: count - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply1 errors if present - description: > - 'If power supply1 is present, call the resolve ps1 errors callback.' - class: condition - condition: count - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors - countop: '>' - countbound: 0 - op: '==' - bound: true - -- name: resolve power supply0 errors - class: callback - callback: resolve callout - paths: power supply0 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0 - -- name: resolve power supply1 errors - class: callback - callback: resolve callout - paths: power supply1 - properties: power supply present - callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1 - -- name: watch power supply0 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply0 - properties: power supply present - callback: resolve power supply0 errors if present - -- name: watch power supply1 present for resolving error logs - description: > - 'On supply present state changes, check if errors need to be resolved.' - class: watch - watch: property - paths: power supply1 - properties: power supply present - callback: resolve power supply1 errors if present -- cgit v1.2.3 From 71b9340e96cccb4a941ef034e02816a4f46ad2be Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Fri, 28 Jun 2019 09:00:34 -0500 Subject: meta-ibm: Pin phosphor-fan to d9a580aa50 This allows upstream to drop some backward-incompatible changes while the yaml in meta-ibm gets updated to the new format coming in from upstream. (From meta-ibm rev: 81ca4572471629b5114a52afb50a84d9e2cc92d1) Change-Id: Ia554f14c624d236e02d7898d2f95e7a90384dadf Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend | 3 ++- .../meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend index af5e1e629..8a0875e6a 100644 --- a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend +++ b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend_romulus := "${THISDIR}/${BPN}:" +SRCREV = "d9a580aa5037fdb08911940263a580b036f2d9fa" + # Package configuration FAN_PACKAGES += " \ phosphor-cooling-type \ @@ -19,4 +21,3 @@ SYSTEMD_LINK_phosphor-cooling-type += "${@compose_list(d, 'FMT_COOLING', 'OBMC_C COOLING_ENV_FMT = "obmc/phosphor-fan/phosphor-cooling-type-{0}.conf" SYSTEMD_ENVIRONMENT_FILE_phosphor-cooling-type_append_romulus = " ${@compose_list(d, 'COOLING_ENV_FMT', 'OBMC_CHASSIS_INSTANCES')}" - diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend index 58c1a5f9d..2e2e0ec24 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +SRCREV = "d9a580aa5037fdb08911940263a580b036f2d9fa" + # Package configuration FAN_PACKAGES += " \ phosphor-cooling-type \ -- cgit v1.2.3 From 65ad33bf4875df5a6fc2739e71e707d8936c278e Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Thu, 25 Oct 2018 15:33:52 -0500 Subject: wspoon:pfp: Performance enhanced events With updates from openbmc/openbmc#2911, event actions are now able to be configured with groups subsets and event timers are now included in the available event triggers. Actions with group subsets allow a single event's set of triggers to run actions against a given group subset instead of the entire event groups. Also, with timers being included as a trigger, events can be configured with or without a timer instead of a disabled timer being created for events that previously did not require a timer. Tested: Generated code is functionally equivalent to previous yaml Verified fan control functionality of wspoon image (From meta-ibm rev: 1a43941fb100db7c46430f0dbbc82799276e9c13) Change-Id: Ide4167ef1a202381b702b7f6fe58b7f30501ecb3 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../witherspoon/events.yaml | 838 ++++++++++++--------- .../recipes-phosphor/fans/phosphor-fan_%.bbappend | 2 - 2 files changed, 463 insertions(+), 377 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/events.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/events.yaml index 5f6a094ba..74a34e081 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/events.yaml +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/events.yaml @@ -141,63 +141,63 @@ groups: matches: - name: propertiesChanged - description: > - A property changed match parameters: - object - interface - signal: propertySignal - name: interfacesAdded - description: > - An interfaces added match parameters: - object - signal: objectSignal - name: interfacesRemoved - description: > - An interfaces removed match parameters: - object - signal: - name: objectSignal - parameters: - - object - - interface - handler: removeInterface - name: nameOwnerChanged - description: > - A name owner changed match parameters: - object - interface - signal: ownerSignal signals: - - name: propertySignal + - name: propertiesChanged description: > - Handle property signals + A property changed match parameters: - type - object - interface - property - handler: setProperty - - name: objectSignal + match: propertiesChanged + - name: interfacesAdded description: > - Handle object signals + An interfaces added match parameters: - type - object - interface - property - handler: setProperty - - name: ownerSignal + match: interfacesAdded + - name: interfacesRemoved description: > - Handle owner signals + An interfaces removed match parameters: - object - interface - handler: setService + match: interfacesRemoved + - name: nameOwnerChanged + description: > + A name owner changed match + parameters: + match: nameOwnerChanged + +methods: + - name: getProperties + description: > + Get the property values of the given group members + by performing a `GetProperty` method call on each + parameters: + - type + - name: nameHasOwner + description: > + A NameHasOwner method call to be performed on all event group members + parameters: handlers: - name: setProperty @@ -205,18 +205,15 @@ handlers: Sets a value for the given object/interface/property parameters: - type - - object - - interface - - property - name: setService description: > - Sets the service name(s) for the given group + Sets the service name and ownership status for the given group parameters: - group - name: removeInterface description: > Removes an interface(and all associated properties) on the - given object from use within actions + given object from use within all event actions parameters: - object - interface @@ -228,6 +225,11 @@ preconditions: enable a set speed event otherwise fan speeds are set to full parameters: - groups + - name: services_missing_owner + description: > + Any services missing an owner enable the events given otherwise + the events are removed/disabled + parameters: actions: - name: call_actions_based_on_timer @@ -293,63 +295,65 @@ actions: events: - name: default_fan_floor_on_service_fail - # No global zone conditions defined == all unless defined on group - groups: - - name: zone0_ambient - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: nameOwnerChanged - actions: - - name: call_actions_based_on_timer - timer: - delay: 5 - type: oneshot - actions: - - name: default_floor_on_missing_owner - - name: high_speed_on_occ0_service_fail - # No global zone conditions defined == all unless defined on group + precondition: + name: services_missing_owner + groups: + - name: zone0_ambient + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + triggers: + - name: init + method: nameHasOwner + handler: setService + - name: signal + signal: nameOwnerChanged + handler: setService + events: + - name: default_fan_floor + groups: + - name: zone0_ambient + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + triggers: + - name: timer + interval: 5000000 + type: oneshot + actions: + - name: default_floor_on_missing_owner + - name: high_speed_on_occ_service_fails groups: - name: occ0_object interface: org.open_power.OCC.Status property: name: OccActive type: bool - matches: - - name: nameOwnerChanged - actions: - - name: call_actions_based_on_timer - timer: - delay: 5 - type: oneshot - actions: - - name: set_speed_on_missing_owner - speed: - value: 10500 - type: uint64_t - - name: high_speed_on_occ1_service_fail - # No global zone conditions defined == all unless defined on group - groups: - name: occ1_object interface: org.open_power.OCC.Status property: name: OccActive type: bool - matches: - - name: nameOwnerChanged + triggers: + - name: init + method: nameHasOwner + handler: setService + - name: signal + signal: nameOwnerChanged + handler: setService actions: - name: call_actions_based_on_timer timer: - delay: 5 + interval: 5000000 type: oneshot actions: - name: set_speed_on_missing_owner speed: value: 10500 type: uint64_t - - name: missing_before_high_speed_air + - name: missing_or_fails_before_high_speed_air groups: - name: air_cooled_zone0_fans zone_conditions: @@ -360,19 +364,6 @@ events: property: name: Present type: bool - matches: - - name: propertiesChanged - actions: - - name: count_state_before_speed - count: 1 - property: - value: false - type: bool - speed: - value: 10500 - type: uint64_t - - name: fails_before_high_speed_air - groups: - name: air_cooled_zone0_fans zone_conditions: - name: air_cooled_chassis @@ -382,9 +373,13 @@ events: property: name: Functional type: bool - matches: - - name: interfacesAdded - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: count_state_before_speed count: 1 @@ -394,7 +389,7 @@ events: speed: value: 10500 type: uint64_t - - name: missing_before_high_speed_water_and_air + - name: missing_or_fails_before_high_speed_water_and_air groups: - name: water_and_air_cooled_zone0_fans zone_conditions: @@ -405,19 +400,6 @@ events: property: name: Present type: bool - matches: - - name: propertiesChanged - actions: - - name: count_state_before_speed - count: 1 - property: - value: false - type: bool - speed: - value: 10500 - type: uint64_t - - name: fails_before_high_speed_water_and_air - groups: - name: water_and_air_cooled_zone0_fans zone_conditions: - name: water_and_air_cooled_chassis @@ -427,9 +409,13 @@ events: property: name: Functional type: bool - matches: - - name: interfacesAdded - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: count_state_before_speed count: 1 @@ -450,8 +436,13 @@ events: property: name: Current type: std::string - matches: - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: use_alternate_events_on_state property: @@ -469,8 +460,13 @@ events: property: name: Value type: int64_t - matches: - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: set_floor_from_average_sensor_value map: @@ -498,8 +494,13 @@ events: property: name: Value type: int64_t - matches: - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: set_floor_from_average_sensor_value map: @@ -526,8 +527,13 @@ events: property: name: Value type: int64_t - matches: - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: set_floor_from_average_sensor_value map: @@ -543,74 +549,6 @@ events: - 25000: 7200 - 27000: 10500 type: std::map - - name: speed_changes_based_on_regulator_temps - # No global zone conditions defined == all unless defined on group - groups: - - name: zone0_regulators - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - actions: - - name: set_net_increase_speed - property: - value: 85000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 400 - type: uint64_t - - name: set_net_decrease_speed - property: - value: 82000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 40 - type: uint64_t - timer: - interval: 5 - - name: speed_changes_based_on_pcie_temps - # No global zone conditions defined == all unless defined on group - groups: - - name: zone0_pcie - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - actions: - - name: set_net_increase_speed - property: - value: 55000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 400 - type: uint64_t - - name: set_net_decrease_speed - property: - value: 52000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 40 - type: uint64_t - timer: - interval: 5 - name: occ_active_speed_changes precondition: name: property_states_match @@ -627,202 +565,352 @@ events: name: OccActive type: bool value: true - matches: - - name: interfacesAdded - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: interfacesAdded + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty events: - - name: fails_before_high_speed_air - groups: - - name: zone0_cores - zone_conditions: - - name: air_cooled_chassis - zones: - - 0 - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - property: - name: Functional - type: bool - - name: zone0_dimms - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - property: - name: Functional - type: bool - - name: zone0_gpu_cores - zone_conditions: - - name: air_cooled_chassis - zones: - - 0 - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - property: - name: Functional - type: bool - - name: zone0_gpu_memory - zone_conditions: - - name: air_cooled_chassis - zones: - - 0 - interface: xyz.openbmc_project.State.Decorator.OperationalStatus - property: - name: Functional - type: bool - matches: - - name: interfacesAdded - - name: propertiesChanged - actions: - - name: count_state_before_speed - count: 1 - property: - value: false - type: bool - speed: - value: 10500 - type: uint64_t - - name: speed_changes_based_on_core_temps - groups: - - name: zone0_cores - zone_conditions: - - name: air_cooled_chassis - zones: - - 0 - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - - name: interfacesRemoved - actions: - - name: set_net_increase_speed - property: - value: 73000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 400 - type: uint64_t - - name: set_net_decrease_speed - property: - value: 70000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 40 - type: uint64_t - timer: - interval: 5 - - name: speed_changes_based_on_dimm_temps - # No global zone conditions defined == all unless defined on group - groups: - - name: zone0_dimms - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - - name: interfacesRemoved - actions: - - name: set_net_increase_speed - property: - value: 64000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 200 - type: uint64_t - - name: set_net_decrease_speed - property: - value: 61000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 40 - type: uint64_t - timer: - interval: 5 - - name: speed_changes_based_on_gpu_core_temps - groups: - - name: zone0_gpu_cores - zone_conditions: - - name: air_cooled_chassis - zones: - - 0 - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - - name: interfacesRemoved - actions: - - name: set_net_increase_speed - property: - value: 78000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 600 - type: uint64_t - - name: set_net_decrease_speed - property: - value: 75000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 40 - type: uint64_t - timer: - interval: 5 - - name: speed_changes_based_on_gpu_memory_temps - groups: - - name: zone0_gpu_memory - zone_conditions: - - name: air_cooled_chassis - zones: - - 0 - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - - name: interfacesRemoved - actions: - - name: set_net_increase_speed - property: - value: 80000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 600 - type: uint64_t - - name: set_net_decrease_speed - property: - value: 77000 - type: int64_t - factor: - value: 1000 - type: int64_t - delta: - value: 40 - type: uint64_t - timer: - interval: 5 + - name: speed_control_sensors + groups: + - name: zone0_regulators + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + - name: zone0_pcie + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + - name: zone0_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + - name: zone0_dimms + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + - name: zone0_gpu_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + - name: zone0_gpu_memory + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: interfacesAdded + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty + - name: signal + signal: interfacesRemoved + handler: removeInterface + - name: fails_before_high_speed_air + groups: + - name: zone0_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.State.Decorator.OperationalStatus + property: + name: Functional + type: bool + - name: zone0_dimms + interface: xyz.openbmc_project.State.Decorator.OperationalStatus + property: + name: Functional + type: bool + - name: zone0_gpu_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.State.Decorator.OperationalStatus + property: + name: Functional + type: bool + - name: zone0_gpu_memory + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.State.Decorator.OperationalStatus + property: + name: Functional + type: bool + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: interfacesAdded + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty + actions: + - name: count_state_before_speed + count: 1 + property: + value: false + type: bool + speed: + value: 10500 + type: uint64_t + - name: 1sec_speed_change_request_sampling + triggers: + - name: timer + interval: 1000000 + type: repeating + actions: + # Speed changes based on regulator temps + - name: set_net_increase_speed + groups: + - name: zone0_regulators + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 85000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 400 + type: uint64_t + - name: set_net_decrease_speed + groups: + - name: zone0_regulators + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 82000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 40 + type: uint64_t + # Speed changes based on pcie temps + - name: set_net_increase_speed + groups: + - name: zone0_pcie + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 55000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 400 + type: uint64_t + - name: set_net_decrease_speed + groups: + - name: zone0_pcie + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 52000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 40 + type: uint64_t + # Speed changes based on core temps + - name: set_net_increase_speed + groups: + - name: zone0_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 73000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 400 + type: uint64_t + - name: set_net_decrease_speed + groups: + - name: zone0_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 70000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 40 + type: uint64_t + # Speed changes based on dimm temps + - name: set_net_increase_speed + groups: + - name: zone0_dimms + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 64000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 200 + type: uint64_t + - name: set_net_decrease_speed + groups: + - name: zone0_dimms + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 61000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 40 + type: uint64_t + # Speed changes based on gpu core temps + - name: set_net_increase_speed + groups: + - name: zone0_gpu_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 78000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 600 + type: uint64_t + - name: set_net_decrease_speed + groups: + - name: zone0_gpu_cores + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 75000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 40 + type: uint64_t + # Speed changes based on gpu memory temps + - name: set_net_increase_speed + groups: + - name: zone0_gpu_memory + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 80000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 600 + type: uint64_t + - name: set_net_decrease_speed + groups: + - name: zone0_gpu_memory + zone_conditions: + - name: air_cooled_chassis + zones: + - 0 + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + property: + value: 77000 + type: int64_t + factor: + value: 1000 + type: int64_t + delta: + value: 40 + type: uint64_t diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend index 2e2e0ec24..58c1a5f9d 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend @@ -1,7 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRCREV = "d9a580aa5037fdb08911940263a580b036f2d9fa" - # Package configuration FAN_PACKAGES += " \ phosphor-cooling-type \ -- cgit v1.2.3 From c8d9dec86615e8fd80c2d4c9bbb7a0a2ade54e0c Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Thu, 23 May 2019 14:41:28 -0500 Subject: romulus:pfp: Performance enhanced events With updated from openbmc/openbmc#2911, event actions are now able to be configured with group subsets and event timers are now included in the available event triggers. Actions with group subsets allow a single event's set of triggers to run actions against a given group subset instead of the entire event groups. Also, with timers being included as a trigger, events can be configured with or without a timer instead of a disabled timer being created for events that previously did not require a timer. Tested: Generated code is functionally equivalent to previous yaml (From meta-ibm rev: 03eacc4ef87b3b89cf36aab977ff4eab68f8b4fc) Change-Id: Ib7eadf5b7c2cb27440e5944348460295334b9f13 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../phosphor-fan-control-events-config/events.yaml | 234 ++++++++++++--------- .../recipes-phosphor/fans/phosphor-fan_%.bbappend | 2 - 2 files changed, 137 insertions(+), 99 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml index ddf1556d2..20d2a8814 100644 --- a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml +++ b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml @@ -96,52 +96,53 @@ groups: matches: - name: propertiesChanged - description: > - A property changed match parameters: - object - interface - signal: propertySignal - name: interfacesAdded - description: > - An interfaces added match parameters: - object - signal: objectSignal - name: nameOwnerChanged - description: > - A name owner changed match parameters: - object - interface - signal: ownerSignal signals: - - name: propertySignal + - name: propertiesChanged description: > - Handle property signals + A property changed match parameters: - type - object - interface - property - handler: setProperty - - name: objectSignal + match: propertiesChanged + - name: interfacesAdded description: > - Handle object signals + An interfaces added match parameters: - type - object - interface - property - handler: setProperty - - name: ownerSignal + match: interfacesAdded + - name: nameOwnerChanged description: > - Handle owner signals + A name owner changed match + parameters: + match: nameOwnerChanged + +methods: + - name: getProperties + description: > + Get the property values of the given group members + by performing a `GetProperty` method call on each + parameters: + - type + - name: nameHasOwner + description: > + A NameHasOwner method call to be performed on all event group members parameters: - - object - - interface - handler: setService handlers: - name: setProperty @@ -149,12 +150,9 @@ handlers: Sets a value for the given object/interface/property parameters: - type - - object - - interface - - property - name: setService description: > - Sets the service name(s) for the given group + Sets the service name and ownership status for the given group parameters: - group @@ -165,6 +163,11 @@ preconditions: enable a set speed event otherwise fan speeds are set to full parameters: - groups + - name: services_missing_owner + description: > + Any services missing an owner enable the events given otherwise + the events are removed/disabled + parameters: actions: - name: call_actions_based_on_timer @@ -222,86 +225,83 @@ actions: events: - name: default_fan_floor_on_service_fail - groups: - - name: zone0_ambient - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: nameOwnerChanged - actions: - - name: call_actions_based_on_timer - timer: - delay: 5 - type: oneshot - actions: - - name: default_floor_on_missing_owner - - name: high_speed_on_occ0_service_fail + precondition: + name: services_missing_owner + groups: + - name: zone0_ambient + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + triggers: + - name: init + method: nameHasOwner + handler: setService + - name: signal + signal: nameOwnerChanged + handler: setService + events: + - name: default_fan_floor + groups: + - name: zone0_ambient + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + triggers: + - name: timer + interval: 5000000 + type: oneshot + actions: + - name: default_floor_on_missing_owner + - name: high_speed_on_occ_service_fail groups: - name: occ0_object interface: org.open_power.OCC.Status property: name: OccActive type: bool - matches: - - name: nameOwnerChanged - actions: - - name: call_actions_based_on_timer - timer: - delay: 5 - type: oneshot - actions: - - name: set_speed_on_missing_owner - speed: - value: 255 - type: uint64_t - - name: high_speed_on_occ1_service_fail - groups: - name: occ1_object interface: org.open_power.OCC.Status property: name: OccActive type: bool - matches: - - name: nameOwnerChanged + triggers: + - name: init + method: nameHasOwner + handler: setService + - name: signal + signal: nameOwnerChanged + handler: setService actions: - name: call_actions_based_on_timer timer: - delay: 5 + interval: 5000000 type: oneshot actions: - name: set_speed_on_missing_owner speed: value: 255 type: uint64_t - - name: missing_before_high_speed_air + - name: missing_or_fails_before_high_speed_air groups: - name: air_cooled_zone0_fans interface: xyz.openbmc_project.Inventory.Item property: name: Present type: bool - matches: - - name: propertiesChanged - actions: - - name: count_state_before_speed - count: 1 - property: - value: false - type: bool - speed: - value: 255 - type: uint64_t - - name: fails_before_high_speed_air - groups: - name: air_cooled_zone0_fans interface: xyz.openbmc_project.State.Decorator.OperationalStatus property: name: Functional type: bool - matches: - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: count_state_before_speed count: 1 @@ -318,8 +318,13 @@ events: property: name: Value type: int64_t - matches: - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty actions: - name: set_floor_from_average_sensor_value map: @@ -351,22 +356,53 @@ events: name: OccActive type: bool value: true - matches: - - name: interfacesAdded - - name: propertiesChanged + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: interfacesAdded + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty events: - - name: speed_changes_based_on_core_temps + - name: speed_control_sensors groups: - name: zone0_cores interface: xyz.openbmc_project.Sensor.Value property: name: Value type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged + - name: zone0_dimms + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t + triggers: + - name: init + method: getProperties + handler: setProperty + - name: signal + signal: interfacesAdded + handler: setProperty + - name: signal + signal: propertiesChanged + handler: setProperty + - name: 1sec_speed_change_request_sampling + triggers: + - name: timer + interval: 1000000 + type: repeating actions: + # Speed changes based on core temps - name: set_net_increase_speed + groups: + - name: zone0_cores + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t property: value: 73000 type: int64_t @@ -377,6 +413,12 @@ events: value: 11 type: uint64_t - name: set_net_decrease_speed + groups: + - name: zone0_cores + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t property: value: 70000 type: int64_t @@ -386,20 +428,14 @@ events: delta: value: 11 type: uint64_t - timer: - interval: 5 - - name: speed_changes_based_on_dimm_temps - groups: - - name: zone0_dimms - interface: xyz.openbmc_project.Sensor.Value - property: - name: Value - type: int64_t - matches: - - name: interfacesAdded - - name: propertiesChanged - actions: + # Speed changes based on dimm temps - name: set_net_increase_speed + groups: + - name: zone0_dimms + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t property: value: 64000 type: int64_t @@ -410,6 +446,12 @@ events: value: 6 type: uint64_t - name: set_net_decrease_speed + groups: + - name: zone0_dimms + interface: xyz.openbmc_project.Sensor.Value + property: + name: Value + type: int64_t property: value: 61000 type: int64_t @@ -419,5 +461,3 @@ events: delta: value: 6 type: uint64_t - timer: - interval: 5 diff --git a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend index 8a0875e6a..3ec031946 100644 --- a/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend +++ b/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan_%.bbappend @@ -1,7 +1,5 @@ FILESEXTRAPATHS_prepend_romulus := "${THISDIR}/${BPN}:" -SRCREV = "d9a580aa5037fdb08911940263a580b036f2d9fa" - # Package configuration FAN_PACKAGES += " \ phosphor-cooling-type \ -- cgit v1.2.3 From e4f02c2ead72f8d0acd994b75e6ff91aef55a568 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 28 Jun 2019 11:19:11 -0500 Subject: Enable TFTP updates via Redfish TFTP is already enabled by default using the existing REST api's. Code was put in recently to also support TFTP via the Redfish UpdateServices.SimpleUpdate object. By default this is disabled within bmcweb. Enable it by default on all IBM systems to keep parity with the existing REST api's Tested: curl -k -H "X-Auth-Token: $TOKEN" -X GET https://${BMC_IP}/redfish/v1/UpdateService { "@odata.context": "/redfish/v1/$metadata#UpdateService.UpdateService", "@odata.id": "/redfish/v1/UpdateService", "@odata.type": "#UpdateService.v1_2_0.UpdateService", "Actions": { "#UpdateService.SimpleUpdate": { "TransferProtocol@Redfish.AllowableValues": [ "TFTP" ], "target": "/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate" } (From meta-ibm rev: f93d1c8da15a0d73be54b80eb0f042733d1f314f) Change-Id: I2a9980b4bbb3bfd50550881e206154d1f69c0a24 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-ibm/recipes-phosphor/bmcweb/bmcweb_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-ibm/recipes-phosphor/bmcweb/bmcweb_%.bbappend (limited to 'meta-ibm') diff --git a/meta-ibm/recipes-phosphor/bmcweb/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/bmcweb/bmcweb_%.bbappend new file mode 100644 index 000000000..44f4f4695 --- /dev/null +++ b/meta-ibm/recipes-phosphor/bmcweb/bmcweb_%.bbappend @@ -0,0 +1,3 @@ +EXTRA_OECMAKE_append = " \ + -DBMCWEB_INSECURE_ENABLE_REDFISH_FW_TFTP_UPDATE=ON \ +" -- cgit v1.2.3 From 37f999171cd75e117c3c4575d79dfb7033c9efb4 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 4 Jun 2019 14:30:08 -0500 Subject: swift-ipmi: Add support for non-host based config The Swift MRW does a few things different here: - Renames these from gv100 to ga100 - Starts their FRU_ID at 15 - Only has 4 vs. 6 of them (From meta-ibm rev: 91a87c8b0288f235452b3073e24a5519020553e8) Change-Id: I0af55e2d0bf5e317dfae45b4e53810d3b6d8897c Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../acx22-ipmi-fru-not-sent-by-host.yaml | 54 ---------------------- .../swift/acx22-ipmi-fru-not-sent-by-host.yaml | 21 +++++++++ .../acx22-ipmi-fru-not-sent-by-host.yaml | 54 ++++++++++++++++++++++ 3 files changed, 75 insertions(+), 54 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-not-sent-by-host.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-not-sent-by-host.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml deleted file mode 100644 index a4c34b4fc..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-not-sent-by-host.yaml +++ /dev/null @@ -1,54 +0,0 @@ -20: - /system/chassis/motherboard/gv100card0: - entityID: 3 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -21: - /system/chassis/motherboard/gv100card1: - entityID: 3 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -22: - /system/chassis/motherboard/gv100card2: - entityID: 3 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -23: - /system/chassis/motherboard/gv100card3: - entityID: 3 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -24: - /system/chassis/motherboard/gv100card4: - entityID: 3 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -25: - /system/chassis/motherboard/gv100card5: - entityID: 3 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-not-sent-by-host.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-not-sent-by-host.yaml new file mode 100644 index 000000000..114360ef9 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-not-sent-by-host.yaml @@ -0,0 +1,21 @@ +15: + /system/chassis/motherboard/ga100card0: &DEFAULTS + entityInstance: 1 + entityID: 3 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +16: + /system/chassis/motherboard/ga100card1: + <<: *DEFAULTS + entityInstance: 2 +17: + /system/chassis/motherboard/ga100card2: + <<: *DEFAULTS + entityInstance: 3 +18: + /system/chassis/motherboard/ga100card3: + <<: *DEFAULTS + entityInstance: 4 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-not-sent-by-host.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-not-sent-by-host.yaml new file mode 100644 index 000000000..a4c34b4fc --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-not-sent-by-host.yaml @@ -0,0 +1,54 @@ +20: + /system/chassis/motherboard/gv100card0: + entityID: 3 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +21: + /system/chassis/motherboard/gv100card1: + entityID: 3 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +22: + /system/chassis/motherboard/gv100card2: + entityID: 3 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +23: + /system/chassis/motherboard/gv100card3: + entityID: 3 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +24: + /system/chassis/motherboard/gv100card4: + entityID: 3 + entityInstance: 5 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +25: + /system/chassis/motherboard/gv100card5: + entityID: 3 + entityInstance: 6 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board -- cgit v1.2.3 From 84244c469e685d645688995769075cd725b5fc46 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 4 Jun 2019 14:10:32 -0500 Subject: swift-ipmi: Add in bmc fru config Refactor the config yaml to be machine specific The only rule is the values in this file not conflict with the FRU_ID fields in the Swift MRW. Swift MRU has FRU_ID values that go into the 50s so just add 10 to all values in this file. (From meta-ibm rev: 89af26a2ca92f79493a652ae279a6c48a67d1f7f) Change-Id: I4a2e3ca95791d0ec2201b027894833a7ef7b4cfb Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../acx22-yaml-config/acx22-ipmi-fru-bmc.yaml | 120 --------------------- .../swift/acx22-ipmi-fru-bmc.yaml | 120 +++++++++++++++++++++ .../witherspoon/acx22-ipmi-fru-bmc.yaml | 120 +++++++++++++++++++++ 3 files changed, 240 insertions(+), 120 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-bmc.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-bmc.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml deleted file mode 100644 index a5ce2e841..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-fru-bmc.yaml +++ /dev/null @@ -1,120 +0,0 @@ -50: - /system/chassis/motherboard/fan0: - entityID: 29 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -51: - /system/chassis/motherboard/fan1: - entityID: 29 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -52: - /system/chassis/motherboard/fan2: - entityID: 29 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -53: - /system/chassis/motherboard/fan3: - entityID: 29 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -60: - /system/chassis/motherboard/boxelder/bmc: - entityID: 6 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -70: - /system/chassis/motherboard/boxelder/bmc/ethernet: - entityID: 1 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Product Name - IPMIFruSection: Product -75: - /system/chassis/motherboard/powersupply0: - entityID: 10 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board -76: - /system/chassis/motherboard/powersupply1: - entityID: 10 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Inventory.Decorator.Asset: - BuildDate: - IPMIFruProperty: Mfg Date - IPMIFruSection: Board - Manufacturer: - IPMIFruProperty: Manufacturer - IPMIFruSection: Board - Model: - IPMIFruProperty: Model Number - IPMIFruSection: Board - PartNumber: - IPMIFruProperty: Part Number - IPMIFruSection: Board - SerialNumber: - IPMIFruProperty: Serial Number - IPMIFruSection: Board - xyz.openbmc_project.Inventory.Item: - PrettyName: - IPMIFruProperty: Board Name - IPMIFruSection: Board diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-bmc.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-bmc.yaml new file mode 100644 index 000000000..6de8be206 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-bmc.yaml @@ -0,0 +1,120 @@ +60: + /system/chassis/motherboard/fan0: + entityID: 29 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +61: + /system/chassis/motherboard/fan1: + entityID: 29 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +62: + /system/chassis/motherboard/fan2: + entityID: 29 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +63: + /system/chassis/motherboard/fan3: + entityID: 29 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +70: + /system/chassis/motherboard/management_card/bmc: + entityID: 6 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Decorator.Asset: + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board +80: + /system/chassis/motherboard/management_card/bmc/ethernet: + entityID: 1 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +85: + /system/chassis/motherboard/powersupply0: + entityID: 10 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Decorator.Asset: + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board +86: + /system/chassis/motherboard/powersupply1: + entityID: 10 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Decorator.Asset: + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-bmc.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-bmc.yaml new file mode 100644 index 000000000..a5ce2e841 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-bmc.yaml @@ -0,0 +1,120 @@ +50: + /system/chassis/motherboard/fan0: + entityID: 29 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +51: + /system/chassis/motherboard/fan1: + entityID: 29 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +52: + /system/chassis/motherboard/fan2: + entityID: 29 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +53: + /system/chassis/motherboard/fan3: + entityID: 29 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +60: + /system/chassis/motherboard/boxelder/bmc: + entityID: 6 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Decorator.Asset: + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +70: + /system/chassis/motherboard/boxelder/bmc/ethernet: + entityID: 1 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Product Name + IPMIFruSection: Product +75: + /system/chassis/motherboard/powersupply0: + entityID: 10 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Inventory.Decorator.Asset: + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board +76: + /system/chassis/motherboard/powersupply1: + entityID: 10 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Inventory.Decorator.Asset: + BuildDate: + IPMIFruProperty: Mfg Date + IPMIFruSection: Board + Manufacturer: + IPMIFruProperty: Manufacturer + IPMIFruSection: Board + Model: + IPMIFruProperty: Model Number + IPMIFruSection: Board + PartNumber: + IPMIFruProperty: Part Number + IPMIFruSection: Board + SerialNumber: + IPMIFruProperty: Serial Number + IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item: + PrettyName: + IPMIFruProperty: Board Name + IPMIFruSection: Board -- cgit v1.2.3 From 37277674a3c0fcffd071a404a09fa9b722e57580 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Wed, 10 Jul 2019 10:56:27 -0500 Subject: README: Remove BB_ENV_EXTRAWHITE The step to set the BB_ENV_EXTRAWHITE variable is not needed to build a machine configuration. Removed. (From meta-ibm rev: b615fddcc52b8eb051d6a9755b16a75624f4c4ba) Change-Id: I24f3b8d3d4e83e725c5ba187ea8669f7b1cd1e7b Signed-off-by: Adriana Kobylak Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/README.md b/meta-ibm/meta-witherspoon/README.md index 5d2b5c722..7386d29b4 100644 --- a/meta-ibm/meta-witherspoon/README.md +++ b/meta-ibm/meta-witherspoon/README.md @@ -11,11 +11,19 @@ In addition to witherspoon, this layer contains additional machine configurations such as swift. The default machine target is witherspoon, so in order to build a different configuration, or to build witherspoon after building a different one, set the MACHINE environment to the desired -configuration name as follows (this is only needed once): +configuration name (see the conf/machine/ subdirectory for available options): - export MACHINE=""; \ - export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE" + export MACHINE=machine_configuration_name Then build: bitbake obmc-phosphor-image + +Example: + + export MACHINE=swift + bitbake obmc-phosphor-image + bitbake phosphor-logging + + export MACHINE=witherspoon + bitbake obmc-phosphor-image -- cgit v1.2.3 From b7e2d8bfdc454eeb9f22a210c05b51082fa9312a Mon Sep 17 00:00:00 2001 From: asmithakarun Date: Mon, 24 Jun 2019 05:00:33 -0500 Subject: Enabling first-boot-set-hostname service on witherspoon first-boot-set-hostname service will set a unique hostname to the machine on the very first boot. The idea of this commit is to enable this service as a part of witherspoon image. Tested by: 1. Enable first-boot-set-hostname.service - systemctl enable first-boot-set-hostname.service 2. Reboot the machine - reboot Post reboot, hostname will be changed to hostname-serialno (From meta-ibm rev: 6c8fb8fd38fd7f627657268d64967474cdd27653) Signed-off-by: asmithakarun Change-Id: I77ea7c8ddd8f0e0ce425f77262aea22712761769 Signed-off-by: Brad Bishop --- .../recipes-phosphor/images/obmc-phosphor-image.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend index aa7e786c0..7702d9910 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend @@ -1 +1 @@ -OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-mac" +OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-mac first-boot-set-hostname" -- cgit v1.2.3 From 69d0cbb995f315d8d7a973f5003947e9de37fff8 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Thu, 11 Jul 2019 09:48:49 -0500 Subject: witherspoon-128: Remove mbox node from device tree The mbox device driver was never upstreamed and has been dropped from the linux tree. Remove the node from the witherspoon-128 system as it has already been removed from the upstreamed systems. Also rebase the patch on top of the latest linux dev-5.2 branch. (From meta-ibm rev: a1920244eedde427d312c84cd74f11e1cde84818) Change-Id: If6b5f012ae2f26886c7994d739ee2a97be0e2141 Signed-off-by: Adriana Kobylak Signed-off-by: Brad Bishop --- ...eed-Witherspoon-128-Update-BMC-partitioni.patch | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed/0001-ARM-dts-Aspeed-Witherspoon-128-Update-BMC-partitioni.patch b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed/0001-ARM-dts-Aspeed-Witherspoon-128-Update-BMC-partitioni.patch index 547d5f098..b0e61ccd4 100644 --- a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed/0001-ARM-dts-Aspeed-Witherspoon-128-Update-BMC-partitioni.patch +++ b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed/0001-ARM-dts-Aspeed-Witherspoon-128-Update-BMC-partitioni.patch @@ -1,4 +1,4 @@ -From a3007793ae0c53b4a39159c6d69502de832a0914 Mon Sep 17 00:00:00 2001 +From 886807887052b408717137acfeb6a8633748a210 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Thu, 7 Feb 2019 11:23:00 -0600 Subject: [PATCH] ARM: dts: Aspeed: Witherspoon-128: Update BMC partitioning @@ -9,17 +9,17 @@ BMC flash chips. Signed-off-by: Adriana Kobylak --- arch/arm/boot/dts/Makefile | 1 + - .../boot/dts/aspeed-bmc-opp-witherspoon-128.dts | 712 +++++++++++++++++++++ - 2 files changed, 713 insertions(+) + .../boot/dts/aspeed-bmc-opp-witherspoon-128.dts | 708 +++++++++++++++++++++ + 2 files changed, 709 insertions(+) create mode 100644 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile -index bd40148..2341358 100644 +index eb6de52..833c354 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -1245,6 +1245,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ - aspeed-bmc-opp-palmetto.dtb \ - aspeed-bmc-opp-romulus.dtb \ +@@ -1280,6 +1280,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \ + aspeed-bmc-opp-swift.dtb \ + aspeed-bmc-opp-vesnin.dtb \ aspeed-bmc-opp-witherspoon.dtb \ + aspeed-bmc-opp-witherspoon-128.dtb \ aspeed-bmc-opp-zaius.dtb \ @@ -27,10 +27,10 @@ index bd40148..2341358 100644 aspeed-bmc-quanta-q71l.dtb diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts new file mode 100644 -index 0000000..db34564 +index 0000000..36b4749 --- /dev/null +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts -@@ -0,0 +1,712 @@ +@@ -0,0 +1,708 @@ +// SPDX-License-Identifier: GPL-2.0+ +/dts-v1/; +#include "aspeed-g5.dtsi" @@ -322,10 +322,6 @@ index 0000000..db34564 + flash = <&spi1>; +}; + -+&mbox { -+ status = "okay"; -+}; -+ +&mac0 { + status = "okay"; + pinctrl-names = "default"; -- cgit v1.2.3 From b20b54aa83a1af0773e5a5ea2258aec2609dc6e6 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 17 Jun 2019 13:59:13 -0500 Subject: swift: Initial fan presence config Configure fan presence for the 4 single rotor chassis fans to use gpio or tach feedback presence detection. For the internal boost fan, currently only configure the use of gpio for presence detection. The requirement of the boost fan is to assist in cooling specific card locations when necessary and may be updated later to include presence detection by tach feedback. Tested: Built swift fan presence with correctly generated config Built witherspoon fan presence resulting in no config change (From meta-ibm rev: 62395b7eb55fd36aa05bc8ed4593aea78c2e2dea) Change-Id: I10d0bcf9311926cacb1c5310b80a3bc0f00ed782 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../phosphor-fan-presence-config/swift/config.yaml | 64 +++++++++++++++++++++- 1 file changed, 62 insertions(+), 2 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml index 5b9856c46..20dc31c40 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml @@ -1,2 +1,62 @@ -# TODO: Populate with https://github.com/ibm-openbmc/dev/issues/601 -# Placeholder +- name: fan0 + path: /system/chassis/motherboard/fan0 + methods: + - type: gpio + key: 5 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event + - type: tach + sensors: + - fan0_0 + rpolicy: + type: anyof + +- name: fan1 + path: /system/chassis/motherboard/fan1 + methods: + - type: gpio + key: 6 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event + - type: tach + sensors: + - fan1_0 + rpolicy: + type: anyof + +- name: fan2 + path: /system/chassis/motherboard/fan2 + methods: + - type: gpio + key: 7 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event + - type: tach + sensors: + - fan2_0 + rpolicy: + type: anyof + +- name: fan3 + path: /system/chassis/motherboard/fan3 + methods: + - type: gpio + key: 8 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event + - type: tach + sensors: + - fan3_0 + rpolicy: + type: anyof + +# Boost fan presence +- name: fan4 + path: /system/chassis/motherboard/fan4 + methods: + - type: gpio + key: 9 + physpath: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0060 + devpath: /dev/input/by-path/platform-gpio-keys-polled-event + rpolicy: + type: anyof -- cgit v1.2.3 From af70bf502c2ad254cf50c44d3b231c4dce81233d Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 17 Jun 2019 14:07:06 -0500 Subject: swift: Initial fan monitor config Configure fan monitor to monitor the 4 single rotor chassis fans using the same config parameters as witherspoon. These parameters will likely change once complete hardware arrives and is thermally characterized. Tested: Built swift fan monitor with correctly generated config Built witherspoon fan monitor resulting in no config change (From meta-ibm rev: a7f9cd542edc7f09192ebe30ba6c286b1a01f578) Change-Id: Iee6eccd75ead287db159b52c7f87a0d3a89e8c99 Signed-off-by: Matthew Barth Signed-off-by: Brad Bishop --- .../phosphor-fan-monitor-config/swift/monitor.yaml | 38 ++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml index 5b9856c46..2c93e65c8 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml @@ -1,2 +1,36 @@ -# TODO: Populate with https://github.com/ibm-openbmc/dev/issues/601 -# Placeholder +fans: + - inventory: /system/chassis/motherboard/fan0 + functional_delay: 5 + allowed_out_of_range_time: 30 + deviation: 15 + num_sensors_nonfunc_for_fan_nonfunc: 1 + sensors: + - name: fan0_0 + has_target: true + + - inventory: /system/chassis/motherboard/fan1 + functional_delay: 5 + allowed_out_of_range_time: 30 + deviation: 15 + num_sensors_nonfunc_for_fan_nonfunc: 1 + sensors: + - name: fan1_0 + has_target: true + + - inventory: /system/chassis/motherboard/fan2 + functional_delay: 5 + allowed_out_of_range_time: 30 + deviation: 15 + num_sensors_nonfunc_for_fan_nonfunc: 1 + sensors: + - name: fan2_0 + has_target: true + + - inventory: /system/chassis/motherboard/fan3 + functional_delay: 5 + allowed_out_of_range_time: 30 + deviation: 15 + num_sensors_nonfunc_for_fan_nonfunc: 1 + sensors: + - name: fan3_0 + has_target: true -- cgit v1.2.3 From ad0bdd2b99aa67151c54497d43742ab5db0be151 Mon Sep 17 00:00:00 2001 From: Aatir Manzur Date: Wed, 10 Jul 2019 10:34:21 -0500 Subject: Fan tach sensor thresholds for swift/wspoon removed Hard-coded values for fan tach sensor thresholds don't work because these values vary. For accurate reporting, Redfish sensor output looks at the functional status on the fan inventory. Tested: Same config files changed under /etc and change verified in the webUI (From meta-ibm rev: 13ed7b8ed73d71206f6992a4c71294280c451446) Signed-off-by: Aatir Manzur Change-Id: I80df620662d16cb677acbfe311bd2e709ae5976f Signed-off-by: Brad Bishop --- .../apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf | 8 -------- .../apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf | 8 -------- .../apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf | 16 ---------------- .../apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf | 12 ------------ 4 files changed, 44 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf index cddafc1a2..0b97ed559 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf @@ -1,17 +1,9 @@ LABEL_fan1 = "fan0_0" -CRITLO_fan1 = "3000" -CRITHI_fan1 = "12000" LABEL_fan2 = "fan1_0" -CRITLO_fan2 = "3000" -CRITHI_fan2 = "12000" LABEL_fan3 = "fan2_0" -CRITLO_fan3 = "3000" -CRITHI_fan3 = "12000" LABEL_fan4 = "fan3_0" -CRITLO_fan4 = "3000" -CRITHI_fan4 = "12000" TARGET_MODE = "RPM" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf index cddafc1a2..0b97ed559 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/swift/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf @@ -1,17 +1,9 @@ LABEL_fan1 = "fan0_0" -CRITLO_fan1 = "3000" -CRITHI_fan1 = "12000" LABEL_fan2 = "fan1_0" -CRITLO_fan2 = "3000" -CRITHI_fan2 = "12000" LABEL_fan3 = "fan2_0" -CRITLO_fan3 = "3000" -CRITHI_fan3 = "12000" LABEL_fan4 = "fan3_0" -CRITLO_fan4 = "3000" -CRITHI_fan4 = "12000" TARGET_MODE = "RPM" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf index 0aafc9b14..d3df21599 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_air.conf @@ -1,33 +1,17 @@ LABEL_fan1 = "fan0_0" -CRITLO_fan1 = "2974" -CRITHI_fan1 = "12076" LABEL_fan2 = "fan1_0" -CRITLO_fan2 = "2974" -CRITHI_fan2 = "12076" LABEL_fan3 = "fan2_0" -CRITLO_fan3 = "2974" -CRITHI_fan3 = "12076" LABEL_fan4 = "fan3_0" -CRITLO_fan4 = "2974" -CRITHI_fan4 = "12076" LABEL_fan5 = "fan0_1" -CRITLO_fan5 = "2974" -CRITHI_fan5 = "12076" LABEL_fan6 = "fan1_1" -CRITLO_fan6 = "2974" -CRITHI_fan6 = "12076" LABEL_fan7 = "fan2_1" -CRITLO_fan7 = "2974" -CRITHI_fan7 = "12076" LABEL_fan8 = "fan3_1" -CRITLO_fan8 = "2974" -CRITHI_fan8 = "12076" TARGET_MODE = "RPM" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf index 5c0efe420..c96bfa76b 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/witherspoon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@100/max31785@52_water.conf @@ -1,25 +1,13 @@ LABEL_fan1 = "fan0_0" -CRITLO_fan1 = "2549" -CRITHI_fan1 = "12076" LABEL_fan3 = "fan2_0" -CRITLO_fan3 = "2549" -CRITHI_fan3 = "12076" LABEL_fan4 = "fan3_0" -CRITLO_fan4 = "2549" -CRITHI_fan4 = "12076" LABEL_fan5 = "fan0_1" -CRITLO_fan5 = "2549" -CRITHI_fan5 = "12076" LABEL_fan7 = "fan2_1" -CRITLO_fan7 = "2549" -CRITHI_fan7 = "12076" LABEL_fan8 = "fan3_1" -CRITLO_fan8 = "2549" -CRITHI_fan8 = "12076" TARGET_MODE = "RPM" -- cgit v1.2.3 From e3134ffd5d810fea1640bef007a269a824723737 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 13:05:31 -0400 Subject: meta-ibm: set correct packagearch Set the correct (noarch) package arch on a couple of shell-script-providing packages. (From meta-ibm rev: d2cb8b6c5c50794cdd97435d01fe9147010f89cd) Change-Id: I5de4911460c141fef2200efa1f80c3f0b3a6c3dd Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb | 1 + meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb index c51084296..891620b0c 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/power-workarounds.bb @@ -3,6 +3,7 @@ PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" +inherit allarch inherit obmc-phosphor-systemd RDEPENDS_${PN} += "i2c-tools" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control.bb index 36416e949..fe9463441 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control.bb @@ -4,6 +4,7 @@ PR = "r1" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" +inherit allarch inherit obmc-phosphor-systemd RDEPENDS_${PN} += "i2c-tools bash" -- cgit v1.2.3 From e3946ceffa9547b6113459eff8b6368e919b3053 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 19:13:45 -0400 Subject: meta-ibm: p9-host-start: style fixes Use typical bitbake metadata style and use double instead of single quotes, and put the append operator prior to the override. (From meta-ibm rev: 5670481726ee9e986090498e921f446ed61f1b84) Change-Id: I744a54540b671b534f1eb1cac0a87e1891c782be Signed-off-by: Brad Bishop --- .../meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend index 45deee59a..0eee561ec 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend @@ -1,4 +1,4 @@ -RDEPENDS_${PN}_witherspoon_append = ' avsbus-control' -RDEPENDS_${PN}_witherspoon_append = ' vrm-control' -RDEPENDS_${PN}_append = ' power-workarounds' +RDEPENDS_${PN}_append_witherspoon = " avsbus-control" +RDEPENDS_${PN}_append_witherspoon = " vrm-control" +RDEPENDS_${PN}_append = " power-workarounds" RDEPENDS_${PN}_remove += "p9-vcs-workaround" -- cgit v1.2.3 From 693eb66fdbb4d1c1a5cdb5c109c3ac971083105f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 12:17:31 -0400 Subject: meta-ibm: local.conf.sample: add other machines Do what poky does and add a (commented out) MACHINE entry for each supported machine. MACHINE=witherspoon remains the default. This makes is clear to anyone looking at local.conf.sample what machines are supported by the layer. (From meta-ibm rev: 275e64f3c4b4b6c6b84985f8000c3def18d1da0d) Change-Id: I83bd116e137aa9380a95abe5069f1a9c21df6983 Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/conf/local.conf.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/conf/local.conf.sample b/meta-ibm/meta-witherspoon/conf/local.conf.sample index 8a5c738fc..9dec7743d 100644 --- a/meta-ibm/meta-witherspoon/conf/local.conf.sample +++ b/meta-ibm/meta-witherspoon/conf/local.conf.sample @@ -1,3 +1,5 @@ +#MACHINE ?= "swift" +#MACHINE ?= "witherspoon-128" MACHINE ??= "witherspoon" DISTRO ?= "openbmc-witherspoon" PACKAGE_CLASSES ?= "package_rpm" -- cgit v1.2.3 From b4878ddc3c7974648e45d18aa23cf5dc23528367 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 22 Jul 2019 15:38:41 -0500 Subject: swift: Fix IO expander I2C paths There are two directory names in the path that are different based on the I2C bus. (From meta-ibm rev: d4f13c672063f32ce6aafdaaf63ce34e79f7a4b5) Signed-off-by: Matt Spinler Change-Id: I37288264ff5098f75780c243b47f46f312f98854 Signed-off-by: Brad Bishop --- .../recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml index 66f8a92b6..e14640202 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml @@ -52,7 +52,7 @@ GPIOAnalysis: - type: gpuPGOOD # The PCA9xxx chip device path and address (0xC0 8-bit = 0x60 7-bit) - path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-8/8-0060 + path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a340.i2c-bus/i2c-8/8-0060 gpio_value: low # What GPIO value indicates a fault/problem? error_function: gpuPGOODError # Extra analysis function to call for this type option_flags: none @@ -72,7 +72,7 @@ callout: /system/chassis/motherboard/gv100card3 - type: gpuOverTemp # The PCA9xxx chip device path and address (0xC0 8-bit = 0x60 7-bit) - path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-8/8-0060 + path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a340.i2c-bus/i2c-8/8-0060 gpio_value: low # What GPIO value indicates a fault/problem? error_function: gpuOverTempError # Extra analysis function to call for this type option_flags: shutdownOnFault @@ -92,7 +92,7 @@ callout: /system/chassis/motherboard/gv100card3 - type: memGOOD0 # The PCA9xxx chip device path and address (0xE8 8-bit = 0x74 7-bit) - path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-9/9-0074 + path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a380.i2c-bus/i2c-9/9-0074 gpio_value: low # What GPIO value indicates a fault/problem? error_function: memGoodError # Extra analysis function to call for this type option_flags: none @@ -136,7 +136,7 @@ callout: /system/chassis/motherboard/dimm6 - type: memGOOD1 # The PCA9xxx chip device path and address (0xE8 8-bit = 0x74 7-bit) - path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-10/10-0074 + path: /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a3c0.i2c-bus/i2c-10/10-0074 gpio_value: low # What GPIO value indicates a fault/problem? error_function: memGoodError # Extra analysis function to call for this type option_flags: none -- cgit v1.2.3 From c13f8ebeb9040e7f99ab3b93854c535271a799ca Mon Sep 17 00:00:00 2001 From: Santosh Puranik Date: Fri, 19 Jul 2019 13:57:43 +0530 Subject: Add Accelerator Interface to GPU Sensors This commit adds the xyz.openbmc_project.Inventory.Item.Accelerator interface to IPMI GPU functional sensors. This was something done earlier by commit f510f7b6b708b22db1f08faf369994f01edd0ddc. The same is being ported now to the new sensor config YAML. Tested: Loaded this change up on a witherspoon. Verified that the inventory objects created by host-ipmid now implement the xyz.openbmc_project.Inventory.Item.Accelerator interface. busctl call xyz.openbmc_project.ObjectMapper /xyz/openbmc_project/object_mapper xyz.openbmc_project.ObjectMapper GetSubTree sias "/xyz/openbmc_project/inventory" 0 1 "xyz.openbmc_project.Inventory.Item.Accelerator" a{sa{sas}} 6 "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0" .... .... (From meta-ibm rev: 2b99559bff775f719fb79a5a770b5267bbbd6dcc) Signed-off-by: Santosh Puranik Change-Id: Ic132c417aca171e23f5d72705461fe3378e194b0 Signed-off-by: Brad Bishop --- .../configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml index 0a04d93ae..1c7b6eb82 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml @@ -150,6 +150,7 @@ fw_boot_sensor: serviceInterface: org.freedesktop.DBus.Properties gpu_func_sensor: interfaces: + xyz.openbmc_project.Inventory.Item.Accelerator: xyz.openbmc_project.Inventory.Decorator.Replaceable: FieldReplaceable: Offsets: -- cgit v1.2.3 From f2b3f9e032827f47abd2189d31555df2fe4628dd Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 19:05:46 -0400 Subject: meta-ibm: use machine overrides instead of distro Using a distro feature here might be a case of too much abstraction. Instead, just enable them because that is what is desired for those systems. This is slightly easier to comprehend. Revisit, if at a later time, several phosphor-software-manager users enable signature verification and file syncing when using UBI (making the abstraction useful). If/when that occurs, those configure options and packages should be enabled via the distro feature in the base recipe and not in a bbappend. (From meta-ibm rev: 50eebe208babfe35ccd5a3ed8d560669381e82a5) Change-Id: Ic4ac7f89eeb4575e6dabb68bb61aa55835316864 Signed-off-by: Brad Bishop --- .../recipes-phosphor/flash/phosphor-software-manager_%.bbappend | 8 +++++--- .../packagegroups/packagegroup-obmc-apps.bbappend | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend index b58fc3b06..13c434d16 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend @@ -2,8 +2,10 @@ BMC_RW_MTD = "bmc" BMC_RO_MTD = "alt-bmc+bmc" BMC_KERNEL_MTD = "bmc" -# Enable signature verification by DISTRO_FEATURE obmc-ubi-fs -PACKAGECONFIG_append_df-obmc-ubi-fs = " verify_signature" +# Enable signature verification +PACKAGECONFIG_append_witherspoon = " verify_signature" +PACKAGECONFIG_append_swift = " verify_signature" # Enable sync of persistent files to the alternate BMC chip -PACKAGECONFIG_append_df-obmc-ubi-fs = " sync_bmc_files" +PACKAGECONFIG_append_witherspoon = " sync_bmc_files" +PACKAGECONFIG_append_swift = " sync_bmc_files" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend index 6e0db1e62..92b48f92a 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend @@ -2,4 +2,5 @@ RDEPENDS_${PN}-inventory += "openpower-fru-vpd openpower-occ-control phosphor-co RDEPENDS_${PN}-fan-control += "witherspoon-fan-watchdog" RDEPENDS_${PN}-extras += "witherspoon-pfault-analysis witherspoon-power-supply-sync phosphor-webui" -${PN}-software-extras_df-obmc-ubi-fs += "phosphor-software-manager-sync" +${PN}-software-extras_append_witherspoon = " phosphor-software-manager-sync" +${PN}-software-extras_append_swift = " phosphor-software-manager-sync" -- cgit v1.2.3 From 72a7c225e021219558f5dbacae45344b71d30a40 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 18:50:11 -0400 Subject: meta-ibm: witherspoon-128: MACHINEOVERRIDES fixup The ordering of the values in MACHINEOVERRIDES is wrong: MACHINEOVERRIDES="witherspoon-128:witherspoon" This means that: FOO_witherspoon = "bar" will override: FOO_witherspoon-128 = "baz" which is the opposite of expectation. The ordering is a function of config file include order and choice of the predot vs postdot operator. Use the same include ordering and dot operators as meta-fsl-arm to get the overrides to appear in MACHINEOVERRIDES in the correct order such that the expected semantics are provided and: FOO_witherspoon-128 = "bar" will override: FOO_witherspoon = "baz" (From meta-ibm rev: a12ff8392546591d8b52927da983dd76d2c0f1bd) Change-Id: I823e236bd0147cc058052d85778b522e74fabb28 Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf index a3981cc4f..d21b9b22b 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-128.conf @@ -1,5 +1,5 @@ +MACHINEOVERRIDES =. "witherspoon:" require conf/machine/witherspoon.conf -MACHINEOVERRIDES .= ":witherspoon" KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" -- cgit v1.2.3 From 4e979338bc2ad43929cb49451d7edc670b7f286e Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 14:37:38 -0400 Subject: meta-ibm: add ibm-ac-server MACHINEOVERRIDE As of today the IBM(witherspoon) layer supports three of IBMs "Acclerated Compute" class of systems: witherspoon, witherspoon-128 and swift. Most of the bbappends are required for all three. Prior to this patch this was handled by bbappending without any override. This is counter to best practices and pollutes the metadata for layer users using recipes from meta-witherspoon. Add a new ibm-ac-server MACHINEOVERRIDE so that bbappends that work on all of IBM's AC systems can be overridden appropriately without having to explicitly list every system. (From meta-ibm rev: b770d19fc3e9774a1ad80be55b2f986d02847c26) Change-Id: I69ae41fa80612d1c019f031a02e32c01580b7939 Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf index 579b00d14..3f7aedcb9 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf @@ -8,6 +8,9 @@ OBMC_POWER_SUPPLY_INSTANCES = "0 1" PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' +# A machine override for common machine configuration for all of IBM's +# "Accelerated Computing" class of systems. +MACHINEOVERRIDES =. "ibm-ac-server:" require conf/machine/include/ast2500.inc require conf/machine/include/obmc-bsp-common.inc require conf/machine/include/openpower.inc -- cgit v1.2.3 From ead9ee683e5829b00afae3032df6d4e505f492b6 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 18 Jul 2019 23:45:53 -0400 Subject: meta-ibm: remove execute perms from data files (From meta-ibm rev: 8f7ff601395419a933eb0506d5cc07fd805f7708) Change-Id: Iffb2c550511b4024b721c2ba81aec1f909ce7703 Signed-off-by: Brad Bishop --- .../recipes-phosphor/leds/palmetto-led-manager-config/led.yaml | 0 .../recipes-phosphor/leds/romulus-led-manager-config/led.yaml | 0 .../fans/phosphor-fan-control-fan-config/witherspoon/fans.yaml | 0 .../recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules | 0 .../recipes-phosphor/sensors/phosphor-hwmon/70-max31785-hwmon.rules | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml mode change 100755 => 100644 meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml mode change 100755 => 100644 meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-fan-config/witherspoon/fans.yaml mode change 100755 => 100644 meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules mode change 100755 => 100644 meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-max31785-hwmon.rules (limited to 'meta-ibm') diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml b/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml old mode 100755 new mode 100644 diff --git a/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml b/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml old mode 100755 new mode 100644 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-fan-config/witherspoon/fans.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-fan-config/witherspoon/fans.yaml old mode 100755 new mode 100644 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules old mode 100755 new mode 100644 diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-max31785-hwmon.rules b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-max31785-hwmon.rules old mode 100755 new mode 100644 -- cgit v1.2.3 From a29c2d5e6187adb2c309d049226085eb1283b555 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Jul 2019 17:35:55 -0400 Subject: meta-ibm: use ibm-ac-server MACHINEOVERRIDE Use an override in bbappends in meta-witherspoon as described and recommended in the "following best practices when creating layers" section of the the Yocto development tasks manual. ibm-ac-server represents common machine configuration shared by all of IBMs "Accelerated Compute" class of servers. Apply it wherever any variables are un-bounded by any override. This enables more flexible use of meta-witherspoon in build configurations, and easy addition of machines to the layer. (From meta-ibm rev: bb0e1d0699a4b9905c053c94af7d882cd71779fc) Change-Id: I82f7338b0d7a64b5e7a67e19bcdff07f48a332d4 Signed-off-by: Brad Bishop --- .../recipes-core/systemd/systemd_%.bbappend | 14 +- .../recipes-kernel/linux/linux-aspeed_%.bbappend | 2 +- .../ibm-ac-server/obmc/power_control | 2 + .../obmc-op-control-power_%/obmc/power_control | 2 - .../ibm-ac-server/ir35221-unbind-bind.sh | 81 + .../chassis/vrm-control/ir35221-unbind-bind.sh | 81 - .../obmc-console/ibm-ac-server/obmc-console.conf | 5 + .../console/obmc-console/obmc-console.conf | 5 - .../dbus/phosphor-dbus-monitor-config.bbappend | 8 +- .../dbus/phosphor-dbus-monitor_%.bbappend | 2 +- .../recipes-phosphor/fans/phosphor-fan_%.bbappend | 12 +- .../flash/openpower-software-manager_%.bbappend | 2 +- .../flash/phosphor-software-manager_%.bbappend | 12 +- .../gpio/phosphor-gpio-monitor_%.bbappend | 4 +- .../recipes-phosphor/host/p9-host-start.bbappend | 4 +- .../images/obmc-phosphor-image.bbappend | 2 +- .../phosphor-inventory-manager_%.bbappend | 8 +- .../ipmi/openpower-ipmi-oem_%.bbappend | 4 +- .../ipmi/phosphor-ipmi-config.bbappend | 2 +- .../ipmi/phosphor-ipmi-config/dcmi_sensors.json | 58 - .../ipmi/phosphor-ipmi-config/dev_id.json | 2 - .../ibm-ac-server/dcmi_sensors.json | 58 + .../phosphor-ipmi-config/ibm-ac-server/dev_id.json | 2 + .../ibm-ac-server/power_reading.json | 3 + .../ipmi/phosphor-ipmi-config/power_reading.json | 3 - .../ipmi/phosphor-ipmi-fru_%.bbappend | 4 +- .../ipmi/phosphor-ipmi-host_%.bbappend | 4 +- .../ibm-logging/ibm-ac-server/policyTable.json | 22437 +++++++++++++++++++ .../logging/ibm-logging/policyTable.json | 22437 ------------------- .../logging/ibm-logging_%.bbappend | 2 +- .../recipes-phosphor/mboxd/mboxd_%.bbappend | 8 +- .../network/first-boot-set-mac_%.bbappend | 2 +- .../network/phosphor-network_%.bbappend | 6 +- .../packagegroups/packagegroup-obmc-apps.bbappend | 9 +- .../sensors/phosphor-hwmon/70-hwmon.rules | 2 - .../phosphor-hwmon/ibm-ac-server/70-hwmon.rules | 2 + .../sensors/phosphor-hwmon_%.bbappend | 14 +- .../settings/phosphor-settings-manager_%.bbappend | 2 +- 38 files changed, 22652 insertions(+), 22655 deletions(-) create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/ibm-ac-server/obmc/power_control delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/obmc/power_control create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ir35221-unbind-bind.sh delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/obmc-console.conf delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dcmi_sensors.json create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dev_id.json create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/power_reading.json delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/ibm-ac-server/policyTable.json delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/policyTable.json delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/ibm-ac-server/70-hwmon.rules (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-core/systemd/systemd_%.bbappend b/meta-ibm/meta-witherspoon/recipes-core/systemd/systemd_%.bbappend index 62ea76f79..a40f61873 100644 --- a/meta-ibm/meta-witherspoon/recipes-core/systemd/systemd_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-core/systemd/systemd_%.bbappend @@ -1,13 +1,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += "file://journald-storage-policy.conf" -SRC_URI += "file://systemd-journald-override.conf" -SRC_URI += "file://journald-size-policy.conf" +SRC_URI_append_ibm-ac-server = " file://journald-storage-policy.conf" +SRC_URI_append_ibm-ac-server = " file://systemd-journald-override.conf" +SRC_URI_append_ibm-ac-server = " file://journald-size-policy.conf" -FILES_${PN} += "${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf" -FILES_${PN} += "${systemd_system_unitdir}/systemd-journald.service.d/systemd-journald-override.conf" -FILES_${PN} += "${systemd_unitdir}/journald.conf.d/journald-size-policy.conf" +FILES_${PN}_append_ibm-ac-server = " ${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf" +FILES_${PN}_append_ibm-ac-server = " ${systemd_system_unitdir}/systemd-journald.service.d/systemd-journald-override.conf" +FILES_${PN}_append_ibm-ac-server = " ${systemd_unitdir}/journald.conf.d/journald-size-policy.conf" -do_install_append() { +do_install_append_ibm-ac-server() { install -m 644 -D ${WORKDIR}/journald-storage-policy.conf ${D}${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf install -m 644 -D ${WORKDIR}/systemd-journald-override.conf ${D}${systemd_system_unitdir}/systemd-journald.service.d/systemd-journald-override.conf install -m 644 -D ${WORKDIR}/journald-size-policy.conf ${D}${systemd_unitdir}/journald.conf.d/journald-size-policy.conf diff --git a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend index e41a430c7..fa249c015 100644 --- a/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-kernel/linux/linux-aspeed_%.bbappend @@ -1,3 +1,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += "file://witherspoon.cfg" +SRC_URI_append_ibm-ac-server = " file://witherspoon.cfg" SRC_URI_append_witherspoon-128 = " file://0001-ARM-dts-Aspeed-Witherspoon-128-Update-BMC-partitioni.patch" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/ibm-ac-server/obmc/power_control b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/ibm-ac-server/obmc/power_control new file mode 100644 index 000000000..a93bdd758 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/ibm-ac-server/obmc/power_control @@ -0,0 +1,2 @@ +POLL_INTERVAL="500" +PGOOD_TIMEOUT="10" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/obmc/power_control b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/obmc/power_control deleted file mode 100644 index a93bdd758..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/obmc-op-control-power_%/obmc/power_control +++ /dev/null @@ -1,2 +0,0 @@ -POLL_INTERVAL="500" -PGOOD_TIMEOUT="10" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ir35221-unbind-bind.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ir35221-unbind-bind.sh new file mode 100644 index 000000000..85d77412d --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ir35221-unbind-bind.sh @@ -0,0 +1,81 @@ +#!/bin/bash +# ######################################################### +# Script to run on witherspoon BMC to unbind/bind the ir35221 +# driver's devices + +status=0 +max_retries=3 +driver_path="/sys/bus/i2c/drivers/ir35221/" +platform_path="/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/" + +unbind_driver () { + echo $1 > $driver_path/unbind +} + +bind_driver () { + device=$1 + tries=0 + + until [ $tries -ge $max_retries ]; do + tries=$((tries+1)) + ret=0 + echo $device > $driver_path/bind || ret=$? + if [ $ret -ne 0 ]; then + echo "VRM $1 bind failed. Try $tries" + sleep 1 + else + tries=$((max_retries+1)) + fi + done + + #Script will return a nonzero value if any binds fail. + if [ $ret -ne 0 ]; then + status=$ret + fi +} + +if [ "$1" = "unbind" ] +then + if [ -e $driver_path/4-0070 ] + then + unbind_driver "4-0070" + fi + + if [ -e $driver_path/4-0071 ] + then + unbind_driver "4-0071" + fi + + if [ -e $driver_path/5-0070 ] + then + unbind_driver "5-0070" + fi + + if [ -e $driver_path/5-0071 ] + then + unbind_driver "5-0071" + fi +elif [ "$1" = "bind" ] +then + if [ -e $platform_path/1e78a140.i2c-bus/i2c-4/4-0070 ] + then + bind_driver "4-0070" + fi + + if [ -e $platform_path/1e78a140.i2c-bus/i2c-4/4-0071 ] + then + bind_driver "4-0071" + fi + + if [ -e $platform_path/1e78a180.i2c-bus/i2c-5/5-0070 ] + then + bind_driver "5-0070" + fi + + if [ -e $platform_path/1e78a180.i2c-bus/i2c-5/5-0071 ] + then + bind_driver "5-0071" + fi +fi + +exit $status diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh deleted file mode 100644 index 85d77412d..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/bash -# ######################################################### -# Script to run on witherspoon BMC to unbind/bind the ir35221 -# driver's devices - -status=0 -max_retries=3 -driver_path="/sys/bus/i2c/drivers/ir35221/" -platform_path="/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/" - -unbind_driver () { - echo $1 > $driver_path/unbind -} - -bind_driver () { - device=$1 - tries=0 - - until [ $tries -ge $max_retries ]; do - tries=$((tries+1)) - ret=0 - echo $device > $driver_path/bind || ret=$? - if [ $ret -ne 0 ]; then - echo "VRM $1 bind failed. Try $tries" - sleep 1 - else - tries=$((max_retries+1)) - fi - done - - #Script will return a nonzero value if any binds fail. - if [ $ret -ne 0 ]; then - status=$ret - fi -} - -if [ "$1" = "unbind" ] -then - if [ -e $driver_path/4-0070 ] - then - unbind_driver "4-0070" - fi - - if [ -e $driver_path/4-0071 ] - then - unbind_driver "4-0071" - fi - - if [ -e $driver_path/5-0070 ] - then - unbind_driver "5-0070" - fi - - if [ -e $driver_path/5-0071 ] - then - unbind_driver "5-0071" - fi -elif [ "$1" = "bind" ] -then - if [ -e $platform_path/1e78a140.i2c-bus/i2c-4/4-0070 ] - then - bind_driver "4-0070" - fi - - if [ -e $platform_path/1e78a140.i2c-bus/i2c-4/4-0071 ] - then - bind_driver "4-0071" - fi - - if [ -e $platform_path/1e78a180.i2c-bus/i2c-5/5-0070 ] - then - bind_driver "5-0070" - fi - - if [ -e $platform_path/1e78a180.i2c-bus/i2c-5/5-0071 ] - then - bind_driver "5-0071" - fi -fi - -exit $status diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/obmc-console.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/obmc-console.conf new file mode 100644 index 000000000..638ae7e5d --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/ibm-ac-server/obmc-console.conf @@ -0,0 +1,5 @@ +lpc-address = 0x3f8 +sirq = 4 +local-tty = ttyS0 +local-tty-baud = 115200 +logsize = 256k diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf deleted file mode 100644 index 638ae7e5d..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/console/obmc-console/obmc-console.conf +++ /dev/null @@ -1,5 +0,0 @@ -lpc-address = 0x3f8 -sirq = 4 -local-tty = ttyS0 -local-tty-baud = 115200 -logsize = 256k diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend index b06da500a..185db1033 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend @@ -1,4 +1,4 @@ -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " fan-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " thermal-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " power-supply-policy" -PHOSPHOR_DBUS_MONITOR_CONFIGS_append = " events-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_ibm-ac-server = " fan-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_ibm-ac-server = " thermal-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_ibm-ac-server = " power-supply-policy" +PHOSPHOR_DBUS_MONITOR_CONFIGS_append_ibm-ac-server = " events-policy" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend index e80b49902..8e1bf41fa 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend @@ -1 +1 @@ -SYSTEMD_LINK_phosphor-msl-verify = "../phosphor-msl-verify.service:obmc-chassis-poweron@0.target.requires/phosphor-msl-verify.service" +SYSTEMD_LINK_phosphor-msl-verify_append_ibm-ac-server = " ../phosphor-msl-verify.service:obmc-chassis-poweron@0.target.requires/phosphor-msl-verify.service" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend index 58c1a5f9d..88c32ffa6 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan_%.bbappend @@ -1,24 +1,24 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" # Package configuration -FAN_PACKAGES += " \ +FAN_PACKAGES_append_ibm-ac-server = " \ phosphor-cooling-type \ " -PACKAGECONFIG += "cooling-type" +PACKAGECONFIG_append_ibm-ac-server = " cooling-type" TMPL_COOLING = "phosphor-cooling-type@.service" INSTFMT_COOLING = "phosphor-cooling-type@{0}.service" COOLING_TGT = "multi-user.target" FMT_COOLING = "../${TMPL_COOLING}:${COOLING_TGT}.requires/${INSTFMT_COOLING}" -FILES_phosphor-cooling-type = "${bindir}/phosphor-cooling-type" -SYSTEMD_SERVICE_phosphor-cooling-type += "${TMPL_COOLING}" -SYSTEMD_LINK_phosphor-cooling-type += "${@compose_list(d, 'FMT_COOLING', 'OBMC_CHASSIS_INSTANCES')}" +FILES_phosphor-cooling-type_append_ibm-ac-server = " ${bindir}/phosphor-cooling-type" +SYSTEMD_SERVICE_phosphor-cooling-type_append_ibm-ac-server = " ${TMPL_COOLING}" +SYSTEMD_LINK_phosphor-cooling-type_append_ibm-ac-server = " ${@compose_list(d, 'FMT_COOLING', 'OBMC_CHASSIS_INSTANCES')}" COOLING_ENV_FMT = "obmc/phosphor-fan/phosphor-cooling-type-{0}.conf" -SYSTEMD_ENVIRONMENT_FILE_phosphor-cooling-type += "${@compose_list(d, 'COOLING_ENV_FMT', 'OBMC_CHASSIS_INSTANCES')}" +SYSTEMD_ENVIRONMENT_FILE_phosphor-cooling-type_append_ibm-ac-server = " ${@compose_list(d, 'COOLING_ENV_FMT', 'OBMC_CHASSIS_INSTANCES')}" #These services are protected by the watchdog SYSTEMD_OVERRIDE_phosphor-fan-control_witherspoon += "fan-watchdog-monitor.conf:phosphor-fan-control-init@0.service.d/fan-watchdog-monitor.conf" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend index 3dcc25dd7..197e4049c 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend @@ -1 +1 @@ -PACKAGECONFIG_append_df-openpower-ubi-fs = " verify_pnor_signature" +PACKAGECONFIG_append_ibm-ac-server = " verify_pnor_signature" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend index 13c434d16..e106fac15 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend @@ -1,11 +1,9 @@ -BMC_RW_MTD = "bmc" -BMC_RO_MTD = "alt-bmc+bmc" -BMC_KERNEL_MTD = "bmc" +BMC_RW_MTD_ibm-ac-server = "bmc" +BMC_RO_MTD_ibm-ac-server = "alt-bmc+bmc" +BMC_KERNEL_MTD_ibm-ac-server = "bmc" # Enable signature verification -PACKAGECONFIG_append_witherspoon = " verify_signature" -PACKAGECONFIG_append_swift = " verify_signature" +PACKAGECONFIG_append_ibm-ac-server = " verify_signature" # Enable sync of persistent files to the alternate BMC chip -PACKAGECONFIG_append_witherspoon = " sync_bmc_files" -PACKAGECONFIG_append_swift = " sync_bmc_files" +PACKAGECONFIG_append_ibm-ac-server = " sync_bmc_files" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend index f5a358200..032056c26 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend @@ -5,8 +5,8 @@ INSTFMT_POWERSUPPLY = "phosphor-gpio-presence@{0}.service" POWERSUPPLY_TGT = "multi-user.target" FMT_POWERSUPPLY = "../${TMPL_POWERSUPPLY}:${POWERSUPPLY_TGT}.requires/${INSTFMT_POWERSUPPLY}" -SYSTEMD_LINK_${PN}-presence += "${@compose_list(d, 'FMT_POWERSUPPLY', 'OBMC_POWER_SUPPLY_INSTANCES')}" +SYSTEMD_LINK_${PN}-presence_append_ibm-ac-server = " ${@compose_list(d, 'FMT_POWERSUPPLY', 'OBMC_POWER_SUPPLY_INSTANCES')}" POWERSUPPLY_ENV_FMT = "obmc/gpio/phosphor-power-supply-{0}.conf" -SYSTEMD_ENVIRONMENT_FILE_${PN}-presence += "${@compose_list(d, 'POWERSUPPLY_ENV_FMT', 'OBMC_POWER_SUPPLY_INSTANCES')}" +SYSTEMD_ENVIRONMENT_FILE_${PN}-presence_append_ibm-ac-server = " ${@compose_list(d, 'POWERSUPPLY_ENV_FMT', 'OBMC_POWER_SUPPLY_INSTANCES')}" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend index 0eee561ec..3ae8bcb96 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/host/p9-host-start.bbappend @@ -1,4 +1,4 @@ RDEPENDS_${PN}_append_witherspoon = " avsbus-control" RDEPENDS_${PN}_append_witherspoon = " vrm-control" -RDEPENDS_${PN}_append = " power-workarounds" -RDEPENDS_${PN}_remove += "p9-vcs-workaround" +RDEPENDS_${PN}_append_ibm-ac-server = " power-workarounds" +RDEPENDS_${PN}_remove_ibm-ac-server = "p9-vcs-workaround" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend index 7702d9910..ab45d557e 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend @@ -1 +1 @@ -OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-mac first-boot-set-hostname" +OBMC_IMAGE_EXTRA_INSTALL_append_ibm-ac-server = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-mac first-boot-set-hostname" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend index 39f87342e..bdc3912d5 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend @@ -1,11 +1,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PACKAGECONFIG_append = " associations" -SRC_URI += "file://associations.json" +PACKAGECONFIG_append_ibm-ac-server = " associations" +SRC_URI_append_ibm-ac-server = " file://associations.json" -DEPENDS_append = " inventory-cleanup" +DEPENDS_append_ibm-ac-server = " inventory-cleanup" -do_install_append() { +do_install_append_ibm-ac-server() { install -d ${D}${base_datadir} install -m 0755 ${WORKDIR}/associations.json ${D}${base_datadir}/associations.json } diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend index 588f23e0b..ae379af3f 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend @@ -1,5 +1,5 @@ -DEPENDS_append = " acx22-yaml-config" +DEPENDS_append_ibm-ac-server = " acx22-yaml-config" -EXTRA_OECONF = " \ +EXTRA_OECONF_ibm-ac-server = " \ INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-inventory-sensors.yaml \ " diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend index 3256e834a..e3e5002bb 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend @@ -16,7 +16,7 @@ inherit image_version unset do_patch[noexec] do_patch[depends] = "os-release:do_populate_sysroot" -python do_patch() { +python do_patch_ibm-ac-server() { import json import re from shutil import copyfile diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json deleted file mode 100644 index 837071398..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "inlet": [ - {"instance": 1, "dbus": "/xyz/openbmc_project/sensors/temperature/ambient", "record_id": 254} - ], - "baseboard": [ - {"instance": 1, "dbus": "/xyz/openbmc_project/sensors/temperature/pcie", "record_id": 253} - ], - "cpu": [ - {"instance": 1, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core0_temp", "record_id": 17}, - {"instance": 2, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core1_temp", "record_id": 20}, - {"instance": 3, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core2_temp", "record_id": 23}, - {"instance": 4, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core3_temp", "record_id": 26}, - {"instance": 5, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core4_temp", "record_id": 29}, - {"instance": 6, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core5_temp", "record_id": 32}, - {"instance": 7, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core6_temp", "record_id": 35}, - {"instance": 8, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core7_temp", "record_id": 38}, - {"instance": 9, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core8_temp", "record_id": 41}, - {"instance": 10, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core9_temp", "record_id": 44}, - {"instance": 11, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core10_temp", "record_id": 47}, - {"instance": 12, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core11_temp", "record_id": 50}, - {"instance": 13, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core12_temp", "record_id": 53}, - {"instance": 14, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core13_temp", "record_id": 56}, - {"instance": 15, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core14_temp", "record_id": 59}, - {"instance": 16, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core15_temp", "record_id": 62}, - {"instance": 17, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core16_temp", "record_id": 65}, - {"instance": 18, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core17_temp", "record_id": 68}, - {"instance": 19, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core18_temp", "record_id": 71}, - {"instance": 20, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core19_temp", "record_id": 74}, - {"instance": 21, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core20_temp", "record_id": 77}, - {"instance": 22, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core21_temp", "record_id": 80}, - {"instance": 23, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core22_temp", "record_id": 83}, - {"instance": 24, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core23_temp", "record_id": 86}, - {"instance": 25, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core0_temp", "record_id": 91}, - {"instance": 26, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core1_temp", "record_id": 94}, - {"instance": 27, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core2_temp", "record_id": 97}, - {"instance": 28, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core3_temp", "record_id": 100}, - {"instance": 29, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core4_temp", "record_id": 103}, - {"instance": 30, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core5_temp", "record_id": 106}, - {"instance": 31, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core6_temp", "record_id": 109}, - {"instance": 32, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core7_temp", "record_id": 112}, - {"instance": 33, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core8_temp", "record_id": 115}, - {"instance": 34, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core9_temp", "record_id": 118}, - {"instance": 35, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core10_temp", "record_id": 121}, - {"instance": 36, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core11_temp", "record_id": 124}, - {"instance": 37, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core12_temp", "record_id": 127}, - {"instance": 38, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core13_temp", "record_id": 130}, - {"instance": 39, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core14_temp", "record_id": 133}, - {"instance": 40, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core15_temp", "record_id": 136}, - {"instance": 41, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core16_temp", "record_id": 139}, - {"instance": 42, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core17_temp", "record_id": 142}, - {"instance": 43, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core18_temp", "record_id": 145}, - {"instance": 44, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core19_temp", "record_id": 148}, - {"instance": 45, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core20_temp", "record_id": 151}, - {"instance": 46, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core21_temp", "record_id": 154}, - {"instance": 47, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core22_temp", "record_id": 157}, - {"instance": 48, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core23_temp", "record_id": 160} - ] -} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json deleted file mode 100644 index 6cd9a94b3..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json +++ /dev/null @@ -1,2 +0,0 @@ -{"id": 0, "revision": 128, "addn_dev_support": 141, - "manuf_id": 42817, "prod_id": 16975, "aux": 0} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dcmi_sensors.json b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dcmi_sensors.json new file mode 100644 index 000000000..837071398 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dcmi_sensors.json @@ -0,0 +1,58 @@ +{ + "inlet": [ + {"instance": 1, "dbus": "/xyz/openbmc_project/sensors/temperature/ambient", "record_id": 254} + ], + "baseboard": [ + {"instance": 1, "dbus": "/xyz/openbmc_project/sensors/temperature/pcie", "record_id": 253} + ], + "cpu": [ + {"instance": 1, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core0_temp", "record_id": 17}, + {"instance": 2, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core1_temp", "record_id": 20}, + {"instance": 3, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core2_temp", "record_id": 23}, + {"instance": 4, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core3_temp", "record_id": 26}, + {"instance": 5, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core4_temp", "record_id": 29}, + {"instance": 6, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core5_temp", "record_id": 32}, + {"instance": 7, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core6_temp", "record_id": 35}, + {"instance": 8, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core7_temp", "record_id": 38}, + {"instance": 9, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core8_temp", "record_id": 41}, + {"instance": 10, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core9_temp", "record_id": 44}, + {"instance": 11, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core10_temp", "record_id": 47}, + {"instance": 12, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core11_temp", "record_id": 50}, + {"instance": 13, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core12_temp", "record_id": 53}, + {"instance": 14, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core13_temp", "record_id": 56}, + {"instance": 15, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core14_temp", "record_id": 59}, + {"instance": 16, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core15_temp", "record_id": 62}, + {"instance": 17, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core16_temp", "record_id": 65}, + {"instance": 18, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core17_temp", "record_id": 68}, + {"instance": 19, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core18_temp", "record_id": 71}, + {"instance": 20, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core19_temp", "record_id": 74}, + {"instance": 21, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core20_temp", "record_id": 77}, + {"instance": 22, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core21_temp", "record_id": 80}, + {"instance": 23, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core22_temp", "record_id": 83}, + {"instance": 24, "dbus": "/xyz/openbmc_project/sensors/temperature/p0_core23_temp", "record_id": 86}, + {"instance": 25, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core0_temp", "record_id": 91}, + {"instance": 26, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core1_temp", "record_id": 94}, + {"instance": 27, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core2_temp", "record_id": 97}, + {"instance": 28, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core3_temp", "record_id": 100}, + {"instance": 29, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core4_temp", "record_id": 103}, + {"instance": 30, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core5_temp", "record_id": 106}, + {"instance": 31, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core6_temp", "record_id": 109}, + {"instance": 32, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core7_temp", "record_id": 112}, + {"instance": 33, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core8_temp", "record_id": 115}, + {"instance": 34, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core9_temp", "record_id": 118}, + {"instance": 35, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core10_temp", "record_id": 121}, + {"instance": 36, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core11_temp", "record_id": 124}, + {"instance": 37, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core12_temp", "record_id": 127}, + {"instance": 38, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core13_temp", "record_id": 130}, + {"instance": 39, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core14_temp", "record_id": 133}, + {"instance": 40, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core15_temp", "record_id": 136}, + {"instance": 41, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core16_temp", "record_id": 139}, + {"instance": 42, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core17_temp", "record_id": 142}, + {"instance": 43, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core18_temp", "record_id": 145}, + {"instance": 44, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core19_temp", "record_id": 148}, + {"instance": 45, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core20_temp", "record_id": 151}, + {"instance": 46, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core21_temp", "record_id": 154}, + {"instance": 47, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core22_temp", "record_id": 157}, + {"instance": 48, "dbus": "/xyz/openbmc_project/sensors/temperature/p1_core23_temp", "record_id": 160} + ] +} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dev_id.json b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dev_id.json new file mode 100644 index 000000000..6cd9a94b3 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dev_id.json @@ -0,0 +1,2 @@ +{"id": 0, "revision": 128, "addn_dev_support": 141, + "manuf_id": 42817, "prod_id": 16975, "aux": 0} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/power_reading.json b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/power_reading.json new file mode 100644 index 000000000..97e8f32b5 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/power_reading.json @@ -0,0 +1,3 @@ +{ + "path": "/xyz/openbmc_project/sensors/power/total_power" +} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json deleted file mode 100644 index 97e8f32b5..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "path": "/xyz/openbmc_project/sensors/power/total_power" -} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend index 408364c6f..2da9493df 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend @@ -1,6 +1,6 @@ -DEPENDS_append = " acx22-yaml-config" +DEPENDS_append_ibm-ac-server = " acx22-yaml-config" -EXTRA_OECONF = " \ +EXTRA_OECONF_ibm-ac-server = " \ YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-fru-read.yaml \ PROP_YAML=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-extra-properties.yaml \ " diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend index 16b1379e0..3fdcada43 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend @@ -1,6 +1,6 @@ -DEPENDS_append = " acx22-yaml-config" +DEPENDS_append_ibm-ac-server = " acx22-yaml-config" -EXTRA_OECONF = " \ +EXTRA_OECONF_ibm-ac-server = " \ SENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-sensors.yaml \ INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-inventory-sensors.yaml \ FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/acx22-yaml-config/ipmi-fru-read.yaml \ diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/ibm-ac-server/policyTable.json b/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/ibm-ac-server/policyTable.json new file mode 100644 index 000000000..80bfbcfd9 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/ibm-ac-server/policyTable.json @@ -0,0 +1,22437 @@ +{ + "events": { + "External Software CSM||Event Type Lookup Failure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Events / Monitoring", + "BMCMessageID": "External Software CSM", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPEM0003G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "CSM", + "Message": "Failed to find an alert in the CSM RAS event types table", + "ReferencedInventory": "Event Type Lookup Failure", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": false + }, + "External Software||Network Error": { + "AffectedLEDs": null, + "AffectedSubsystem": "Interconnect Networking", + "BMCMessageID": "External Software", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPIN0001M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Connection Error. View additional details for more information", + "ReferencedInventory": "Network Error", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": true + }, + "org.open_power.Host.Access.Error.ReadCFAM": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Access.Error.ReadCFAM", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0044F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failure to write to host CFAM interface", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Access.Error.WriteCFAM": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Access.Error.WriteCFAM", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0043F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failure to read from host CFAM interface", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Boot.Error.Checkstop": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Boot.Error.Checkstop", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0007G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system checkstop occurred", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Boot.Error.WatchdogTimedOut": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Boot.Error.WatchdogTimedOut", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0023M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Hostboot has become unresponsive", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Checkstop": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.Checkstop", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0007G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system checkstop occurred", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPAA0011M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error was detected with the base platform, but was not able to be deciphered. Contact your next level of support.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPAA0008M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Hostboot procedure callout", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0095I", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0093G", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0096I", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0094G", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0095I", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0093G", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0060I", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0059G", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard||Critical": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPAA0013M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system backplane has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard||Informational": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0014I", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Recovery", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system backplane has recovered from an error", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard||Warning": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0013G", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "PFA", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system backplane has exceeded a correctable error threshold", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCR0003M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system firmware error occurred.", + "ReferencedInventory": 0, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0000M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A vital system component has been disabled", + "ReferencedInventory": 1, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPAA0001M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An unknown problem occurred", + "ReferencedInventory": 10, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0029M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": null, + "Message": "A system firmware error occurred.", + "ReferencedInventory": 11, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0007M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system firmware error occurred.", + "ReferencedInventory": 16, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||1C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0008M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system firmware error occurred.", + "ReferencedInventory": "1C", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0044M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A memory configuration error has been detected.", + "ReferencedInventory": 22, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||2D": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0060M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A FSI path error has occurred.", + "ReferencedInventory": "2D", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||30": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0061M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An external processor interface problem has occurred", + "ReferencedInventory": 30, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||31": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0062M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An internal processor interface problem has occurred", + "ReferencedInventory": 31, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||34": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0058M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A memory bus error occurred.", + "ReferencedInventory": 34, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||37": { + "AffectedLEDs": null, + "AffectedSubsystem": "System Board", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPSB0005M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A bus error occurred.", + "ReferencedInventory": 37, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||3F": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0012M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system power problem has occurred", + "ReferencedInventory": "3F", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0004M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system firmware error occurred.", + "ReferencedInventory": 4, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||4D": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0009M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "System performance is degraded", + "ReferencedInventory": "4D", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||4F": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0045M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An uncorrectable memory problem occurred.", + "ReferencedInventory": "4F", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0005M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system firmware error occurred.", + "ReferencedInventory": 5, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||55": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0011M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The service processor detected a problem during the early boot process", + "ReferencedInventory": 55, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||56": { + "AffectedLEDs": null, + "AffectedSubsystem": "Time Reference", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPTR0001M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A problem with the time of day clock and or clock function has been detected.", + "ReferencedInventory": 56, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||5C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPU0063M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "One or more processor sensors detected an over temperature condition.", + "ReferencedInventory": "5C", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||5D": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0028M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Not Valid", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to verify the system firmware", + "ReferencedInventory": "5D", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||5E": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0092M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred with a GPU and automated isolation was not possible", + "ReferencedInventory": "5E", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0059M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A CPU problem was detected.", + "ReferencedInventory": 8, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0043M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred with a memory DIMM and automated isolation was not possible", + "ReferencedInventory": 9, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.MaintenanceProcedure||A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0006M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system firmware error occurred.", + "ReferencedInventory": "A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Error.WatchdogTimedOut": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.Host.Error.WatchdogTimedOut", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0023M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Hostboot has become unresponsive", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPAA0008M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Hostboot procedure callout", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "org.open_power.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.OCC.Device.Error.ConfigFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.OCC.Device.Error.ConfigFailure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCR0048M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failure to configure OCC", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.OCC.Device.Error.OpenFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.OCC.Device.Error.OpenFailure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCR0045M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to open OCC connection", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.OCC.Device.Error.ReadFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.OCC.Device.Error.ReadFailure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCR0046M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from OCC", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.OCC.Device.Error.WriteFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.OCC.Device.Error.WriteFailure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCR0047M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to OCC", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.OCC.Metrics.Error.Event": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "org.open_power.OCC.Metrics.Error.Event", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0064I", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Status", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "OCC metric data collected", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Proc.FSI.Error.MasterDetectionFailure||FSI": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Proc.FSI.Error.MasterDetectionFailure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0097M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to detect master processor on FSI bus", + "ReferencedInventory": "FSI", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Proc.FSI.Error.SlaveDetectionFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "org.open_power.Proc.FSI.Error.SlaveDetectionFailure", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0098M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to detect slave processor on FSI bus", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": "Cooling", + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": "Cooling", + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": "Cooling", + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": "Cooling", + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": "Cooling", + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": "Cooling", + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerOnFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerOnFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system power failed to turn on", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerFault": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0041M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||GPU_PGOOD": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0045M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a GPU_PGOOD fault", + "ReferencedInventory": "GPU_PGOOD", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0043M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a MEM_GOOD0 fault", + "ReferencedInventory": "MEM_GOOD0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0044M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a MEM_GOOD1 fault", + "ReferencedInventory": "MEM_GOOD1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||PGOOD_5P0V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0042M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a PGOOD_5P0V fault", + "ReferencedInventory": "PGOOD_5P0V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||TH_OVERT": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0046M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a TH_OVERT fault", + "ReferencedInventory": "TH_OVERT", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||0.9V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0053M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 0.9V rail.", + "ReferencedInventory": "0.9V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||1.0V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0052M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 1.0V rail.", + "ReferencedInventory": "1.0V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||1.1V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0051M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 1.1V rail.", + "ReferencedInventory": "1.1V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||1.8V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0050M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 1.8V rail.", + "ReferencedInventory": "1.8V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||12.0V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0048M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 12.0V rail.", + "ReferencedInventory": "12.0V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||3.3V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0049M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 3.3V rail.", + "ReferencedInventory": "3.3V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||5.0VCS": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0047M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 5.0VCS rail.", + "ReferencedInventory": "5.0VCS", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||AVDD": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0056M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on AVDD rail.", + "ReferencedInventory": "AVDD", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VCS-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0061M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VCS-A rail.", + "ReferencedInventory": "VCS-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VCS-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0062M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VCS-B rail.", + "ReferencedInventory": "VCS-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDD-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0059M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDD-A rail.", + "ReferencedInventory": "VDD-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDD-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0060M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDD-B rail.", + "ReferencedInventory": "VDD-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDN-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0054M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDN-A rail.", + "ReferencedInventory": "VDN-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDN-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0055M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDN-B rail.", + "ReferencedInventory": "VDN-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VIO-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0057M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VIO-A rail.", + "ReferencedInventory": "VIO-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VIO-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0058M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VIO-B rail.", + "ReferencedInventory": "VIO-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 fan has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 fan has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 fan has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 fan has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0064M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply input fault detected, but unable to isolate to a specific power supply", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input fault detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input fault detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input fault detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input fault detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output current is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output current is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output current is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output current is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output voltage is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output voltage is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output voltage is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output voltage is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has failed to power on when it needed to", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has failed to power on", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has failed to power on when it needed to", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has failed to power on", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 is too hot", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 is too hot", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 is too hot", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 is too hot", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input voltage out of range", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input voltage out of range", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input voltage out of range", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input voltage out of range", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0063G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system unexpectedly shutdown.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has initiated a power off due to a failure", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has initiated a power off due to a failure", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has initiated a power off due to a failure", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has initiated a power off due to a failure", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Certs.Install.Error.InvalidCertificate": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Certs.Install.Error.InvalidCertificate", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0075G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": "The provided certificate is not valid. The BMC will continue operating with the old certificate.", + "LogSource": "BMC", + "Message": "The provided certificate is not valid", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Callout.Error.Device||FSI": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.Device", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0042F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred on the FSI interface", + "ReferencedInventory": "FSI", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Callout.Error.Device||I2C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.Device", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0041F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred on the I2C interface", + "ReferencedInventory": "I2C", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Callout.Error.GPIO||GPIO": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.GPIO", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0077F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred on the GPIO interface", + "ReferencedInventory": "GPIO", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Callout.Error.IIC||I2C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.IIC", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0041F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred on the I2C interface", + "ReferencedInventory": "I2C", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Callout.Error.IPMISensor||IPMI": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.IPMISensor", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0040F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An error occurred working with an IPMI sensor", + "ReferencedInventory": "IPMI", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-11/11-0064": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0059F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the power sequencer chip on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 1", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 0", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-11/11-0064": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0059F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the power sequencer chip on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 1", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 0", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/raw": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0062F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from CPU 1 over FSI", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/raw": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0062F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from CPU 0 over FSI", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||FSI": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0033G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from FSI Device", + "ReferencedInventory": "FSI", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.ReadFailure||I2C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0024G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from I2C Device", + "ReferencedInventory": "I2C", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.WriteFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/raw": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0061F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to CPU 1 over FSI", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.WriteFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/raw": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0061F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to CPU 0 over FSI", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.WriteFailure||FSI": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0035G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to FSI Device", + "ReferencedInventory": "FSI", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Device.Error.WriteFailure||I2C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0034G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to I2C Device", + "ReferencedInventory": "I2C", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Error.InsufficientPermission": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Error.InsufficientPermission", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0022F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Security", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The user has insufficient privileges", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Error.InternalFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Error.InternalFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0021F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An internal failure has occurred while performing an operation.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Error.InvalidArgument": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Error.InvalidArgument", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0030F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An invalid argument was provided to a command", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Error.NoCACertificate": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Error.NoCACertificate", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0076G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": "Unable to validate the Certificate Authority (CA) for an external server, such as an LDAP server.", + "LogSource": "BMC", + "Message": "Unable to verify a server's CA certificate", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Error.NotAllowed": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Error.NotAllowed", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0074G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The specified operation is not allowed", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.Error.Timeout": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.Error.Timeout", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0020F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Monitoring Agent", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An internal operation has timed out", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.File.Error.Open": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.File.Error.Open", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0036F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to open a file in BMC filesystem.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.File.Error.Seek": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.File.Error.Seek", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0037F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to find a file in BMC filesystem.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Common.File.Error.Write": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Common.File.Error.Write", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0038F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to write a file in BMC filesystem.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 0", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 0", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 1", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 1", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 2", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 2", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 3", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 3", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 0", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 0", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 1", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 1", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 2", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 2", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 3", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to set fan speed for fan 3", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Control.Host.Error.CommandNotSupported": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Control.Host.Error.CommandNotSupported", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0039F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "An invalid host system control command was provided.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Dump.Create.Error.Disabled": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Data Management", + "BMCMessageID": "xyz.openbmc_project.Dump.Create.Error.Disabled", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPDM0000M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to create a BMC dump due to dumps being disabled on this system.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Dump.Create.Error.QuotaExceeded": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Data Management", + "BMCMessageID": "xyz.openbmc_project.Dump.Create.Error.QuotaExceeded", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPDM0001M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "There is no more space available for dump files. Please delete some.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Error.Checkstop": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "xyz.openbmc_project.Host.Error.Checkstop", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0007G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "A system checkstop occurred", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Error.WatchdogTimedOut": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Host.Error.WatchdogTimedOut", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0023M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Hostboot has become unresponsive", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPAA0008M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Hostboot procedure callout", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0090M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0091M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0057M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard": { + "AffectedLEDs": null, + "AffectedSubsystem": "System Board", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPSB0001M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system backplane has encountered a critical failure.", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0088M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0088M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0089M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPMA0056M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0056M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 0 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0056M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 1 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0056M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 2 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0056M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 3 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0022M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power Supply 0 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0022M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power Supply 1 is not functional", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard": { + "AffectedLEDs": null, + "AffectedSubsystem": "System Board", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPSB0012M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system backplane could not be detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0085M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 10 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 11 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 12 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 13 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 14 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 15 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 16 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 17 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 18 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 19 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 2 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 20 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 21 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 22 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 23 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 3 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 4 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 5 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 6 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 7 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 8 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 0 core 9 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0085M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 10 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 11 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 12 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 13 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 14 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 15 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 16 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 17 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 18 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 19 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 2 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 20 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 21 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 22 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 23 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 3 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 4 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 5 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 6 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 7 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 8 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Processing", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPU0087M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "CPU 1 core 9 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 10 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 11 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 12 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 13 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 14 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 15 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 2 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 3 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 4 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 5 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 6 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 7 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 8 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { + "AffectedLEDs": null, + "AffectedSubsystem": "Memory", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPMA0055M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "DIMM 9 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0071M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0071M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0071M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 2 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0071M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Fan 3 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0015M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0015M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0015M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0015M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0015M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0015M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Uncorrectable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has not been detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Led.Fru.Monitor.Error.InventoryPathError": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Led.Fru.Monitor.Error.InventoryPathError", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0031G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Internal error, unable to associate LED to inventory", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Led.Mapper.Error.MethodError": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Led.Mapper.Error.MethodError", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0050F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Internal method error with LED Mapper.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Led.Mapper.Error.ObjectNotFoundError": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Led.Mapper.Error.ObjectNotFoundError", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0051F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Internal error. LED Mapper object not found.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerOnFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerOnFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system power failed to turn on", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerFault": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0041M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||GPU_PGOOD": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0045M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a GPU_PGOOD fault", + "ReferencedInventory": "GPU_PGOOD", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0043M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a MEM_GOOD0 fault", + "ReferencedInventory": "MEM_GOOD0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0044M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a MEM_GOOD1 fault", + "ReferencedInventory": "MEM_GOOD1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||PGOOD_5P0V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0042M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a PGOOD_5P0V fault", + "ReferencedInventory": "PGOOD_5P0V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||TH_OVERT": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0046M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a TH_OVERT fault", + "ReferencedInventory": "TH_OVERT", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||0.9V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0053M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 0.9V rail.", + "ReferencedInventory": "0.9V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||1.0V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0052M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 1.0V rail.", + "ReferencedInventory": "1.0V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||1.1V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0051M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 1.1V rail.", + "ReferencedInventory": "1.1V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||1.8V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0050M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 1.8V rail.", + "ReferencedInventory": "1.8V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||12.0V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0048M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 12.0V rail.", + "ReferencedInventory": "12.0V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||3.3V": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0049M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 3.3V rail.", + "ReferencedInventory": "3.3V", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||5.0VCS": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0047M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on 5.0VCS rail.", + "ReferencedInventory": "5.0VCS", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||AVDD": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0056M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on AVDD rail.", + "ReferencedInventory": "AVDD", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VCS-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0061M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VCS-A rail.", + "ReferencedInventory": "VCS-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VCS-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0062M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VCS-B rail.", + "ReferencedInventory": "VCS-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDD-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0059M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDD-A rail.", + "ReferencedInventory": "VDD-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDD-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0060M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDD-B rail.", + "ReferencedInventory": "VDD-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDN-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0054M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDN-A rail.", + "ReferencedInventory": "VDN-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDN-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0055M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VDN-B rail.", + "ReferencedInventory": "VDN-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VIO-A": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0057M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VIO-A rail.", + "ReferencedInventory": "VIO-A", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VIO-B": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0058M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The power sequencer chip detected a fault on VIO-B rail.", + "ReferencedInventory": "VIO-B", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyFanFault||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 fan has failed", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input fault detected", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input fault detected", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output current is too high", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output current is too high", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output voltage is too high", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output voltage is too high", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has failed to power on when it needed to", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has failed to power on", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 is too hot", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 is too hot", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input voltage out of range", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input voltage out of range", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.Shutdown||/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has initiated a power off due to a failure", + "ReferencedInventory": "/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Error.Shutdown||/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has initiated a power off due to a failure", + "ReferencedInventory": "/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0066M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered an over-temperature fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 0 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 1 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 2 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 3 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 4 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0038M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "GPU 5 suffered a power fault", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 fan has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0064M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 fan has failed", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input fault detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0033M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input fault detected", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output current is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0035M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output current is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 output voltage is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0036M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 output voltage is too high", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has failed to power on when it needed to", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0034M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has failed to power on", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 is too hot", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0065M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 is too hot", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 input voltage out of range", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0009M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 input voltage out of range", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Shutdown||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 0 has initiated a power off due to a failure", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Power.Fault.Shutdown||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Power.Fault.Shutdown", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPPW0037M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Power supply 1 has initiated a power off due to a failure", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationFail": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Security", + "BMCMessageID": "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationFail", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPSE0065M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Security", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Firmware security validation failed", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationPass": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Security", + "BMCMessageID": "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationPass", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPSE0066I", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Security", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Firmware security validation passed", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Information", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0057F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the fan control device on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 1", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 0", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0076": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0053F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the ambient temperature sensor on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0077": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0052F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the ambient temperature sensor on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-4/4-0070": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0054F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the CPU 0 VDD/VCS VRM on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-4/4-0071": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0055F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the CPU 1 VDN/VDDR VRM on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-5/5-0070": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0054F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the CPU 1 VDD/VCS VRM on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-9/9-004a": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0056F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the PCIE temperature sensor on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0057F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the fan control device on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 1", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0060F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from power supply 0", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0076": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0053F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the ambient temperature sensor on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0077": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0052F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the ambient temperature sensor on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-4/4-0070": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0054F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the CPU 0 VDD/VCS VRM on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-4/4-0071": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0055F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the CPU 1 VDN/VDDR VRM on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-5/5-0070": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0054F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the CPU 1 VDD/VCS VRM on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-9/9-004a": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0056F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the PCIE temperature sensor on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:06/sbefifo1-dev0/occ-hwmon.1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0063F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the OCC on CPU 0", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:06/sbefifo1-dev0/occ1-dev0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0063F", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the OCC on CPU 0", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/01:01:00:06/sbefifo2-dev0/occ-hwmon.2": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0063F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the OCC on CPU 1", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/01:01:00:06/sbefifo2-dev0/occ2-dev0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0063F", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from the OCC on CPU 1", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 0 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 0 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 1 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 1 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "2,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 2 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "2,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 2 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "3,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 3 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "3,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 3 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/ambient": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0059M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read ambient temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/ambient", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm0_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 0 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm0_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm10_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 10 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm10_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm11_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 11 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm11_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm12_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 12 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm12_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm13_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 13 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm13_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm14_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 14 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm14_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm15_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 15 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm15_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm1_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 1 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm1_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm2_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 2 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm2_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm3_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 3 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm3_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm4_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 4 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm4_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm5_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 5 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm5_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm6_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 6 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm6_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm7_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 7 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm7_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm8_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 8 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm8_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm9_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 9 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm9_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 0 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 0 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 1 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 1 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 2 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 2 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 3 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 3 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 4 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 4 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 5 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 5 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core0_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 0 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core0_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core10_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 10 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core10_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core11_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 11 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core11_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core12_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 12 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core12_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core13_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 13 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core13_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core14_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 14 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core14_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core15_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 15 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core15_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core16_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 16 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core16_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core17_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 17 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core17_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core18_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 18 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core18_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core19_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 19 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core19_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core1_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 1 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core1_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core20_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 20 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core20_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core21_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 21 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core21_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core22_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 22 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core22_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core23_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 23 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core23_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core2_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 2 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core2_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core3_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 3 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core3_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core4_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 4 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core4_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core5_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 5 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core5_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core6_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 6 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core6_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core7_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 7 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core7_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core8_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 8 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core8_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core9_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 9 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core9_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vcs_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VCS voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vcs_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdd_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VDD voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdd_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vddr_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VDDR voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vddr_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdn_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VDN voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdn_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core0_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 0 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core0_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core10_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 10 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core10_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core11_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 11 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core11_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core12_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 12 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core12_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core13_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 13 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core13_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core14_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 14 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core14_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core15_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 15 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core15_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core16_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 16 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core16_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core17_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 17 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core17_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core18_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 18 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core18_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core19_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 19 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core19_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core1_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 1 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core1_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core20_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 20 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core20_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core21_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 21 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core21_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core22_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 22 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core22_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core23_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 23 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core23_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core2_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 2 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core2_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core3_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 3 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core3_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core4_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 4 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core4_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core5_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 5 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core5_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core6_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 6 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core6_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core7_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 7 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core7_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core8_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 8 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core8_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core9_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 9 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core9_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vcs_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VCS voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vcs_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdd_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VDD voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdd_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vddr_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VDDR voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vddr_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdn_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VDN voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdn_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||I2C": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0024G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to read from I2C device", + "ReferencedInventory": "I2C", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.WriteFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0058F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to the fan control device on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.Error.WriteFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.WriteFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0058F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Failed to write to the fan control device on the system backplane", + "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/current/ps0_output_current": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0023M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read the output current from power supply 0", + "ReferencedInventory": "/xyz/openbmc_project/sensors/current/ps0_output_current", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/current/ps1_output_current": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0023M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read the output current from power supply 1", + "ReferencedInventory": "/xyz/openbmc_project/sensors/current/ps1_output_current", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 0 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 0 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 1 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 1 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "2,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 2 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "2,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 2 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "3,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 3 rotor 0 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0058M", + "ComponentInstance": "3,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read fan 3 rotor 1 speed", + "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu0_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0024M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 0 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_gpu0_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu1_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0024M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 1 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_gpu1_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu2_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0024M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 2 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_gpu2_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_io_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0025M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 I/O power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_io_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_mem_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0026M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 memory power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_mem_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0027M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu0_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0024M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 3 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_gpu0_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu1_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0024M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 4 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_gpu1_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu2_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0024M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 5 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_gpu2_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_io_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0025M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 I/O power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_io_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_mem_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0026M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 memory power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_mem_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0027M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/ps0_input_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0028M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read power supply 0 input power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/ps0_input_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/ps1_input_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0028M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read power supply 1 input power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/ps1_input_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/storage_a_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0029M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read storage 0 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/storage_a_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/storage_b_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0029M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read storage 1 power", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/storage_b_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/total_power": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0030M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read total power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/power/total_power", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/ambient": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0059M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read ambient temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/ambient", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm0_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 0 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm0_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm10_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 10, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 10 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm10_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm11_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 11, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 11 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm11_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm12_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 12, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 12 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm12_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm13_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 13, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 13 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm13_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm14_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 14, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 14 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm14_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm15_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 15, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 15 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm15_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm1_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 1 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm1_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm2_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 2 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm2_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm3_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 3 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm3_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm4_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 4 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm4_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm5_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 5 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm5_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm6_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 6, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 6 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm6_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm7_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 7, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 7 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm7_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm8_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 8, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 8 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm8_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm9_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0060M", + "ComponentInstance": 9, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read DIMM 9 power consumption", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm9_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 0 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 0 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 1 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 1 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 2 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 2, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 2 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 3 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 3, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 3 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 4 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 4, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 4 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_core_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 5 core temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_core_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0061M", + "ComponentInstance": 5, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read GPU 5 memory temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core0_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 0 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core0_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core10_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 10 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core10_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core11_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 11 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core11_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core12_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 12 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core12_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core13_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 13 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core13_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core14_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 14 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core14_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core15_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 15 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core15_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core16_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 16 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core16_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core17_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 17 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core17_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core18_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 18 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core18_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core19_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 19 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core19_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core1_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 1 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core1_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core20_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 20 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core20_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core21_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 21 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core21_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core22_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 22 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core22_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core23_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 23 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core23_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core2_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 2 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core2_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core3_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 3 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core3_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core4_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 4 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core4_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core5_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 5 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core5_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core6_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 6 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core6_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core7_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 7 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core7_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core8_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 8 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core8_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core9_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "0,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 core 9 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core9_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vcs_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VCS voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vcs_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdd_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VDD voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdd_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vddr_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VDDR voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vddr_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdn_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 0 VDN voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdn_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core0_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,0", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 0 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core0_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core10_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,10", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 10 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core10_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core11_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,11", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 11 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core11_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core12_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,12", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 12 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core12_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core13_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,13", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 13 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core13_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core14_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,14", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 14 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core14_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core15_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,15", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 15 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core15_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core16_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,16", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 16 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core16_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core17_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,17", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 17 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core17_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core18_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,18", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 18 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core18_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core19_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,19", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 19 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core19_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core1_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,1", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 1 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core1_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core20_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,20", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 20 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core20_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core21_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,21", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 21 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core21_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core22_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,22", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 22 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core22_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core23_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,23", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 23 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core23_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core2_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,2", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 2 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core2_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core3_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,3", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 3 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core3_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core4_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,4", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 4 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core4_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core5_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,5", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 5 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core5_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core6_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,6", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 6 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core6_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core7_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,7", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 7 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core7_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core8_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,8", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 8 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core8_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core9_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0062M", + "ComponentInstance": "1,9", + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 core 9 temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core9_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vcs_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VCS voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vcs_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdd_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VDD voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdd_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vddr_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VDDR voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vddr_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdn_temp": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0063M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read CPU 1 VDN voltage regulator temperature", + "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdn_temp", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps0_input_voltage": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0031M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read power supply 0 input voltage", + "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps0_output_voltage": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0032M", + "ComponentInstance": 0, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read power supply 0 output voltage", + "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps1_input_voltage": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0031M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read power supply 1 input voltage", + "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps1_output_voltage": { + "AffectedLEDs": null, + "AffectedSubsystem": "Power", + "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPPW0032M", + "ComponentInstance": 1, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Communication Failure/Timeout", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read power supply 1 output voltage", + "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Sensor.Threshold.Error.CriticalHigh||temperature": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.Sensor.Threshold.Error.CriticalHigh", + "CallHomeCandidate": true, + "CommonEventID": "FQPSPCA0072M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Three or more CPU cores have gone over temperature, initiating a thermal shutdown.", + "ReferencedInventory": "temperature", + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Image.Error.InternalFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Image.Error.InternalFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0027G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to process the image provided", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0025G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read the manifest file", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Image.Error.UnTarFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0026G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to decompress the tar file", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Version.Error.Incompatible": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.Incompatible", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0067M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Not Valid", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The PNOR and BMC code levels are not compatible and the system will not boot", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Version.Error.InternalFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.InternalFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0027G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to process the image provided", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Version.Error.ManifestFileFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.ManifestFileFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0025G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to read the manifest file", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.Software.Version.Error.UnTarFailure": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.UnTarFailure", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0026G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Unable to decompress the tar file", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.State.Host.Error.SoftOffTimeout": { + "AffectedLEDs": null, + "AffectedSubsystem": "Host Operating System", + "BMCMessageID": "xyz.openbmc_project.State.Host.Error.SoftOffTimeout", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPOS0000G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The soft power off of the host has timed out", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.State.Host.SoftOffTimeout": { + "AffectedLEDs": null, + "AffectedSubsystem": "Host Operating System", + "BMCMessageID": "xyz.openbmc_project.State.Host.SoftOffTimeout", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPOS0000G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The soft power off of the host has timed out", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.State.Shutdown.Inventory.Error.Fan": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.State.Shutdown.Inventory.Error.Fan", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0067F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Unrecoverable Hardware Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system shut down due to not having enough functional fans.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.State.Shutdown.Power.Error.Fault": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.State.Shutdown.Power.Error.Fault", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0068F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system was shut down due to a power fault being detected.", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.GPU": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.GPU", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0070F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system was shut down due to a GPU going over temperature", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.Processor": { + "AffectedLEDs": null, + "AffectedSubsystem": "Cooling", + "BMCMessageID": "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.Processor", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCA0069F", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Environmental", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The system was shut down due to a processor going over temperature", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": false, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.User.Common.Error.NoResource": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.User.Common.Error.NoResource", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0073G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "Insufficient resources to modify users", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0068G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The specified user privileges already exist", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.User.Common.Error.UserNameDoesNotExist": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNameDoesNotExist", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0070G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The specified user name does not exist", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.User.Common.Error.UserNameExists": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNameExists", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0069G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The specified user name already exists", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.User.Common.Error.UserNameGroupFail": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNameGroupFail", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0071G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The specified user name cannot be assigned to the specified group", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.openbmc_project.User.Common.Error.UserNamePrivFail": { + "AffectedLEDs": null, + "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", + "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNamePrivFail", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPCR0072G", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The specified user does not have sufficient privileges", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Warning", + "UserAction": null, + "VMMigrationFlag": null + }, + "xyz.opnbmc_project.State.Host.Error.SoftOffTimeout": { + "AffectedLEDs": null, + "AffectedSubsystem": "Canister/Appliance", + "BMCMessageID": "xyz.opnbmc_project.State.Host.Error.SoftOffTimeout", + "CallHomeCandidate": false, + "CommonEventID": "FQPSPAA0010M", + "ComponentInstance": null, + "DateAdded": null, + "DateReviewed": null, + "EventType": "Firmware/Software Failure", + "Internal": false, + "LengthyDescription": null, + "LogSource": "BMC", + "Message": "The host did not shutdown within the configured time", + "ReferencedInventory": null, + "RelatedEventIDs": {}, + "Serviceable": true, + "Severity": "Critical", + "UserAction": null, + "VMMigrationFlag": null + } + }, + "fileInfo": { + "Entity": "IBM OpenBMC", + "Version": "1.8.3", + "language": "English" + } +} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/policyTable.json b/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/policyTable.json deleted file mode 100644 index 80bfbcfd9..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging/policyTable.json +++ /dev/null @@ -1,22437 +0,0 @@ -{ - "events": { - "External Software CSM||Event Type Lookup Failure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Events / Monitoring", - "BMCMessageID": "External Software CSM", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPEM0003G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "CSM", - "Message": "Failed to find an alert in the CSM RAS event types table", - "ReferencedInventory": "Event Type Lookup Failure", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": false - }, - "External Software||Network Error": { - "AffectedLEDs": null, - "AffectedSubsystem": "Interconnect Networking", - "BMCMessageID": "External Software", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPIN0001M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Connection Error. View additional details for more information", - "ReferencedInventory": "Network Error", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": true - }, - "org.open_power.Host.Access.Error.ReadCFAM": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Access.Error.ReadCFAM", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0044F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failure to write to host CFAM interface", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Access.Error.WriteCFAM": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Access.Error.WriteCFAM", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0043F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failure to read from host CFAM interface", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Boot.Error.Checkstop": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Boot.Error.Checkstop", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0007G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system checkstop occurred", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Boot.Error.WatchdogTimedOut": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Boot.Error.WatchdogTimedOut", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0023M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Hostboot has become unresponsive", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Checkstop": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.Checkstop", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0007G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system checkstop occurred", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPAA0011M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error was detected with the base platform, but was not able to be deciphered. Contact your next level of support.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPAA0008M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Hostboot procedure callout", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0095I", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0093G", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0096I", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0094G", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0095I", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0093G", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0060I", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0059G", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard||Critical": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPAA0013M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system backplane has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard||Informational": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0014I", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Recovery", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system backplane has recovered from an error", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard||Warning": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0013G", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "PFA", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system backplane has exceeded a correctable error threshold", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCR0003M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system firmware error occurred.", - "ReferencedInventory": 0, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0000M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A vital system component has been disabled", - "ReferencedInventory": 1, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPAA0001M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An unknown problem occurred", - "ReferencedInventory": 10, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0029M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": null, - "Message": "A system firmware error occurred.", - "ReferencedInventory": 11, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0007M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system firmware error occurred.", - "ReferencedInventory": 16, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||1C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0008M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system firmware error occurred.", - "ReferencedInventory": "1C", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0044M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A memory configuration error has been detected.", - "ReferencedInventory": 22, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||2D": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0060M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A FSI path error has occurred.", - "ReferencedInventory": "2D", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||30": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0061M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An external processor interface problem has occurred", - "ReferencedInventory": 30, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||31": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0062M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An internal processor interface problem has occurred", - "ReferencedInventory": 31, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||34": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0058M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A memory bus error occurred.", - "ReferencedInventory": 34, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||37": { - "AffectedLEDs": null, - "AffectedSubsystem": "System Board", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPSB0005M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A bus error occurred.", - "ReferencedInventory": 37, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||3F": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0012M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system power problem has occurred", - "ReferencedInventory": "3F", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0004M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system firmware error occurred.", - "ReferencedInventory": 4, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||4D": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0009M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "System performance is degraded", - "ReferencedInventory": "4D", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||4F": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0045M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An uncorrectable memory problem occurred.", - "ReferencedInventory": "4F", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0005M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system firmware error occurred.", - "ReferencedInventory": 5, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||55": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0011M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The service processor detected a problem during the early boot process", - "ReferencedInventory": 55, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||56": { - "AffectedLEDs": null, - "AffectedSubsystem": "Time Reference", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPTR0001M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A problem with the time of day clock and or clock function has been detected.", - "ReferencedInventory": 56, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||5C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPU0063M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "One or more processor sensors detected an over temperature condition.", - "ReferencedInventory": "5C", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||5D": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0028M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Not Valid", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to verify the system firmware", - "ReferencedInventory": "5D", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||5E": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0092M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred with a GPU and automated isolation was not possible", - "ReferencedInventory": "5E", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0059M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A CPU problem was detected.", - "ReferencedInventory": 8, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0043M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred with a memory DIMM and automated isolation was not possible", - "ReferencedInventory": 9, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.MaintenanceProcedure||A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.MaintenanceProcedure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0006M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system firmware error occurred.", - "ReferencedInventory": "A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Error.WatchdogTimedOut": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.Host.Error.WatchdogTimedOut", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0023M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Hostboot has become unresponsive", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPAA0008M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Hostboot procedure callout", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "org.open_power.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.OCC.Device.Error.ConfigFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.OCC.Device.Error.ConfigFailure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCR0048M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failure to configure OCC", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.OCC.Device.Error.OpenFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.OCC.Device.Error.OpenFailure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCR0045M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to open OCC connection", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.OCC.Device.Error.ReadFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.OCC.Device.Error.ReadFailure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCR0046M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from OCC", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.OCC.Device.Error.WriteFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.OCC.Device.Error.WriteFailure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCR0047M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to OCC", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.OCC.Metrics.Error.Event": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "org.open_power.OCC.Metrics.Error.Event", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0064I", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Status", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "OCC metric data collected", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Proc.FSI.Error.MasterDetectionFailure||FSI": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Proc.FSI.Error.MasterDetectionFailure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0097M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to detect master processor on FSI bus", - "ReferencedInventory": "FSI", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Proc.FSI.Error.SlaveDetectionFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "org.open_power.Proc.FSI.Error.SlaveDetectionFailure", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0098M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to detect slave processor on FSI bus", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": "Cooling", - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": "Cooling", - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": "Cooling", - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": "Cooling", - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": "Cooling", - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": "Cooling", - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerOnFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerOnFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system power failed to turn on", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerFault": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0041M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||GPU_PGOOD": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0045M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a GPU_PGOOD fault", - "ReferencedInventory": "GPU_PGOOD", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0043M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a MEM_GOOD0 fault", - "ReferencedInventory": "MEM_GOOD0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0044M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a MEM_GOOD1 fault", - "ReferencedInventory": "MEM_GOOD1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||PGOOD_5P0V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0042M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a PGOOD_5P0V fault", - "ReferencedInventory": "PGOOD_5P0V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault||TH_OVERT": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0046M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a TH_OVERT fault", - "ReferencedInventory": "TH_OVERT", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||0.9V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0053M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 0.9V rail.", - "ReferencedInventory": "0.9V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||1.0V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0052M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 1.0V rail.", - "ReferencedInventory": "1.0V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||1.1V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0051M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 1.1V rail.", - "ReferencedInventory": "1.1V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||1.8V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0050M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 1.8V rail.", - "ReferencedInventory": "1.8V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||12.0V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0048M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 12.0V rail.", - "ReferencedInventory": "12.0V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||3.3V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0049M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 3.3V rail.", - "ReferencedInventory": "3.3V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||5.0VCS": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0047M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 5.0VCS rail.", - "ReferencedInventory": "5.0VCS", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||AVDD": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0056M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on AVDD rail.", - "ReferencedInventory": "AVDD", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VCS-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0061M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VCS-A rail.", - "ReferencedInventory": "VCS-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VCS-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0062M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VCS-B rail.", - "ReferencedInventory": "VCS-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDD-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0059M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDD-A rail.", - "ReferencedInventory": "VDD-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDD-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0060M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDD-B rail.", - "ReferencedInventory": "VDD-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDN-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0054M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDN-A rail.", - "ReferencedInventory": "VDN-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VDN-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0055M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDN-B rail.", - "ReferencedInventory": "VDN-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VIO-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0057M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VIO-A rail.", - "ReferencedInventory": "VIO-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault||VIO-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0058M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VIO-B rail.", - "ReferencedInventory": "VIO-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 fan has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 fan has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 fan has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 fan has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0064M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply input fault detected, but unable to isolate to a specific power supply", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input fault detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input fault detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input fault detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input fault detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output current is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output current is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output current is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output current is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output voltage is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output voltage is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output voltage is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output voltage is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has failed to power on when it needed to", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has failed to power on", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has failed to power on when it needed to", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has failed to power on", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 is too hot", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 is too hot", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 is too hot", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 is too hot", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input voltage out of range", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input voltage out of range", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input voltage out of range", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input voltage out of range", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.Shutdown": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0063G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system unexpectedly shutdown.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has initiated a power off due to a failure", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has initiated a power off due to a failure", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has initiated a power off due to a failure", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.Error.Shutdown||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.Error.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has initiated a power off due to a failure", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "org.open_power.Witherspoon.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "org.open_power.Witherspoon.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Certs.Install.Error.InvalidCertificate": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Certs.Install.Error.InvalidCertificate", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0075G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": "The provided certificate is not valid. The BMC will continue operating with the old certificate.", - "LogSource": "BMC", - "Message": "The provided certificate is not valid", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Callout.Error.Device||FSI": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.Device", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0042F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred on the FSI interface", - "ReferencedInventory": "FSI", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Callout.Error.Device||I2C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.Device", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0041F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred on the I2C interface", - "ReferencedInventory": "I2C", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Callout.Error.GPIO||GPIO": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.GPIO", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0077F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred on the GPIO interface", - "ReferencedInventory": "GPIO", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Callout.Error.IIC||I2C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.IIC", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0041F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred on the I2C interface", - "ReferencedInventory": "I2C", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Callout.Error.IPMISensor||IPMI": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Callout.Error.IPMISensor", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0040F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An error occurred working with an IPMI sensor", - "ReferencedInventory": "IPMI", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-11/11-0064": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0059F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the power sequencer chip on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 1", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 0", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-11/11-0064": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0059F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the power sequencer chip on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 1", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 0", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/raw": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0062F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from CPU 1 over FSI", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/raw": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0062F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from CPU 0 over FSI", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||FSI": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0033G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from FSI Device", - "ReferencedInventory": "FSI", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.ReadFailure||I2C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0024G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from I2C Device", - "ReferencedInventory": "I2C", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.WriteFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/raw": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0061F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to CPU 1 over FSI", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.WriteFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/raw": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0061F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to CPU 0 over FSI", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.WriteFailure||FSI": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0035G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to FSI Device", - "ReferencedInventory": "FSI", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Device.Error.WriteFailure||I2C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0034G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to I2C Device", - "ReferencedInventory": "I2C", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Error.InsufficientPermission": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Error.InsufficientPermission", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0022F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Security", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The user has insufficient privileges", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Error.InternalFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Error.InternalFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0021F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An internal failure has occurred while performing an operation.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Error.InvalidArgument": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Error.InvalidArgument", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0030F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An invalid argument was provided to a command", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Error.NoCACertificate": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Error.NoCACertificate", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0076G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": "Unable to validate the Certificate Authority (CA) for an external server, such as an LDAP server.", - "LogSource": "BMC", - "Message": "Unable to verify a server's CA certificate", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Error.NotAllowed": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Error.NotAllowed", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0074G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The specified operation is not allowed", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.Error.Timeout": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.Error.Timeout", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0020F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Monitoring Agent", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An internal operation has timed out", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.File.Error.Open": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.File.Error.Open", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0036F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to open a file in BMC filesystem.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.File.Error.Seek": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.File.Error.Seek", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0037F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to find a file in BMC filesystem.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Common.File.Error.Write": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Common.File.Error.Write", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0038F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to write a file in BMC filesystem.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 0", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 0", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 1", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 1", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 2", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 2", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 3", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.Error.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 3", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 0", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 0", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 1", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 1", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 2", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 2", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 3", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Device.WriteFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Control.Device.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to set fan speed for fan 3", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Control.Host.Error.CommandNotSupported": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Control.Host.Error.CommandNotSupported", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0039F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "An invalid host system control command was provided.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Dump.Create.Error.Disabled": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Data Management", - "BMCMessageID": "xyz.openbmc_project.Dump.Create.Error.Disabled", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPDM0000M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to create a BMC dump due to dumps being disabled on this system.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Dump.Create.Error.QuotaExceeded": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Data Management", - "BMCMessageID": "xyz.openbmc_project.Dump.Create.Error.QuotaExceeded", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPDM0001M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "There is no more space available for dump files. Please delete some.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Error.Checkstop": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "xyz.openbmc_project.Host.Error.Checkstop", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0007G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "A system checkstop occurred", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Error.WatchdogTimedOut": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Host.Error.WatchdogTimedOut", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0023M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Hostboot has become unresponsive", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPAA0008M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Hostboot procedure callout", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0090M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0091M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Host.Event.Error.Event||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Host.Event.Error.Event", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0057M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard": { - "AffectedLEDs": null, - "AffectedSubsystem": "System Board", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPSB0001M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system backplane has encountered a critical failure.", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0088M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0088M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0089M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPMA0056M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0056M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 0 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0056M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 1 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0056M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 2 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0056M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 3 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0022M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power Supply 0 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.Nonfunctional||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.Nonfunctional", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0022M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power Supply 1 is not functional", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard": { - "AffectedLEDs": null, - "AffectedSubsystem": "System Board", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPSB0012M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system backplane could not be detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0085M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 10 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 11 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 12 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 13 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 14 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 15 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 16 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 17 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 18 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 19 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 2 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 20 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 21 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 22 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 23 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 3 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 4 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 5 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 6 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 7 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 8 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 0 core 9 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0085M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 10 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 11 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 12 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 13 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 14 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 15 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 16 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 17 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core17", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 18 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core18", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 19 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core19", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 2 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 20 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core20", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 21 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core21", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 22 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core22", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 23 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core23", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 3 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 4 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 5 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 6 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 7 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 8 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Processing", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPU0087M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "CPU 1 core 9 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 10 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 11 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 12 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 13 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 14 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 15 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 2 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 3 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 4 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 5 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 6 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 7 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 8 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9": { - "AffectedLEDs": null, - "AffectedSubsystem": "Memory", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPMA0055M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "DIMM 9 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0071M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0071M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0071M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 2 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0071M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Fan 3 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0015M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0015M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0015M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0015M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/powersupply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0015M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Inventory.Error.NotPresent||/xyz/openbmc_project/inventory/system/chassis/powersupply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Inventory.Error.NotPresent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0015M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Uncorrectable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has not been detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Led.Fru.Monitor.Error.InventoryPathError": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Led.Fru.Monitor.Error.InventoryPathError", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0031G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Internal error, unable to associate LED to inventory", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Led.Mapper.Error.MethodError": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Led.Mapper.Error.MethodError", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0050F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Internal method error with LED Mapper.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Led.Mapper.Error.ObjectNotFoundError": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Led.Mapper.Error.ObjectNotFoundError", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0051F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Internal error. LED Mapper object not found.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerOnFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerOnFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system power failed to turn on", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerFault": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0041M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||GPU_PGOOD": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0045M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a GPU_PGOOD fault", - "ReferencedInventory": "GPU_PGOOD", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0043M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a MEM_GOOD0 fault", - "ReferencedInventory": "MEM_GOOD0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||MEM_GOOD1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0044M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a MEM_GOOD1 fault", - "ReferencedInventory": "MEM_GOOD1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||PGOOD_5P0V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0042M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a PGOOD_5P0V fault", - "ReferencedInventory": "PGOOD_5P0V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault||TH_OVERT": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerPGOODFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0046M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a TH_OVERT fault", - "ReferencedInventory": "TH_OVERT", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||0.9V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0053M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 0.9V rail.", - "ReferencedInventory": "0.9V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||1.0V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0052M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 1.0V rail.", - "ReferencedInventory": "1.0V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||1.1V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0051M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 1.1V rail.", - "ReferencedInventory": "1.1V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||1.8V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0050M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 1.8V rail.", - "ReferencedInventory": "1.8V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||12.0V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0048M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 12.0V rail.", - "ReferencedInventory": "12.0V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||3.3V": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0049M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 3.3V rail.", - "ReferencedInventory": "3.3V", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||5.0VCS": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0047M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on 5.0VCS rail.", - "ReferencedInventory": "5.0VCS", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||AVDD": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0056M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on AVDD rail.", - "ReferencedInventory": "AVDD", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VCS-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0061M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VCS-A rail.", - "ReferencedInventory": "VCS-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VCS-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0062M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VCS-B rail.", - "ReferencedInventory": "VCS-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDD-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0059M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDD-A rail.", - "ReferencedInventory": "VDD-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDD-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0060M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDD-B rail.", - "ReferencedInventory": "VDD-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDN-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0054M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDN-A rail.", - "ReferencedInventory": "VDN-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VDN-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0055M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VDN-B rail.", - "ReferencedInventory": "VDN-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VIO-A": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0057M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VIO-A rail.", - "ReferencedInventory": "VIO-A", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault||VIO-B": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSequencerVoltageFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0058M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The power sequencer chip detected a fault on VIO-B rail.", - "ReferencedInventory": "VIO-B", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyFanFault||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 fan has failed", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input fault detected", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input fault detected", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output current is too high", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output current is too high", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output voltage is too high", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output voltage is too high", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has failed to power on when it needed to", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has failed to power on", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 is too hot", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 is too hot", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input voltage out of range", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input voltage out of range", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.Shutdown||/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has initiated a power off due to a failure", - "ReferencedInventory": "/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Error.Shutdown||/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Error.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has initiated a power off due to a failure", - "ReferencedInventory": "/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUOverTemp||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUOverTemp", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0066M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered an over-temperature fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 0 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 1 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 2 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu2", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 3 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu3", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 4 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu4", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.GPUPowerFault||/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.GPUPowerFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0038M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "GPU 5 suffered a power fault", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/gpu5", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 fan has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyFanFault", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0064M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 fan has failed", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input fault detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyInputFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0033M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input fault detected", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output current is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvercurrent", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0035M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output current is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 output voltage is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyOutputOvervoltage", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0036M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 output voltage is too high", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has failed to power on when it needed to", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyShouldBeOn", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0034M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has failed to power on", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 is too hot", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyTemperatureFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0065M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 is too hot", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 input voltage out of range", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.PowerSupplyUnderVoltageFault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0009M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 input voltage out of range", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Shutdown||/xyz/openbmc_project/inventory/system/chassis/power_supply0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 0 has initiated a power off due to a failure", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Power.Fault.Shutdown||/xyz/openbmc_project/inventory/system/chassis/power_supply1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Power.Fault.Shutdown", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPPW0037M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Power supply 1 has initiated a power off due to a failure", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/power_supply1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationFail": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Security", - "BMCMessageID": "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationFail", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPSE0065M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Security", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Firmware security validation failed", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationPass": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Security", - "BMCMessageID": "xyz.openbmc_project.SBE.SEEPROM.Error.ValidationPass", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPSE0066I", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Security", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Firmware security validation passed", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Information", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0057F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the fan control device on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 1", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 0", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0076": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0053F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the ambient temperature sensor on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0077": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0052F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the ambient temperature sensor on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-4/4-0070": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0054F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the CPU 0 VDD/VCS VRM on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-4/4-0071": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0055F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the CPU 1 VDN/VDDR VRM on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-5/5-0070": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0054F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the CPU 1 VDD/VCS VRM on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-9/9-004a": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0056F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the PCIE temperature sensor on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0057F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the fan control device on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0068": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 1", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0069": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0060F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from power supply 0", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0076": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0053F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the ambient temperature sensor on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0077": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0052F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the ambient temperature sensor on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-4/4-0070": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0054F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the CPU 0 VDD/VCS VRM on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-4/4-0071": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0055F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the CPU 1 VDN/VDDR VRM on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-5/5-0070": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0054F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the CPU 1 VDD/VCS VRM on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-9/9-004a": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0056F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the PCIE temperature sensor on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:06/sbefifo1-dev0/occ-hwmon.1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0063F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the OCC on CPU 0", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:06/sbefifo1-dev0/occ1-dev0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0063F", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the OCC on CPU 0", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/01:01:00:06/sbefifo2-dev0/occ-hwmon.2": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0063F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the OCC on CPU 1", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/slave@01:00/01:01:00:06/sbefifo2-dev0/occ2-dev0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0063F", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from the OCC on CPU 1", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 0 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 0 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 1 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 1 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "2,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 2 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "2,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 2 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "3,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 3 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "3,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 3 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/ambient": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0059M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read ambient temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/ambient", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm0_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 0 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm0_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm10_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 10 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm10_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm11_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 11 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm11_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm12_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 12 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm12_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm13_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 13 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm13_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm14_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 14 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm14_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm15_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 15 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm15_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm1_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 1 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm1_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm2_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 2 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm2_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm3_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 3 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm3_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm4_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 4 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm4_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm5_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 5 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm5_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm6_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 6 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm6_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm7_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 7 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm7_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm8_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 8 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm8_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm9_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 9 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm9_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 0 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 0 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 1 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 1 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 2 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 2 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 3 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 3 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 4 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 4 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 5 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 5 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core0_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 0 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core0_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core10_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 10 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core10_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core11_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 11 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core11_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core12_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 12 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core12_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core13_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 13 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core13_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core14_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 14 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core14_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core15_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 15 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core15_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core16_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 16 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core16_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core17_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 17 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core17_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core18_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 18 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core18_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core19_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 19 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core19_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core1_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 1 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core1_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core20_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 20 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core20_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core21_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 21 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core21_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core22_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 22 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core22_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core23_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 23 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core23_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core2_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 2 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core2_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core3_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 3 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core3_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core4_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 4 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core4_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core5_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 5 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core5_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core6_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 6 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core6_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core7_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 7 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core7_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core8_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 8 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core8_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core9_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 9 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core9_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vcs_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VCS voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vcs_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdd_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VDD voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdd_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vddr_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VDDR voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vddr_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdn_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VDN voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdn_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core0_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 0 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core0_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core10_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 10 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core10_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core11_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 11 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core11_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core12_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 12 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core12_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core13_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 13 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core13_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core14_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 14 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core14_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core15_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 15 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core15_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core16_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 16 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core16_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core17_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 17 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core17_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core18_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 18 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core18_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core19_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 19 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core19_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core1_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 1 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core1_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core20_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 20 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core20_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core21_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 21 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core21_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core22_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 22 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core22_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core23_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 23 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core23_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core2_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 2 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core2_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core3_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 3 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core3_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core4_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 4 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core4_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core5_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 5 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core5_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core6_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 6 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core6_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core7_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 7 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core7_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core8_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 8 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core8_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core9_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 9 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core9_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vcs_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VCS voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vcs_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdd_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VDD voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdd_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vddr_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VDDR voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vddr_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdn_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VDN voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdn_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.ReadFailure||I2C": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0024G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to read from I2C device", - "ReferencedInventory": "I2C", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.WriteFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0058F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to the fan control device on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.Error.WriteFailure||/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/1e78a100.i2c-bus/i2c-3/3-0052": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.Error.WriteFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0058F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Failed to write to the fan control device on the system backplane", - "ReferencedInventory": "/xyz/openbmc_project/inventory/system/chassis/motherboard", - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/current/ps0_output_current": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0023M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read the output current from power supply 0", - "ReferencedInventory": "/xyz/openbmc_project/sensors/current/ps0_output_current", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/current/ps1_output_current": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0023M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read the output current from power supply 1", - "ReferencedInventory": "/xyz/openbmc_project/sensors/current/ps1_output_current", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 0 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan0_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 0 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan0_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 1 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan1_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 1 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan1_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "2,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 2 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan2_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "2,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 2 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan2_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_0": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "3,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 3 rotor 0 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_0", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/fan_tach/fan3_1": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0058M", - "ComponentInstance": "3,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read fan 3 rotor 1 speed", - "ReferencedInventory": "/xyz/openbmc_project/sensors/fan_tach/fan3_1", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu0_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0024M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 0 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_gpu0_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu1_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0024M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 1 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_gpu1_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_gpu2_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0024M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 2 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_gpu2_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_io_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0025M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 I/O power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_io_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_mem_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0026M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 memory power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_mem_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p0_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0027M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p0_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu0_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0024M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 3 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_gpu0_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu1_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0024M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 4 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_gpu1_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_gpu2_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0024M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 5 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_gpu2_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_io_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0025M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 I/O power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_io_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_mem_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0026M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 memory power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_mem_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/p1_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0027M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/p1_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/ps0_input_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0028M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read power supply 0 input power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/ps0_input_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/ps1_input_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0028M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read power supply 1 input power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/ps1_input_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/storage_a_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0029M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read storage 0 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/storage_a_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/storage_b_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0029M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read storage 1 power", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/storage_b_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/power/total_power": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0030M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read total power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/power/total_power", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/ambient": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0059M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read ambient temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/ambient", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm0_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 0 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm0_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm10_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 10, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 10 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm10_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm11_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 11, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 11 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm11_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm12_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 12, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 12 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm12_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm13_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 13, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 13 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm13_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm14_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 14, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 14 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm14_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm15_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 15, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 15 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm15_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm1_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 1 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm1_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm2_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 2 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm2_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm3_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 3 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm3_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm4_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 4 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm4_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm5_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 5 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm5_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm6_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 6, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 6 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm6_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm7_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 7, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 7 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm7_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm8_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 8, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 8 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm8_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/dimm9_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0060M", - "ComponentInstance": 9, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read DIMM 9 power consumption", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/dimm9_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 0 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 0 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu0_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 1 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 1 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu1_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 2 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 2, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 2 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu2_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 3 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 3, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 3 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu3_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 4 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 4, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 4 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu4_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_core_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 5 core temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_core_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0061M", - "ComponentInstance": 5, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read GPU 5 memory temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/gpu5_mem_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core0_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 0 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core0_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core10_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 10 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core10_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core11_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 11 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core11_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core12_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 12 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core12_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core13_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 13 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core13_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core14_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 14 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core14_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core15_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 15 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core15_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core16_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 16 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core16_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core17_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 17 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core17_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core18_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 18 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core18_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core19_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 19 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core19_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core1_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 1 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core1_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core20_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 20 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core20_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core21_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 21 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core21_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core22_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 22 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core22_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core23_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 23 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core23_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core2_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 2 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core2_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core3_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 3 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core3_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core4_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 4 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core4_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core5_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 5 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core5_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core6_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 6 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core6_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core7_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 7 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core7_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core8_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 8 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core8_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_core9_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "0,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 core 9 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_core9_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vcs_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VCS voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vcs_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdd_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VDD voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdd_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vddr_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VDDR voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vddr_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p0_vdn_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 0 VDN voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p0_vdn_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core0_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,0", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 0 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core0_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core10_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,10", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 10 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core10_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core11_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,11", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 11 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core11_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core12_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,12", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 12 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core12_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core13_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,13", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 13 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core13_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core14_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,14", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 14 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core14_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core15_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,15", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 15 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core15_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core16_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,16", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 16 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core16_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core17_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,17", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 17 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core17_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core18_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,18", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 18 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core18_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core19_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,19", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 19 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core19_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core1_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,1", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 1 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core1_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core20_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,20", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 20 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core20_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core21_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,21", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 21 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core21_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core22_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,22", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 22 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core22_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core23_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,23", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 23 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core23_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core2_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,2", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 2 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core2_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core3_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,3", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 3 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core3_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core4_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,4", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 4 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core4_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core5_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,5", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 5 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core5_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core6_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,6", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 6 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core6_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core7_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,7", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 7 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core7_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core8_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,8", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 8 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core8_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_core9_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0062M", - "ComponentInstance": "1,9", - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 core 9 temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_core9_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vcs_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VCS voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vcs_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdd_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VDD voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdd_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vddr_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VDDR voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vddr_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/temperature/p1_vdn_temp": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0063M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read CPU 1 VDN voltage regulator temperature", - "ReferencedInventory": "/xyz/openbmc_project/sensors/temperature/p1_vdn_temp", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps0_input_voltage": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0031M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read power supply 0 input voltage", - "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps0_input_voltage", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps0_output_voltage": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0032M", - "ComponentInstance": 0, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read power supply 0 output voltage", - "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps0_output_voltage", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps1_input_voltage": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0031M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read power supply 1 input voltage", - "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps1_input_voltage", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Device.ReadFailure||/xyz/openbmc_project/sensors/voltage/ps1_output_voltage": { - "AffectedLEDs": null, - "AffectedSubsystem": "Power", - "BMCMessageID": "xyz.openbmc_project.Sensor.Device.ReadFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPPW0032M", - "ComponentInstance": 1, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Communication Failure/Timeout", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read power supply 1 output voltage", - "ReferencedInventory": "/xyz/openbmc_project/sensors/voltage/ps1_output_voltage", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Sensor.Threshold.Error.CriticalHigh||temperature": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.Sensor.Threshold.Error.CriticalHigh", - "CallHomeCandidate": true, - "CommonEventID": "FQPSPCA0072M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Three or more CPU cores have gone over temperature, initiating a thermal shutdown.", - "ReferencedInventory": "temperature", - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Image.Error.InternalFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Image.Error.InternalFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0027G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to process the image provided", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0025G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read the manifest file", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Image.Error.UnTarFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0026G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to decompress the tar file", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Version.Error.Incompatible": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.Incompatible", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0067M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Not Valid", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The PNOR and BMC code levels are not compatible and the system will not boot", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Version.Error.InternalFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.InternalFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0027G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to process the image provided", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Version.Error.ManifestFileFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.ManifestFileFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0025G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to read the manifest file", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.Software.Version.Error.UnTarFailure": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.Software.Version.Error.UnTarFailure", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0026G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Unable to decompress the tar file", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.State.Host.Error.SoftOffTimeout": { - "AffectedLEDs": null, - "AffectedSubsystem": "Host Operating System", - "BMCMessageID": "xyz.openbmc_project.State.Host.Error.SoftOffTimeout", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPOS0000G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The soft power off of the host has timed out", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.State.Host.SoftOffTimeout": { - "AffectedLEDs": null, - "AffectedSubsystem": "Host Operating System", - "BMCMessageID": "xyz.openbmc_project.State.Host.SoftOffTimeout", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPOS0000G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The soft power off of the host has timed out", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.State.Shutdown.Inventory.Error.Fan": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.State.Shutdown.Inventory.Error.Fan", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0067F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Unrecoverable Hardware Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system shut down due to not having enough functional fans.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.State.Shutdown.Power.Error.Fault": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.State.Shutdown.Power.Error.Fault", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0068F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system was shut down due to a power fault being detected.", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.GPU": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.GPU", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0070F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system was shut down due to a GPU going over temperature", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.Processor": { - "AffectedLEDs": null, - "AffectedSubsystem": "Cooling", - "BMCMessageID": "xyz.openbmc_project.State.Shutdown.ThermalEvent.Error.Processor", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCA0069F", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Environmental", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The system was shut down due to a processor going over temperature", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": false, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.User.Common.Error.NoResource": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.User.Common.Error.NoResource", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0073G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "Insufficient resources to modify users", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0068G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The specified user privileges already exist", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.User.Common.Error.UserNameDoesNotExist": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNameDoesNotExist", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0070G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The specified user name does not exist", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.User.Common.Error.UserNameExists": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNameExists", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0069G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The specified user name already exists", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.User.Common.Error.UserNameGroupFail": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNameGroupFail", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0071G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The specified user name cannot be assigned to the specified group", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.openbmc_project.User.Common.Error.UserNamePrivFail": { - "AffectedLEDs": null, - "AffectedSubsystem": "Systems Management - Core / Virtual Appliance", - "BMCMessageID": "xyz.openbmc_project.User.Common.Error.UserNamePrivFail", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPCR0072G", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The specified user does not have sufficient privileges", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Warning", - "UserAction": null, - "VMMigrationFlag": null - }, - "xyz.opnbmc_project.State.Host.Error.SoftOffTimeout": { - "AffectedLEDs": null, - "AffectedSubsystem": "Canister/Appliance", - "BMCMessageID": "xyz.opnbmc_project.State.Host.Error.SoftOffTimeout", - "CallHomeCandidate": false, - "CommonEventID": "FQPSPAA0010M", - "ComponentInstance": null, - "DateAdded": null, - "DateReviewed": null, - "EventType": "Firmware/Software Failure", - "Internal": false, - "LengthyDescription": null, - "LogSource": "BMC", - "Message": "The host did not shutdown within the configured time", - "ReferencedInventory": null, - "RelatedEventIDs": {}, - "Serviceable": true, - "Severity": "Critical", - "UserAction": null, - "VMMigrationFlag": null - } - }, - "fileInfo": { - "Entity": "IBM OpenBMC", - "Version": "1.8.3", - "language": "English" - } -} diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging_%.bbappend index 913a0e8bc..9b7806995 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/logging/ibm-logging_%.bbappend @@ -1,2 +1,2 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PACKAGECONFIG += "policy-interface" +PACKAGECONFIG_append_ibm-ac-server = " policy-interface" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd_%.bbappend index ac35ae9b4..69c9d1d54 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/mboxd/mboxd_%.bbappend @@ -1,12 +1,12 @@ -MBOXD_FLASH_SIZE = "64M" +MBOXD_FLASH_SIZE_ibm-ac-server = "64M" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SYSTEMD_SERVICE_${PN} += "check-pnor-format.service" +SYSTEMD_SERVICE_${PN}_append_ibm-ac-server = " check-pnor-format.service" -SRC_URI += "file://check_pnor_format.sh" +SRC_URI_append_ibm-ac-server = " file://check_pnor_format.sh" -do_install_append() { +do_install_append_ibm-ac-server() { install -d ${D}${bindir} install -m 0755 ${WORKDIR}/check_pnor_format.sh ${D}${bindir}/check_pnor_format.sh } diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/network/first-boot-set-mac_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/network/first-boot-set-mac_%.bbappend index 29d23c8c4..cb167ee3f 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/network/first-boot-set-mac_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/network/first-boot-set-mac_%.bbappend @@ -1 +1 @@ -SYSTEMD_SERVICE_${PN} += "first-boot-set-mac@eth0.service" +SYSTEMD_SERVICE_${PN}_append_ibm-ac-server = " first-boot-set-mac@eth0.service" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/network/phosphor-network_%.bbappend index 5137f4e00..ba6e393bb 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/network/phosphor-network_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/network/phosphor-network_%.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/network:" -SRC_URI += "file://ncsi-netlink.service" -SYSTEMD_SERVICE_${PN} += "ncsi-netlink.service" +SRC_URI_append_ibm-ac-server = " file://ncsi-netlink.service" +SYSTEMD_SERVICE_${PN}_append_ibm-ac-server = " ncsi-netlink.service" -do_install_append() { +do_install_append_ibm-ac-server() { install -d ${D}${systemd_system_unitdir} install -m 0644 ${WORKDIR}/ncsi-netlink.service ${D}${systemd_system_unitdir} } diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend index 92b48f92a..386c1e6ec 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend @@ -1,6 +1,5 @@ -RDEPENDS_${PN}-inventory += "openpower-fru-vpd openpower-occ-control phosphor-cooling-type virtual/obmc-gpio-presence" -RDEPENDS_${PN}-fan-control += "witherspoon-fan-watchdog" -RDEPENDS_${PN}-extras += "witherspoon-pfault-analysis witherspoon-power-supply-sync phosphor-webui" +RDEPENDS_${PN}-inventory_append_ibm-ac-server = " openpower-fru-vpd openpower-occ-control phosphor-cooling-type virtual/obmc-gpio-presence" +RDEPENDS_${PN}-fan-control_append_ibm-ac-server = " witherspoon-fan-watchdog" +RDEPENDS_${PN}-extras_append_ibm-ac-server = " witherspoon-pfault-analysis witherspoon-power-supply-sync phosphor-webui" -${PN}-software-extras_append_witherspoon = " phosphor-software-manager-sync" -${PN}-software-extras_append_swift = " phosphor-software-manager-sync" +${PN}-software-extras_append_ibm-ac-server = " phosphor-software-manager-sync" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules deleted file mode 100644 index 548b219e7..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/70-hwmon.rules +++ /dev/null @@ -1,2 +0,0 @@ -SUBSYSTEM=="hwmon", ACTION=="add", ENV{OF_NAME}!="max31785", RUN="/usr/bin/start_hwmon.sh start %p %E{OF_FULLNAME}" -SUBSYSTEM=="hwmon", ACTION=="remove", RUN="/usr/bin/start_hwmon.sh stop %p %E{OF_FULLNAME}" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/ibm-ac-server/70-hwmon.rules b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/ibm-ac-server/70-hwmon.rules new file mode 100644 index 000000000..548b219e7 --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/ibm-ac-server/70-hwmon.rules @@ -0,0 +1,2 @@ +SUBSYSTEM=="hwmon", ACTION=="add", ENV{OF_NAME}!="max31785", RUN="/usr/bin/start_hwmon.sh start %p %E{OF_FULLNAME}" +SUBSYSTEM=="hwmon", ACTION=="remove", RUN="/usr/bin/start_hwmon.sh stop %p %E{OF_FULLNAME}" diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend index 993ca281f..d9d606bd2 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += " \ +SRC_URI_append_ibm-ac-server = " \ file://70-hwmon.rules \ file://70-max31785-hwmon.rules \ file://start_max31785_hwmon.sh \ @@ -46,15 +46,15 @@ OCCSFMT = "devices/platform/gpio-fsi/fsi0/slave@00--00/{0}.conf" OCCITEMS = "${@compose_list(d, 'OCCSFMT', 'OCCS')}" ENVS = "obmc/hwmon/{0}" -SYSTEMD_ENVIRONMENT_FILE_${PN} += "${@compose_list(d, 'ENVS', 'ITEMS')}" -SYSTEMD_ENVIRONMENT_FILE_${PN}_append = " ${@compose_list(d, 'ENVS', 'OCCITEMS')}" +SYSTEMD_ENVIRONMENT_FILE_${PN}_append_ibm-ac-server = " ${@compose_list(d, 'ENVS', 'ITEMS')}" +SYSTEMD_ENVIRONMENT_FILE_${PN}_append_ibm-ac-server = " ${@compose_list(d, 'ENVS', 'OCCITEMS')}" -SYSTEMD_ENVIRONMENT_FILE_max31785-msl += "obmc/hwmon-max31785/max31785.conf" -SYSTEMD_LINK_max31785-msl += "../phosphor-max31785-msl@.service:multi-user.target.wants/phosphor-max31785-msl@${MACHINE}.service" +SYSTEMD_ENVIRONMENT_FILE_max31785-msl_append_ibm-ac-server = " obmc/hwmon-max31785/max31785.conf" +SYSTEMD_LINK_max31785-msl_append_ibm-ac-server = " ../phosphor-max31785-msl@.service:multi-user.target.wants/phosphor-max31785-msl@${MACHINE}.service" -SYSTEMD_SERVICE_${PN} += "max31785-hwmon-helper@.service" +SYSTEMD_SERVICE_${PN}_append_ibm-ac-server = " max31785-hwmon-helper@.service" -do_install_append() { +do_install_append_ibm-ac-server() { install -d ${D}/${base_libdir}/udev/rules.d/ install ${WORKDIR}/70-max31785-hwmon.rules ${D}/${base_libdir}/udev/rules.d/ diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend index 02c0e94b4..99f7ffdef 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend @@ -1,2 +1,2 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append = " file://TPMEnable-default-true.override.yml" +SRC_URI_append_ibm-ac-server = " file://TPMEnable-default-true.override.yml" -- cgit v1.2.3 From 2602bdc48aed3b7677d6bcfe846b8ae9b651cd70 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 24 Jul 2019 15:50:24 +0000 Subject: witherspoon-pfault-analysis: srcrev bump 03c19db6a8..5c0ce17511 Matt Spinler (2): Update .gitignore Don't try to read GPIOs when no device path (From meta-ibm rev: adf123779de48ee17f2d8c53f4e3d865e575c2f9) Change-Id: Ia97046f0d856266907831be9fc552d6d750d14f9 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../recipes-phosphor/power/witherspoon-pfault-analysis.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc index db7c16e5d..0f3616408 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/witherspoon-pfault-analysis" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/witherspoon-pfault-analysis" -SRCREV = "03c19db6a8f72d7f5408667a7daf915d82190efc" +SRCREV = "5c0ce175116cb15d0601b81202e4fcb176d042d4" -- cgit v1.2.3 From 7a589364c3bab1c942d77e7bdcc783d67f3fee85 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 23 Jul 2019 16:18:36 -0500 Subject: Update swift mrw to latest version A lot of cleanup of IPMI sensors in this update (From meta-ibm rev: e80fecfd67ea850b6dba5af303e97ad7f8896ea6) Change-Id: Icd26b566002bf34b09b936300e89cd1a8fa4b9a5 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/conf/machine/swift.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/conf/machine/swift.conf b/meta-ibm/meta-witherspoon/conf/machine/swift.conf index 077d0b558..3915e2b98 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/swift.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/swift.conf @@ -7,7 +7,7 @@ KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" PHOSPHOR_MRW_LICENSE = "Apache-2.0" PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" PHOSPHOR_MRW_URI = "git://git@github.com/open-power/swift-xml;protocol=ssh" -PHOSPHOR_MRW_REV = "7880e778af3fca75f46aa3e94f7e9971a6ddbb1f" +PHOSPHOR_MRW_REV = "2b59e12db44e167a1652777b770674d235ec55ba" # 128MB flash size FLASH_SIZE = "131072" -- cgit v1.2.3 From 100f82716ecea62bdece469b0104962d14784a2b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 4 Jun 2019 15:06:30 -0500 Subject: swift-ipmi: Hard coded sensor support The Swift MRW has been updated and this commit utilizes some unused sensors for Swift starting at 0xFE and counting backwards (From meta-ibm rev: df212c93689bd73f0e760ed3cfffada6fa6b9ffa) Change-Id: Ica981d322f51fec94c0db94884938a60b637eb73 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../configuration/acx22-yaml-config.bb | 10 - .../acx22-ipmi-hwmon-sensors.yaml | 462 ----------------- .../swift/acx22-ipmi-hwmon-sensors.yaml | 484 ++++++++++++++++++ .../ac922-ipmi-extra-hwmon-sensors.yaml | 84 ---- .../witherspoon/acx22-ipmi-hwmon-sensors.yaml | 546 +++++++++++++++++++++ 5 files changed, 1030 insertions(+), 556 deletions(-) delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-hwmon-sensors.yaml delete mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml create mode 100644 meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-hwmon-sensors.yaml (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb index efe9cd5d2..d0dbd60d8 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config.bb @@ -6,10 +6,6 @@ LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd inherit allarch inherit mrw-xml -EXTRA_SRC_URI = "" -EXTRA_SRC_URI_witherspoon = " \ - file://ac922-ipmi-extra-hwmon-sensors.yaml \ - " SRC_URI = " \ file://acx22-ipmi-fru-bmc.yaml \ file://acx22-ipmi-fru-not-sent-by-host.yaml \ @@ -17,7 +13,6 @@ SRC_URI = " \ file://acx22-ipmi-inventory-sensors.yaml \ file://acx22-ipmi-occ-sensors.yaml \ file://acx22-ipmi-sensors-mrw.yaml \ - ${EXTRA_SRC_URI} \ " DEPENDS = " \ @@ -32,14 +27,9 @@ ACx22_IPMI_EXTRA_FRU_READ_YAMLS = " \ acx22-ipmi-fru-bmc.yaml \ acx22-ipmi-fru-not-sent-by-host.yaml \ " -ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS = "" -ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS_witherspoon = " \ - ac922-ipmi-extra-hwmon-sensors.yaml \ - " ACx22_IPMI_EXTRA_SENSOR_YAMLS = " \ acx22-ipmi-hwmon-sensors.yaml \ acx22-ipmi-occ-sensors.yaml \ - ${ACx22_IPMI_EXTRA_MACHINE_SENSOR_YAMLS} \ " do_install() { diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml deleted file mode 100644 index 6d22a6132..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-hwmon-sensors.yaml +++ /dev/null @@ -1,462 +0,0 @@ -221: - bExp: 0 - entityID: 29 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan0_0 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -223: - bExp: 0 - entityID: 29 - entityInstance: 3 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan1_0 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -227: - bExp: 0 - entityID: 29 - entityInstance: 5 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan2_0 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -229: - bExp: 0 - entityID: 29 - entityInstance: 7 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan3_0 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -231: - bExp: 0 - entityID: 10 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/fan_disk_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -238: - bExp: 0 - entityID: 10 - entityInstance: 9 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p0_io_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -239: - bExp: 0 - entityID: 10 - entityInstance: 10 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p1_io_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -240: - bExp: 0 - entityID: 10 - entityInstance: 11 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p0_mem_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -241: - bExp: 0 - entityID: 10 - entityInstance: 12 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p1_mem_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -242: - bExp: 0 - entityID: 10 - entityInstance: 13 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p0_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -243: - bExp: 0 - entityID: 10 - entityInstance: 14 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/p1_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -244: - bExp: 0 - entityID: 10 - entityInstance: 15 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 10 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/ps0_input_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -245: - bExp: 0 - entityID: 10 - entityInstance: 16 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 10 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/ps1_input_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -246: - bExp: 0 - entityID: 10 - entityInstance: 17 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 20 - offsetB: 0 - path: /xyz/openbmc_project/sensors/power/total_power - rExp: 0 - readingType: readingData - scale: -6 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 8 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Watts -247: - bExp: 0 - entityID: 10 - entityInstance: 19 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/voltage/ps0_input_voltage - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 2 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts -248: - bExp: 0 - entityID: 10 - entityInstance: 20 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 2 - offsetB: 0 - path: /xyz/openbmc_project/sensors/voltage/ps1_input_voltage - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 2 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts -249: - bExp: 0 - entityID: 10 - entityInstance: 21 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 10 - offsetB: 0 - path: /xyz/openbmc_project/sensors/voltage/ps0_output_voltage - rExp: -2 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 2 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts -250: - bExp: 0 - entityID: 10 - entityInstance: 22 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 10 - offsetB: 0 - path: /xyz/openbmc_project/sensors/voltage/ps1_output_voltage - rExp: -2 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 2 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Volts -251: - bExp: 0 - entityID: 10 - entityInstance: 23 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - offsetB: 0 - path: /xyz/openbmc_project/sensors/current/ps0_output_current - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 3 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes -252: - bExp: 0 - entityID: 10 - entityInstance: 24 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 1 - offsetB: 0 - path: /xyz/openbmc_project/sensors/current/ps1_output_current - rExp: 0 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 3 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes -253: - bExp: 0 - entityID: 35 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 30 - offsetB: 0 - path: /xyz/openbmc_project/sensors/temperature/pcie - rExp: -2 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC -254: - bExp: 0 - entityID: 64 - entityInstance: 1 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 20 - offsetB: 0 - path: /xyz/openbmc_project/sensors/temperature/ambient - rExp: -2 - readingType: readingData - scale: -3 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 1 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-hwmon-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-hwmon-sensors.yaml new file mode 100644 index 000000000..38f38355a --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-hwmon-sensors.yaml @@ -0,0 +1,484 @@ +232: + bExp: 0 + entityID: 29 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan0_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +233: + bExp: 0 + entityID: 29 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan1_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +234: + bExp: 0 + entityID: 29 + entityInstance: 5 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan2_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +235: + bExp: 0 + entityID: 29 + entityInstance: 7 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan3_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +236: + bExp: 0 + entityID: 10 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/fan_disk_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +237: + bExp: 0 + entityID: 10 + entityInstance: 9 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_io_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +238: + bExp: 0 + entityID: 10 + entityInstance: 10 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_io_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +239: + bExp: 0 + entityID: 10 + entityInstance: 11 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_mem_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +240: + bExp: 0 + entityID: 10 + entityInstance: 12 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_mem_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +241: + bExp: 0 + entityID: 10 + entityInstance: 13 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +242: + bExp: 0 + entityID: 10 + entityInstance: 14 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +243: + bExp: 0 + entityID: 10 + entityInstance: 15 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/ps0_input_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +244: + bExp: 0 + entityID: 10 + entityInstance: 16 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/ps1_input_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +245: + bExp: 0 + entityID: 10 + entityInstance: 17 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 20 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/total_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +246: + bExp: 0 + entityID: 10 + entityInstance: 19 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps0_input_voltage + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +247: + bExp: 0 + entityID: 10 + entityInstance: 20 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps1_input_voltage + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +248: + bExp: 0 + entityID: 10 + entityInstance: 21 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps0_output_voltage + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +249: + bExp: 0 + entityID: 10 + entityInstance: 22 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps1_output_voltage + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +250: + bExp: 0 + entityID: 10 + entityInstance: 23 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/current/ps0_output_current + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 3 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes +251: + bExp: 0 + entityID: 10 + entityInstance: 24 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/current/ps1_output_current + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 3 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes +252: + bExp: 0 + entityID: 35 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 30 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/pcie0_1 + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +253: + bExp: 0 + entityID: 35 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 30 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/pcie2_3 + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +254: + bExp: 0 + entityID: 64 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 20 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/ambient0 + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC + diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml deleted file mode 100644 index 538b4c867..000000000 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/ac922-ipmi-extra-hwmon-sensors.yaml +++ /dev/null @@ -1,84 +0,0 @@ -222: - bExp: 0 - entityID: 29 - entityInstance: 2 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan0_1 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -226: - bExp: 0 - entityID: 29 - entityInstance: 4 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan1_1 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -228: - bExp: 0 - entityID: 29 - entityInstance: 6 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan2_1 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -230: - bExp: 0 - entityID: 29 - entityInstance: 8 - interfaces: - xyz.openbmc_project.Sensor.Value: - Value: - Offsets: - 255: - type: int64_t - multiplierM: 100 - offsetB: 0 - path: /xyz/openbmc_project/sensors/fan_tach/fan3_1 - rExp: 0 - readingType: readingData - scale: 0 - sensorNamePattern: nameLeaf - sensorReadingType: 1 - sensorType: 4 - serviceInterface: org.freedesktop.DBus.Properties - unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-hwmon-sensors.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-hwmon-sensors.yaml new file mode 100644 index 000000000..803ed77ad --- /dev/null +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-hwmon-sensors.yaml @@ -0,0 +1,546 @@ +221: + bExp: 0 + entityID: 29 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan0_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +223: + bExp: 0 + entityID: 29 + entityInstance: 3 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan1_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +227: + bExp: 0 + entityID: 29 + entityInstance: 5 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan2_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +229: + bExp: 0 + entityID: 29 + entityInstance: 7 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan3_0 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +231: + bExp: 0 + entityID: 10 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/fan_disk_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +238: + bExp: 0 + entityID: 10 + entityInstance: 9 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_io_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +239: + bExp: 0 + entityID: 10 + entityInstance: 10 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_io_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +240: + bExp: 0 + entityID: 10 + entityInstance: 11 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_mem_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +241: + bExp: 0 + entityID: 10 + entityInstance: 12 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_mem_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +242: + bExp: 0 + entityID: 10 + entityInstance: 13 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p0_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +243: + bExp: 0 + entityID: 10 + entityInstance: 14 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/p1_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +244: + bExp: 0 + entityID: 10 + entityInstance: 15 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/ps0_input_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +245: + bExp: 0 + entityID: 10 + entityInstance: 16 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/ps1_input_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +246: + bExp: 0 + entityID: 10 + entityInstance: 17 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 20 + offsetB: 0 + path: /xyz/openbmc_project/sensors/power/total_power + rExp: 0 + readingType: readingData + scale: -6 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 8 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Watts +247: + bExp: 0 + entityID: 10 + entityInstance: 19 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps0_input_voltage + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +248: + bExp: 0 + entityID: 10 + entityInstance: 20 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 2 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps1_input_voltage + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +249: + bExp: 0 + entityID: 10 + entityInstance: 21 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps0_output_voltage + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +250: + bExp: 0 + entityID: 10 + entityInstance: 22 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 10 + offsetB: 0 + path: /xyz/openbmc_project/sensors/voltage/ps1_output_voltage + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 2 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Volts +251: + bExp: 0 + entityID: 10 + entityInstance: 23 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/current/ps0_output_current + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 3 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes +252: + bExp: 0 + entityID: 10 + entityInstance: 24 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 1 + offsetB: 0 + path: /xyz/openbmc_project/sensors/current/ps1_output_current + rExp: 0 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 3 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes +253: + bExp: 0 + entityID: 35 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 30 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/pcie + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +254: + bExp: 0 + entityID: 64 + entityInstance: 1 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 20 + offsetB: 0 + path: /xyz/openbmc_project/sensors/temperature/ambient + rExp: -2 + readingType: readingData + scale: -3 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 1 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC +222: + bExp: 0 + entityID: 29 + entityInstance: 2 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan0_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +226: + bExp: 0 + entityID: 29 + entityInstance: 4 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan1_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +228: + bExp: 0 + entityID: 29 + entityInstance: 6 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan2_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS +230: + bExp: 0 + entityID: 29 + entityInstance: 8 + interfaces: + xyz.openbmc_project.Sensor.Value: + Value: + Offsets: + 255: + type: int64_t + multiplierM: 100 + offsetB: 0 + path: /xyz/openbmc_project/sensors/fan_tach/fan3_1 + rExp: 0 + readingType: readingData + scale: 0 + sensorNamePattern: nameLeaf + sensorReadingType: 1 + sensorType: 4 + serviceInterface: org.freedesktop.DBus.Properties + unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS -- cgit v1.2.3 From 7fc6fc4cc91d9df41187824340f5339def228a2e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 25 Jul 2019 15:20:24 +0000 Subject: witherspoon-pfault-analysis: srcrev bump 5c0ce17511..5b2964fa8e Matt Spinler (1): Fix association path when resolving input faults (From meta-ibm rev: aa31db48bd98f4d22b8b0b6a6316aefcd4bc5daa) Change-Id: I3813ee4174d6aeebc6c7014d4b7d059e65b9ad99 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../recipes-phosphor/power/witherspoon-pfault-analysis.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm') diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc index 0f3616408..b73d922d0 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/witherspoon-pfault-analysis" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/witherspoon-pfault-analysis" -SRCREV = "5c0ce175116cb15d0601b81202e4fcb176d042d4" +SRCREV = "5b2964fa8e57c46d60c0c0d95d5668c9f9a5ce23" -- cgit v1.2.3