Matt Spinler | 10f3d93 | 2019-09-26 16:24:14 -0500 | [diff] [blame] | 1 | { |
| 2 | "PELs": |
| 3 | [ |
| 4 | { |
| 5 | "Name": "xyz.openbmc_project.Power.Fault", |
| 6 | "Subsystem": "power_supply", |
| 7 | "Severity": "unrecoverable", |
| 8 | "ActionFlags": ["service_action", "report"], |
| 9 | |
| 10 | "SRC": |
| 11 | { |
| 12 | "ReasonCode": "0x2030", |
| 13 | "SymptomIDFields": ["SRCWord3", "SRCWord6"], |
| 14 | "Words6To9": |
| 15 | { |
| 16 | "6": |
| 17 | { |
| 18 | "Description": "Failing unit number", |
| 19 | "AdditionalDataPropSource": "PS_NUM" |
| 20 | } |
| 21 | } |
| 22 | }, |
| 23 | |
| 24 | "Documentation": |
| 25 | { |
| 26 | "Description": "A PGOOD Fault", |
| 27 | "Message": "PS %1 had a PGOOD Fault", |
| 28 | "MessageArgSources": |
| 29 | [ |
| 30 | "SRCWord6" |
| 31 | ], |
| 32 | "Notes": [ |
| 33 | "In the UserData section there is a JSON", |
| 34 | "dump that provides debug information." |
| 35 | ] |
Matt Spinler | 9e819c7 | 2020-02-12 16:44:16 -0600 | [diff] [blame] | 36 | }, |
| 37 | |
| 38 | "CalloutsUsingAD": |
| 39 | { |
| 40 | "ADName": "PS_NUM", |
| 41 | "CalloutsWithTheirADValues": |
| 42 | [ |
| 43 | { |
| 44 | "ADValue": "0", |
| 45 | "Callouts": |
| 46 | [ |
| 47 | { |
| 48 | "System": "system1", |
| 49 | "CalloutList": |
| 50 | [ |
| 51 | { |
| 52 | "Priority": "high", |
| 53 | "LocCode": "E1" |
| 54 | }, |
| 55 | { |
| 56 | "Priority": "low", |
| 57 | "LocCode": "P1" |
| 58 | } |
| 59 | ] |
| 60 | }, |
| 61 | { |
| 62 | "CalloutList": |
| 63 | [ |
| 64 | { |
| 65 | "Priority": "high", |
Matt Spinler | 578e070 | 2020-03-13 09:40:43 -0500 | [diff] [blame] | 66 | "Procedure": "no_vpd_for_fru" |
Matt Spinler | 9e819c7 | 2020-02-12 16:44:16 -0600 | [diff] [blame] | 67 | } |
| 68 | ] |
| 69 | } |
| 70 | ] |
| 71 | } |
| 72 | ] |
Matt Spinler | 10f3d93 | 2019-09-26 16:24:14 -0500 | [diff] [blame] | 73 | } |
| 74 | } |
| 75 | ] |
| 76 | } |