blob: cbcb8d2c80451b7a14edb66d90fa91247f58547e [file] [log] [blame]
Matt Spinler44792fd2019-09-26 15:58:58 -05001{
Patrick Williams26919f02022-12-08 06:12:43 -06002 "PELs": [
Matt Spinler3fd08d62019-10-22 14:25:33 -05003 {
4 "Name": "xyz.openbmc_project.Common.Error.Timeout",
5 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -06006 "Severity": "non_error",
Matt Spinler44792fd2019-09-26 15:58:58 -05007
Patrick Williams26919f02022-12-08 06:12:43 -06008 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -05009 "ReasonCode": "0x1001",
Patrick Williams26919f02022-12-08 06:12:43 -060010 "Words6To9": {
11 "6": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050012 "Description": "Timeout in ms",
13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC"
14 }
15 }
16 },
17
Patrick Williams26919f02022-12-08 06:12:43 -060018 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050019 "Description": "This is a generic timeout error",
20 "Message": "An operation timed out",
Patrick Williams26919f02022-12-08 06:12:43 -060021 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050022 }
23 },
24
25 {
26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure",
27 "Subsystem": "bmc_firmware",
Matt Spinler216999f2022-01-12 11:22:40 -060028 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050029
Patrick Williams26919f02022-12-08 06:12:43 -060030 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050031 "ReasonCode": "0x1002",
Patrick Williams26919f02022-12-08 06:12:43 -060032 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050033 },
34
Patrick Williams26919f02022-12-08 06:12:43 -060035 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050036 "Description": "BMC code had a generic internal failure",
37 "Message": "An application had an internal failure",
Patrick Williams26919f02022-12-08 06:12:43 -060038 "Notes": ["The journal should contain more information"]
Matt Spinler288f4322023-01-05 12:54:22 -060039 },
40
41 "JournalCapture": {
42 "NumLines": 30
Matt Spinler3fd08d62019-10-22 14:25:33 -050043 }
44 },
45
46 {
47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument",
48 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060049 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050050
Patrick Williams26919f02022-12-08 06:12:43 -060051 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050052 "ReasonCode": "0x1003",
Patrick Williams26919f02022-12-08 06:12:43 -060053 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050054 },
55
Patrick Williams26919f02022-12-08 06:12:43 -060056 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050057 "Description": "BMC code was given an invalid argument",
58 "Message": "Code was given an invalid argument",
Patrick Williams26919f02022-12-08 06:12:43 -060059 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050060 }
61 },
62 {
63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission",
64 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060065 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050066
Patrick Williams26919f02022-12-08 06:12:43 -060067 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050068 "ReasonCode": "0x1004",
Patrick Williams26919f02022-12-08 06:12:43 -060069 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050070 },
71
Patrick Williams26919f02022-12-08 06:12:43 -060072 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050073 "Description": "An operation failed due to insufficient permission",
74 "Message": "An operation failed due to unsufficient permission",
Patrick Williams26919f02022-12-08 06:12:43 -060075 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050076 }
77 },
78
79 {
80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed",
81 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060082 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -050083
Patrick Williams26919f02022-12-08 06:12:43 -060084 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050085 "ReasonCode": "0x1005",
Patrick Williams26919f02022-12-08 06:12:43 -060086 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -050087 },
88
Patrick Williams26919f02022-12-08 06:12:43 -060089 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -050090 "Description": "An operation failed because it isn't allowed",
Matt Spinler26958762020-08-27 13:21:23 -050091 "Message": "An operation failed because it isn't allowed",
Patrick Williams26919f02022-12-08 06:12:43 -060092 "Notes": ["The journal should contain more information"]
Matt Spinler3fd08d62019-10-22 14:25:33 -050093 }
94 },
95
96 {
97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate",
98 "Subsystem": "user_error",
Matt Spinler216999f2022-01-12 11:22:40 -060099 "Severity": "non_error",
Matt Spinler3fd08d62019-10-22 14:25:33 -0500100
Patrick Williams26919f02022-12-08 06:12:43 -0600101 "SRC": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500102 "ReasonCode": "0x1006",
Patrick Williams26919f02022-12-08 06:12:43 -0600103 "Words6To9": {}
Matt Spinler3fd08d62019-10-22 14:25:33 -0500104 },
105
Patrick Williams26919f02022-12-08 06:12:43 -0600106 "Documentation": {
Matt Spinler3fd08d62019-10-22 14:25:33 -0500107 "Description": "The server's CA certificate has not been provided",
108 "Message": "The server's CA certificate has not been provided"
109 }
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600110 },
111
112 {
Matt Spinleraf036b12020-06-25 10:53:52 -0500113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600114 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500115
Patrick Williams26919f02022-12-08 06:12:43 -0600116 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500117 "ReasonCode": "0x1007",
Patrick Williams26919f02022-12-08 06:12:43 -0600118 "Words6To9": {
119 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500120 "Description": "errno of the failure",
121 "AdditionalDataPropSource": "CALLOUT_ERRNO"
122 }
123 }
124 },
125
Patrick Williams26919f02022-12-08 06:12:43 -0600126 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500127 "Description": "Sensor device read failure",
128 "Message": "There was a failure when reading a sensor device",
129 "Notes": [
130 "The severity is set by the creator.",
131 "The action flags are set automatically by the code.",
132 "Callouts added based on CALLOUT_DEVICE_PATH."
133 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600134 },
135
136 "JournalCapture": {
137 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500138 }
139 },
140
141 {
142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600143 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500144
Patrick Williams26919f02022-12-08 06:12:43 -0600145 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500146 "ReasonCode": "0x1008",
Patrick Williams26919f02022-12-08 06:12:43 -0600147 "Words6To9": {
148 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500149 "Description": "errno of the failure",
150 "AdditionalDataPropSource": "CALLOUT_ERRNO"
151 }
152 }
153 },
154
Patrick Williams26919f02022-12-08 06:12:43 -0600155 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500156 "Description": "Device read failure",
157 "Message": "There was a failure when reading a hardware device",
158 "Notes": [
159 "The severity is set by the creator.",
160 "The action flags are set automatically by the code.",
161 "Callouts added based on CALLOUT_DEVICE_PATH."
162 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600163 },
164
165 "JournalCapture": {
166 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500167 }
168 },
169
170 {
171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600172 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500173
Patrick Williams26919f02022-12-08 06:12:43 -0600174 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500175 "ReasonCode": "0x1009",
Patrick Williams26919f02022-12-08 06:12:43 -0600176 "Words6To9": {
177 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500178 "Description": "errno of the failure",
179 "AdditionalDataPropSource": "CALLOUT_ERRNO"
180 }
181 }
182 },
183
Patrick Williams26919f02022-12-08 06:12:43 -0600184 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500185 "Description": "Device write failure",
186 "Message": "There was a failure when writing to a hardware device",
187 "Notes": [
188 "The severity is set by the creator.",
189 "The action flags are set automatically by the code.",
190 "Callouts added based on CALLOUT_DEVICE_PATH"
191 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600192 },
193
194 "JournalCapture": {
195 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500196 }
197 },
198
199 {
200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure",
Matt Spinlerf24746c2022-01-31 10:40:13 -0600201 "Subsystem": "cec_i2c",
Matt Spinleraf036b12020-06-25 10:53:52 -0500202
Patrick Williams26919f02022-12-08 06:12:43 -0600203 "SRC": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500204 "ReasonCode": "0x100A",
Patrick Williams26919f02022-12-08 06:12:43 -0600205 "Words6To9": {
206 "6": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500207 "Description": "errno of the failure",
208 "AdditionalDataPropSource": "CALLOUT_ERRNO"
209 }
210 }
211 },
212
Patrick Williams26919f02022-12-08 06:12:43 -0600213 "Documentation": {
Matt Spinleraf036b12020-06-25 10:53:52 -0500214 "Description": "Device write failure",
215 "Message": "There was a failure when writing to a hardware device",
216 "Notes": [
217 "The severity is set by the creator.",
218 "The action flags are set automatically by the code.",
219 "Callouts added based on CALLOUT_DEVICE_PATH"
220 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600221 },
222
223 "JournalCapture": {
224 "NumLines": 30
Matt Spinleraf036b12020-06-25 10:53:52 -0500225 }
226 },
Jayanth Othayothbd0a7522021-05-03 02:05:36 -0500227
Matt Spinleraf036b12020-06-25 10:53:52 -0500228 {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500229 "Name": "xyz.openbmc_project.Common.File.Error.Write",
230 "Subsystem": "bmc_firmware",
231 "ComponentID": "0x1000",
Patrick Williams26919f02022-12-08 06:12:43 -0600232 "SRC": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500233 "ReasonCode": "0x100B",
Patrick Williams26919f02022-12-08 06:12:43 -0600234 "Words6To9": {}
Chirag Sharma11cf0322022-04-20 08:48:52 -0500235 },
236
237 "Callouts": [
238 {
239 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600240 { "Priority": "high", "Procedure": "BMC0001" }
Chirag Sharma11cf0322022-04-20 08:48:52 -0500241 ]
242 }
243 ],
244
Patrick Williams26919f02022-12-08 06:12:43 -0600245 "Documentation": {
Chirag Sharma11cf0322022-04-20 08:48:52 -0500246 "Description": "Failed to write to a file",
247 "Message": "Failed to write to a file",
248 "Notes": [
249 "The severity is set by the creator.",
250 "The journal should contain more information"
251 ]
252 }
253 },
254
255 {
Jayanth Othayoth15006772023-03-29 03:34:40 -0500256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate",
257 "Subsystem": "user_error",
258 "Severity": "predictive",
259
260 "SRC": {
261 "ReasonCode": "0x100C",
262 "Words6To9": {}
263 },
264
265 "Callouts": [
266 {
267 "CalloutList": [
268 {
269 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -0600270 "Procedure": "BMC0002"
Jayanth Othayoth15006772023-03-29 03:34:40 -0500271 }
272 ]
273 }
274 ],
275
276 "Documentation": {
277 "Description": "Certificate verification failed",
278 "Message": "Certificate verification failed"
279 }
280 },
281
282 {
Matt Spinlerf1666612024-01-19 10:57:35 -0600283 "Name": "xyz.openbmc_project.Common.File.Error.Open",
284 "Subsystem": "bmc_firmware",
285 "ComponentID": "0x1000",
286 "SRC": {
287 "ReasonCode": "0x100D",
288 "Words6To9": {}
289 },
290
291 "Callouts": [
292 {
293 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600294 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600295 ]
296 }
297 ],
298
299 "Documentation": {
300 "Description": "Failed to open a file",
301 "Message": "Failed to open a file",
302 "Notes": ["The file name is in a UserData section."]
303 }
304 },
305
306 {
307 "Name": "xyz.openbmc_project.Common.File.Error.Read",
308 "Subsystem": "bmc_firmware",
309 "ComponentID": "0x1000",
310 "SRC": {
311 "ReasonCode": "0x100E",
312 "Words6To9": {}
313 },
314
315 "Callouts": [
316 {
317 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600318 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600319 ]
320 }
321 ],
322
323 "Documentation": {
324 "Description": "Failed to read a file",
325 "Message": "Failed to read a file",
326 "Notes": ["The file name is in a UserData section."]
327 }
328 },
329
330 {
331 "Name": "xyz.openbmc_project.Common.File.Error.Seek",
332 "Subsystem": "bmc_firmware",
333 "ComponentID": "0x1000",
334 "SRC": {
335 "ReasonCode": "0x100F",
336 "Words6To9": {}
337 },
338
339 "Callouts": [
340 {
341 "CalloutList": [
Matt Spinler207aa8b2024-01-23 12:33:48 -0600342 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinlerf1666612024-01-19 10:57:35 -0600343 ]
344 }
345 ],
346
347 "Documentation": {
348 "Description": "Failed to seek in a file",
349 "Message": "Failed to seek in a file",
350 "Notes": ["The file name is in a UserData section."]
351 }
352 },
353
354 {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600355 "Name": "org.open_power.Logging.Error.SentBadPELToHost",
356 "Subsystem": "bmc_firmware",
357 "Severity": "non_error",
358
Patrick Williams26919f02022-12-08 06:12:43 -0600359 "SRC": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600360 "ReasonCode": "0x2001",
Patrick Williams26919f02022-12-08 06:12:43 -0600361 "Words6To9": {
362 "6": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600363 "Description": "The bad PEL ID",
364 "AdditionalDataPropSource": "BAD_ID"
365 }
366 }
367 },
368
Patrick Williams26919f02022-12-08 06:12:43 -0600369 "Documentation": {
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600370 "Description": "The BMC sent the host a malformed PEL",
371 "Message": "The BMC sent the host a malformed PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600372 "Notes": ["The host firmware rejected that PEL."]
Matt Spinler288f4322023-01-05 12:54:22 -0600373 },
374
375 "JournalCapture": {
376 "Sections": [
377 {
378 "SyslogID": "phosphor-log-manager",
379 "NumLines": 20
380 },
381 {
382 "SyslogID": "systemd",
383 "NumLines": 30
384 }
385 ]
Matt Spinler05c2c6c2019-12-18 14:02:09 -0600386 }
Matt Spinlere95fd012020-01-07 12:53:16 -0600387 },
388
389 {
390 "Name": "org.open_power.Logging.Error.BadHostPEL",
391 "Subsystem": "platform_firmware",
392 "Severity": "unrecoverable",
393
Patrick Williams26919f02022-12-08 06:12:43 -0600394 "SRC": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600395 "ReasonCode": "0x2002",
Patrick Williams26919f02022-12-08 06:12:43 -0600396 "Words6To9": {
397 "6": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600398 "Description": "The PLID of the invalid PEL",
399 "AdditionalDataPropSource": "PLID"
400 },
Patrick Williams26919f02022-12-08 06:12:43 -0600401 "7": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600402 "Description": "The corresponding OpenBMC event log ID",
403 "AdditionalDataPropSource": "OBMC_LOG_ID"
404 },
Patrick Williams26919f02022-12-08 06:12:43 -0600405 "8": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600406 "Description": "The size of the invalid PEL",
407 "AdditionalDataPropSource": "PEL_SIZE"
408 }
409 }
410 },
411
Matt Spinler834f3ed2022-01-26 16:18:02 -0600412 "Callouts": [
413 {
414 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600415 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -0600416 ]
417 }
418 ],
419
Patrick Williams26919f02022-12-08 06:12:43 -0600420 "Documentation": {
Matt Spinlere95fd012020-01-07 12:53:16 -0600421 "Description": "The host sent the BMC an invalid PEL",
422 "Message": "The host sent the BMC an invalid PEL",
Patrick Williams26919f02022-12-08 06:12:43 -0600423 "Notes": []
Matt Spinler288f4322023-01-05 12:54:22 -0600424 },
425
426 "JournalCapture": {
427 "Sections": [
428 {
429 "SyslogID": "phosphor-log-manager",
430 "NumLines": 20
431 },
432 {
433 "SyslogID": "systemd",
434 "NumLines": 20
435 },
436 {
437 "SyslogID": "pldmd",
438 "NumLines": 20
439 }
440 ]
Matt Spinlere95fd012020-01-07 12:53:16 -0600441 }
Marri Devender Raoead1be22020-03-28 05:50:59 -0500442 },
443
444 {
Matt Spinler3477ce92020-07-08 14:49:25 -0500445 "Name": "org.open_power.Logging.Error.TestError1",
446 "Subsystem": "platform_firmware",
447 "Severity": "unrecoverable",
448
Patrick Williams26919f02022-12-08 06:12:43 -0600449 "SRC": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500450 "ReasonCode": "0x2003",
Patrick Williams26919f02022-12-08 06:12:43 -0600451 "Words6To9": {}
Matt Spinler3477ce92020-07-08 14:49:25 -0500452 },
453
454 "Callouts": [
455 {
456 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600457 { "Priority": "high", "Procedure": "BMC0001" },
Patrick Williams26919f02022-12-08 06:12:43 -0600458 { "Priority": "medium", "SymbolicFRU": "service_docs" }
Matt Spinler3477ce92020-07-08 14:49:25 -0500459 ]
460 }
461 ],
462
Patrick Williams26919f02022-12-08 06:12:43 -0600463 "Documentation": {
Matt Spinler3477ce92020-07-08 14:49:25 -0500464 "Description": "An error for testing",
465 "Message": "This is a test error"
466 }
467 },
468
469 {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500470 "Name": "xyz.openbmc_project.Logging.Error.Default",
471 "Subsystem": "other_na",
472
Patrick Williams26919f02022-12-08 06:12:43 -0600473 "SRC": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500474 "ReasonCode": "0x2004",
Patrick Williams26919f02022-12-08 06:12:43 -0600475 "Words6To9": {}
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500476 },
477
Matt Spinler834f3ed2022-01-26 16:18:02 -0600478 "Callouts": [
479 {
480 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600481 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -0600482 ]
483 }
484 ],
485
Patrick Williams26919f02022-12-08 06:12:43 -0600486 "Documentation": {
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500487 "Description": "This entry is used when no other matching entry is found",
488 "Message": "Unknown (Original event not in message registry)",
489 "Notes": [
490 "This is used when the actual error name isn't found in ",
491 "the registry. The original error name will be stored ",
492 "in the UserData section that contains the AdditionalData ",
493 "properties using the key ERROR_NAME.",
494 "This error may contain callouts if the creator passed ",
495 "them in.",
496 "The severity is set by the creator.",
497 "If this error is seen, then a code change needs to be ",
498 "made to add the missing error entry to this registry."
499 ]
Matt Spinler288f4322023-01-05 12:54:22 -0600500 },
501
502 "JournalCapture": {
503 "NumLines": 30
Matt Spinler30ddc9f2020-07-16 15:39:59 -0500504 }
505 },
506
507 {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600508 "Name": "org.open_power.Logging.Error.TestError2",
509 "Subsystem": "bmc_firmware",
510 "Severity": "recovered",
511 "ActionFlags": ["report"],
512
Patrick Williams26919f02022-12-08 06:12:43 -0600513 "SRC": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600514 "ReasonCode": "0x2005",
Patrick Williams26919f02022-12-08 06:12:43 -0600515 "Words6To9": {}
Matt Spinlerc865ed92022-02-16 14:07:32 -0600516 },
517
518 "Callouts": [
519 {
Patrick Williams26919f02022-12-08 06:12:43 -0600520 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerc865ed92022-02-16 14:07:32 -0600521 }
522 ],
523
Patrick Williams26919f02022-12-08 06:12:43 -0600524 "Documentation": {
Matt Spinlerc865ed92022-02-16 14:07:32 -0600525 "Description": "An error for testing",
526 "Message": "This is a test recoverable error",
527 "Notes": [
528 "This error is not created by BMC code and is ",
529 "only used for error injection tests."
530 ]
531 }
532 },
533
534 {
Matt Spinler87408a42022-07-29 16:12:07 -0500535 "Name": "org.open_power.Logging.Error.TestError3",
536 "Subsystem": "bmc_firmware",
537 "Severity": "predictive",
538
Patrick Williams26919f02022-12-08 06:12:43 -0600539 "SRC": {
Matt Spinler87408a42022-07-29 16:12:07 -0500540 "ReasonCode": "0x2006",
Patrick Williams26919f02022-12-08 06:12:43 -0600541 "Words6To9": {}
Matt Spinler87408a42022-07-29 16:12:07 -0500542 },
543
Patrick Williams26919f02022-12-08 06:12:43 -0600544 "Documentation": {
Matt Spinler87408a42022-07-29 16:12:07 -0500545 "Description": "This is an error used for testing only",
546 "Message": "This is a test predictive error",
547 "Notes": [
548 "This error is not created by BMC code and is ",
549 "only used for error injection tests."
550 ]
551 }
552 },
553
554 {
Patrick Williams9ca4d132024-10-31 17:02:47 -0400555 "Name": "xyz.openbmc_project.Logging.Cleared",
Matt Spinler8910bb72024-01-04 10:41:25 -0600556 "Subsystem": "bmc_firmware",
557 "Severity": "non_error",
558
559 "SRC": {
560 "ReasonCode": "0x2007",
561 "Words6To9": {
562 "6": {
563 "Description": "Number of logs deleted",
Patrick Williams9ca4d132024-10-31 17:02:47 -0400564 "AdditionalDataPropSource": "NUMBER_OF_LOGS"
Matt Spinler8910bb72024-01-04 10:41:25 -0600565 }
566 }
567 },
568
569 "Documentation": {
570 "Description": "All event logs were deleted",
571 "Message": "All event logs were deleted",
572 "Notes": [
573 "This is an informational error noting that ",
574 "someone deleted all of the event logs."
575 ]
576 },
577
578 "JournalCapture": {
579 "Sections": [
580 {
581 "SyslogID": "systemd",
582 "NumLines": 10
583 }
584 ]
585 }
586 },
587
588 {
Marri Devender Raoead1be22020-03-28 05:50:59 -0500589 "Name": "org.open_power.PHAL.Error.Boot",
590 "Subsystem": "cec_hardware",
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600591 "ComponentID": "0x3000",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500592
Patrick Williams26919f02022-12-08 06:12:43 -0600593 "SRC": {
Ramesh Iyyar41e79dc2020-12-22 06:27:48 -0600594 "ReasonCode": "0x3001",
Patrick Williams26919f02022-12-08 06:12:43 -0600595 "Words6To9": {}
Marri Devender Raoead1be22020-03-28 05:50:59 -0500596 },
597
Patrick Williams26919f02022-12-08 06:12:43 -0600598 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -0600599 "Description": "Failure occurred during boot process",
600 "Message": "Failure occurred during boot process",
Marri Devender Raoead1be22020-03-28 05:50:59 -0500601 "Notes": [
602 "Debug traces will be captured in AdditionalData section"
603 ]
604 }
Ben Tyner34836322020-04-15 17:01:48 -0500605 },
606
607 {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600608 "Name": "org.open_power.PHAL.Error.PrePowerOff",
609 "Subsystem": "cec_hardware",
610 "ComponentID": "0x3000",
611
Patrick Williams26919f02022-12-08 06:12:43 -0600612 "SRC": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600613 "ReasonCode": "0x3002",
Patrick Williams26919f02022-12-08 06:12:43 -0600614 "Words6To9": {}
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600615 },
616
Patrick Williams26919f02022-12-08 06:12:43 -0600617 "Documentation": {
Ramesh Iyyar78be2a22020-12-22 06:22:55 -0600618 "Description": "Failure occurred during PHAL pre-poweroff operations",
619 "Message": "Failure occurred during PHAL pre-poweroff operations",
620 "Notes": [
621 "Severity needs to be set based on needs for this registry.",
622 "FFDC (First Failure Data Collection) will be collected ",
623 "and added into PEL."
624 ]
625 }
626 },
627
628 {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500629 "Name": "org.open_power.PHAL.Error.devtreeSync",
630 "Subsystem": "cec_hardware",
631 "ComponentID": "0x3000",
632 "Severity": "unrecoverable",
633
Patrick Williams26919f02022-12-08 06:12:43 -0600634 "SRC": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500635 "ReasonCode": "0x3003",
Patrick Williams26919f02022-12-08 06:12:43 -0600636 "Words6To9": {}
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500637 },
638
Patrick Williams26919f02022-12-08 06:12:43 -0600639 "Documentation": {
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500640 "Description": "Failure occurred during PHAL devtree sync ",
641 "Message": "Failure occurred during PHAL devtree sync",
Patrick Williams26919f02022-12-08 06:12:43 -0600642 "Notes": ["The journal should contain more information"]
Jayanth Othayothdb00d762021-07-13 02:48:19 -0500643 }
644 },
645
646 {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500647 "Name": "org.open_power.PHAL.Error.devtreeBackup",
648 "Subsystem": "cec_hardware",
649 "ComponentID": "0x3000",
650 "Severity": "unrecoverable",
651
Patrick Williams26919f02022-12-08 06:12:43 -0600652 "SRC": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500653 "ReasonCode": "0x3004",
Patrick Williams26919f02022-12-08 06:12:43 -0600654 "Words6To9": {}
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500655 },
656
Patrick Williams26919f02022-12-08 06:12:43 -0600657 "Documentation": {
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500658 "Description": "Failure occurred during PHAL devtree backup ",
659 "Message": "Failure occurred during PHAL devtree backup",
Patrick Williams26919f02022-12-08 06:12:43 -0600660 "Notes": ["The journal should contain more information"]
Jayanth Othayothf3e619a2021-07-13 03:58:06 -0500661 }
662 },
663
664 {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400665 "Name": "org.open_power.PHAL.Error.HostRunning",
NodeMan970f57ddc2022-04-29 23:14:41 +0000666 "Subsystem": "cec_sp_hyp_iface",
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400667 "ComponentID": "0x3000",
668
Patrick Williams26919f02022-12-08 06:12:43 -0600669 "SRC": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400670 "ReasonCode": "0x3005",
Patrick Williams26919f02022-12-08 06:12:43 -0600671 "Words6To9": {}
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400672 },
673
Patrick Williams26919f02022-12-08 06:12:43 -0600674 "Documentation": {
Andrew Geisslerd54fd732021-07-20 14:07:12 -0400675 "Description": "Host did not respond to BMC after a BMC reset",
676 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running",
677 "Notes": [
678 "System will be left in its current state to ensure host ",
679 "is not unexpectedly taken down. There is most likely an ",
680 "issue in the software or hardware communication path ",
681 "between the BMC and the Host firmware.",
682 "A BMC dump will be collected with relevant FFDC."
683 ]
684 }
685 },
686
687 {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600688 "Name": "org.open_power.PHAL.Error.devtreeReinit",
689 "Subsystem": "cec_hardware",
690 "ComponentID": "0x3000",
691 "Severity": "unrecoverable",
692
Patrick Williams26919f02022-12-08 06:12:43 -0600693 "SRC": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600694 "ReasonCode": "0x3006",
Patrick Williams26919f02022-12-08 06:12:43 -0600695 "Words6To9": {}
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600696 },
697
Patrick Williams26919f02022-12-08 06:12:43 -0600698 "Documentation": {
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600699 "Description": "Failure re-initializing BMC to Host data structure",
700 "Message": "Failure occurred during re-initializing BMC to Host data structure",
Patrick Williams26919f02022-12-08 06:12:43 -0600701 "Notes": ["The journal should contain more information"]
Jayanth Othayoth7d2bea72021-11-29 07:26:34 -0600702 }
703 },
704
705 {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600706 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc",
707 "Subsystem": "cec_hardware",
708 "ComponentID": "0x3000",
709 "Severity": "unrecoverable",
710
Patrick Williams26919f02022-12-08 06:12:43 -0600711 "SRC": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600712 "ReasonCode": "0x3007",
Patrick Williams26919f02022-12-08 06:12:43 -0600713 "Words6To9": {}
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600714 },
715
Patrick Williams26919f02022-12-08 06:12:43 -0600716 "Documentation": {
Jayanth Othayothe52dd952022-03-09 02:11:41 -0600717 "Description": "Non functional boot processor",
718 "Message": "Non functional boot processor",
719 "Notes": [
720 "BMC firmware couldn't find functional primary processor",
721 "required to boot the host",
722 "Debug traces will be captured in AdditionalData section"
723 ]
724 }
725 },
726
727 {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500728 "Name": "org.open_power.PHAL.Error.MPReboot",
729 "Subsystem": "cec_hardware",
730 "ComponentID": "0x3000",
731 "Severity": "unrecoverable",
732
Patrick Williams26919f02022-12-08 06:12:43 -0600733 "SRC": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500734 "ReasonCode": "0x3008",
Patrick Williams26919f02022-12-08 06:12:43 -0600735 "Words6To9": {}
Marri Devender Rao116428e2022-06-09 07:33:38 -0500736 },
737
738 "Callouts": [
739 {
Patrick Williams26919f02022-12-08 06:12:43 -0600740 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600741 { "Priority": "high", "Procedure": "BMC0001" }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500742 ]
743 }
744 ],
745
Patrick Williams26919f02022-12-08 06:12:43 -0600746 "Documentation": {
Marri Devender Rao116428e2022-06-09 07:33:38 -0500747 "Description": "Error during memory preserving reboot",
748 "Message": "Error during memory preserving reboot",
749 "Notes": [
750 "Software error occured during memory preserving reboot"
751 ]
752 }
Patrick Williams26919f02022-12-08 06:12:43 -0600753 },
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500754 {
755 "Name": "org.open_power.PHAL.Error.SpareClock",
756 "Subsystem": "cec_hardware",
757 "ComponentID": "0x3000",
758 "Severity": "non_error",
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500759
Patrick Williams26919f02022-12-08 06:12:43 -0600760 "SRC": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500761 "ReasonCode": "0x3009",
Patrick Williams26919f02022-12-08 06:12:43 -0600762 "Words6To9": {}
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500763 },
764
Jayanth Othayothb0820142022-10-27 02:16:48 -0500765 "Callouts": [
766 {
Arya K Padmanba1d4812024-03-29 03:53:37 -0500767 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothb0820142022-10-27 02:16:48 -0500768 "CalloutList": [
769 {
770 "Priority": "high",
771 "LocCode": "P0"
772 },
773 {
774 "Priority": "low",
775 "LocCode": "P0-C15"
776 }
777 ]
778 },
779 {
Arya K Padmanba1d4812024-03-29 03:53:37 -0500780 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothb0820142022-10-27 02:16:48 -0500781 "CalloutList": [
782 {
783 "Priority": "high",
784 "LocCode": "P0"
785 },
786 {
787 "Priority": "low",
788 "LocCode": "P0-C61"
789 }
790 ]
791 }
792 ],
793
Patrick Williams26919f02022-12-08 06:12:43 -0600794 "Documentation": {
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500795 "Description": "Error during Spare clock initialisation",
796 "Message": "Error during Spare clock initialisation",
797 "Notes": [
Jayanth Othayothb0820142022-10-27 02:16:48 -0500798 "The clock symbolic FRU in the CalloutList provides the",
799 "reference to clock unit."
Jayanth Othayoth0babc762022-06-27 00:32:38 -0500800 ]
801 }
Marri Devender Rao116428e2022-06-09 07:33:38 -0500802 },
803
804 {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500805 "Name": "org.open_power.PHAL.Info.ClockDailyLog",
806 "Subsystem": "cec_clocks",
807 "ComponentID": "0x3000",
808 "Severity": "non_error",
harsh-agarwal199727162024-09-23 09:28:05 -0500809 "ActionFlags": ["report", "call_home", "heartbeat_call_home"],
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500810
Patrick Williams26919f02022-12-08 06:12:43 -0600811 "SRC": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500812 "ReasonCode": "0x300A",
Patrick Williams26919f02022-12-08 06:12:43 -0600813 "Words6To9": {}
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500814 },
815
Patrick Williams26919f02022-12-08 06:12:43 -0600816 "Documentation": {
Jayanth Othayoth21c1a5a2022-09-07 01:24:05 -0500817 "Description": "Informational error to house clock debug info",
818 "Message": "Informational error to house clock debug info",
819 "Notes": [
820 "User data includes processor and clock register state information."
821 ]
822 }
823 },
824
825 {
deepakala-kb1b342a2022-10-05 11:17:16 -0500826 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess",
827 "Subsystem": "bmc_firmware",
828 "ComponentID": "0x3000",
829 "Severity": "predictive",
830
Patrick Williams26919f02022-12-08 06:12:43 -0600831 "SRC": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500832 "ReasonCode": "0x300B",
Patrick Williams26919f02022-12-08 06:12:43 -0600833 "Words6To9": {}
deepakala-kb1b342a2022-10-05 11:17:16 -0500834 },
835
836 "Callouts": [
837 {
838 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600839 { "Priority": "high", "Procedure": "BMC0001" }
deepakala-kb1b342a2022-10-05 11:17:16 -0500840 ]
841 }
842 ],
843
Patrick Williams26919f02022-12-08 06:12:43 -0600844 "Documentation": {
deepakala-kb1b342a2022-10-05 11:17:16 -0500845 "Description": "Guard partition access failure",
846 "Message": "Guard partition access failure",
847 "Notes": [
848 "User data and journal should contain more information"
849 ]
850 }
851 },
852
853 {
Matt Spinler06634e82023-05-25 11:36:43 -0500854 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure",
855 "Subsystem": "cec_chip_iface",
856 "ComponentID": "0x3000",
857 "Severity": "unrecoverable",
858
859 "SRC": {
860 "ReasonCode": "0x300C",
861 "Words6To9": {}
862 },
863
864 "Documentation": {
865 "Description": "There was a failure while initializing the FSI links",
866 "Message": "There was a failure while initializing the FSI links",
867 "Notes": [
868 "The FSI device driver had a problem doing a scan.",
869 "The callouts are done based on the passed in FSI device path."
870 ]
871 },
872
873 "JournalCapture": {
874 "NumLines": 75
875 }
876 },
877
878 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600879 "Name": "org.open_power.OCC.Firmware.Error.PresenceMismatch",
Eddie James62464b12022-05-25 15:47:15 -0500880 "Subsystem": "bmc_firmware",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500881 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500882 "Severity": "predictive",
883
Patrick Williams26919f02022-12-08 06:12:43 -0600884 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500885 "ReasonCode": "0x2681",
Patrick Williams26919f02022-12-08 06:12:43 -0600886 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500887 },
888
889 "Callouts": [
890 {
891 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -0600892 { "Priority": "medium", "Procedure": "BMC0001" }
Eddie James62464b12022-05-25 15:47:15 -0500893 ]
894 }
895 ],
896
Patrick Williams26919f02022-12-08 06:12:43 -0600897 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500898 "Description": "OCC presence mismatch",
899 "Message": "BMC firmware detected incorrect number of OCCs",
900 "Notes": [
901 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.",
902 "The BMC requests that the OCC reset."
903 ]
904 }
905 },
906
907 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600908 "Name": "org.open_power.OCC.Device.Error.SafeState",
Eddie James62464b12022-05-25 15:47:15 -0500909 "Subsystem": "processor_chip",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500910 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500911 "Severity": "non_error",
912
Patrick Williams26919f02022-12-08 06:12:43 -0600913 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500914 "ReasonCode": "0x2682",
Patrick Williams26919f02022-12-08 06:12:43 -0600915 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500916 },
917
Patrick Williams26919f02022-12-08 06:12:43 -0600918 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500919 "Description": "OCC safe state",
920 "Message": "OCC in safe state while active for one minute",
921 "Notes": [
922 "The BMC detected that the OCC was in safe state for one minute while active.",
923 "The BMC requests that the OCC reset."
924 ]
925 }
926 },
927
928 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600929 "Name": "org.open_power.OCC.Device.Error.ReadFailure",
Eddie James62464b12022-05-25 15:47:15 -0500930 "Subsystem": "cec_chip_iface",
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500931 "ComponentID": "0x2600",
Eddie James62464b12022-05-25 15:47:15 -0500932 "Severity": "predictive",
933
Patrick Williams26919f02022-12-08 06:12:43 -0600934 "SRC": {
Sheldon Baileyca91ce52022-06-23 10:16:58 -0500935 "ReasonCode": "0x2683",
Patrick Williams26919f02022-12-08 06:12:43 -0600936 "Words6To9": {}
Eddie James62464b12022-05-25 15:47:15 -0500937 },
938
Patrick Williams26919f02022-12-08 06:12:43 -0600939 "Documentation": {
Eddie James62464b12022-05-25 15:47:15 -0500940 "Description": "OCC communication failure",
941 "Message": "BMC failed to communicate with the OCC",
942 "Notes": [
943 "The BMC failed to communicate with the OCC and retried three times.",
944 "The BMC requests that the OCC reset."
945 ]
946 }
947 },
948
949 {
Matt Spinler70f561a2024-01-04 15:33:17 -0600950 "Name": "org.open_power.OCC.Device.Error.OpenFailure",
951 "Subsystem": "cec_chip_iface",
952 "ComponentID": "0x2600",
953 "Severity": "predictive",
954
955 "SRC": {
956 "ReasonCode": "0x2684",
957 "Words6To9": {}
958 },
959
960 "Documentation": {
961 "Description": "OCC communication failure",
962 "Message": "BMC failed to communicate with the OCC",
963 "Notes": [
964 "There was a failure trying to open an OCC device driver file"
965 ]
966 }
967 },
968
969 {
Chris Cainfff77e22024-04-22 12:25:23 -0500970 "Name": "org.open_power.OCC.Firmware.Error.MissingOCCSensors",
971 "Subsystem": "bmc_firmware",
972 "ComponentID": "0x2600",
973
974 "SRC": {
975 "ReasonCode": "0x2685",
976 "Words6To9": {}
977 },
978
979 "Callouts": [
980 {
981 "CalloutList": [
982 { "Priority": "medium", "Procedure": "BMC0001" }
983 ]
984 }
985 ],
986
987 "Documentation": {
988 "Description": "OCC PDR records not found",
989 "Message": "BMC firmware was not able to find the OCC sensor ID records",
990 "Notes": [
991 "The OCC sensor ID records for the OCCs were not found which will prevent the BMC from ",
992 "communicating with the OCCs. Firmware will continue to try searching for the records."
993 ]
994 },
995 "JournalCapture": {
996 "NumLines": 40
997 }
998 },
999
1000 {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001001 "Name": "org.open_power.HardwareIsolation.Error",
1002 "Subsystem": "cec_hardware",
1003 "ComponentID": "0x3100",
1004
Patrick Williams26919f02022-12-08 06:12:43 -06001005 "SRC": {
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001006 "ReasonCode": "0x3101",
Patrick Williams26919f02022-12-08 06:12:43 -06001007 "Words6To9": {}
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001008 },
1009
Patrick Williams26919f02022-12-08 06:12:43 -06001010 "Documentation": {
Michael Lim12429892022-03-10 16:11:25 -06001011 "Description": "Failure occurred during hardware isolation operations",
1012 "Message": "Failure occurred during hardware isolation operations",
Ramesh Iyyarb3d45ed2021-12-07 09:18:19 -06001013 "Notes": [
1014 "Severity needs to be set based on needs for this registry.",
1015 "Debug traces will be captured in AdditionalData section"
1016 ]
1017 }
1018 },
1019
1020 {
Marri Devender Rao109fc142023-09-14 12:34:40 +05301021 "Name": "org.open_power.Faultlog.PoweronTime.ReadFail",
1022 "Subsystem": "bmc_firmware",
1023 "ComponentID": "0xF100",
1024
1025 "SRC": {
1026 "ReasonCode": "0xF101",
1027 "Words6To9": {}
1028 },
1029
1030 "Documentation": {
1031 "Description": "Failure to read chassis poweron time from persistent file",
1032 "Message": "Failure to read chassis poweron time from persistent file",
1033 "Notes": [
1034 "Severity needs to be set based on needs for this registry.",
1035 "Debug traces will be captured in AdditionalData section"
1036 ]
1037 }
1038 },
1039
1040 {
1041 "Name": "org.open_power.Faultlog.PoweronTime.WriteFail",
1042 "Subsystem": "bmc_firmware",
1043 "ComponentID": "0xF100",
1044
1045 "SRC": {
1046 "ReasonCode": "0xF102",
1047 "Words6To9": {}
1048 },
1049
1050 "Documentation": {
1051 "Description": "Failure to write chassis poweron time to persistent file",
1052 "Message": "Failure to write chassis poweron time to persistent file",
1053 "Notes": [
1054 "Severity needs to be set based on needs for this registry.",
1055 "Debug traces will be captured in AdditionalData section"
1056 ]
1057 }
1058 },
1059
1060 {
Marri Devender Rao385446b2023-04-14 00:16:35 -05001061 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW",
1062 "Subsystem": "cec_hardware",
1063 "Severity": "predictive",
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001064 "ComponentID": "0xF100",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001065 "SRC": {
Matt Spinlera6c4ba72023-05-24 13:11:49 -05001066 "ReasonCode": "0xF138",
Marri Devender Rao385446b2023-04-14 00:16:35 -05001067 "Words6To9": {
1068 "6": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301069 "Description": "Number of system guard records if any",
1070 "AdditionalDataPropSource": "GUARD_RECORD_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001071 },
1072 "8": {
Marri Devender Raof0200b52023-06-14 12:46:05 +05301073 "Description": "Number of PEL's having deconfig bit set",
1074 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001075 }
1076 }
1077 },
1078 "Callouts": [
1079 {
1080 "CalloutList": [
1081 {
1082 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001083 "Procedure": "BMC0008"
Marri Devender Rao385446b2023-04-14 00:16:35 -05001084 }
1085 ]
1086 }
1087 ],
1088 "Documentation": {
1089 "Description": "Firmware detected either a FRU deconfigured And/Or guard record",
1090 "Message": "Firmware detected either a FRU deconfigured And/Or guard record",
1091 "Notes": [
1092 "Either Guard And/Or Deconfiguration records found during periodic check ",
1093 "as part of the NAG event. Look into the BMC Nag dump for more details. ",
1094 "This is a reminder for servicing faulty hardware pending service present ",
1095 "in the system."
1096 ]
1097 }
1098 },
1099
1100 {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001101 "Name": "xyz.openbmc_project.State.Error.HostNotRunning",
1102 "Subsystem": "cec_sp_hostboot_iface",
1103 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001104 "SRC": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001105 "ReasonCode": "0x3401",
Patrick Williams26919f02022-12-08 06:12:43 -06001106 "Words6To9": {}
Andrew Geissler8034dde2021-09-10 14:43:03 -05001107 },
Patrick Williams26919f02022-12-08 06:12:43 -06001108 "Documentation": {
Andrew Geissler8034dde2021-09-10 14:43:03 -05001109 "Description": "Host was booting or booted before BMC reset but is now unresponsive",
1110 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot",
1111 "Notes": [
1112 "System will follow recovery policy, resulting in this ",
1113 "error and most likely a a reboot of the host. The issue ",
1114 "is most likely the result of the BMC rebooting while the ",
1115 "host was booting and in a state where it still needed ",
1116 "the BMC to complete its boot."
1117 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001118 },
1119
1120 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001121 "NumLines": 100
Andrew Geissler8034dde2021-09-10 14:43:03 -05001122 }
1123 },
1124
1125 {
Andrew Geissler808f6302022-02-24 13:55:18 -06001126 "Name": "xyz.openbmc_project.State.ChassisPowerBad",
1127 "Subsystem": "input_power_source",
1128 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001129 "SRC": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001130 "ReasonCode": "0x3402",
Patrick Williams26919f02022-12-08 06:12:43 -06001131 "Words6To9": {}
Andrew Geissler808f6302022-02-24 13:55:18 -06001132 },
1133 "Callouts": [
1134 {
Patrick Williams26919f02022-12-08 06:12:43 -06001135 "CalloutList": [
1136 {
1137 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001138 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001139 }
1140 ]
Andrew Geissler808f6302022-02-24 13:55:18 -06001141 }
1142 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001143 "Documentation": {
Andrew Geissler808f6302022-02-24 13:55:18 -06001144 "Description": "Chassis input power is in a bad state",
1145 "Message": "Chassis input power is in a bad state, look for other logs with more details",
1146 "Notes": [
1147 "The system is most likely in a limited power situation. ",
1148 "There is enough power for the BMC to operate but not the ",
1149 "CEC hardware. Check for UPS or brownout logs."
1150 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001151 },
1152
1153 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001154 "NumLines": 100
Andrew Geissler808f6302022-02-24 13:55:18 -06001155 }
1156 },
1157
1158 {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001159 "Name": "xyz.openbmc_project.State.PinholeReset",
1160 "Subsystem": "cec_op_panel",
1161 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001162 "SRC": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001163 "ReasonCode": "0x3403",
Patrick Williams26919f02022-12-08 06:12:43 -06001164 "Words6To9": {}
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001165 },
Patrick Williams26919f02022-12-08 06:12:43 -06001166 "Documentation": {
Andrew Geissler4c360ec2022-02-24 14:09:37 -06001167 "Description": "User initiated a pinhole reset via the op-panel",
1168 "Message": "User initiated a pinhole reset via the op-panel",
1169 "Notes": [
1170 "This is a notification log to record the fact that a ",
1171 "pinhole reset was performed on the BMC, resulting in a ",
1172 "hard reset of the BMC."
1173 ]
1174 }
1175 },
1176
1177 {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001178 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure",
1179 "Subsystem": "bmc_firmware",
1180 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001181 "SRC": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001182 "ReasonCode": "0x3404",
Patrick Williams26919f02022-12-08 06:12:43 -06001183 "Words6To9": {}
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001184 },
1185 "Callouts": [
1186 {
Patrick Williams26919f02022-12-08 06:12:43 -06001187 "CalloutList": [
1188 {
1189 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001190 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001191 }
1192 ]
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001193 }
1194 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001195 "Documentation": {
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001196 "Description": "A critical BMC application has failed on the system",
1197 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state",
1198 "Notes": [
1199 "As a part of generating this error log, a BMC dump has ",
1200 "also been generated. Please collect this dump if possible. ",
1201 "The BMC state is undefined but basic services could still ",
1202 "be available. Usually an AC cycle of the entire system is ",
1203 "the best recovery option from this error."
1204 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001205 },
1206
1207 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001208 "NumLines": 100
Andrew Geisslerfbb18242022-02-24 14:30:02 -06001209 }
1210 },
1211
1212 {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001213 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail",
1214 "Subsystem": "bmc_firmware",
1215 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001216 "SRC": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001217 "ReasonCode": "0x3405",
Patrick Williams26919f02022-12-08 06:12:43 -06001218 "Words6To9": {}
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001219 },
1220 "Callouts": [
1221 {
Patrick Williams26919f02022-12-08 06:12:43 -06001222 "CalloutList": [
1223 {
1224 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001225 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001226 }
1227 ]
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001228 }
1229 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001230 "Documentation": {
Andrew Geisslerf83efe92022-03-10 15:06:17 -06001231 "Description": "A firmware security check has failed",
1232 "Message": "A firmware security check has failed, most likely something is not configured correctly",
1233 "Notes": [
1234 "This log is only generated in the manufacturing ",
1235 "environment and it indicates that something has not ",
1236 "been configured correctly. Use the data in the PEL to ",
1237 "determine what that is."
1238 ]
1239 }
1240 },
1241
1242 {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001243 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
1244 "Subsystem": "bmc_firmware",
1245 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001246 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001247 "ReasonCode": "0x3406",
Patrick Williams26919f02022-12-08 06:12:43 -06001248 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001249 },
1250 "Callouts": [
1251 {
Patrick Williams26919f02022-12-08 06:12:43 -06001252 "CalloutList": [
1253 {
1254 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001255 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001256 }
1257 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001258 }
1259 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001260 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001261 "Description": "The system has failed to reach BMC Ready state",
1262 "Message": "The system has failed to reach BMC Ready state, look for other errors",
1263 "Notes": [
1264 "This log indicates a critical BMC application required ",
1265 "for the BMC to reach Ready state has failed to start ",
1266 "successfully. Look in the log for other errors indicating ",
1267 "what has failed."
1268 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001269 },
1270
1271 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001272 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001273 }
1274 },
1275
1276 {
1277 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure",
1278 "Subsystem": "bmc_firmware",
1279 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001280 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001281 "ReasonCode": "0x3407",
Patrick Williams26919f02022-12-08 06:12:43 -06001282 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001283 },
1284 "Callouts": [
1285 {
Patrick Williams26919f02022-12-08 06:12:43 -06001286 "CalloutList": [
1287 {
1288 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001289 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001290 }
1291 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001292 }
1293 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001294 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001295 "Description": "The system has failed to reach chassis power on state",
1296 "Message": "The system has failed to reach chassis power on state, look for other errors",
1297 "Notes": [
1298 "This log indicates a critical BMC application required ",
1299 "for the BMC to power on the chassis has failed to start ",
1300 "successfully. Look in the log for other errors indicating ",
1301 "what has failed."
1302 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001303 },
1304
1305 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001306 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001307 }
1308 },
1309
1310 {
1311 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure",
1312 "Subsystem": "bmc_firmware",
1313 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001314 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001315 "ReasonCode": "0x3408",
Patrick Williams26919f02022-12-08 06:12:43 -06001316 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001317 },
1318 "Callouts": [
1319 {
Patrick Williams26919f02022-12-08 06:12:43 -06001320 "CalloutList": [
1321 {
1322 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001323 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001324 }
1325 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001326 }
1327 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001328 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001329 "Description": "The system has failed to reach chassis power off state",
1330 "Message": "The system has failed to reach chassis power off state, look for other errors",
1331 "Notes": [
1332 "This log indicates a critical BMC application required ",
1333 "for the BMC to power off the chassis has failed to start ",
1334 "successfully. Look in the log for other errors indicating ",
1335 "what has failed."
1336 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001337 },
1338
1339 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001340 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001341 }
1342 },
1343
1344 {
1345 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure",
1346 "Subsystem": "bmc_firmware",
1347 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001348 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001349 "ReasonCode": "0x3409",
Patrick Williams26919f02022-12-08 06:12:43 -06001350 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001351 },
1352 "Callouts": [
1353 {
Patrick Williams26919f02022-12-08 06:12:43 -06001354 "CalloutList": [
1355 {
1356 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001357 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001358 }
1359 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001360 }
1361 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001362 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001363 "Description": "The system has failed to start the host firmware",
1364 "Message": "The system has failed to start the host firmware, look for other errors",
1365 "Notes": [
1366 "This log indicates a critical BMC application required ",
1367 "for the BMC to start the host has failed to start ",
1368 "successfully. Look in the log for other errors indicating ",
1369 "what has failed."
1370 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001371 },
1372
1373 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001374 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001375 }
1376 },
1377
1378 {
1379 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure",
1380 "Subsystem": "bmc_firmware",
1381 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001382 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001383 "ReasonCode": "0x3410",
Patrick Williams26919f02022-12-08 06:12:43 -06001384 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001385 },
1386 "Callouts": [
1387 {
Patrick Williams26919f02022-12-08 06:12:43 -06001388 "CalloutList": [
1389 {
1390 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001391 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001392 }
1393 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001394 }
1395 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001396 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001397 "Description": "The system has failed to start the host firmware",
1398 "Message": "The system has failed to start the host firmware, look for other errors",
1399 "Notes": [
1400 "This log indicates a critical BMC application required ",
1401 "for the BMC to start the host has failed to start ",
1402 "successfully. Look in the log for other errors indicating ",
1403 "what has failed."
1404 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001405 },
1406
1407 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001408 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001409 }
1410 },
1411
1412 {
1413 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure",
1414 "Subsystem": "bmc_firmware",
1415 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001416 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001417 "ReasonCode": "0x3411",
Patrick Williams26919f02022-12-08 06:12:43 -06001418 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001419 },
1420 "Callouts": [
1421 {
Patrick Williams26919f02022-12-08 06:12:43 -06001422 "CalloutList": [
1423 {
1424 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001425 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001426 }
1427 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001428 }
1429 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001430 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001431 "Description": "The system has failed to shutdown the host firmware",
1432 "Message": "The system has failed to shutdown the host firmware, look for other errors",
1433 "Notes": [
1434 "This log indicates a critical BMC application required ",
1435 "to shutdown the host firmware has failed to start ",
1436 "successfully. Look in the log for other errors indicating ",
1437 "what has failed."
1438 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001439 },
1440
1441 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001442 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001443 }
1444 },
1445
1446 {
1447 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure",
1448 "Subsystem": "bmc_firmware",
1449 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001450 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001451 "ReasonCode": "0x3412",
Patrick Williams26919f02022-12-08 06:12:43 -06001452 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001453 },
1454 "Callouts": [
1455 {
Patrick Williams26919f02022-12-08 06:12:43 -06001456 "CalloutList": [
1457 {
1458 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001459 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001460 }
1461 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001462 }
1463 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001464 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001465 "Description": "The system has failed to stop the host firmware",
1466 "Message": "The system has failed to stop the host firmware, look for other errors",
1467 "Notes": [
1468 "This log indicates a critical BMC application required ",
1469 "to stop the host firmware has failed to start ",
1470 "successfully. Look in the log for other errors indicating ",
1471 "what has failed."
1472 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001473 },
1474
1475 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001476 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001477 }
1478 },
1479
1480 {
1481 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure",
1482 "Subsystem": "bmc_firmware",
1483 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001484 "SRC": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001485 "ReasonCode": "0x3413",
Patrick Williams26919f02022-12-08 06:12:43 -06001486 "Words6To9": {}
Andrew Geissler8bafa992022-03-10 15:20:52 -06001487 },
1488 "Callouts": [
1489 {
Patrick Williams26919f02022-12-08 06:12:43 -06001490 "CalloutList": [
1491 {
1492 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001493 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001494 }
1495 ]
Andrew Geissler8bafa992022-03-10 15:20:52 -06001496 }
1497 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001498 "Documentation": {
Andrew Geissler8bafa992022-03-10 15:20:52 -06001499 "Description": "The system has failed to reboot the host firmware",
1500 "Message": "The system has failed to reboot the host firmware, look for other errors",
1501 "Notes": [
1502 "This log indicates a critical BMC application required ",
1503 "to reboot the host firmware has failed to start ",
1504 "successfully. Look in the log for other errors indicating ",
1505 "what has failed."
1506 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001507 },
1508
1509 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001510 "NumLines": 100
Andrew Geissler8bafa992022-03-10 15:20:52 -06001511 }
1512 },
1513
1514 {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001515 "Name": "xyz.openbmc_project.State.Error.HostQuiesce",
1516 "Subsystem": "bmc_firmware",
1517 "ComponentID": "0x3400",
Patrick Williams26919f02022-12-08 06:12:43 -06001518 "SRC": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001519 "ReasonCode": "0x3414",
Patrick Williams26919f02022-12-08 06:12:43 -06001520 "Words6To9": {}
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001521 },
1522 "Callouts": [
1523 {
Patrick Williams26919f02022-12-08 06:12:43 -06001524 "CalloutList": [
1525 {
1526 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001527 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001528 }
1529 ]
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001530 }
1531 ],
Patrick Williams26919f02022-12-08 06:12:43 -06001532 "Documentation": {
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001533 "Description": "The host firmware has failed to boot",
1534 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.",
1535 "Notes": [
1536 "This log indicates that the host firmware has failed to ",
1537 "boot and all retries have been exhausted. There should be ",
1538 "other logs with more details on the boot failure reason. "
1539 ]
Matt Spinler288f4322023-01-05 12:54:22 -06001540 },
1541
1542 "JournalCapture": {
Matt Spinler77930f22023-05-25 13:43:30 -05001543 "NumLines": 100
Andrew Geisslerb2b7ef42022-03-11 11:27:00 -06001544 }
1545 },
1546
1547 {
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001548 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail",
1549 "Subsystem": "bmc_firmware",
1550 "ComponentID": "0x3400",
1551 "SRC": {
1552 "ReasonCode": "0x3415",
1553 "Words6To9": {}
1554 },
1555 "Callouts": [
1556 {
1557 "CalloutList": [
1558 {
1559 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001560 "Procedure": "BMC0002"
Lakshmi Yadlapati95788fe2023-03-24 14:39:32 -05001561 }
1562 ]
1563 }
1564 ],
1565 "Documentation": {
1566 "Description": "TPM measurement failed",
1567 "Message": "The system has detected a failure in the TPM measurement.",
1568 "Notes": [
1569 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0",
1570 "is missing or has a value of 0, indicating a potential compromise",
1571 "of the system's boot process.",
1572 "Please contact your system administrator or next level support",
1573 "to investigate and resolve the issue."
1574 ]
1575 }
1576 },
1577
1578 {
Andrew Geissler730935f2023-04-26 13:26:16 -06001579 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted",
1580 "Subsystem": "bmc_firmware",
1581 "ComponentID": "0x3400",
1582 "Severity": "non_error",
Matt Spinler84fbb682024-09-30 16:25:23 -05001583 "ActionFlags": ["report", "heartbeat_call_home"],
Andrew Geissler730935f2023-04-26 13:26:16 -06001584 "SRC": {
1585 "ReasonCode": "0x3416",
1586 "Words6To9": {}
1587 },
1588 "Documentation": {
1589 "Description": "A power on of the chassis has been started",
1590 "Message": "The chassis is powering on.",
1591 "Notes": [
1592 "This informational error is logged each time the chassis",
1593 "is powered on."
1594 ]
1595 }
1596 },
1597
1598 {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001599 "Name": "org.open_power.Processor.Error.SbeChipOpFailure",
1600 "Subsystem": "processor_chip",
1601 "ComponentID": "0x3500",
1602
Patrick Williams26919f02022-12-08 06:12:43 -06001603 "SRC": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001604 "ReasonCode": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001605 "Words6To9": {
1606 "6": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001607 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1608 "AdditionalDataPropSource": "SRC6"
1609 }
1610 }
1611 },
1612
Patrick Williams26919f02022-12-08 06:12:43 -06001613 "Documentation": {
Jayanth Othayothbd0a7522021-05-03 02:05:36 -05001614 "Description": "chipop failure with SBE provided FFDC",
1615 "Message": "chipop request failure reported by SBE",
1616 "Notes": [
1617 "The severity is set by the creator.",
1618 "Callouts added based on SBE provided FFDC.",
1619 "SBE provided additional debug data included as part of the",
1620 "additional user data section."
1621 ]
1622 }
1623 },
1624
1625 {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001626 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout",
1627 "Subsystem": "processor_chip",
1628 "ComponentID": "0x3500",
1629
Patrick Williams26919f02022-12-08 06:12:43 -06001630 "SRC": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001631 "ReasonCode": "0x3501",
Patrick Williams26919f02022-12-08 06:12:43 -06001632 "Words6To9": {
1633 "6": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001634 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1635 "AdditionalDataPropSource": "SRC6"
1636 }
1637 }
1638 },
1639
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001640 "Callouts": [
1641 {
1642 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06001643 {
1644 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06001645 "Procedure": "BMC0002"
Patrick Williams26919f02022-12-08 06:12:43 -06001646 }
Jayanth Othayothe4acc8d2022-06-02 02:32:08 -05001647 ]
1648 }
1649 ],
1650
Patrick Williams26919f02022-12-08 06:12:43 -06001651 "Documentation": {
Jayanth Othayoth4f6b7632021-05-03 02:36:18 -05001652 "Description": "SBE chipop timeout",
1653 "Message": "chipop timeout reported during SBE communication",
1654 "Notes": [
1655 "The severity is set by the creator.",
1656 "Check SBE Dump associated to this error to debug the failure."
1657 ]
1658 }
1659 },
1660
1661 {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001662 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState",
1663 "Subsystem": "processor_chip",
1664 "ComponentID": "0x3500",
1665
Patrick Williams26919f02022-12-08 06:12:43 -06001666 "SRC": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001667 "ReasonCode": "0x3502",
Patrick Williams26919f02022-12-08 06:12:43 -06001668 "Words6To9": {
1669 "6": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001670 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1671 "AdditionalDataPropSource": "SRC6"
1672 },
Patrick Williams26919f02022-12-08 06:12:43 -06001673 "7": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001674 "Description": "Value of SBE state",
1675 "AdditionalDataPropSource": "SRC7"
1676 }
1677 }
1678 },
1679
Patrick Williams26919f02022-12-08 06:12:43 -06001680 "Documentation": {
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001681 "Description": "The SBE on this processor is not in a state where chipOps can be issued",
1682 "Message": "SBE Chipop is not allowed due to invalid SBE state ",
Patrick Williams26919f02022-12-08 06:12:43 -06001683 "Notes": ["The severity is set by the creator."]
Jayanth Othayoth6c601832021-05-03 02:56:04 -05001684 }
1685 },
1686
1687 {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001688 "Name": "org.open_power.Processor.Error.SbeBootFailure",
1689 "Subsystem": "processor_chip",
1690 "ComponentID": "0x3500",
Patrick Williams26919f02022-12-08 06:12:43 -06001691 "ActionFlags": ["service_action", "report", "call_home"],
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001692
Patrick Williams26919f02022-12-08 06:12:43 -06001693 "SRC": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001694 "ReasonCode": "0x3503",
Patrick Williams26919f02022-12-08 06:12:43 -06001695 "Words6To9": {
1696 "6": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001697 "Description": "[0:15] chip position",
1698 "AdditionalDataPropSource": "SRC6"
1699 }
1700 }
1701 },
1702
Patrick Williams26919f02022-12-08 06:12:43 -06001703 "Documentation": {
Jayanth Othayothabc88b02021-09-19 06:07:22 -05001704 "Description": "Boot failure with SBE provided FFDC",
1705 "Message": "Boot failure reported by SBE",
1706 "Notes": [
1707 "The severity is set by the creator.",
1708 "Callouts added based on SBE provided FFDC.",
1709 "SBE provided additional debug data included as part of the",
1710 "additional user data section."
1711 ]
1712 }
1713 },
1714
1715 {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001716 "Name": "org.open_power.Processor.Error.SbeBootTimeout",
1717 "Subsystem": "processor_chip",
1718 "ComponentID": "0x3500",
1719
Patrick Williams26919f02022-12-08 06:12:43 -06001720 "SRC": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001721 "ReasonCode": "0x3504",
Patrick Williams26919f02022-12-08 06:12:43 -06001722 "Words6To9": {}
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001723 },
1724
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001725 "Callouts": [
1726 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001727 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001728 "CalloutList": [
1729 {
1730 "Priority": "low",
1731 "LocCode": "P0"
1732 },
1733 {
1734 "Priority": "low",
1735 "LocCode": "P0-C22"
1736 }
1737 ]
1738 },
1739 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001740 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001741 "CalloutList": [
1742 {
1743 "Priority": "low",
1744 "LocCode": "P0"
1745 },
1746 {
1747 "Priority": "low",
1748 "LocCode": "P0-C96"
1749 }
1750 ]
Matt Spinlerbc560982023-04-10 11:16:42 -05001751 },
1752 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05001753 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinlerbc560982023-04-10 11:16:42 -05001754 "CalloutList": [
1755 {
1756 "Priority": "low",
1757 "LocCode": "P0"
1758 },
1759 {
1760 "Priority": "low",
1761 "LocCode": "P0-C5"
1762 }
1763 ]
Jayanth Othayothf5cd2a42022-05-31 02:54:10 -05001764 }
1765 ],
1766
Patrick Williams26919f02022-12-08 06:12:43 -06001767 "Documentation": {
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001768 "Description": "SBE Boot timeout",
1769 "Message": "timeout reported during SBE boot process",
1770 "Notes": [
1771 "The severity is set by the creator.",
1772 "Check SBE Dump associated to this error to debug the failure."
1773 ]
1774 }
1775 },
devenrao041054a2024-04-02 12:09:13 +05301776 {
1777 "Name": "org.open_power.Processor.Error.SbeInternalFFDCData",
devenraoa25f35a2024-04-17 09:12:09 +05301778 "Subsystem": "processor_chip",
devenrao041054a2024-04-02 12:09:13 +05301779 "ComponentID": "0x3500",
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001780
devenrao041054a2024-04-02 12:09:13 +05301781 "SRC": {
1782 "ReasonCode": "0x3505",
1783 "Words6To9": {
1784 "6": {
1785 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
1786 "AdditionalDataPropSource": "SRC6"
1787 }
1788 }
1789 },
1790
1791 "Documentation": {
1792 "Description": "SBE internal FFDC data after SBE chipop success",
1793 "Message": "SBE internal FFDC data after SBE chipop success",
1794 "Notes": [
1795 "The severity is set by the creator.",
1796 "Callouts added based on OCMB SBE provided FFDC.",
1797 "OCMB SBE provided additional debug data included as part of ",
1798 "the additional user data section."
1799 ]
1800 }
1801 },
Jayanth Othayothfd0cf4f2021-09-19 06:16:54 -05001802 {
Ben Tyner34836322020-04-15 17:01:48 -05001803 "Name": "org.open_power.Attn.Error.Terminate",
Ben Tyner808e29f2021-04-16 08:32:23 -05001804 "Subsystem": "cec_hardware",
1805 "Severity": "non_error",
Ben Tyner34836322020-04-15 17:01:48 -05001806
Patrick Williams26919f02022-12-08 06:12:43 -06001807 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001808 "ReasonCode": "0xD138",
Patrick Williams26919f02022-12-08 06:12:43 -06001809 "SymptomIDFields": [
1810 "SRCWord3",
1811 "SRCWord4",
1812 "SRCWord5",
1813 "SRCWord6",
1814 "SRCWord7",
1815 "SRCWord8",
1816 "SRCWord9"
1817 ],
1818 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001819 },
1820
Patrick Williams26919f02022-12-08 06:12:43 -06001821 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001822 "Description": "Status shows TI special attention active",
1823 "Message": "TI special attention detected",
1824 "Notes": [
1825 "This entry is for any TI special attention event ",
1826 "reported by the attention handler component"
1827 ]
1828 }
1829 },
1830
1831 {
1832 "Name": "org.open_power.Attn.Error.Fail",
1833 "Subsystem": "bmc_firmware",
1834 "Severity": "unrecoverable_loss_of_function",
1835
Patrick Williams26919f02022-12-08 06:12:43 -06001836 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001837 "ReasonCode": "0xD13E",
Patrick Williams26919f02022-12-08 06:12:43 -06001838 "Words6To9": {
1839 "6": {
Ben Tyner34836322020-04-15 17:01:48 -05001840 "Description": "Error code from attention handler",
1841 "AdditionalDataPropSource": "ERROR_CODE"
1842 }
1843 }
1844 },
Patrick Williams26919f02022-12-08 06:12:43 -06001845 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001846 "Description": "The attention handler encountered an error",
Patrick Williams26919f02022-12-08 06:12:43 -06001847 "MessageArgSources": ["SRCWord6"],
Ben Tyner34836322020-04-15 17:01:48 -05001848 "Message": "Attention handler error %1",
Patrick Williams26919f02022-12-08 06:12:43 -06001849 "Notes": ["Attention handler will provide error code"]
Ben Tyner34836322020-04-15 17:01:48 -05001850 }
1851 },
1852
1853 {
1854 "Name": "org.open_power.Attn.Error.Vital",
1855 "Subsystem": "processor_chip",
Ben Tyner34836322020-04-15 17:01:48 -05001856
Patrick Williams26919f02022-12-08 06:12:43 -06001857 "SRC": {
Ben Tyner34836322020-04-15 17:01:48 -05001858 "ReasonCode": "0xD16D",
Patrick Williams26919f02022-12-08 06:12:43 -06001859 "Words6To9": {}
Ben Tyner34836322020-04-15 17:01:48 -05001860 },
1861
Patrick Williams26919f02022-12-08 06:12:43 -06001862 "Documentation": {
Ben Tyner34836322020-04-15 17:01:48 -05001863 "Description": "Status shows SBE vital attention active",
1864 "Message": "SBE vital attention detected",
1865 "Notes": [
1866 "This entry is for any SBE vital attention event ",
1867 "reported by the attention handler component"
1868 ]
1869 }
1870 },
1871
1872 {
1873 "Name": "org.open_power.HwDiags.Error.Checkstop",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001874 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001875 "processor",
1876 "processor_fru",
1877 "processor_unit",
1878 "processor_bus",
1879 "memory_ctlr",
1880 "memory_bus",
1881 "memory_dimm",
1882 "memory_fru",
1883 "phb",
1884 "cec_hardware",
1885 "cec_clocks",
1886 "cec_tod",
1887 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001888 ],
1889 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06001890 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001891
Patrick Williams26919f02022-12-08 06:12:43 -06001892 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001893 "ReasonCode": "0xE510",
Patrick Williams26919f02022-12-08 06:12:43 -06001894 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
Matt Spinlerda5b76b2023-06-01 15:56:57 -05001895 "CheckstopFlag": true,
Patrick Williams26919f02022-12-08 06:12:43 -06001896 "Words6To9": {
1897 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001898 "AdditionalDataPropSource": "SRC6"
1899 },
Patrick Williams26919f02022-12-08 06:12:43 -06001900 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001901 "AdditionalDataPropSource": "SRC7"
1902 },
Patrick Williams26919f02022-12-08 06:12:43 -06001903 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001904 "AdditionalDataPropSource": "SRC8"
1905 }
Ben Tyner34836322020-04-15 17:01:48 -05001906 }
1907 },
1908
Patrick Williams26919f02022-12-08 06:12:43 -06001909 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001910 "Description": "A system checkstop attention has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001911 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001912 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001913 }
1914 },
1915
1916 {
Zane Shelley561c0382020-11-17 13:20:05 -06001917 "Name": "org.open_power.HwDiags.Error.Predictive",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001918 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001919 "processor",
1920 "processor_fru",
1921 "processor_unit",
1922 "processor_bus",
1923 "memory_ctlr",
1924 "memory_bus",
1925 "memory_dimm",
1926 "memory_fru",
1927 "phb",
1928 "cec_hardware",
1929 "cec_clocks",
1930 "cec_tod",
1931 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001932 ],
1933 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06001934 "ActionFlags": ["service_action", "report", "call_home"],
Ben Tyner34836322020-04-15 17:01:48 -05001935
Patrick Williams26919f02022-12-08 06:12:43 -06001936 "SRC": {
Zane Shelley561c0382020-11-17 13:20:05 -06001937 "ReasonCode": "0xE511",
Patrick Williams26919f02022-12-08 06:12:43 -06001938 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1939 "Words6To9": {
1940 "6": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001941 "AdditionalDataPropSource": "SRC6"
1942 },
Patrick Williams26919f02022-12-08 06:12:43 -06001943 "7": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001944 "AdditionalDataPropSource": "SRC7"
1945 },
Patrick Williams26919f02022-12-08 06:12:43 -06001946 "8": {
Zane Shelley45ab43a2021-11-13 16:16:57 -06001947 "AdditionalDataPropSource": "SRC8"
1948 }
Ben Tyner34836322020-04-15 17:01:48 -05001949 }
1950 },
Zane Shelley561c0382020-11-17 13:20:05 -06001951
Patrick Williams26919f02022-12-08 06:12:43 -06001952 "Documentation": {
Zane Shelley561c0382020-11-17 13:20:05 -06001953 "Description": "A hardware attention requiring service has occurred",
Patrick Williams26919f02022-12-08 06:12:43 -06001954 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelley45ab43a2021-11-13 16:16:57 -06001955 "Message": "Error Signature: %1 %2 %3"
Ben Tyner34836322020-04-15 17:01:48 -05001956 }
Shawn McCarney01648f52020-06-25 11:42:02 -05001957 },
1958
1959 {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001960 "Name": "org.open_power.HwDiags.Error.Informational",
Zane Shelley4e6355d2022-02-24 15:28:08 -06001961 "PossibleSubsystems": [
Patrick Williams26919f02022-12-08 06:12:43 -06001962 "processor",
1963 "processor_fru",
1964 "processor_unit",
1965 "processor_bus",
1966 "memory_ctlr",
1967 "memory_bus",
1968 "memory_dimm",
1969 "memory_fru",
1970 "phb",
1971 "cec_hardware",
1972 "cec_clocks",
1973 "cec_tod",
1974 "others"
Zane Shelley4e6355d2022-02-24 15:28:08 -06001975 ],
1976 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06001977 "ActionFlags": ["hidden", "dont_report"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001978
Patrick Williams26919f02022-12-08 06:12:43 -06001979 "SRC": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001980 "ReasonCode": "0xE512",
Patrick Williams26919f02022-12-08 06:12:43 -06001981 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"],
1982 "Words6To9": {
1983 "6": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001984 "AdditionalDataPropSource": "SRC6"
1985 },
Patrick Williams26919f02022-12-08 06:12:43 -06001986 "7": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001987 "AdditionalDataPropSource": "SRC7"
1988 },
Patrick Williams26919f02022-12-08 06:12:43 -06001989 "8": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001990 "AdditionalDataPropSource": "SRC8"
1991 }
1992 }
1993 },
1994
Patrick Williams26919f02022-12-08 06:12:43 -06001995 "Documentation": {
Zane Shelleydd4bd482021-12-08 09:12:51 -06001996 "Description": "Manual analysis was initiated via the command line. FFDC only.",
Patrick Williams26919f02022-12-08 06:12:43 -06001997 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"],
Zane Shelleydd4bd482021-12-08 09:12:51 -06001998 "Message": "Error Signature: %1 %2 %3"
1999 }
2000 },
2001
2002 {
Brandon Wyman38caaf02020-09-01 16:07:42 -05002003 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
2004 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002005 "ActionFlags": ["service_action", "report"],
2006 "ComponentID": "0x2700",
2007
2008 "SRC": {
2009 "Type": "11",
2010 "ReasonCode": "0x15F0",
2011 "Words6To9": {}
2012 },
2013
2014 "Callouts": [
2015 {
2016 "CalloutList": [
2017 { "Priority": "high", "SymbolicFRU": "pwrsply" }
2018 ]
2019 }
2020 ],
2021
2022 "Documentation": {
2023 "Description": "Power Supply input power fault",
2024 "Message": "A power supply has indicated an input or under voltage condition.",
2025 "Notes": [
2026 "Check the power supply cabling and/or input power ",
2027 "source. The PWRSPLY procedure is used rather than ",
2028 "calling out a location code, as typically these faults ",
2029 "are related to the supplied power, the cable, or the ",
2030 "cable connectors. If the input fault resolves down to an ",
2031 "issue with the power supply itself, the power supply ",
2032 "indicating this input fault should be called out. Add the ",
2033 "CALLOUT_INVENTORY_PATH to the additional data, and set the",
2034 "CALLOUT_PRIORITY to something other than high."
2035 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002036 },
2037
2038 "JournalCapture": {
2039 "Sections": [
2040 {
2041 "SyslogID": "phosphor-psu-monitor",
2042 "NumLines": 30
2043 },
2044 {
2045 "SyslogID": "phosphor-power-control",
2046 "NumLines": 30
2047 },
2048 {
2049 "SyslogID": "phosphor-chassis-state-manager",
2050 "NumLines": 15
2051 },
2052 {
2053 "SyslogID": "systemd",
2054 "NumLines": 15
2055 }
2056 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002057 }
2058 },
2059
2060 {
2061 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
2062 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002063 "ActionFlags": ["service_action", "report", "call_home"],
2064 "ComponentID": "0x2700",
2065
2066 "SRC": {
2067 "Type": "11",
2068 "ReasonCode": "0x15F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002069 "Words6To9": {},
2070 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002071 },
2072
Jim Wright006dafd2022-05-27 12:09:43 -05002073 "Callouts": [
2074 {
2075 "CalloutList": [
2076 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2077 ]
2078 }
2079 ],
2080
Brandon Wyman38caaf02020-09-01 16:07:42 -05002081 "Documentation": {
2082 "Description": "Power Supply power fault",
2083 "Message": "The power supply detected a fault condition, see AdditionalData for further details.",
2084 "Notes": [
2085 "The power supply reporting the fault should be called ",
2086 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2087 "specific fault, STATUS_* details, and code level in the ",
2088 "AdditionalData section."
2089 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002090 },
2091
2092 "JournalCapture": {
2093 "Sections": [
2094 {
2095 "SyslogID": "phosphor-psu-monitor",
2096 "NumLines": 30
2097 },
2098 {
2099 "SyslogID": "phosphor-power-control",
2100 "NumLines": 30
2101 },
2102 {
2103 "SyslogID": "phosphor-chassis-state-manager",
2104 "NumLines": 15
2105 },
2106 {
2107 "SyslogID": "systemd",
2108 "NumLines": 15
2109 }
2110 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002111 }
2112 },
2113
2114 {
2115 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
2116 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002117 "ActionFlags": ["service_action", "report", "call_home"],
2118 "ComponentID": "0x2700",
2119
2120 "SRC": {
2121 "Type": "11",
2122 "ReasonCode": "0x15F2",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002123 "Words6To9": {},
2124 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002125 },
2126
Jim Wright006dafd2022-05-27 12:09:43 -05002127 "Callouts": [
2128 {
2129 "CalloutList": [
2130 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2131 ]
2132 }
2133 ],
2134
Brandon Wyman38caaf02020-09-01 16:07:42 -05002135 "Documentation": {
2136 "Description": "Power Supply non-power fault",
2137 "Message": "A communication failure occurred talking to the power supply",
2138 "Notes": [
2139 "Communication problems with the power supply could be ",
2140 "the power supply, or any hardware between it and the ",
2141 "BMC. Reporting the error should be passing in a call ",
2142 "out using CALLOUT_DEVICE_PATH."
2143 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002144 },
2145 "JournalCapture": {
2146 "Sections": [
2147 {
2148 "SyslogID": "phosphor-psu-monitor",
2149 "NumLines": 30
2150 },
2151 {
2152 "SyslogID": "phosphor-power-control",
2153 "NumLines": 30
2154 },
2155 {
2156 "SyslogID": "phosphor-chassis-state-manager",
2157 "NumLines": 15
2158 },
2159 {
2160 "SyslogID": "systemd",
2161 "NumLines": 15
2162 }
2163 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002164 }
2165 },
2166
2167 {
2168 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
2169 "Subsystem": "power_supply",
Brandon Wyman38caaf02020-09-01 16:07:42 -05002170 "ActionFlags": ["service_action", "report", "call_home"],
2171 "ComponentID": "0x2700",
2172
2173 "SRC": {
2174 "Type": "11",
2175 "ReasonCode": "0x15F6",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002176 "Words6To9": {},
2177 "DeconfigFlag": true
Brandon Wyman38caaf02020-09-01 16:07:42 -05002178 },
2179
2180 "Callouts": [
2181 {
2182 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05002183 {
2184 "Priority": "high",
2185 "SymbolicFRUTrusted": "pwrsply",
2186 "UseInventoryLocCode": true
2187 }
Brandon Wyman38caaf02020-09-01 16:07:42 -05002188 ]
2189 }
2190 ],
2191
2192 "Documentation": {
2193 "Description": "Power Supply is missing",
2194 "Message": "A power supply that should be present is missing",
2195 "Notes": [
2196 "The CalloutList should use the PWRSPLY symbolic FRU ",
Matt Spinler80600192020-10-23 09:29:33 -05002197 "with the trusted location code property. The ",
2198 "location code in this callout is obtained from ",
2199 "the passed in CALLOUT_INVENTORY_PATH value."
Brandon Wyman38caaf02020-09-01 16:07:42 -05002200 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002201 },
2202
2203 "JournalCapture": {
2204 "Sections": [
2205 {
2206 "SyslogID": "phosphor-psu-monitor",
2207 "NumLines": 30
2208 },
2209 {
2210 "SyslogID": "phosphor-power-control",
2211 "NumLines": 30
2212 },
2213 {
2214 "SyslogID": "phosphor-chassis-state-manager",
2215 "NumLines": 15
2216 },
2217 {
2218 "SyslogID": "systemd",
2219 "NumLines": 15
2220 }
2221 ]
Brandon Wyman38caaf02020-09-01 16:07:42 -05002222 }
2223 },
2224
2225 {
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002226 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
2227 "Subsystem": "power_supply",
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002228 "ActionFlags": ["service_action", "report", "call_home"],
2229 "ComponentID": "0x2700",
2230
2231 "SRC": {
2232 "Type": "11",
2233 "ReasonCode": "0x15F7",
2234 "Words6To9": {}
2235 },
2236
Jim Wright006dafd2022-05-27 12:09:43 -05002237 "Callouts": [
2238 {
2239 "CalloutList": [
2240 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2241 ]
2242 }
2243 ],
2244
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002245 "Documentation": {
2246 "Description": "Power Supply configuration is not supported",
2247 "Message": "The power supply configuration is not supported",
2248 "Notes": [
2249 "The combination of power supplies detected in the ",
2250 "system is not supported. This could be caused by ",
2251 "mismatched models, less than expected number of power ",
2252 "supplies, or other unsupported characteristics."
2253 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002254 },
2255
2256 "JournalCapture": {
2257 "Sections": [
2258 {
2259 "SyslogID": "phosphor-psu-monitor",
2260 "NumLines": 30
2261 },
2262 {
2263 "SyslogID": "phosphor-power-control",
2264 "NumLines": 30
2265 },
2266 {
2267 "SyslogID": "phosphor-chassis-state-manager",
2268 "NumLines": 15
2269 },
2270 {
2271 "SyslogID": "systemd",
2272 "NumLines": 15
2273 }
2274 ]
Adriana Kobylak5c0c9172021-04-07 18:26:56 +00002275 }
2276 },
2277
2278 {
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002279 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
2280 "Subsystem": "power_supply",
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002281 "ActionFlags": ["service_action", "report", "call_home"],
2282 "ComponentID": "0x2700",
2283
2284 "SRC": {
2285 "Type": "11",
2286 "ReasonCode": "0x15FF",
Matt Spinler04ac4e32023-04-14 14:16:37 -05002287 "Words6To9": {},
2288 "DeconfigFlag": true
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002289 },
2290
Jim Wright006dafd2022-05-27 12:09:43 -05002291 "Callouts": [
2292 {
2293 "CalloutList": [
2294 { "Priority": "medium", "SymbolicFRU": "pwrsply" }
2295 ]
2296 }
2297 ],
2298
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002299 "Documentation": {
2300 "Description": "Power Supply fan fault",
2301 "Message": "A power supply indicated a fan fault has occurred",
2302 "Notes": [
2303 "The power supply reporting the fault should be called ",
2304 "out using the CALLOUT_INVENTORY_PATH keyword. Include ",
2305 "specific fault, STATUS_* details, and code level in the ",
2306 "AdditionalData section."
2307 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002308 },
2309
2310 "JournalCapture": {
2311 "Sections": [
2312 {
2313 "SyslogID": "phosphor-psu-monitor",
2314 "NumLines": 30
2315 },
2316 {
2317 "SyslogID": "phosphor-power-control",
2318 "NumLines": 30
2319 },
2320 {
2321 "SyslogID": "phosphor-chassis-state-manager",
2322 "NumLines": 15
2323 },
2324 {
2325 "SyslogID": "systemd",
2326 "NumLines": 15
2327 }
2328 ]
Brandon Wymanc30f00a2021-11-18 21:10:04 +00002329 }
2330 },
2331
2332 {
Brandon Wyman90c88402021-11-16 20:34:49 +00002333 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
2334 "Subsystem": "power_supply",
Brandon Wyman90c88402021-11-16 20:34:49 +00002335 "ActionFlags": ["service_action", "report", "call_home"],
2336 "ComponentID": "0x2700",
2337
2338 "SRC": {
2339 "Type": "11",
2340 "ReasonCode": "0x1B01",
2341 "Words6To9": {}
2342 },
2343
2344 "Callouts": [
2345 {
2346 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002347 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman90c88402021-11-16 20:34:49 +00002348 ]
2349 }
2350 ],
2351
2352 "Documentation": {
2353 "Description": "Power Supply output over-current power fault",
2354 "Message": "A power supply has indicated an output over-current condition."
Faisal Awada8d2b2422023-03-03 15:48:09 -06002355 },
2356
2357 "JournalCapture": {
2358 "Sections": [
2359 {
2360 "SyslogID": "phosphor-psu-monitor",
2361 "NumLines": 30
2362 },
2363 {
2364 "SyslogID": "phosphor-power-control",
2365 "NumLines": 30
2366 },
2367 {
2368 "SyslogID": "phosphor-chassis-state-manager",
2369 "NumLines": 15
2370 },
2371 {
2372 "SyslogID": "systemd",
2373 "NumLines": 15
2374 }
2375 ]
Brandon Wyman90c88402021-11-16 20:34:49 +00002376 }
2377 },
2378
2379 {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002380 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout",
2381 "Subsystem": "power",
Patrick Williams26919f02022-12-08 06:12:43 -06002382 "ActionFlags": ["report", "service_action"],
Jay Meyer54ff54e2021-03-14 20:18:41 -05002383 "ComponentID": "0x2700",
2384
Patrick Williams26919f02022-12-08 06:12:43 -06002385 "SRC": {
Jay Meyer54ff54e2021-03-14 20:18:41 -05002386 "Type": "11",
2387 "ReasonCode": "0x00AC",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002388 "Words6To9": {}
Jay Meyer54ff54e2021-03-14 20:18:41 -05002389 },
2390
2391 "Callouts": [
2392 {
2393 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002394 { "Priority": "high", "SymbolicFRU": "ac_module" }
Jay Meyer54ff54e2021-03-14 20:18:41 -05002395 ]
2396 }
2397 ],
2398
2399 "Documentation": {
2400 "Description": "Input power was lost while the system was powered on.",
2401 "Message": "Input power was lost while the system was powered on.",
2402 "Notes": [
2403 "Input power was lost while system powered on.",
2404 "The CalloutList should use the ACMODUL symbolic FRU."
2405 ]
Faisal Awada8d2b2422023-03-03 15:48:09 -06002406 },
2407
2408 "JournalCapture": {
2409 "Sections": [
2410 {
2411 "SyslogID": "phosphor-psu-monitor",
2412 "NumLines": 30
2413 },
2414 {
2415 "SyslogID": "phosphor-power-control",
2416 "NumLines": 30
2417 },
2418 {
2419 "SyslogID": "phosphor-chassis-state-manager",
2420 "NumLines": 15
2421 },
2422 {
2423 "SyslogID": "systemd",
2424 "NumLines": 15
2425 }
2426 ]
Jay Meyer54ff54e2021-03-14 20:18:41 -05002427 }
2428 },
2429
2430 {
Patrick Williams26919f02022-12-08 06:12:43 -06002431 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002432 "Subsystem": "power_supply",
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002433 "ActionFlags": ["service_action", "report", "call_home"],
2434 "ComponentID": "0x2700",
2435
2436 "SRC": {
2437 "Type": "11",
2438 "ReasonCode": "0x2500",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002439 "Words6To9": {}
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002440 },
2441
2442 "Callouts": [
2443 {
2444 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06002445 { "Priority": "high", "Procedure": "BMC0005" }
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002446 ]
2447 }
2448 ],
2449
2450 "Documentation": {
2451 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.",
2452 "Message": "Power supply PSKill_fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002453 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002454 },
2455
2456 "JournalCapture": {
2457 "Sections": [
2458 {
2459 "SyslogID": "phosphor-psu-monitor",
2460 "NumLines": 30
2461 },
2462 {
2463 "SyslogID": "phosphor-power-control",
2464 "NumLines": 30
2465 },
2466 {
2467 "SyslogID": "phosphor-chassis-state-manager",
2468 "NumLines": 15
2469 },
2470 {
2471 "SyslogID": "systemd",
2472 "NumLines": 15
2473 }
2474 ]
Brandon Wyman002d8cf2021-12-01 23:05:11 +00002475 }
2476 },
2477
2478 {
Jim Wright7f678902020-11-30 16:03:57 -06002479 "Name": "xyz.openbmc_project.Power.Error.Shutdown",
2480 "Subsystem": "power_sequencer",
2481 "ComponentID": "0x2700",
2482
2483 "SRC": {
2484 "Type": "11",
2485 "ReasonCode": "0x2600",
2486 "Words6To9": {}
2487 },
2488
2489 "Callouts": [
2490 {
2491 "CalloutList": [
2492 { "Priority": "high", "SymbolicFRU": "pgood_part" }
2493 ]
2494 }
2495 ],
2496
2497 "Documentation": {
2498 "Description": "A power off was issued because a power fault was detected",
2499 "Message": "A power off was issued because a power fault was detected",
Patrick Williams26919f02022-12-08 06:12:43 -06002500 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002501 },
2502
2503 "JournalCapture": {
2504 "Sections": [
2505 {
2506 "SyslogID": "phosphor-psu-monitor",
2507 "NumLines": 30
2508 },
2509 {
2510 "SyslogID": "phosphor-power-control",
2511 "NumLines": 30
2512 },
2513 {
2514 "SyslogID": "phosphor-chassis-state-manager",
2515 "NumLines": 15
2516 },
2517 {
2518 "SyslogID": "systemd",
2519 "NumLines": 15
2520 },
2521 {
2522 "SyslogID": "phosphor-regulators",
2523 "NumLines": 5
2524 }
2525 ]
Jim Wright7f678902020-11-30 16:03:57 -06002526 }
2527 },
2528
2529 {
Ben Tyner0273a222021-07-12 15:18:13 -05002530 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator",
2531 "Subsystem": "power_control_hw",
Mike Capps2a2d0ae2022-03-16 18:09:00 -04002532 "Severity": "critical_system_term",
Ben Tyner0273a222021-07-12 15:18:13 -05002533 "ComponentID": "0x2700",
2534
2535 "SRC": {
2536 "Type": "11",
2537 "ReasonCode": "0x2602",
Mike Cappsa2d7b772022-03-07 15:47:48 -05002538 "Words6To9": {}
Ben Tyner0273a222021-07-12 15:18:13 -05002539 },
2540
2541 "Callouts": [
2542 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002543 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Ben Tyner0273a222021-07-12 15:18:13 -05002544 "CalloutList": [
2545 {
2546 "Priority": "high",
2547 "LocCode": "P0-C5"
2548 },
2549 {
2550 "Priority": "medium",
2551 "LocCode": "P0"
2552 }
2553 ]
2554 },
2555 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002556 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Ben Tyner0273a222021-07-12 15:18:13 -05002557 "CalloutList": [
2558 {
2559 "Priority": "high",
2560 "LocCode": "P0-C59"
2561 },
2562 {
2563 "Priority": "medium",
2564 "LocCode": "P0"
2565 }
2566 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05002567 },
2568 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05002569 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05002570 "CalloutList": [
2571 {
2572 "Priority": "high",
Faisal Awada61b13362024-03-27 13:44:55 -05002573 "SymbolicFRU": "pgood_part"
Matt Spinler0600cf72023-04-10 11:22:33 -05002574 }
2575 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002576 }
2577 ],
2578
2579 "Documentation": {
2580 "Description": "A power off was issued because a regulator for standby power faulted",
2581 "Message": "A power off was issued because a regulator for standby power faulted",
Patrick Williams26919f02022-12-08 06:12:43 -06002582 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002583 },
2584
2585 "JournalCapture": {
2586 "Sections": [
2587 {
2588 "SyslogID": "phosphor-psu-monitor",
2589 "NumLines": 30
2590 },
2591 {
2592 "SyslogID": "phosphor-power-control",
2593 "NumLines": 30
2594 },
2595 {
2596 "SyslogID": "phosphor-chassis-state-manager",
2597 "NumLines": 15
2598 },
2599 {
2600 "SyslogID": "systemd",
2601 "NumLines": 15
2602 },
2603 {
2604 "SyslogID": "phosphor-regulators",
2605 "NumLines": 5
2606 }
2607 ]
Ben Tyner0273a222021-07-12 15:18:13 -05002608 }
2609 },
2610
2611 {
Jim Wright7f678902020-11-30 16:03:57 -06002612 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault",
2613 "Subsystem": "power_sequencer",
2614 "ComponentID": "0x2700",
2615
2616 "SRC": {
2617 "Type": "11",
2618 "ReasonCode": "0x2610",
2619 "Words6To9": {}
2620 },
2621
Jim Wright7f678902020-11-30 16:03:57 -06002622 "Documentation": {
2623 "Description": "The power sequencer chip detected a PGOOD fault",
2624 "Message": "The power sequencer chip detected a PGOOD fault",
Patrick Williams26919f02022-12-08 06:12:43 -06002625 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06002626 },
2627
2628 "JournalCapture": {
2629 "Sections": [
2630 {
2631 "SyslogID": "phosphor-psu-monitor",
2632 "NumLines": 30
2633 },
2634 {
2635 "SyslogID": "phosphor-power-control",
2636 "NumLines": 30
2637 },
2638 {
2639 "SyslogID": "phosphor-chassis-state-manager",
2640 "NumLines": 15
2641 },
2642 {
2643 "SyslogID": "systemd",
2644 "NumLines": 15
2645 },
2646 {
2647 "SyslogID": "phosphor-regulators",
2648 "NumLines": 5
2649 }
2650 ]
Jim Wright7f678902020-11-30 16:03:57 -06002651 }
2652 },
2653
2654 {
2655 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault",
2656 "Subsystem": "power_sequencer",
2657 "ComponentID": "0x2700",
2658
2659 "SRC": {
2660 "Type": "11",
2661 "ReasonCode": "0x2620",
2662 "Words6To9": {}
2663 },
2664
2665 "CalloutsUsingAD": {
Patrick Williams26919f02022-12-08 06:12:43 -06002666 "ADName": "RAIL_NAME",
2667 "CalloutsWithTheirADValues": [
Jim Wright7f678902020-11-30 16:03:57 -06002668 {
Patrick Williams26919f02022-12-08 06:12:43 -06002669 "ADValue": "12.0V",
2670 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002671 {
2672 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002673 {
2674 "Priority": "high",
2675 "SymbolicFRU": "pgood_part"
2676 }
Jim Wright7f678902020-11-30 16:03:57 -06002677 ]
2678 }
2679 ]
2680 },
2681 {
Patrick Williams26919f02022-12-08 06:12:43 -06002682 "ADValue": "5.0V_USB",
2683 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002684 {
2685 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06002686 {
2687 "Priority": "high",
2688 "SymbolicFRU": "usb_pgood"
2689 },
Jim Wright7f678902020-11-30 16:03:57 -06002690 { "Priority": "medium", "LocCode": "P0" }
2691 ]
2692 }
2693 ]
2694 },
2695 {
Patrick Williams26919f02022-12-08 06:12:43 -06002696 "ADValue": "5.0V_DASD",
2697 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002698 {
2699 "CalloutList": [
2700 { "Priority": "medium", "LocCode": "P1" },
2701 { "Priority": "medium", "LocCode": "P2" },
Jim Wright7f678902020-11-30 16:03:57 -06002702 { "Priority": "low", "LocCode": "P0" }
2703 ]
2704 }
2705 ]
2706 },
2707 {
Patrick Williams26919f02022-12-08 06:12:43 -06002708 "ADValue": "3.3VA",
2709 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002710 {
2711 "CalloutList": [
2712 { "Priority": "high", "LocCode": "P0" }
2713 ]
2714 }
2715 ]
2716 },
2717 {
Patrick Williams26919f02022-12-08 06:12:43 -06002718 "ADValue": "3.3VB",
2719 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002720 {
2721 "CalloutList": [
2722 { "Priority": "high", "LocCode": "P0" }
2723 ]
2724 }
2725 ]
2726 },
2727 {
Patrick Williams26919f02022-12-08 06:12:43 -06002728 "ADValue": "1.5V",
2729 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002730 {
2731 "CalloutList": [
2732 { "Priority": "high", "LocCode": "P0" }
2733 ]
2734 }
2735 ]
2736 },
2737 {
Patrick Williams26919f02022-12-08 06:12:43 -06002738 "ADValue": "VDDA_DCM0",
2739 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002740 {
2741 "CalloutList": [
2742 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002743 {
2744 "Priority": "medium",
2745 "LocCode": "P0-C15"
2746 },
Jim Wright7f678902020-11-30 16:03:57 -06002747 { "Priority": "low", "LocCode": "P0" }
2748 ]
2749 }
2750 ]
2751 },
2752 {
Patrick Williams26919f02022-12-08 06:12:43 -06002753 "ADValue": "VDDB_DCM0",
2754 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002755 {
2756 "CalloutList": [
2757 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002758 {
2759 "Priority": "medium",
2760 "LocCode": "P0-C15"
2761 },
Jim Wright7f678902020-11-30 16:03:57 -06002762 { "Priority": "low", "LocCode": "P0" }
2763 ]
2764 }
2765 ]
2766 },
2767 {
Patrick Williams26919f02022-12-08 06:12:43 -06002768 "ADValue": "VDDA_DCM1",
2769 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002770 {
2771 "CalloutList": [
2772 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002773 {
2774 "Priority": "medium",
2775 "LocCode": "P0-C24"
2776 },
Jim Wright7f678902020-11-30 16:03:57 -06002777 { "Priority": "low", "LocCode": "P0" }
2778 ]
2779 }
2780 ]
2781 },
2782 {
Patrick Williams26919f02022-12-08 06:12:43 -06002783 "ADValue": "VDDB_DCM1",
2784 "Callouts": [
Jim Wright7f678902020-11-30 16:03:57 -06002785 {
2786 "CalloutList": [
2787 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002788 {
2789 "Priority": "medium",
2790 "LocCode": "P0-C24"
2791 },
Jim Wright7f678902020-11-30 16:03:57 -06002792 { "Priority": "low", "LocCode": "P0" }
2793 ]
2794 }
2795 ]
2796 },
2797 {
Patrick Williams26919f02022-12-08 06:12:43 -06002798 "ADValue": "VDN_DCM0",
2799 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002800 {
2801 "CalloutList": [
2802 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002803 {
2804 "Priority": "medium",
2805 "LocCode": "P0-C15"
2806 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002807 { "Priority": "low", "LocCode": "P0" }
2808 ]
2809 }
2810 ]
2811 },
2812 {
Patrick Williams26919f02022-12-08 06:12:43 -06002813 "ADValue": "VDN_DCM1",
2814 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002815 {
2816 "CalloutList": [
2817 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002818 {
2819 "Priority": "medium",
2820 "LocCode": "P0-C24"
2821 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002822 { "Priority": "low", "LocCode": "P0" }
2823 ]
2824 }
2825 ]
2826 },
2827 {
Patrick Williams26919f02022-12-08 06:12:43 -06002828 "ADValue": "VCS_DCM0",
2829 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002830 {
2831 "CalloutList": [
2832 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002833 {
2834 "Priority": "medium",
2835 "LocCode": "P0-C15"
2836 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002837 { "Priority": "low", "LocCode": "P0" }
2838 ]
2839 }
2840 ]
2841 },
2842 {
Patrick Williams26919f02022-12-08 06:12:43 -06002843 "ADValue": "VCS_DCM1",
2844 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002845 {
2846 "CalloutList": [
2847 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002848 {
2849 "Priority": "medium",
2850 "LocCode": "P0-C24"
2851 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002852 { "Priority": "low", "LocCode": "P0" }
2853 ]
2854 }
2855 ]
2856 },
2857 {
Patrick Williams26919f02022-12-08 06:12:43 -06002858 "ADValue": "VIO_DCM0",
2859 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002860 {
2861 "CalloutList": [
2862 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002863 {
2864 "Priority": "medium",
2865 "LocCode": "P0-C15"
2866 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002867 { "Priority": "low", "LocCode": "P0" }
2868 ]
2869 }
2870 ]
2871 },
2872 {
Patrick Williams26919f02022-12-08 06:12:43 -06002873 "ADValue": "VIO_DCM1",
2874 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002875 {
2876 "CalloutList": [
2877 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002878 {
2879 "Priority": "medium",
2880 "LocCode": "P0-C24"
2881 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002882 { "Priority": "low", "LocCode": "P0" }
2883 ]
2884 }
2885 ]
2886 },
2887 {
Patrick Williams26919f02022-12-08 06:12:43 -06002888 "ADValue": "VPCIE_DCM0",
2889 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002890 {
2891 "CalloutList": [
2892 { "Priority": "high", "LocCode": "P0-C14" },
Patrick Williams26919f02022-12-08 06:12:43 -06002893 {
2894 "Priority": "medium",
2895 "LocCode": "P0-C15"
2896 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002897 { "Priority": "low", "LocCode": "P0" }
2898 ]
2899 }
2900 ]
2901 },
2902 {
Patrick Williams26919f02022-12-08 06:12:43 -06002903 "ADValue": "VPCIE_DCM1",
2904 "Callouts": [
Jim Wrightae1738c2022-05-02 09:57:45 -05002905 {
2906 "CalloutList": [
2907 { "Priority": "high", "LocCode": "P0-C23" },
Patrick Williams26919f02022-12-08 06:12:43 -06002908 {
2909 "Priority": "medium",
2910 "LocCode": "P0-C24"
2911 },
Jim Wrightae1738c2022-05-02 09:57:45 -05002912 { "Priority": "low", "LocCode": "P0" }
2913 ]
2914 }
2915 ]
Jim Wright452d46d2022-12-16 16:56:21 -06002916 },
2917 {
2918 "ADValue": "3V3IO",
2919 "Callouts": [
2920 {
2921 "CalloutList": [
2922 { "Priority": "high", "LocCode": "P0-C17" },
2923 {
2924 "Priority": "medium",
2925 "LocCode": "P0-C96"
2926 },
2927 {
2928 "Priority": "medium",
2929 "LocCode": "P0-C0"
2930 },
2931 {
2932 "Priority": "medium",
2933 "SymbolicFRU": "pcie_hot_plug"
2934 },
2935 { "Priority": "low", "LocCode": "P0" }
2936 ]
2937 }
2938 ]
2939 },
2940 {
2941 "ADValue": "CP0_VDD0",
2942 "Callouts": [
2943 {
2944 "CalloutList": [
2945 { "Priority": "high", "LocCode": "P0-C62" },
2946 {
2947 "Priority": "medium",
2948 "LocCode": "P0-C61"
2949 },
2950 { "Priority": "low", "LocCode": "P0" }
2951 ]
2952 }
2953 ]
2954 },
2955 {
2956 "ADValue": "CP0_VDD1",
2957 "Callouts": [
2958 {
2959 "CalloutList": [
2960 { "Priority": "high", "LocCode": "P0-C60" },
2961 {
2962 "Priority": "medium",
2963 "LocCode": "P0-C61"
2964 },
2965 { "Priority": "low", "LocCode": "P0" }
2966 ]
2967 }
2968 ]
2969 },
2970 {
2971 "ADValue": "CP1_VDD0",
2972 "Callouts": [
2973 {
2974 "CalloutList": [
2975 { "Priority": "high", "LocCode": "P0-C13" },
2976 {
2977 "Priority": "medium",
2978 "LocCode": "P0-C14"
2979 },
2980 { "Priority": "low", "LocCode": "P0" }
2981 ]
2982 }
2983 ]
2984 },
2985 {
2986 "ADValue": "CP1_VDD1",
2987 "Callouts": [
2988 {
2989 "CalloutList": [
2990 { "Priority": "high", "LocCode": "P0-C15" },
2991 {
2992 "Priority": "medium",
2993 "LocCode": "P0-C14"
2994 },
2995 { "Priority": "low", "LocCode": "P0" }
2996 ]
2997 }
2998 ]
2999 },
3000 {
3001 "ADValue": "CP2_VDD0",
3002 "Callouts": [
3003 {
3004 "CalloutList": [
3005 { "Priority": "high", "LocCode": "P0-C18" },
3006 {
3007 "Priority": "medium",
3008 "LocCode": "P0-C19"
3009 },
3010 { "Priority": "low", "LocCode": "P0" }
3011 ]
3012 }
3013 ]
3014 },
3015 {
3016 "ADValue": "CP2_VDD1",
3017 "Callouts": [
3018 {
3019 "CalloutList": [
3020 { "Priority": "high", "LocCode": "P0-C20" },
3021 {
3022 "Priority": "medium",
3023 "LocCode": "P0-C19"
3024 },
3025 { "Priority": "low", "LocCode": "P0" }
3026 ]
3027 }
3028 ]
3029 },
3030 {
3031 "ADValue": "CP3_VDD0",
3032 "Callouts": [
3033 {
3034 "CalloutList": [
3035 { "Priority": "high", "LocCode": "P0-C57" },
3036 {
3037 "Priority": "medium",
3038 "LocCode": "P0-C56"
3039 },
3040 { "Priority": "low", "LocCode": "P0" }
3041 ]
3042 }
3043 ]
3044 },
3045 {
3046 "ADValue": "CP3_VDD1",
3047 "Callouts": [
3048 {
3049 "CalloutList": [
3050 { "Priority": "high", "LocCode": "P0-C55" },
3051 {
3052 "Priority": "medium",
3053 "LocCode": "P0-C56"
3054 },
3055 { "Priority": "low", "LocCode": "P0" }
3056 ]
3057 }
3058 ]
3059 },
3060 {
3061 "ADValue": "CP0_VCS0",
3062 "Callouts": [
3063 {
3064 "CalloutList": [
3065 { "Priority": "high", "LocCode": "P0-C63" },
3066 {
3067 "Priority": "medium",
3068 "LocCode": "P0-C61"
3069 },
3070 { "Priority": "low", "LocCode": "P0" }
3071 ]
3072 }
3073 ]
3074 },
3075 {
3076 "ADValue": "CP0_VCS1",
3077 "Callouts": [
3078 {
3079 "CalloutList": [
3080 { "Priority": "high", "LocCode": "P0-C59" },
3081 {
3082 "Priority": "medium",
3083 "LocCode": "P0-C61"
3084 },
3085 { "Priority": "low", "LocCode": "P0" }
3086 ]
3087 }
3088 ]
3089 },
3090 {
3091 "ADValue": "CP1_VCS0",
3092 "Callouts": [
3093 {
3094 "CalloutList": [
3095 { "Priority": "high", "LocCode": "P0-C12" },
3096 {
3097 "Priority": "medium",
3098 "LocCode": "P0-C14"
3099 },
3100 { "Priority": "low", "LocCode": "P0" }
3101 ]
3102 }
3103 ]
3104 },
3105 {
3106 "ADValue": "CP1_VCS1",
3107 "Callouts": [
3108 {
3109 "CalloutList": [
3110 { "Priority": "high", "LocCode": "P0-C16" },
3111 {
3112 "Priority": "medium",
3113 "LocCode": "P0-C14"
3114 },
3115 { "Priority": "low", "LocCode": "P0" }
3116 ]
3117 }
3118 ]
3119 },
3120 {
3121 "ADValue": "CP2_VCS0",
3122 "Callouts": [
3123 {
3124 "CalloutList": [
3125 { "Priority": "high", "LocCode": "P0-C17" },
3126 {
3127 "Priority": "medium",
3128 "LocCode": "P0-C19"
3129 },
3130 { "Priority": "low", "LocCode": "P0" }
3131 ]
3132 }
3133 ]
3134 },
3135 {
3136 "ADValue": "CP2_VCS1",
3137 "Callouts": [
3138 {
3139 "CalloutList": [
3140 { "Priority": "high", "LocCode": "P0-C21" },
3141 {
3142 "Priority": "medium",
3143 "LocCode": "P0-C19"
3144 },
3145 { "Priority": "low", "LocCode": "P0" }
3146 ]
3147 }
3148 ]
3149 },
3150 {
3151 "ADValue": "CP3_VCS0",
3152 "Callouts": [
3153 {
3154 "CalloutList": [
3155 { "Priority": "high", "LocCode": "P0-C58" },
3156 {
3157 "Priority": "medium",
3158 "LocCode": "P0-C56"
3159 },
3160 { "Priority": "low", "LocCode": "P0" }
3161 ]
3162 }
3163 ]
3164 },
3165 {
3166 "ADValue": "CP3_VCS1",
3167 "Callouts": [
3168 {
3169 "CalloutList": [
3170 { "Priority": "high", "LocCode": "P0-C54" },
3171 {
3172 "Priority": "medium",
3173 "LocCode": "P0-C56"
3174 },
3175 { "Priority": "low", "LocCode": "P0" }
3176 ]
3177 }
3178 ]
3179 },
3180 {
3181 "ADValue": "CP03_AVDD",
3182 "Callouts": [
3183 {
3184 "CalloutList": [
3185 { "Priority": "high", "LocCode": "P0-C58" },
3186 {
3187 "Priority": "medium",
3188 "LocCode": "P0-C61"
3189 },
3190 {
3191 "Priority": "medium",
3192 "LocCode": "P0-C56"
3193 },
3194 { "Priority": "low", "LocCode": "P0" }
3195 ]
3196 }
3197 ]
3198 },
3199 {
3200 "ADValue": "CP12_AVDD",
3201 "Callouts": [
3202 {
3203 "CalloutList": [
3204 { "Priority": "high", "LocCode": "P0-C16" },
3205 {
3206 "Priority": "medium",
3207 "LocCode": "P0-C14"
3208 },
3209 {
3210 "Priority": "medium",
3211 "LocCode": "P0-C19"
3212 },
3213 { "Priority": "low", "LocCode": "P0" }
3214 ]
3215 }
3216 ]
3217 },
3218 {
3219 "ADValue": "CP0_VDN",
3220 "Callouts": [
3221 {
3222 "CalloutList": [
3223 { "Priority": "high", "LocCode": "P0-C63" },
3224 {
3225 "Priority": "medium",
3226 "LocCode": "P0-C61"
3227 },
3228 { "Priority": "low", "LocCode": "P0" }
3229 ]
3230 }
3231 ]
3232 },
3233 {
3234 "ADValue": "CP1_VDN",
3235 "Callouts": [
3236 {
3237 "CalloutList": [
3238 { "Priority": "high", "LocCode": "P0-C12" },
3239 {
3240 "Priority": "medium",
3241 "LocCode": "P0-C14"
3242 },
3243 { "Priority": "low", "LocCode": "P0" }
3244 ]
3245 }
3246 ]
3247 },
3248 {
3249 "ADValue": "CP2_VDN",
3250 "Callouts": [
3251 {
3252 "CalloutList": [
3253 { "Priority": "high", "LocCode": "P0-C21" },
3254 {
3255 "Priority": "medium",
3256 "LocCode": "P0-C19"
3257 },
3258 { "Priority": "low", "LocCode": "P0" }
3259 ]
3260 }
3261 ]
3262 },
3263 {
3264 "ADValue": "CP3_VDN",
3265 "Callouts": [
3266 {
3267 "CalloutList": [
3268 { "Priority": "high", "LocCode": "P0-C54" },
3269 {
3270 "Priority": "medium",
3271 "LocCode": "P0-C56"
3272 },
3273 { "Priority": "low", "LocCode": "P0" }
3274 ]
3275 }
3276 ]
3277 },
3278 {
3279 "ADValue": "CP0_VIO",
3280 "Callouts": [
3281 {
3282 "CalloutList": [
3283 { "Priority": "high", "LocCode": "P0-C63" },
3284 {
3285 "Priority": "medium",
3286 "LocCode": "P0-C61"
3287 },
3288 { "Priority": "low", "LocCode": "P0" }
3289 ]
3290 }
3291 ]
3292 },
3293 {
3294 "ADValue": "CP1_VIO",
3295 "Callouts": [
3296 {
3297 "CalloutList": [
3298 { "Priority": "high", "LocCode": "P0-C12" },
3299 {
3300 "Priority": "medium",
3301 "LocCode": "P0-C14"
3302 },
3303 { "Priority": "low", "LocCode": "P0" }
3304 ]
3305 }
3306 ]
3307 },
3308 {
3309 "ADValue": "CP2_VIO",
3310 "Callouts": [
3311 {
3312 "CalloutList": [
3313 { "Priority": "high", "LocCode": "P0-C21" },
3314 {
3315 "Priority": "medium",
3316 "LocCode": "P0-C19"
3317 },
3318 { "Priority": "low", "LocCode": "P0" }
3319 ]
3320 }
3321 ]
3322 },
3323 {
3324 "ADValue": "CP3_VIO",
3325 "Callouts": [
3326 {
3327 "CalloutList": [
3328 { "Priority": "high", "LocCode": "P0-C54" },
3329 {
3330 "Priority": "medium",
3331 "LocCode": "P0-C56"
3332 },
3333 { "Priority": "low", "LocCode": "P0" }
3334 ]
3335 }
3336 ]
3337 },
3338 {
3339 "ADValue": "CP0_VPCIE",
3340 "Callouts": [
3341 {
3342 "CalloutList": [
3343 { "Priority": "high", "LocCode": "P0-C58" },
3344 {
3345 "Priority": "medium",
3346 "LocCode": "P0-C61"
3347 },
3348 { "Priority": "low", "LocCode": "P0" }
3349 ]
3350 }
3351 ]
3352 },
3353 {
3354 "ADValue": "CP1_VPCIE",
3355 "Callouts": [
3356 {
3357 "CalloutList": [
3358 { "Priority": "high", "LocCode": "P0-C16" },
3359 {
3360 "Priority": "medium",
3361 "LocCode": "P0-C14"
3362 },
3363 { "Priority": "low", "LocCode": "P0" }
3364 ]
3365 }
3366 ]
3367 },
3368 {
3369 "ADValue": "CP2_VPCIE",
3370 "Callouts": [
3371 {
3372 "CalloutList": [
3373 { "Priority": "high", "LocCode": "P0-C16" },
3374 {
3375 "Priority": "medium",
3376 "LocCode": "P0-C19"
3377 },
3378 { "Priority": "low", "LocCode": "P0" }
3379 ]
3380 }
3381 ]
3382 },
3383 {
3384 "ADValue": "CP3_VPCIE",
3385 "Callouts": [
3386 {
3387 "CalloutList": [
3388 { "Priority": "high", "LocCode": "P0-C58" },
3389 {
3390 "Priority": "medium",
3391 "LocCode": "P0-C56"
3392 },
3393 { "Priority": "low", "LocCode": "P0" }
3394 ]
3395 }
3396 ]
Jim Wright9b779e42022-12-16 17:50:23 -06003397 },
3398 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003399 "ADValue": "12.0VA",
3400 "Callouts": [
3401 {
3402 "CalloutList": [
3403 {
3404 "Priority": "high",
3405 "SymbolicFRU": "pgood_part"
3406 }
3407 ]
3408 }
3409 ]
3410 },
3411 {
Jim Wright9b779e42022-12-16 17:50:23 -06003412 "ADValue": "5.0VCS",
3413 "Callouts": [
3414 {
3415 "CalloutList": [
3416 { "Priority": "high", "LocCode": "P0" }
3417 ]
3418 }
3419 ]
3420 },
3421 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003422 "ADValue": "1.8V",
3423 "Callouts": [
3424 {
3425 "CalloutList": [
3426 { "Priority": "high", "LocCode": "P0" }
3427 ]
3428 }
3429 ]
3430 },
3431 {
3432 "ADValue": "0.9V",
3433 "Callouts": [
3434 {
3435 "CalloutList": [
3436 { "Priority": "high", "LocCode": "P0" }
3437 ]
3438 }
3439 ]
3440 },
3441 {
3442 "ADValue": "3.3V",
Jim Wright9b779e42022-12-16 17:50:23 -06003443 "Callouts": [
3444 {
3445 "CalloutList": [
3446 {
3447 "Priority": "high",
3448 "SymbolicFRU": "pcie_hot_plug"
3449 },
3450 { "Priority": "medium", "LocCode": "P0" }
3451 ]
3452 }
3453 ]
3454 },
3455 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003456 "ADValue": "1.5V_AVDD",
3457 "Callouts": [
3458 {
3459 "CalloutList": [
3460 { "Priority": "high", "LocCode": "P0-C5" },
3461 { "Priority": "medium", "LocCode": "P0" }
3462 ]
3463 }
3464 ]
3465 },
3466 {
3467 "ADValue": "0.65V_VDN",
3468 "Callouts": [
3469 {
3470 "CalloutList": [
3471 { "Priority": "high", "LocCode": "P0-C5" },
3472 { "Priority": "medium", "LocCode": "P0" }
3473 ]
3474 }
3475 ]
3476 },
3477 {
3478 "ADValue": "0.7VA_VDD",
3479 "Callouts": [
3480 {
3481 "CalloutList": [
3482 { "Priority": "high", "LocCode": "P0-C5" },
3483 { "Priority": "medium", "LocCode": "P0" }
3484 ]
3485 }
3486 ]
3487 },
3488 {
3489 "ADValue": "0.7VB_VDD",
3490 "Callouts": [
3491 {
3492 "CalloutList": [
3493 { "Priority": "high", "LocCode": "P0-C5" },
3494 { "Priority": "medium", "LocCode": "P0" }
3495 ]
3496 }
3497 ]
3498 },
3499 {
3500 "ADValue": "0.75V_VCS",
3501 "Callouts": [
3502 {
3503 "CalloutList": [
3504 { "Priority": "high", "LocCode": "P0-C5" },
3505 { "Priority": "medium", "LocCode": "P0" }
3506 ]
3507 }
3508 ]
3509 },
3510 {
3511 "ADValue": "0.9V_VIO",
3512 "Callouts": [
3513 {
3514 "CalloutList": [
3515 { "Priority": "high", "LocCode": "P0-C5" },
3516 { "Priority": "medium", "LocCode": "P0" }
3517 ]
3518 }
3519 ]
3520 },
3521 {
3522 "ADValue": "0.85V_VPCIE",
3523 "Callouts": [
3524 {
3525 "CalloutList": [
3526 { "Priority": "high", "LocCode": "P0-C5" },
3527 { "Priority": "medium", "LocCode": "P0" }
3528 ]
3529 }
3530 ]
3531 },
3532 {
3533 "ADValue": "PMIC2_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003534 "Callouts": [
3535 {
3536 "CalloutList": [
3537 {
3538 "Priority": "high",
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003539 "SymbolicFRU": "memory_dimm"
Jim Wright9b779e42022-12-16 17:50:23 -06003540 },
3541 { "Priority": "medium", "LocCode": "P0" }
3542 ]
3543 }
3544 ]
3545 },
3546 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003547 "ADValue": "PMIC3_PG",
Jim Wright9b779e42022-12-16 17:50:23 -06003548 "Callouts": [
3549 {
3550 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003551 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003552 "Priority": "high",
3553 "SymbolicFRU": "memory_dimm"
3554 },
3555 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003556 ]
3557 }
3558 ]
3559 },
3560 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003561 "ADValue": "VDDR_1.2VB",
Jim Wright9b779e42022-12-16 17:50:23 -06003562 "Callouts": [
3563 {
3564 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003565 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003566 "Priority": "high",
3567 "SymbolicFRU": "memory_dimm"
3568 },
3569 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003570 ]
3571 }
3572 ]
3573 },
3574 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003575 "ADValue": "VDDR_1.2VA",
Jim Wright9b779e42022-12-16 17:50:23 -06003576 "Callouts": [
3577 {
3578 "CalloutList": [
Jim Wright9b779e42022-12-16 17:50:23 -06003579 {
Shawn McCarney8d1e19b2023-08-04 16:19:49 -05003580 "Priority": "high",
3581 "SymbolicFRU": "memory_dimm"
3582 },
3583 { "Priority": "medium", "LocCode": "P0" }
Jim Wright9b779e42022-12-16 17:50:23 -06003584 ]
3585 }
3586 ]
Jim Wright7f678902020-11-30 16:03:57 -06003587 }
3588 ]
3589 },
3590
3591 "Documentation": {
3592 "Description": "The power sequencer chip detected a voltage fault",
3593 "Message": "The power sequencer chip detected a voltage fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003594 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003595 },
3596
3597 "JournalCapture": {
3598 "Sections": [
3599 {
3600 "SyslogID": "phosphor-psu-monitor",
3601 "NumLines": 30
3602 },
3603 {
3604 "SyslogID": "phosphor-power-control",
3605 "NumLines": 30
3606 },
3607 {
3608 "SyslogID": "phosphor-chassis-state-manager",
3609 "NumLines": 15
3610 },
3611 {
3612 "SyslogID": "systemd",
3613 "NumLines": 15
3614 },
3615 {
3616 "SyslogID": "phosphor-regulators",
3617 "NumLines": 5
3618 }
3619 ]
Jim Wright7f678902020-11-30 16:03:57 -06003620 }
3621 },
3622
3623 {
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003624 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N",
3625 "Subsystem": "power",
3626 "Severity": "predictive_redundancy_loss",
3627 "ComponentID": "0x2700",
3628
3629 "SRC": {
3630 "Type": "11",
3631 "ReasonCode": "0x2700",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003632 "Words6To9": {},
3633 "DeconfigFlag": true
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003634 },
3635
3636 "Documentation": {
3637 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3638 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)",
3639 "Notes": [
3640 "CALLOUT_INVENTORY_PATH should be specified in the ",
3641 "AdditionalData property of the event log so that ",
3642 "the device is called out but not the communication path."
3643 ]
3644 }
3645 },
3646
3647 {
3648 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1",
3649 "Subsystem": "power",
3650 "Severity": "non_error",
3651 "MfgSeverity": "predictive_redundancy_loss",
harsh-agarwal199727162024-09-23 09:28:05 -05003652 "ActionFlags": ["report", "heartbeat_call_home"],
Shawn McCarney7f1ec942021-07-28 13:33:34 -05003653 "MfgActionFlags": ["service_action", "report", "call_home"],
3654 "ComponentID": "0x2700",
3655
3656 "SRC": {
3657 "Type": "11",
3658 "ReasonCode": "0x2701",
3659 "Words6To9": {}
3660 },
3661
3662 "Documentation": {
3663 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3664 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)",
3665 "Notes": [
3666 "CALLOUT_INVENTORY_PATH should be specified in the ",
3667 "AdditionalData property of the event log so that ",
3668 "the device is called out but not the communication path."
3669 ]
3670 }
3671 },
3672
3673 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003674 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification",
3675 "Subsystem": "power",
3676 "ComponentID": "0x2700",
3677
3678 "SRC": {
3679 "Type": "11",
3680 "ReasonCode": "0x2900",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003681 "Words6To9": {},
3682 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05003683 },
3684
3685 "Documentation": {
3686 "Description": "A write verification error occurred on a device",
3687 "Message": "A write verification error occurred on a device",
3688 "Notes": [
3689 "This error occurs when a device register is written, ",
3690 "read back, and the two values do not match. This is ",
3691 "also called a read-back error. The device should be ",
3692 "identified using the CALLOUT_DEVICE_PATH or ",
3693 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ",
3694 "AdditionalData property of the event log. This will ",
3695 "cause the device and the hardware in the communication ",
3696 "path to be called out."
3697 ]
3698 }
3699 },
3700
3701 {
Shawn McCarneye4022182022-01-31 19:09:01 -06003702 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging",
3703 "Subsystem": "power",
3704 "Severity": "non_error",
3705 "ActionFlags": ["report"],
3706 "ComponentID": "0x2700",
3707
3708 "SRC": {
3709 "Type": "11",
3710 "ReasonCode": "0x4201",
3711 "Words6To9": {}
3712 },
3713
3714 "Documentation": {
3715 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
3716 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure",
Patrick Williams26919f02022-12-08 06:12:43 -06003717 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003718 }
3719 },
3720
3721 {
3722 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low",
3723 "Subsystem": "power",
3724 "Severity": "non_error",
3725 "ActionFlags": ["report"],
3726 "ComponentID": "0x2700",
3727
3728 "SRC": {
3729 "Type": "11",
3730 "ReasonCode": "0x4203",
3731 "Words6To9": {}
3732 },
3733
3734 "Documentation": {
3735 "Description": "The Uninterruptible Power Supply (UPS) battery level is low",
3736 "Message": "The Uninterruptible Power Supply (UPS) battery level is low",
Patrick Williams26919f02022-12-08 06:12:43 -06003737 "Notes": []
Shawn McCarneye4022182022-01-31 19:09:01 -06003738 }
3739 },
3740
3741 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003742 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile",
3743 "Subsystem": "power",
3744 "ComponentID": "0x2700",
3745
3746 "SRC": {
3747 "Type": "11",
3748 "ReasonCode": "0xA013",
3749 "Words6To9": {}
3750 },
3751
3752 "Callouts": [
3753 {
3754 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06003755 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05003756 ]
3757 }
3758 ],
3759
3760 "Documentation": {
3761 "Description": "A regulators configuration file error occurred",
3762 "Message": "A regulators configuration file error occurred",
3763 "Notes": [
3764 "The regulators configuration file could not be found, ",
3765 "could not be read, or had invalid contents."
3766 ]
3767 }
3768 },
3769
3770 {
Shawn McCarney82e31d82021-02-19 16:25:55 -06003771 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical",
3772 "Subsystem": "power",
3773 "Severity": "critical_system_term",
3774 "ComponentID": "0x2700",
3775
3776 "SRC": {
3777 "Type": "11",
3778 "ReasonCode": "0xA014",
Mike Cappsa2d7b772022-03-07 15:47:48 -05003779 "Words6To9": {}
Shawn McCarney82e31d82021-02-19 16:25:55 -06003780 },
3781
3782 "Callouts": [
3783 {
3784 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06003785 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney82e31d82021-02-19 16:25:55 -06003786 ]
3787 }
3788 ],
3789
3790 "Documentation": {
3791 "Description": "A critical regulators configuration file error occurred",
3792 "Message": "A critical regulators configuration file error occurred",
3793 "Notes": [
3794 "The regulators configuration file could not be found, ",
3795 "could not be read, or had invalid contents. As a result ",
3796 "voltage regulators could not be configured, and the ",
3797 "chassis could not be powered on."
3798 ]
3799 }
3800 },
3801
3802 {
Jim Wright7f678902020-11-30 16:03:57 -06003803 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault",
3804 "Subsystem": "power_sequencer",
3805 "ComponentID": "0x2700",
3806
3807 "SRC": {
3808 "Type": "11",
3809 "ReasonCode": "0xD000",
3810 "Words6To9": {}
3811 },
3812
3813 "Callouts": [
3814 {
Patrick Williams26919f02022-12-08 06:12:43 -06003815 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003816 }
3817 ],
3818
3819 "Documentation": {
3820 "Description": "The power sequencer chip detected a fault",
3821 "Message": "The power sequencer chip detected a fault",
Patrick Williams26919f02022-12-08 06:12:43 -06003822 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003823 },
3824
3825 "JournalCapture": {
3826 "Sections": [
3827 {
3828 "SyslogID": "phosphor-psu-monitor",
3829 "NumLines": 30
3830 },
3831 {
3832 "SyslogID": "phosphor-power-control",
3833 "NumLines": 30
3834 },
3835 {
3836 "SyslogID": "phosphor-chassis-state-manager",
3837 "NumLines": 15
3838 },
3839 {
3840 "SyslogID": "systemd",
3841 "NumLines": 15
3842 },
3843 {
3844 "SyslogID": "phosphor-regulators",
3845 "NumLines": 5
3846 }
3847 ]
Jim Wright7f678902020-11-30 16:03:57 -06003848 }
3849 },
3850
3851 {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003852 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout",
Jim Wright7f678902020-11-30 16:03:57 -06003853 "Subsystem": "power_sequencer",
3854 "ComponentID": "0x2700",
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003855 "Severity": "critical",
Jim Wright7f678902020-11-30 16:03:57 -06003856
3857 "SRC": {
3858 "Type": "11",
3859 "ReasonCode": "0xD002",
3860 "Words6To9": {}
3861 },
3862
3863 "Callouts": [
3864 {
Patrick Williams26919f02022-12-08 06:12:43 -06003865 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wright7f678902020-11-30 16:03:57 -06003866 }
3867 ],
3868
3869 "Documentation": {
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003870 "Description": "System power failed to turn on within timeout period",
3871 "Message": "System power failed to turn on within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003872 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003873 },
3874
3875 "JournalCapture": {
3876 "Sections": [
3877 {
3878 "SyslogID": "phosphor-psu-monitor",
3879 "NumLines": 30
3880 },
3881 {
3882 "SyslogID": "phosphor-power-control",
3883 "NumLines": 30
3884 },
3885 {
3886 "SyslogID": "phosphor-chassis-state-manager",
3887 "NumLines": 15
3888 },
3889 {
3890 "SyslogID": "systemd",
3891 "NumLines": 15
3892 },
3893 {
3894 "SyslogID": "phosphor-regulators",
3895 "NumLines": 5
3896 }
3897 ]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003898 }
3899 },
3900
3901 {
3902 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout",
3903 "Subsystem": "power_sequencer",
3904 "ComponentID": "0x2700",
3905 "Severity": "critical",
3906
3907 "SRC": {
3908 "Type": "11",
3909 "ReasonCode": "0xD008",
3910 "Words6To9": {}
3911 },
3912
3913 "Callouts": [
3914 {
Patrick Williams26919f02022-12-08 06:12:43 -06003915 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Jim Wrightc1ba04f2021-11-12 15:31:32 -06003916 }
3917 ],
3918
3919 "Documentation": {
3920 "Description": "System power failed to turn off within timeout period",
3921 "Message": "System power failed to turn off within timeout period",
Patrick Williams26919f02022-12-08 06:12:43 -06003922 "Notes": []
Faisal Awada8d2b2422023-03-03 15:48:09 -06003923 },
3924
3925 "JournalCapture": {
3926 "Sections": [
3927 {
3928 "SyslogID": "phosphor-psu-monitor",
3929 "NumLines": 30
3930 },
3931 {
3932 "SyslogID": "phosphor-power-control",
3933 "NumLines": 30
3934 },
3935 {
3936 "SyslogID": "phosphor-chassis-state-manager",
3937 "NumLines": 15
3938 },
3939 {
3940 "SyslogID": "systemd",
3941 "NumLines": 15
3942 },
3943 {
3944 "SyslogID": "phosphor-regulators",
3945 "NumLines": 5
3946 }
3947 ]
Jim Wright7f678902020-11-30 16:03:57 -06003948 }
3949 },
3950
3951 {
Shawn McCarney01648f52020-06-25 11:42:02 -05003952 "Name": "xyz.openbmc_project.Power.Error.Internal",
3953 "Subsystem": "power",
3954 "ComponentID": "0x2700",
3955
3956 "SRC": {
3957 "Type": "11",
3958 "ReasonCode": "0xE000",
3959 "Words6To9": {}
3960 },
3961
3962 "Callouts": [
3963 {
3964 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06003965 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05003966 ]
3967 }
3968 ],
3969
3970 "Documentation": {
3971 "Description": "An internal firmware error occurred",
3972 "Message": "An internal firmware error occurred",
3973 "Notes": [
3974 "The error details must be provided in the AdditionalData ",
3975 "property of the event log."
3976 ]
3977 }
3978 },
3979
3980 {
3981 "Name": "xyz.openbmc_project.Power.Error.I2C",
3982 "Subsystem": "cec_i2c",
3983 "ComponentID": "0x2700",
3984
3985 "SRC": {
3986 "Type": "11",
3987 "ReasonCode": "0xE100",
Matt Spinler04ac4e32023-04-14 14:16:37 -05003988 "Words6To9": {},
3989 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05003990 },
3991
3992 "Documentation": {
3993 "Description": "An I2C error occurred communicating with a device",
3994 "Message": "An I2C error occurred communicating with a device",
3995 "Notes": [
3996 "The device should be identified using the ",
3997 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ",
3998 "keywords in the AdditionalData property of the event ",
3999 "log. This will cause the device and the hardware in the ",
4000 "communication path to be called out."
4001 ]
4002 }
4003 },
4004
4005 {
4006 "Name": "xyz.openbmc_project.Power.Error.PMBus",
4007 "Subsystem": "power",
4008 "ComponentID": "0x2700",
4009
4010 "SRC": {
4011 "Type": "11",
4012 "ReasonCode": "0xE200",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004013 "Words6To9": {},
4014 "DeconfigFlag": true
Shawn McCarney01648f52020-06-25 11:42:02 -05004015 },
4016
4017 "Documentation": {
4018 "Description": "A PMBus error occurred on a device",
4019 "Message": "A PMBus error occurred on a device",
4020 "Notes": [
4021 "This error occurs when the I2C communication was ",
4022 "successful, but the PMBus value read is invalid or ",
4023 "unsupported. CALLOUT_INVENTORY_PATH should be specified ",
4024 "in the AdditionalData property of the event log so that ",
4025 "the device is called out but not the communication path."
4026 ]
4027 }
4028 },
4029
4030 {
4031 "Name": "xyz.openbmc_project.Power.Error.DBus",
4032 "Subsystem": "power",
4033 "ComponentID": "0x2700",
4034
4035 "SRC": {
4036 "Type": "11",
4037 "ReasonCode": "0xE300",
4038 "Words6To9": {}
4039 },
4040
4041 "Callouts": [
4042 {
4043 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004044 { "Priority": "high", "Procedure": "BMC0001" }
Shawn McCarney01648f52020-06-25 11:42:02 -05004045 ]
4046 }
4047 ],
4048
4049 "Documentation": {
4050 "Description": "A firmware inter-process communication (D-Bus) error occurred",
4051 "Message": "A firmware inter-process communication (D-Bus) error occurred"
4052 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004053 },
4054
4055 {
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004056 "Name": "xyz.openbmc_project.Fan.Error.Fault",
4057 "Subsystem": "power_fans",
4058 "ComponentID": "0x2800",
4059
4060 "SRC": {
4061 "Type": "11",
4062 "ReasonCode": "0x76F0",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004063 "Words6To9": {},
4064 "DeconfigFlag": true
Matt Spinler7c9c07e2020-10-22 10:16:37 -05004065 },
4066
4067 "Documentation": {
4068 "Description": "Fan rotor fault",
4069 "Message": "Fan rotor fault",
4070 "Notes": [
4071 "This error occurs when a fan rotor has been faulted for a ",
4072 "certain amount of time. The callout is the fan which is ",
4073 "passed in with CALLOUT_INVENTORY_PATH. The severity is ",
4074 "passed in during creation and will be either informational ",
4075 "or unrecoverable. The action flags use the defaults and ",
4076 "vary based on the severity."
4077 ]
4078 }
4079 },
4080
4081 {
Matt Spinler60d1c392020-09-23 15:23:24 -05004082 "Name": "xyz.openbmc_project.Fan.Error.Missing",
4083 "Subsystem": "power_fans",
4084 "ComponentID": "0x2800",
4085 "Severity": "unrecoverable_redundancy_loss",
4086 "ActionFlags": ["service_action", "report", "call_home"],
4087
4088 "SRC": {
4089 "Type": "11",
4090 "ReasonCode": "0x76F1",
Matt Spinler04ac4e32023-04-14 14:16:37 -05004091 "Words6To9": {},
4092 "DeconfigFlag": true
Matt Spinler60d1c392020-09-23 15:23:24 -05004093 },
4094
4095 "Callouts": [
4096 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004097 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinler60d1c392020-09-23 15:23:24 -05004098 "CalloutList": [
Matt Spinler80600192020-10-23 09:29:33 -05004099 {
Patrick Williams26919f02022-12-08 06:12:43 -06004100 "Priority": "high",
4101 "SymbolicFRUTrusted": "air_mover",
4102 "UseInventoryLocCode": true
Matt Spinler80600192020-10-23 09:29:33 -05004103 },
4104 {
4105 "Priority": "low",
4106 "LocCode": "P0"
4107 }
Matt Spinler60d1c392020-09-23 15:23:24 -05004108 ]
Matt Spinler938ac792021-05-12 10:46:44 -05004109 },
4110 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004111 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinler938ac792021-05-12 10:46:44 -05004112 "CalloutList": [
4113 {
Patrick Williams26919f02022-12-08 06:12:43 -06004114 "Priority": "high",
4115 "SymbolicFRUTrusted": "air_mover",
4116 "UseInventoryLocCode": true
Matt Spinler938ac792021-05-12 10:46:44 -05004117 },
4118 {
4119 "Priority": "low",
4120 "LocCode": "P1"
4121 }
4122 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004123 },
4124 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004125 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004126 "CalloutList": [
4127 {
4128 "Priority": "high",
4129 "SymbolicFRUTrusted": "air_mover",
4130 "UseInventoryLocCode": true
4131 },
4132 {
4133 "Priority": "low",
4134 "LocCode": "P0"
4135 }
4136 ]
Matt Spinler60d1c392020-09-23 15:23:24 -05004137 }
4138 ],
4139
4140 "Documentation": {
4141 "Description": "A fan is missing",
4142 "Message": "A fan is missing",
4143 "Notes": [
4144 "This error occurs when a fan has been missing for a ",
Matt Spinler80600192020-10-23 09:29:33 -05004145 "certain amount of time. The first callout is the ",
4146 "symbolic FRU AIR_MOVR that has the trusted fan location ",
4147 "code, which it gets using the passed in ",
4148 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
Matt Spinler938ac792021-05-12 10:46:44 -05004149 "where the controller and GPIO expander are."
Matt Spinler60d1c392020-09-23 15:23:24 -05004150 ]
4151 }
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004152 },
4153
4154 {
Matt Spinleradf070b2021-04-21 13:39:45 -05004155 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection",
4156 "ComponentID": "0x2800",
4157 "Subsystem": "power_fans",
4158 "Severity": "non_error",
4159 "ActionFlags": ["report"],
4160 "MfgSeverity": "predictive",
4161 "MfgActionFlags": ["service_action", "report"],
4162
4163 "SRC": {
4164 "Type": "11",
4165 "ReasonCode": "0x76F2",
4166 "Words6To9": {}
4167 },
4168
4169 "Callouts": [
4170 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004171 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004172 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004173 },
4174 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004175 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004176 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }]
Matt Spinler0600cf72023-04-10 11:22:33 -05004177 },
4178 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004179 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004180 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }]
Matt Spinleradf070b2021-04-21 13:39:45 -05004181 }
4182 ],
4183
4184 "Documentation": {
4185 "Description": "Presence detect methods for the same fan disagree",
4186 "Message": "Presence detect methods for the same fan disagree",
4187 "Notes": [
4188 "This error occurs when there is more than one way to detect",
4189 "fan presence, and they don't all agree. For example, the",
4190 "GPIO says a fan isn't present, but the tach readings are",
4191 "nonzero. This is informational, unless in manufacturing.",
4192 "The fan FRU is passed in as a high priority callout.",
4193 "The FRU the GPIO source is on is called out medium."
4194 ]
4195 }
4196 },
4197
4198 {
Matt Spinlerdde99202021-06-14 12:15:59 -06004199 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline",
4200 "ComponentID": "0x2800",
4201 "Subsystem": "power_fans",
4202 "Severity": "critical_system_term",
4203 "ActionFlags": ["service_action", "report", "call_home"],
4204
4205 "SRC": {
4206 "Type": "11",
4207 "ReasonCode": "0x76F3",
Mike Cappsa2d7b772022-03-07 15:47:48 -05004208 "Words6To9": {}
Matt Spinlerdde99202021-06-14 12:15:59 -06004209 },
4210
4211 "Callouts": [
4212 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004213 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Matt Spinlerdde99202021-06-14 12:15:59 -06004214 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004215 { "Priority": "high", "LocCode": "P0-C5" },
4216 {
4217 "Priority": "medium_group_a",
4218 "LocCode": "P0-T12",
4219 "SymbolicFRUTrusted": "fan_cable"
4220 },
4221 {
4222 "Priority": "medium_group_a",
4223 "LocCode": "P0-T17",
4224 "SymbolicFRUTrusted": "cable_continued"
4225 },
4226 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004227 ]
4228 },
4229 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004230 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Matt Spinlerdde99202021-06-14 12:15:59 -06004231 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004232 { "Priority": "high", "LocCode": "P0-C0" },
4233 { "Priority": "medium", "LocCode": "P1" },
4234 { "Priority": "low", "LocCode": "P0" }
Matt Spinlerdde99202021-06-14 12:15:59 -06004235 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004236 },
4237 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004238 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004239 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Matt Spinlerdde99202021-06-14 12:15:59 -06004240 }
4241 ],
4242
4243 "Documentation": {
4244 "Description": "The fan controller device is offline",
4245 "Message": "The fan controller is offline. The system must be powered off.",
4246 "Notes": [
4247 "The device that controls the fans is offline so the fan",
4248 "targets and speeds are unknown. The system will be shut",
4249 "down to preserve thermal safety. There may be an I2C",
4250 "or power problem with the device."
4251 ]
4252 }
4253 },
4254
4255 {
Patrick Williams26919f02022-12-08 06:12:43 -06004256 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable",
4257 "Subsystem": "power_fans",
4258 "ComponentID": "0x2800",
4259 "Severity": "unrecoverable_redundancy_loss",
4260 "ActionFlags": ["service_action", "report", "call_home"],
Mike Cappsabc276e2021-06-18 16:41:30 -04004261
Patrick Williams26919f02022-12-08 06:12:43 -06004262 "SRC": {
4263 "Type": "11",
4264 "ReasonCode": "0x76F4",
4265 "Words6To9": {}
4266 },
Mike Cappsabc276e2021-06-18 16:41:30 -04004267
Patrick Williams26919f02022-12-08 06:12:43 -06004268 "Callouts": [
4269 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004270 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Patrick Williams26919f02022-12-08 06:12:43 -06004271 "CalloutList": [
4272 { "Priority": "high", "LocCode": "P0-C5" },
4273 {
4274 "Priority": "medium_group_a",
4275 "LocCode": "P0-T12",
4276 "SymbolicFRUTrusted": "fan_cable"
4277 },
4278 {
4279 "Priority": "medium_group_a",
4280 "LocCode": "P0-T17",
4281 "SymbolicFRUTrusted": "cable_continued"
4282 },
4283 { "Priority": "low", "LocCode": "P0" }
4284 ]
4285 },
4286 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004287 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Patrick Williams26919f02022-12-08 06:12:43 -06004288 "CalloutList": [
4289 { "Priority": "high", "LocCode": "P0-C0" },
4290 { "Priority": "medium", "LocCode": "P1" },
4291 { "Priority": "low", "LocCode": "P0" }
4292 ]
Matt Spinler0600cf72023-04-10 11:22:33 -05004293 },
4294 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05004295 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Matt Spinler0600cf72023-04-10 11:22:33 -05004296 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Patrick Williams26919f02022-12-08 06:12:43 -06004297 }
4298 ],
Mike Cappsabc276e2021-06-18 16:41:30 -04004299
Patrick Williams26919f02022-12-08 06:12:43 -06004300 "Documentation": {
4301 "Description": "Fan GPIO sensors not present",
4302 "Message": "Fan GPIO sensors not present",
4303 "Notes": [
4304 "The device that reports fan presence is not functioning."
4305 ]
4306 }
Mike Cappsabc276e2021-06-18 16:41:30 -04004307 },
4308
4309 {
Matt Spinler0d9895b2024-06-24 14:33:35 -05004310 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerformanceLossHigh",
Matt Spinler86e40dd2021-01-29 11:19:36 -06004311 "Subsystem": "power",
4312 "ComponentID": "0x2800",
4313 "Severity": "predictive",
4314 "ActionFlags": ["service_action", "report"],
4315
4316 "SRC": {
4317 "ReasonCode": "0x2801",
4318 "Words6To9": {}
4319 },
4320
4321 "CalloutsUsingAD": {
4322 "ADName": "SENSOR_NAME",
4323 "CalloutsWithTheirADValues": [
4324 {
4325 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4326 "Callouts": [
4327 {
4328 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004329 {
4330 "Priority": "high",
4331 "SymbolicFRU": "ambient_temp"
4332 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004333 ]
4334 }
4335 ]
4336 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004337 ],
4338 "CalloutsWhenNoADMatch": [
4339 {
4340 "CalloutList": [
4341 {
4342 "Priority": "high",
4343 "SymbolicFRU": "overtemp"
4344 }
4345 ]
4346 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004347 ]
4348 },
4349
4350 "Documentation": {
4351 "Description": "A temperature sensor exceeded its performance loss threshold.",
4352 "Message": "A temperature sensor exceeded its performance loss threshold.",
4353 "Notes": [
4354 "A temperature sensor crossed its performance loss threshold value",
4355 "If it is the ambient sensor, then a symbolic FRU will be added.",
4356 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4357 "a FRU callout."
4358 ]
4359 }
4360 },
4361
4362 {
Matt Spinler0d9895b2024-06-24 14:33:35 -05004363 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerformanceLossHighClear",
Matt Spinler86e40dd2021-01-29 11:19:36 -06004364 "Subsystem": "power",
4365 "ComponentID": "0x2800",
4366 "Severity": "non_error",
4367 "ActionFlags": ["report"],
4368 "EventType": "env_normal",
4369
4370 "SRC": {
4371 "ReasonCode": "0x2802",
4372 "Words6To9": {}
4373 },
4374
4375 "CalloutsUsingAD": {
4376 "ADName": "SENSOR_NAME",
4377 "CalloutsWithTheirADValues": [
4378 {
4379 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4380 "Callouts": [
4381 {
4382 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004383 {
4384 "Priority": "high",
4385 "SymbolicFRU": "ambient_temp_back"
4386 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004387 ]
4388 }
4389 ]
4390 }
4391 ]
4392 },
4393
4394 "Documentation": {
4395 "Description": "A temperature sensor is under its performance loss threshold.",
4396 "Message": "A temperature sensor is under its performance loss threshold.",
4397 "Notes": [
4398 "A temperature sensor crossed under its performance loss threshold value",
4399 "If it is the ambient sensor, then a symbolic FRU will be added."
4400 ]
4401 }
4402 },
4403
4404 {
4405 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh",
4406 "Subsystem": "power",
4407 "ComponentID": "0x2800",
4408 "Severity": "predictive",
4409 "ActionFlags": ["service_action", "report"],
4410
4411 "SRC": {
4412 "ReasonCode": "0x2803",
4413 "Words6To9": {}
4414 },
4415
4416 "CalloutsUsingAD": {
4417 "ADName": "SENSOR_NAME",
4418 "CalloutsWithTheirADValues": [
4419 {
4420 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4421 "Callouts": [
4422 {
4423 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004424 {
4425 "Priority": "high",
4426 "SymbolicFRU": "ambient_temp"
4427 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004428 ]
4429 }
4430 ]
4431 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004432 ],
4433 "CalloutsWhenNoADMatch": [
4434 {
4435 "CalloutList": [
4436 {
4437 "Priority": "high",
4438 "SymbolicFRU": "overtemp"
4439 }
4440 ]
4441 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004442 ]
4443 },
4444
4445 "Documentation": {
4446 "Description": "A temperature sensor exceeded its warning threshold.",
4447 "Message": "A temperature sensor exceeded its warning threshold.",
4448 "Notes": [
4449 "A temperature sensor crossed its warning threshold value",
4450 "If it is the ambient sensor, then a symbolic FRU will be added.",
4451 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4452 "a FRU callout."
4453 ]
4454 }
4455 },
4456
4457 {
4458 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear",
4459 "Subsystem": "power",
4460 "ComponentID": "0x2800",
4461 "Severity": "non_error",
4462 "ActionFlags": ["report"],
4463 "EventType": "env_normal",
4464
4465 "SRC": {
4466 "ReasonCode": "0x2804",
4467 "Words6To9": {}
4468 },
4469
4470 "CalloutsUsingAD": {
4471 "ADName": "SENSOR_NAME",
4472 "CalloutsWithTheirADValues": [
4473 {
4474 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4475 "Callouts": [
4476 {
4477 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004478 {
4479 "Priority": "high",
4480 "SymbolicFRU": "ambient_temp_back"
4481 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004482 ]
4483 }
4484 ]
4485 }
4486 ]
4487 },
4488
4489 "Documentation": {
4490 "Description": "A temperature sensor is under its warning threshold.",
4491 "Message": "A temperature sensor is under its warning threshold.",
4492 "Notes": [
4493 "A temperature sensor crossed under its warning threshold value",
4494 "If it is the ambient sensor, then a symbolic FRU will be added."
4495 ]
4496 }
4497 },
4498
4499 {
4500 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh",
4501 "Subsystem": "power",
4502 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06004503 "Severity": "unrecoverable",
Matt Spinler86e40dd2021-01-29 11:19:36 -06004504 "ActionFlags": ["service_action", "report"],
4505
4506 "SRC": {
4507 "ReasonCode": "0x2805",
4508 "Words6To9": {}
4509 },
4510
4511 "CalloutsUsingAD": {
4512 "ADName": "SENSOR_NAME",
4513 "CalloutsWithTheirADValues": [
4514 {
4515 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4516 "Callouts": [
4517 {
4518 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004519 {
4520 "Priority": "high",
4521 "SymbolicFRU": "ambient_temp"
4522 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004523 ]
4524 }
4525 ]
4526 }
Matt Spinlerc13bb1c2022-08-01 10:33:09 -05004527 ],
4528 "CalloutsWhenNoADMatch": [
4529 {
4530 "CalloutList": [
4531 {
4532 "Priority": "high",
4533 "SymbolicFRU": "overtemp"
4534 }
4535 ]
4536 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004537 ]
4538 },
4539
4540 "Documentation": {
4541 "Description": "A temperature sensor exceeded its critical threshold.",
4542 "Message": "A temperature sensor exceeded its critical threshold.",
4543 "Notes": [
4544 "A temperature sensor crossed its critical threshold value",
4545 "If it is the ambient sensor, then a symbolic FRU will be added.",
4546 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add",
4547 "a FRU callout."
4548 ]
4549 }
4550 },
4551
4552 {
4553 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear",
4554 "Subsystem": "power",
4555 "ComponentID": "0x2800",
4556 "Severity": "non_error",
4557 "ActionFlags": ["report"],
4558 "EventType": "env_normal",
4559
4560 "SRC": {
4561 "ReasonCode": "0x2806",
4562 "Words6To9": {}
4563 },
4564
4565 "CalloutsUsingAD": {
4566 "ADName": "SENSOR_NAME",
4567 "CalloutsWithTheirADValues": [
4568 {
4569 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
4570 "Callouts": [
4571 {
4572 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004573 {
4574 "Priority": "high",
4575 "SymbolicFRU": "ambient_temp_back"
4576 }
Matt Spinler86e40dd2021-01-29 11:19:36 -06004577 ]
4578 }
4579 ]
4580 }
4581 ]
4582 },
4583
4584 "Documentation": {
4585 "Description": "A temperature sensor is under its critical threshold.",
4586 "Message": "A temperature sensor is under its critical threshold.",
4587 "Notes": [
4588 "A temperature sensor crossed under its critical threshold value",
4589 "If it is the ambient sensor, then a symbolic FRU will be added."
4590 ]
4591 }
4592 },
4593
4594 {
Matt Spinler6b3490a2021-01-20 10:48:26 -06004595 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh",
4596 "Subsystem": "power",
4597 "ComponentID": "0x2800",
4598 "Severity": "predictive",
4599 "ActionFlags": ["service_action", "report"],
4600
4601 "SRC": {
4602 "ReasonCode": "0x2807",
4603 "Words6To9": {}
4604 },
4605
4606 "Callouts": [
4607 {
4608 "CalloutList": [
4609 {
Patrick Williams26919f02022-12-08 06:12:43 -06004610 "Priority": "high",
4611 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004612 }
4613 ]
4614 }
4615 ],
4616
4617 "Documentation": {
4618 "Description": "The ambient temperature passed the EPOW3 limit.",
4619 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.",
4620 "Notes": [
4621 "This error occurs when the ambient temperature surpassed",
4622 "the EPOW3 shutdown limit."
4623 ]
4624 }
4625 },
4626
4627 {
4628 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear",
4629 "Subsystem": "power",
4630 "ComponentID": "0x2800",
4631 "Severity": "non_error",
4632 "ActionFlags": ["report"],
4633 "EventType": "env_normal",
4634
4635 "SRC": {
4636 "ReasonCode": "0x2808",
4637 "Words6To9": {}
4638 },
4639
4640 "Callouts": [
4641 {
4642 "CalloutList": [
4643 {
Patrick Williams26919f02022-12-08 06:12:43 -06004644 "Priority": "high",
4645 "SymbolicFRU": "ambient_temp_back"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004646 }
4647 ]
4648 }
4649 ],
4650
4651 "Documentation": {
4652 "Description": "The ambient temperature is back under the EPOW3 limit.",
4653 "Message": "The ambient temperature is back under the EPOW3 limit."
4654 }
4655 },
4656
4657 {
4658 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh",
4659 "Subsystem": "power",
4660 "ComponentID": "0x2800",
Matt Spinler6b3490a2021-01-20 10:48:26 -06004661 "ActionFlags": ["service_action", "report"],
4662
4663 "SRC": {
4664 "ReasonCode": "0x2809",
4665 "Words6To9": {}
4666 },
4667
4668 "Callouts": [
4669 {
4670 "CalloutList": [
4671 {
Patrick Williams26919f02022-12-08 06:12:43 -06004672 "Priority": "high",
4673 "SymbolicFRU": "ambient_temp"
Matt Spinler6b3490a2021-01-20 10:48:26 -06004674 }
4675 ]
4676 }
4677 ],
4678
4679 "Documentation": {
4680 "Description": "The ambient temperature passed the EPOW4 limit.",
4681 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down",
4682 "Notes": [
4683 "This error occurs when the ambient temperature surpassed",
4684 "the EPOW4 shutdown limit."
4685 ]
4686 }
4687 },
4688
4689 {
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004690 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh",
4691 "Subsystem": "ext_env",
4692 "ComponentID": "0x2800",
4693 "Severity": "predictive",
4694 "ActionFlags": ["service_action", "report"],
4695
4696 "SRC": {
4697 "ReasonCode": "0x280A",
4698 "Words6To9": {}
4699 },
4700
4701 "CalloutsUsingAD": {
4702 "ADName": "SENSOR_NAME",
4703 "CalloutsWithTheirADValues": [
4704 {
4705 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude",
4706 "Callouts": [
4707 {
4708 "CalloutList": [
Patrick Williams26919f02022-12-08 06:12:43 -06004709 {
4710 "Priority": "high",
4711 "SymbolicFRU": "altitude"
4712 }
Rashmica Guptab63f75b2021-08-18 20:54:21 +10004713 ]
4714 }
4715 ]
4716 }
4717 ]
4718 },
4719
4720 "Documentation": {
4721 "Description": "An altitude sensor exceeded its warning threshold.",
4722 "Message": "An altitude sensor exceeded its warning threshold.",
4723 "Notes": [
4724 "The virtual altitude sensor crossed its warning threshold value",
4725 " and a symbolic FRU will be added."
4726 ]
4727 }
4728 },
4729
4730 {
4731 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear",
4732 "Subsystem": "ext_env",
4733 "ComponentID": "0x2800",
4734 "Severity": "non_error",
4735 "ActionFlags": ["report"],
4736 "EventType": "env_normal",
4737
4738 "SRC": {
4739 "ReasonCode": "0x280B",
4740 "Words6To9": {}
4741 },
4742
4743 "Documentation": {
4744 "Description": "An altitude sensor is under its warning threshold.",
4745 "Message": "An altitude sensor is under its warning threshold.",
4746 "Notes": [
4747 "The virtual altitude sensor is under its warning threshold value",
4748 " and a symbolic FRU will be added."
4749 ]
4750 }
4751 },
4752
4753 {
Matt Spinler81331342021-10-05 14:09:56 -05004754 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow",
4755 "Subsystem": "cec_tod",
4756 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06004757 "Severity": "unrecoverable",
Matt Spinler81331342021-10-05 14:09:56 -05004758 "ActionFlags": ["service_action", "report"],
4759
4760 "SRC": {
4761 "ReasonCode": "0x280C",
4762 "Words6To9": {}
4763 },
4764
Matt Spinler81331342021-10-05 14:09:56 -05004765 "Documentation": {
4766 "Description": "A voltage sensor went below its critical low threshold.",
4767 "Message": "A voltage sensor went below its critical low threshold."
4768 }
4769 },
4770
4771 {
4772 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear",
4773 "Subsystem": "cec_tod",
4774 "ComponentID": "0x2800",
4775 "Severity": "non_error",
4776 "ActionFlags": ["report"],
4777
4778 "SRC": {
4779 "ReasonCode": "0x280D",
4780 "Words6To9": {}
4781 },
4782
4783 "Documentation": {
4784 "Description": "A voltage sensor is over its critical low threshold.",
4785 "Message": "A voltage sensor is over its critical low threshold."
4786 }
4787 },
4788
4789 {
Matt Spinler1e792db2022-01-07 14:06:06 -06004790 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow",
4791 "Subsystem": "power",
4792 "ComponentID": "0x2800",
4793 "Severity": "predictive",
4794 "ActionFlags": ["service_action", "report"],
4795
4796 "SRC": {
4797 "ReasonCode": "0x280E",
4798 "Words6To9": {}
4799 },
4800
4801 "Documentation": {
4802 "Description": "A temperature sensor is under its low warning threshold.",
4803 "Message": "A temperature sensor is under its low warning threshold.",
4804 "Notes": [
4805 "A temperature sensor crossed its low warning threshold value",
4806 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4807 ]
4808 }
4809 },
4810
4811 {
4812 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear",
4813 "Subsystem": "power",
4814 "ComponentID": "0x2800",
4815 "Severity": "non_error",
4816 "ActionFlags": ["report"],
4817 "EventType": "env_normal",
4818
4819 "SRC": {
4820 "ReasonCode": "0x280F",
4821 "Words6To9": {}
4822 },
4823
4824 "Documentation": {
4825 "Description": "A temperature sensor is above its low warning threshold.",
4826 "Message": "A temperature sensor is above its low warning threshold.",
4827 "Notes": [
4828 "A temperature sensor crossed above its low warning threshold value."
4829 ]
4830 }
4831 },
4832
4833 {
4834 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow",
4835 "Subsystem": "power",
4836 "ComponentID": "0x2800",
Matt Spinlerfe2a3842024-02-06 08:58:09 -06004837 "Severity": "unrecoverable",
Matt Spinler1e792db2022-01-07 14:06:06 -06004838 "ActionFlags": ["service_action", "report"],
4839
4840 "SRC": {
4841 "ReasonCode": "0x2810",
4842 "Words6To9": {}
4843 },
4844
4845 "Documentation": {
4846 "Description": "A temperature sensor is under its low critical threshold.",
4847 "Message": "A temperature sensor is under its low critical threshold.",
4848 "Notes": [
4849 "A temperature sensor crossed its low critical threshold value",
4850 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout."
4851 ]
4852 }
4853 },
4854
4855 {
4856 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear",
4857 "Subsystem": "power",
4858 "ComponentID": "0x2800",
4859 "Severity": "non_error",
4860 "ActionFlags": ["report"],
4861 "EventType": "env_normal",
4862
4863 "SRC": {
4864 "ReasonCode": "0x2811",
4865 "Words6To9": {}
4866 },
4867
4868 "Documentation": {
4869 "Description": "A temperature sensor is over its low critical threshold.",
4870 "Message": "A temperature sensor is over its low critical threshold.",
4871 "Notes": [
4872 "A temperature sensor crossed above its critical threshold value"
4873 ]
4874 }
4875 },
4876
4877 {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004878 "Name": "com.ibm.VPD.Error.InvalidEepromPath",
4879 "Subsystem": "cec_vpd",
4880 "ComponentID": "0x4000",
4881
4882 "SRC": {
4883 "ReasonCode": "0x4000",
Patrick Williams26919f02022-12-08 06:12:43 -06004884 "Words6To9": {
4885 "6": {
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004886 "Description": "Errno of the failure.",
4887 "AdditionalDataPropSource": "CALLOUT_ERRNO"
4888 }
4889 }
4890 },
4891
4892 "Documentation": {
Michael Limb264f062022-03-29 16:25:33 -05004893 "Description": "A path access error occurred",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004894 "Message": "An EEPROM path access error occurred.",
4895 "Notes": [
4896 "This error occurs when parser is unable to access",
4897 "EEPROM path. Errno and device path are captured as",
4898 "additional data."
4899 ]
4900 }
4901 },
4902
4903 {
4904 "Name": "com.ibm.VPD.Error.InvalidVPD",
4905 "Subsystem": "cec_vpd",
4906 "ComponentID": "0x4000",
4907
4908 "SRC": {
4909 "ReasonCode": "0x4001",
Patrick Williams26919f02022-12-08 06:12:43 -06004910 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004911 },
4912
4913 "Documentation": {
4914 "Description": "Invalid VPD data.",
4915 "Message": "A VPD data exception occurred.",
4916 "Notes": [
4917 "This error occurs when VPD data is found to be",
4918 "invalid. This can be when VPD file is missing out",
4919 "mandatory records.Inventory path is captured in",
4920 "additional data."
4921 ]
4922 }
4923 },
4924
4925 {
4926 "Name": "com.ibm.VPD.Error.EccCheckFailed",
4927 "Subsystem": "cec_vpd",
4928 "ComponentID": "0x4000",
4929
4930 "SRC": {
4931 "ReasonCode": "0x4002",
Patrick Williams26919f02022-12-08 06:12:43 -06004932 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004933 },
4934
4935 "Documentation": {
4936 "Description": "Invalid VPD ecc data.",
4937 "Message": "A VPD ecc exception occurred.",
4938 "Notes": [
4939 "This error occurs when VPD ecc check fails for the FRU.",
4940 "Inventory path for the failed FRU is captured in additonal",
4941 "data."
4942 ]
4943 }
4944 },
4945
4946 {
4947 "Name": "com.ibm.VPD.Error.InvalidJson",
4948 "Subsystem": "cec_vpd",
4949 "ComponentID": "0x4000",
4950
4951 "SRC": {
4952 "ReasonCode": "0x4003",
Patrick Williams26919f02022-12-08 06:12:43 -06004953 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004954 },
4955
Matt Spinler834f3ed2022-01-26 16:18:02 -06004956 "Callouts": [
4957 {
4958 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06004959 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06004960 ]
4961 }
4962 ],
4963
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004964 "Documentation": {
4965 "Description": "Invalid Json",
4966 "Message": "A Json failure occurred.",
4967 "Notes": [
4968 "This error occurs when parser fails to access",
4969 "Json file or there is any issue with Json data.",
4970 "Failed Json path and cause of failure is captured",
4971 "in additional data."
4972 ]
4973 }
4974 },
4975
4976 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06004977 "Name": "com.ibm.VPD.Error.DefaultValue",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004978 "Subsystem": "cec_vpd",
4979 "ComponentID": "0x4000",
4980
4981 "SRC": {
4982 "ReasonCode": "0x4004",
Patrick Williams26919f02022-12-08 06:12:43 -06004983 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004984 },
4985
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004986 "Callouts": [
4987 {
4988 "CalloutList": [
4989 {
4990 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06004991 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06004992 }
4993 ]
4994 }
4995 ],
4996
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05004997 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06004998 "Description": "Default value found on VPD.",
4999 "Message": "Found default VPD.",
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005000 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005001 "This error occurs when a default value found on VPD.",
5002 "Details regarding failure are captured in additional data."
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005003 ]
5004 }
5005 },
5006
5007 {
5008 "Name": "com.ibm.VPD.Error.DbusFailure",
5009 "Subsystem": "cec_vpd",
5010 "ComponentID": "0x4000",
5011
5012 "SRC": {
5013 "ReasonCode": "0x4005",
Patrick Williams26919f02022-12-08 06:12:43 -06005014 "Words6To9": {}
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005015 },
5016
Matt Spinler834f3ed2022-01-26 16:18:02 -06005017 "Callouts": [
5018 {
5019 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005020 { "Priority": "high", "Procedure": "BMC0001" }
Matt Spinler834f3ed2022-01-26 16:18:02 -06005021 ]
5022 }
5023 ],
5024
SunnySrivastava19841ec60ea2020-09-03 07:07:25 -05005025 "Documentation": {
5026 "Description": "Dbus exception",
5027 "Message": "A Dbus internal error occurred.",
5028 "Notes": [
5029 "This error occurs when Dbus operation fails.",
5030 "Exceptions details are captured in additonal",
5031 "data."
5032 ]
5033 }
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005034 },
5035
5036 {
Alpana Kumari081cfd42021-12-07 04:14:57 -06005037 "Name": "com.ibm.VPD.Error.UnknownSystemType",
5038 "Subsystem": "cec_vpd",
5039 "ComponentID": "0x4000",
5040
5041 "SRC": {
5042 "ReasonCode": "0x4006",
Patrick Williams26919f02022-12-08 06:12:43 -06005043 "Words6To9": {}
Alpana Kumari081cfd42021-12-07 04:14:57 -06005044 },
5045
5046 "Callouts": [
5047 {
Patrick Williams26919f02022-12-08 06:12:43 -06005048 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }]
Alpana Kumari081cfd42021-12-07 04:14:57 -06005049 }
5050 ],
5051
5052 "Documentation": {
5053 "Description": "Unknown System Type",
5054 "Message": "System type not supported in DTB table.",
5055 "Notes": [
5056 "System type comes from combination of HW and IM value of system VPD.",
5057 "If anything gets changed in that combination, then it can't determine",
5058 "the appropriate DTB for that system. Need to check HW and IM keywords."
5059 ]
5060 }
5061 },
5062
5063 {
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005064 "Name": "com.ibm.VPD.Error.GPIOError",
5065 "Subsystem": "cec_vpd",
5066 "ComponentID": "0x4000",
5067
5068 "SRC": {
5069 "ReasonCode": "0x4007",
Patrick Williams26919f02022-12-08 06:12:43 -06005070 "Words6To9": {}
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005071 },
5072
Sunny Srivastava17586b42022-06-20 01:06:58 -05005073 "Callouts": [
5074 {
5075 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005076 { "Priority": "high", "Procedure": "BMC0001" }
Sunny Srivastava17586b42022-06-20 01:06:58 -05005077 ]
5078 }
5079 ],
5080
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005081 "Documentation": {
5082 "Description": "GPIO line error",
5083 "Message": "GPIO line couldn't be found or read.",
5084 "Notes": [
Sunny Srivastava17586b42022-06-20 01:06:58 -05005085 "The BMC could not access a GPIO line. This can be a hardware issue",
5086 " or driver issue. Since a hardware or a software issue cannot be",
5087 " differentiated, the BMC code will be called out."
Alpana Kumari074ec5b2022-02-20 22:48:57 -06005088 ]
5089 }
5090 },
5091
5092 {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005093 "Name": "com.ibm.VPD.Error.Mismatch",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005094 "Subsystem": "cec_vpd",
5095 "ComponentID": "0x4000",
5096
5097 "SRC": {
5098 "ReasonCode": "0x4008",
Patrick Williams26919f02022-12-08 06:12:43 -06005099 "Words6To9": {}
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005100 },
5101
5102 "Callouts": [
5103 {
5104 "CalloutList": [
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005105 {
5106 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005107 "Procedure": "BMC0007"
Priyanga Ramasamy134e1e12022-12-02 07:03:39 -06005108 }
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005109 ]
5110 }
5111 ],
5112
5113 "Documentation": {
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005114 "Description": "VPD mismatch found between primary and backup",
5115 "Message": "Error occurred due to VPD mismatch between primary and backup.",
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005116 "Notes": [
Priyanga Ramasamy8d6a1f12023-01-05 02:49:04 -06005117 "This error occurs when there is a data mismatch between ",
5118 "primary and backup VPD.",
5119 "Details regarding the failure are captured in additional data."
Sunny Srivastavad29837f2022-04-20 01:37:07 -05005120 ]
5121 }
5122 },
5123
5124 {
Sunny Srivastava17586b42022-06-20 01:06:58 -05005125 "Name": "com.ibm.VPD.Error.RequiredFRUMissing",
5126 "Subsystem": "cec_vpd",
5127 "ComponentID": "0x4000",
5128
5129 "SRC": {
5130 "ReasonCode": "0x4009",
Patrick Williams26919f02022-12-08 06:12:43 -06005131 "Words6To9": {}
Sunny Srivastava17586b42022-06-20 01:06:58 -05005132 },
5133
5134 "Documentation": {
5135 "Description": "Essential FRU check.",
5136 "Message": "Essential FRU check failed",
5137 "Notes": [
5138 "This error occurs when VPD manager service detects any",
5139 "missing essential FRU. These are FRUs which are required",
5140 "to be present in the system at the time of power on.",
5141 "The inventory path is captured in additional data."
5142 ]
5143 }
5144 },
5145
5146 {
gikrish1c0cc7ec2022-02-24 12:40:51 -06005147 "Name": "com.ibm.Panel.Error.InputDevPathFailure",
5148 "Subsystem": "cec_op_panel",
5149 "ComponentID": "0x5000",
5150
5151 "SRC": {
5152 "ReasonCode": "0x5001",
5153 "Words6To9": {}
5154 },
5155
5156 "Documentation": {
5157 "Description": "Button Handler Failure",
5158 "Message": "Input Device path failure",
Patrick Williams26919f02022-12-08 06:12:43 -06005159 "Notes": ["Button events will not be processed."]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005160 }
5161 },
5162
5163 {
5164 "Name": "com.ibm.Panel.Error.I2CSetupFailure",
5165 "Subsystem": "cec_op_panel",
5166 "ComponentID": "0x5000",
5167
5168 "SRC": {
5169 "ReasonCode": "0x5002",
5170 "Words6To9": {}
5171 },
5172
5173 "Documentation": {
5174 "Description": "Panel I2C setup failure",
5175 "Message": "Unable to open device path or ioctl failure",
5176 "Notes": [
5177 "The Panel is unable to open device",
5178 " path or ioctl failure"
5179 ]
5180 }
5181 },
5182
5183 {
5184 "Name": "com.ibm.Panel.Error.HostCommunicationError",
5185 "Subsystem": "cec_op_panel",
5186 "ComponentID": "0x5000",
5187
5188 "SRC": {
5189 "ReasonCode": "0x5003",
5190 "Words6To9": {}
5191 },
5192
Patrick Williams26919f02022-12-08 06:12:43 -06005193 "Callouts": [
5194 {
5195 "CalloutList": [
5196 {
5197 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005198 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005199 }
5200 ]
5201 }
5202 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005203
5204 "Documentation": {
5205 "Description": "Host Communication failure",
5206 "Message": "Error in sending message to host",
Patrick Williams26919f02022-12-08 06:12:43 -06005207 "Notes": ["Failure from PLDM sending message to", "Host"]
gikrish1c0cc7ec2022-02-24 12:40:51 -06005208 }
5209 },
5210
5211 {
5212 "Name": "com.ibm.Panel.Error.DbusError",
5213 "Subsystem": "cec_op_panel",
5214 "ComponentID": "0x5000",
5215
5216 "SRC": {
5217 "ReasonCode": "0x5004",
5218 "Words6To9": {}
5219 },
5220
Patrick Williams26919f02022-12-08 06:12:43 -06005221 "Callouts": [
5222 {
5223 "CalloutList": [
5224 {
5225 "Priority": "high",
Matt Spinler2edce4e2024-01-17 11:13:51 -06005226 "Procedure": "BMC0001"
Patrick Williams26919f02022-12-08 06:12:43 -06005227 }
5228 ]
5229 }
5230 ],
gikrish1c0cc7ec2022-02-24 12:40:51 -06005231
5232 "Documentation": {
5233 "Description": "Dbus exception",
5234 "Message": "A Dbus internal error occurred.",
5235 "Notes": [
5236 "This error occurs when Dbus operation fails.",
5237 "Exceptions details are captured in additional",
5238 "data."
5239 ]
5240 }
5241 },
5242
5243 {
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005244 "Name": "com.ibm.Panel.Error.CodeUpdateFailure",
5245 "Subsystem": "cec_op_panel",
5246 "ComponentID": "0x5000",
5247
5248 "SRC": {
5249 "ReasonCode": "0x5005",
5250 "Words6To9": {}
5251 },
5252
5253 "Documentation": {
5254 "Description": "LCD/Bootfail PIC code update failure.",
5255 "Message": "Error while doing LCD/bootfail PIC code update.",
5256 "Notes": [
Priyanga Ramasamyfdd1dc02022-09-21 02:41:32 -05005257 "Panel firmware(LCD/bootfail PIC) update fails due to ",
5258 "unsupportable firmware version. Inventory path to the",
5259 "FRU on which PIC controller is physically present will",
5260 "be called out."
Priyanga Ramasamy3aa27082022-08-24 06:34:38 -05005261 ]
5262 }
5263 },
5264
5265 {
deepae3403252023-04-25 04:55:54 -05005266 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005267 "Subsystem": "cec_sp_hostboot_iface",
Andrew Geisslerc31afd62023-11-13 11:05:45 -06005268 "ComponentID": "0xC100",
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005269
Patrick Williams26919f02022-12-08 06:12:43 -06005270 "SRC": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005271 "ReasonCode": "0xC101",
Patrick Williams26919f02022-12-08 06:12:43 -06005272 "Words6To9": {}
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005273 },
5274
Patrick Williams26919f02022-12-08 06:12:43 -06005275 "Documentation": {
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005276 "Description": "Host did not respond within the watchdog timeout interval",
5277 "Message": "Host did not respond before the watchdog timeout interval expired",
5278 "Notes": [
5279 "Host did not respond before the expiry of the watchdog timeout interval.",
5280 "Collecting hostboot dump."
5281 ]
5282 }
zamiseckbf61a982022-01-13 08:27:50 -06005283 },
5284
5285 {
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005286 "Name": "xyz.openbmc_project.Dump.Error.Ramoops",
5287 "Subsystem": "bmc_firmware",
5288 "ComponentID": "0xC200",
5289
5290 "SRC": {
5291 "ReasonCode": "0xC201",
5292 "Words6To9": {}
5293 },
5294
5295 "Callouts": [
5296 {
5297 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005298 { "Priority": "high", "Procedure": "BMC0001" }
Andrew Geissler2abca8f2023-11-13 11:12:21 -06005299 ]
5300 }
5301 ],
5302
5303 "Documentation": {
5304 "Description": "BMC rebooted unexpectedly due to kernel panic",
5305 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected",
5306 "Notes": [
5307 "Investigate the collected BMC dump to identify the reason for the BMC reboot."
5308 ]
5309 }
5310 },
5311
5312 {
zamiseckbf61a982022-01-13 08:27:50 -06005313 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible",
5314 "Subsystem": "bmc_firmware",
5315 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005316 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005317 "ReasonCode": "0x3601",
Patrick Williams26919f02022-12-08 06:12:43 -06005318 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005319 },
5320
5321 "Callouts": [
5322 {
5323 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005324 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005325 ]
5326 }
5327 ],
5328
Patrick Williams26919f02022-12-08 06:12:43 -06005329 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005330 "Description": "A system component has a software version that is incompatible.",
5331 "Message": "A system component has a software version that is incompatible."
5332 }
5333 },
5334
5335 {
5336 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists",
5337 "Subsystem": "bmc_firmware",
5338 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005339 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005340 "ReasonCode": "0x3602",
Patrick Williams26919f02022-12-08 06:12:43 -06005341 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005342 },
5343
5344 "Callouts": [
5345 {
5346 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005347 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005348 ]
5349 }
5350 ],
5351
Patrick Williams26919f02022-12-08 06:12:43 -06005352 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005353 "Description": "This image version already exists on the device.",
5354 "Message": "This image version already exists on the device."
5355 }
5356 },
5357
5358 {
5359 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure",
5360 "Subsystem": "bmc_firmware",
5361 "ComponentID": "0x3600",
Adriana Kobylak7ef3b9e2023-01-04 13:20:36 -06005362 "ActionFlags": ["report"],
Patrick Williams26919f02022-12-08 06:12:43 -06005363 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005364 "ReasonCode": "0x3603",
Patrick Williams26919f02022-12-08 06:12:43 -06005365 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005366 },
5367
5368 "Callouts": [
5369 {
5370 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005371 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005372 ]
5373 }
5374 ],
5375
Patrick Williams26919f02022-12-08 06:12:43 -06005376 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005377 "Description": "An error occurred during untar.",
5378 "Message": "An error occurred during untar."
5379 }
5380 },
5381
5382 {
5383 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure",
5384 "Subsystem": "bmc_firmware",
5385 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005386 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005387 "ReasonCode": "0x3604",
Patrick Williams26919f02022-12-08 06:12:43 -06005388 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005389 },
5390
5391 "Callouts": [
5392 {
5393 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005394 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005395 ]
5396 }
5397 ],
5398
Patrick Williams26919f02022-12-08 06:12:43 -06005399 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005400 "Description": "An error occurred when reading the software image Manifest file.",
5401 "Message": "An error occurred when reading the software image Manifest file."
zamiseckbf61a982022-01-13 08:27:50 -06005402 }
5403 },
5404
5405 {
5406 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure",
5407 "Subsystem": "bmc_firmware",
5408 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005409 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005410 "ReasonCode": "0x3605",
Patrick Williams26919f02022-12-08 06:12:43 -06005411 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005412 },
5413
5414 "Callouts": [
5415 {
5416 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005417 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005418 ]
5419 }
5420 ],
5421
Patrick Williams26919f02022-12-08 06:12:43 -06005422 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005423 "Description": "The operation failed internally during processing the image.",
5424 "Message": "The operation failed internally during processing the image."
5425 }
5426 },
5427
5428 {
5429 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure",
5430 "Subsystem": "bmc_firmware",
5431 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005432 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005433 "ReasonCode": "0x3606",
Patrick Williams26919f02022-12-08 06:12:43 -06005434 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005435 },
5436
5437 "Callouts": [
5438 {
5439 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005440 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005441 ]
5442 }
5443 ],
5444
Patrick Williams26919f02022-12-08 06:12:43 -06005445 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005446 "Description": "An error occurred processing the image.",
5447 "Message": "An error occurred processing the image."
5448 }
5449 },
5450
5451 {
5452 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure",
5453 "Subsystem": "bmc_firmware",
5454 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005455 "SRC": {
zamiseckbf61a982022-01-13 08:27:50 -06005456 "ReasonCode": "0x3607",
Patrick Williams26919f02022-12-08 06:12:43 -06005457 "Words6To9": {}
zamiseckbf61a982022-01-13 08:27:50 -06005458 },
5459
5460 "Callouts": [
5461 {
5462 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005463 { "Priority": "high", "Procedure": "BMC0001" }
zamiseckbf61a982022-01-13 08:27:50 -06005464 ]
5465 }
5466 ],
5467
Patrick Williams26919f02022-12-08 06:12:43 -06005468 "Documentation": {
zamiseckbf61a982022-01-13 08:27:50 -06005469 "Description": "The device is busy during the update.",
5470 "Message": "The device is busy during the update."
5471 }
zamiseck21de9f02022-03-23 13:41:31 -05005472 },
5473
5474 {
5475 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey",
5476 "Subsystem": "bmc_firmware",
5477 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005478 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005479 "ReasonCode": "0x3608",
Patrick Williams26919f02022-12-08 06:12:43 -06005480 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005481 },
5482
5483 "Callouts": [
5484 {
5485 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005486 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05005487 ]
5488 }
5489 ],
5490
Patrick Williams26919f02022-12-08 06:12:43 -06005491 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005492 "Description": "The Update Access Key has expired.",
5493 "Message": "The Update Access Key has expired."
5494 }
5495 },
5496
5497 {
5498 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature",
5499 "Subsystem": "bmc_firmware",
5500 "ComponentID": "0x3600",
Patrick Williams26919f02022-12-08 06:12:43 -06005501 "SRC": {
zamiseck21de9f02022-03-23 13:41:31 -05005502 "ReasonCode": "0x3609",
Patrick Williams26919f02022-12-08 06:12:43 -06005503 "Words6To9": {}
zamiseck21de9f02022-03-23 13:41:31 -05005504 },
5505
5506 "Callouts": [
5507 {
5508 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005509 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck21de9f02022-03-23 13:41:31 -05005510 ]
5511 }
5512 ],
5513
Patrick Williams26919f02022-12-08 06:12:43 -06005514 "Documentation": {
zamiseck21de9f02022-03-23 13:41:31 -05005515 "Description": "The software image has an invalid signature.",
5516 "Message": "The software image has an invalid signature"
5517 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005518 },
zamiseck0ad7a822022-05-24 17:25:58 -05005519
5520 {
Patrick Williams26919f02022-12-08 06:12:43 -06005521 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile",
5522 "Subsystem": "bmc_firmware",
5523 "ComponentID": "0x3600",
zamiseck0ad7a822022-05-24 17:25:58 -05005524
Patrick Williams26919f02022-12-08 06:12:43 -06005525 "SRC": {
5526 "ReasonCode": "0x360A",
5527 "Words6To9": {
5528 "6": {
5529 "Description": "Size of the current running partition",
5530 "AdditionalDataPropSource": "CURRENT_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005531 },
Patrick Williams26919f02022-12-08 06:12:43 -06005532 "7": {
5533 "Description": "Size of the read only partition",
5534 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE"
zamiseck0ad7a822022-05-24 17:25:58 -05005535 }
5536 }
5537 },
5538 "Callouts": [
5539 {
5540 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005541 { "Priority": "high", "Procedure": "BMC0001" }
zamiseck0ad7a822022-05-24 17:25:58 -05005542 ]
5543 }
5544 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005545 "Documentation": {
5546 "Description": "Corrupted or changed preserved file",
5547 "Message": "Partition was not preserved on reboot",
5548 "Notes": [
zamiseck0ad7a822022-05-24 17:25:58 -05005549 "This error may occur if one of the partitions marked",
5550 "PRESERVED is either corrupted, or a change of size is ",
5551 "desired for a particular partition."
5552 ]
5553 }
5554 },
5555
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005556 {
5557 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail",
5558 "Subsystem": "bmc_firmware",
5559 "ComponentID": "0x6000",
5560 "Severity": "predictive",
Patrick Williams26919f02022-12-08 06:12:43 -06005561 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005562 "ReasonCode": "0x6001",
Patrick Williams26919f02022-12-08 06:12:43 -06005563 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005564 },
5565 "Callouts": [
5566 {
5567 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005568 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005569 ]
5570 }
5571 ],
Shantappa Teekappanavarc3c96d92021-06-09 23:30:47 -05005572
Patrick Williams26919f02022-12-08 06:12:43 -06005573 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005574 "Description": "Failed to get the requested dump object path.",
5575 "Message": "Failed to get the requested dump object path from the system."
5576 }
5577 },
5578 {
5579 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail",
5580 "Subsystem": "bmc_firmware",
5581 "ComponentID": "0x6000",
5582 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005583 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005584 "ReasonCode": "0x6002",
Patrick Williams26919f02022-12-08 06:12:43 -06005585 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005586 },
5587 "Callouts": [
5588 {
5589 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005590 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005591 ]
5592 }
5593 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005594 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005595 "Description": "Failed to make a new dump notify request to the dump manager application.",
5596 "Message": "Failed to make a new dump notify request to the dump manager application."
5597 }
5598 },
5599 {
5600 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail",
5601 "Subsystem": "bmc_firmware",
5602 "ComponentID": "0x6000",
5603 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005604 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005605 "ReasonCode": "0x6003",
Patrick Williams26919f02022-12-08 06:12:43 -06005606 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005607 },
5608 "Callouts": [
5609 {
5610 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005611 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005612 ]
5613 }
5614 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005615 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005616 "Description": "Failed to get the dump offload URI path from the dump entry.",
5617 "Message": "Failed to get the dump offload URI path from the dump entry."
5618 }
5619 },
5620 {
5621 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail",
5622 "Subsystem": "bmc_firmware",
5623 "ComponentID": "0x6000",
5624 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005625 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005626 "ReasonCode": "0x6004",
Patrick Williams26919f02022-12-08 06:12:43 -06005627 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005628 },
5629 "Callouts": [
5630 {
5631 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005632 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005633 ]
5634 }
5635 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005636 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005637 "Description": "The hypervisor rejected the request to initiate a new resource dump.",
5638 "Message": "The hypervisor rejected the request to initiate a new resource dump."
5639 }
5640 },
5641 {
5642 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail",
5643 "Subsystem": "bmc_firmware",
5644 "ComponentID": "0x6000",
5645 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005646 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005647 "ReasonCode": "0x6005",
Patrick Williams26919f02022-12-08 06:12:43 -06005648 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005649 },
5650 "Callouts": [
5651 {
5652 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005653 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005654 ]
5655 }
5656 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005657 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005658 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.",
5659 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted."
5660 }
5661 },
5662 {
5663 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail",
5664 "Subsystem": "bmc_firmware",
5665 "ComponentID": "0x6000",
5666 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005667 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005668 "ReasonCode": "0x6006",
Patrick Williams26919f02022-12-08 06:12:43 -06005669 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005670 },
5671 "Callouts": [
5672 {
5673 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005674 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005675 ]
5676 }
5677 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005678 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005679 "Description": "Failed to carry out the dump delete request from the hypervisor.",
5680 "Message": "Failed to carry out the dump delete request from the hypervisor."
5681 }
5682 },
5683 {
5684 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail",
5685 "Subsystem": "bmc_firmware",
5686 "ComponentID": "0x6000",
5687 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005688 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005689 "ReasonCode": "0x6007",
Patrick Williams26919f02022-12-08 06:12:43 -06005690 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005691 },
5692 "Callouts": [
5693 {
5694 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005695 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005696 ]
5697 }
5698 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005699 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005700 "Description": "Failed to set the dump offloaded completion flag in the dump entry.",
5701 "Message": "Failed to set the dump offloaded completion flag in the dump entry."
5702 }
5703 },
5704 {
5705 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail",
5706 "Subsystem": "bmc_firmware",
5707 "ComponentID": "0x6000",
5708 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005709 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005710 "ReasonCode": "0x6008",
Patrick Williams26919f02022-12-08 06:12:43 -06005711 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005712 },
5713 "Callouts": [
5714 {
5715 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005716 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005717 ]
5718 }
5719 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005720 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005721 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5722 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5723 }
5724 },
5725 {
5726 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail",
5727 "Subsystem": "bmc_firmware",
5728 "ComponentID": "0x6000",
5729 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005730 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005731 "ReasonCode": "0x6009",
Patrick Williams26919f02022-12-08 06:12:43 -06005732 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005733 },
5734 "Callouts": [
5735 {
5736 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005737 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005738 ]
5739 }
5740 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005741 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005742 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.",
5743 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor."
5744 }
5745 },
5746 {
5747 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail",
5748 "Subsystem": "bmc_firmware",
5749 "ComponentID": "0x6000",
5750 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005751 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005752 "ReasonCode": "0x6010",
Patrick Williams26919f02022-12-08 06:12:43 -06005753 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005754 },
5755 "Callouts": [
5756 {
5757 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005758 { "Priority": "medium", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005759 ]
5760 }
5761 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005762 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005763 "Description": "Could not create a new resource dump due to hypervisor verification failed.",
5764 "Message": "Could not create a new resource dump due to hypervisor verification failed."
5765 }
5766 },
5767 {
5768 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail",
5769 "Subsystem": "bmc_firmware",
5770 "ComponentID": "0x6000",
5771 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005772 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005773 "ReasonCode": "0x6011",
Patrick Williams26919f02022-12-08 06:12:43 -06005774 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005775 },
5776 "Callouts": [
5777 {
5778 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005779 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005780 ]
5781 }
5782 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005783 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005784 "Description": "Failed to set the dump offload completion flag in the dump entry details.",
5785 "Message": "Failed to set the dump offload completion flag in the dump entry details."
5786 }
5787 },
5788 {
5789 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail",
5790 "Subsystem": "bmc_firmware",
5791 "ComponentID": "0x6000",
5792 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005793 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005794 "ReasonCode": "0x6012",
Patrick Williams26919f02022-12-08 06:12:43 -06005795 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005796 },
5797 "Callouts": [
5798 {
5799 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005800 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005801 ]
5802 }
5803 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005804 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005805 "Description": "Failed to notify a new dump available request.",
5806 "Message": "Failed to notify a new dump available request."
5807 }
5808 },
5809 {
5810 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail",
5811 "Subsystem": "bmc_firmware",
5812 "ComponentID": "0x6000",
5813 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005814 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005815 "ReasonCode": "0x6013",
Patrick Williams26919f02022-12-08 06:12:43 -06005816 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005817 },
5818 "Callouts": [
5819 {
5820 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005821 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005822 ]
5823 }
5824 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005825 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005826 "Description": "Failed to send the resource dump parameters for a new dump initiation.",
5827 "Message": "Failed to send the resource dump parameters for a new dump initiation."
5828 }
5829 },
5830 {
5831 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail",
5832 "Subsystem": "bmc_firmware",
5833 "ComponentID": "0x6000",
5834 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005835 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005836 "ReasonCode": "0x6014",
Patrick Williams26919f02022-12-08 06:12:43 -06005837 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005838 },
5839 "Callouts": [
5840 {
5841 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005842 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005843 ]
5844 }
5845 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005846 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005847 "Description": "Failed to send the certificate/license file to the host.",
5848 "Message": "Failed to send the certificate/license file to the host."
5849 }
5850 },
5851 {
5852 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail",
5853 "Subsystem": "bmc_firmware",
5854 "ComponentID": "0x6000",
5855 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005856 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005857 "ReasonCode": "0x6015",
Patrick Williams26919f02022-12-08 06:12:43 -06005858 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005859 },
5860 "Callouts": [
5861 {
5862 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005863 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005864 ]
5865 }
5866 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005867 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005868 "Description": "Failed to decode the response of certificate/license file sent to the host.",
5869 "Message": "Failed to decode the response of certificate/license file sent to the host."
5870 }
5871 },
5872 {
5873 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail",
5874 "Subsystem": "bmc_firmware",
5875 "ComponentID": "0x6000",
5876 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005877 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005878 "ReasonCode": "0x6016",
Patrick Williams26919f02022-12-08 06:12:43 -06005879 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005880 },
5881 "Callouts": [
5882 {
5883 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005884 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005885 ]
5886 }
5887 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005888 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005889 "Description": "Failed to send the new certificate/license file to the host.",
5890 "Message": "Failed to send the new certificate/license file to the host."
5891 }
5892 },
5893 {
5894 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed",
5895 "Subsystem": "bmc_firmware",
5896 "ComponentID": "0x6000",
Riya Dixite8026672024-05-13 02:50:31 -05005897 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06005898 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005899 "ReasonCode": "0x6017",
Patrick Williams26919f02022-12-08 06:12:43 -06005900 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005901 },
5902
5903 "Callouts": [
5904 {
5905 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005906 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005907 ]
5908 }
5909 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005910 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005911 "Description": "Failed to set state effecter states.",
5912 "Message": "Failed to set state effecter states."
5913 }
5914 },
5915 {
5916 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail",
5917 "Subsystem": "bmc_firmware",
5918 "ComponentID": "0x6000",
5919 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005920 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005921 "ReasonCode": "0x6018",
Patrick Williams26919f02022-12-08 06:12:43 -06005922 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005923 },
5924 "Callouts": [
5925 {
5926 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005927 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005928 ]
5929 }
5930 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005931 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005932 "Description": "Failed to parse PDR JSON file.",
5933 "Message": "Failed to parse PDR JSON file."
5934 }
5935 },
5936 {
5937 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail",
5938 "Subsystem": "bmc_firmware",
5939 "ComponentID": "0x6000",
5940 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005941 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005942 "ReasonCode": "0x6019",
Patrick Williams26919f02022-12-08 06:12:43 -06005943 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005944 },
5945 "Callouts": [
5946 {
5947 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005948 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005949 ]
5950 }
5951 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005952 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005953 "Description": "Failed to get state sensor PDR state.",
5954 "Message": "Failed to get state sensor PDR state."
5955 }
5956 },
5957 {
5958 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail",
5959 "Subsystem": "bmc_firmware",
5960 "ComponentID": "0x6000",
5961 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005962 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005963 "ReasonCode": "0x6020",
Patrick Williams26919f02022-12-08 06:12:43 -06005964 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005965 },
5966 "Callouts": [
5967 {
5968 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005969 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005970 ]
5971 }
5972 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005973 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005974 "Description": "Failed to encode state sensor request.",
5975 "Message": "Failed to encode state sensor request."
5976 }
5977 },
5978 {
5979 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure",
5980 "Subsystem": "bmc_firmware",
5981 "ComponentID": "0x6000",
5982 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06005983 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005984 "ReasonCode": "0x6021",
Patrick Williams26919f02022-12-08 06:12:43 -06005985 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005986 },
5987 "Callouts": [
5988 {
5989 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06005990 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005991 ]
5992 }
5993 ],
Patrick Williams26919f02022-12-08 06:12:43 -06005994 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05005995 "Description": "Failed to subscribe for concurrent maintenance of FRU.",
5996 "Message": "Failed to subscribe for concurrent maintenance of FRU."
5997 }
5998 },
5999 {
6000 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail",
6001 "Subsystem": "bmc_firmware",
6002 "ComponentID": "0x6000",
6003 "Severity": "non_error",
Patrick Williams26919f02022-12-08 06:12:43 -06006004 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006005 "ReasonCode": "0x6022",
Patrick Williams26919f02022-12-08 06:12:43 -06006006 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006007 },
6008 "Callouts": [
6009 {
6010 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006011 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006012 ]
6013 }
6014 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006015 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006016 "Description": "Host did not send a surveillance ping within stipulated timeout interval.",
6017 "Message": "Host did not send a surveillance ping within stipulated timeout interval."
6018 }
6019 },
6020 {
6021 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail",
6022 "Subsystem": "bmc_firmware",
6023 "ComponentID": "0x6000",
6024 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006025 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006026 "ReasonCode": "0x6023",
Patrick Williams26919f02022-12-08 06:12:43 -06006027 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006028 },
6029 "Callouts": [
6030 {
6031 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006032 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006033 ]
6034 }
6035 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006036 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006037 "Description": "Failed to reset the dump offload URI path from the dump entry.",
6038 "Message": "Failed to reset the dump offload URI path from the dump entry."
6039 }
6040 },
6041 {
6042 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut",
6043 "Subsystem": "bmc_firmware",
6044 "ComponentID": "0x6000",
6045 "Severity": "unrecoverable",
Patrick Williams26919f02022-12-08 06:12:43 -06006046 "SRC": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006047 "ReasonCode": "0x6024",
Patrick Williams26919f02022-12-08 06:12:43 -06006048 "Words6To9": {}
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006049 },
6050 "Callouts": [
6051 {
6052 "CalloutList": [
Matt Spinler2edce4e2024-01-17 11:13:51 -06006053 { "Priority": "high", "Procedure": "BMC0001" }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006054 ]
6055 }
6056 ],
Patrick Williams26919f02022-12-08 06:12:43 -06006057 "Documentation": {
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006058 "Description": "Host failed to complete the power off gracefully within the timeout.",
6059 "Message": "Host failed to complete the power off gracefully within the timeout."
6060 }
Swarnendu Roy Chowdhury86cdcd52023-01-17 11:17:12 +05306061 },
6062 {
6063 "Name": "xyz.openbmc_project.Dump.Error.Invalidate",
6064 "Subsystem": "bmc_firmware",
6065 "ComponentID": "0x6000",
6066 "SRC": {
6067 "ReasonCode": "0x6025",
6068 "Words6To9": {}
6069 },
6070 "Documentation": {
6071 "Description": "Dump has been deleted/offloaded",
6072 "Message": "BMC/System/Resource dump has been deleted/offloaded"
6073 }
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006074 },
6075 {
Riya Dixit1763a842024-06-12 10:35:34 -05006076 "Name": "xyz.openbmc_project.PLDM.Error.GetPDR.PDRExchangeFailure",
6077 "Subsystem": "bmc_firmware",
6078 "ComponentID": "0x6000",
6079 "Severity": "unrecoverable",
6080 "SRC": {
6081 "ReasonCode": "0x6026",
6082 "Words6To9": {}
6083 },
6084 "Callouts": [
6085 {
6086 "CalloutList": [
6087 { "Priority": "high", "Procedure": "BMC0001" }
6088 ]
6089 }
6090 ],
6091 "Documentation": {
6092 "Description": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange.",
6093 "Message": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange."
6094 }
6095 },
6096 {
Riya Dixit80b80ac2024-08-01 13:16:34 -05006097 "Name": "xyz.openbmc_project.PLDM.Error.ReportResourceDumpFail.NewFileAvailableRequest",
6098 "Subsystem": "bmc_firmware",
6099 "ComponentID": "0x6000",
6100 "Severity": "predictive",
6101 "SRC": {
6102 "ReasonCode": "0x6027",
6103 "Words6To9": {}
6104 },
6105 "Callouts": [
6106 {
6107 "CalloutList": [
6108 { "Priority": "high", "Procedure": "BMC0001" }
6109 ]
6110 }
6111 ],
6112 "Documentation": {
6113 "Description": "Failed to send NewFileAvailable request to remote terminus.",
6114 "Message": "Failed to send NewFileAvailable request to remote terminus."
6115 }
6116 },
6117 {
6118 "Name": "xyz.openbmc_project.PLDM.Error.ReportResourceDumpFail.DecodeNewFileResp",
6119 "Subsystem": "bmc_firmware",
6120 "ComponentID": "0x6000",
6121 "Severity": "predictive",
6122 "SRC": {
6123 "ReasonCode": "0x6028",
6124 "Words6To9": {}
6125 },
6126 "Callouts": [
6127 {
6128 "CalloutList": [
6129 { "Priority": "high", "Procedure": "BMC0001" }
6130 ]
6131 }
6132 ],
6133 "Documentation": {
6134 "Description": "Failed to decode NewFileAvailable response",
6135 "Message": "Failed to decode NewFileAvailable response"
6136 }
6137 },
6138 {
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006139 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached",
6140 "Subsystem": "cec_hardware",
6141 "ComponentID": "0xF300",
6142 "Severity": "predictive",
6143
6144 "SRC": {
6145 "ReasonCode": "0xF301",
6146 "Words6To9": {}
6147 },
6148
6149 "Callouts": [
6150 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006151 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006152 "CalloutList": [
6153 {
6154 "Priority": "high",
6155 "LocCode": "P0-C5"
6156 }
6157 ]
6158 },
6159 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006160 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006161 "CalloutList": [
6162 {
6163 "Priority": "high",
6164 "LocCode": "P0-C0"
6165 }
6166 ]
6167 },
6168 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006169 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006170 "CalloutList": [
6171 {
6172 "Priority": "high",
6173 "LocCode": "P0"
6174 }
6175 ]
6176 }
6177 ],
6178
6179 "Documentation": {
6180 "Description": "Correctable ECC memory error collection limit is reached.",
6181 "Message": "Correctable ECC memory error collection limit is reached."
6182 }
6183 },
6184 {
6185 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE",
6186 "Subsystem": "cec_hardware",
6187 "ComponentID": "0xF300",
6188 "Severity": "non_error",
6189
6190 "SRC": {
6191 "ReasonCode": "0xF302",
6192 "Words6To9": {}
6193 },
6194
6195 "Documentation": {
6196 "Description": "Correctable ECC/other correctable memory error.",
6197 "Message": "Correctable ECC/other correctable memory error."
6198 }
6199 },
6200 {
6201 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE",
6202 "Subsystem": "cec_hardware",
6203 "ComponentID": "0xF300",
6204 "Severity": "predictive",
6205
6206 "SRC": {
6207 "ReasonCode": "0xF303",
6208 "Words6To9": {}
6209 },
6210
6211 "Callouts": [
6212 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006213 "System": "com.ibm.Hardware.Chassis.Model.Rainier",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006214 "CalloutList": [
6215 {
6216 "Priority": "high",
6217 "LocCode": "P0-C5"
6218 }
6219 ]
6220 },
6221 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006222 "System": "com.ibm.Hardware.Chassis.Model.Everest",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006223 "CalloutList": [
6224 {
6225 "Priority": "high",
6226 "LocCode": "P0-C0"
6227 }
6228 ]
6229 },
6230 {
Arya K Padmanba1d4812024-03-29 03:53:37 -05006231 "System": "com.ibm.Hardware.Chassis.Model.Bonnell",
Lakshmi Yadlapati36a82eb2023-06-22 16:38:11 -05006232 "CalloutList": [
6233 {
6234 "Priority": "high",
6235 "LocCode": "P0"
6236 }
6237 ]
6238 }
6239 ],
6240
6241 "Documentation": {
6242 "Description": "Uncorrectable ECC/other uncorrectable memory error.",
6243 "Message": "Uncorrectable ECC/other uncorrectable memory error."
6244 }
devenrao4d7f9432024-02-07 14:20:10 +05306245 },
6246
6247 {
6248 "Name": "org.open_power.OCMB.Error.SbeChipOpFailure",
6249 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006250 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306251
6252 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006253 "ReasonCode": "0x4501",
devenrao4d7f9432024-02-07 14:20:10 +05306254 "Words6To9": {
6255 "6": {
6256 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6257 "AdditionalDataPropSource": "SRC6"
6258 },
6259 "7": {
6260 "Description": "Chip Type",
6261 "AdditionalDataPropSource": "CHIP_TYPE"
6262 }
6263 }
6264 },
6265
6266 "Documentation": {
6267 "Description": "chipop failure with OCMB SBE provided FFDC",
6268 "Message": "chipop request failure reported by OCMB SBE",
6269 "Notes": [
6270 "The severity is set by the creator.",
6271 "Callouts added based on OCMB SBE provided FFDC.",
6272 "OCMB SBE provided additional debug data included as part of the",
6273 "additional user data section."
6274 ]
6275 }
6276 },
6277
6278 {
6279 "Name": "org.open_power.OCMB.Error.SbeChipOpTimeout",
6280 "Subsystem": "memory",
SwethaParasa49f32442024-03-19 02:55:32 -05006281 "ComponentID": "0x4500",
devenrao4d7f9432024-02-07 14:20:10 +05306282
6283 "SRC": {
SwethaParasa49f32442024-03-19 02:55:32 -05006284 "ReasonCode": "0x4502",
devenrao4d7f9432024-02-07 14:20:10 +05306285 "Words6To9": {
6286 "6": {
6287 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6288 "AdditionalDataPropSource": "SRC6"
6289 },
6290 "7": {
6291 "Description": "Chip Type",
6292 "AdditionalDataPropSource": "CHIP_TYPE"
6293 }
6294 }
6295 },
6296
6297 "Callouts": [
6298 {
6299 "CalloutList": [
6300 {
6301 "Priority": "high",
Swarnendu-R-Cd5d97182024-05-02 07:00:42 -05006302 "Procedure": "BMC0002"
devenrao4d7f9432024-02-07 14:20:10 +05306303 }
6304 ]
6305 }
6306 ],
6307
6308 "Documentation": {
6309 "Description": "OCMB SBE chipop timeout",
6310 "Message": "OCMB chipop timeout reported during SBE communication",
6311 "Notes": [
6312 "The severity is set by the creator.",
6313 "Check OCMB SBE Dump associated to this error to debug the failure."
6314 ]
6315 }
devenrao041054a2024-04-02 12:09:13 +05306316 },
6317 {
6318 "Name": "org.open_power.OCMB.Error.SbeInternalFFDCData",
6319 "Subsystem": "memory",
6320 "ComponentID": "0x4500",
6321
6322 "SRC": {
6323 "ReasonCode": "0x4503",
6324 "Words6To9": {
6325 "6": {
6326 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type",
6327 "AdditionalDataPropSource": "SRC6"
6328 },
6329 "7": {
6330 "Description": "Chip Type",
6331 "AdditionalDataPropSource": "CHIP_TYPE"
6332 }
6333 }
6334 },
6335
6336 "Documentation": {
6337 "Description": "SBE internal FFDC data after SBE chipop success",
6338 "Message": "SBE internal FFDC data after SBE chipop success",
6339 "Notes": [
6340 "The severity is set by the creator.",
6341 "Callouts added based on OCMB SBE provided FFDC.",
6342 "OCMB SBE provided additional debug data included as part of ",
6343 "the additional user data section."
6344 ]
6345 }
Sridevi Ramesh8c330e42022-05-11 08:26:52 -05006346 }
Matt Spinler44792fd2019-09-26 15:58:58 -05006347 ]
6348}