summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/error-types.conf
blob: d65ce34c28f64fb1e4e6e069009d3b85f871511d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
declare -A ERR_TYPE_MAP
declare -A ERR_STR_MAP
ERR_TYPE_MAP["ADDDCCorrectable"]=4
ERR_TYPE_MAP["AtScaleDebugFeatureEnabledAtHardware"]=2
ERR_TYPE_MAP["AtScaleDebugFeatureDisabledAtHardware"]=5
ERR_TYPE_MAP["AtScaleDebugFeatureEnabled"]=2
ERR_TYPE_MAP["AtScaleDebugFeatureDisabled"]=5
ERR_TYPE_MAP["AtScaleDebugConnected"]=2
ERR_TYPE_MAP["AtScaleDebugDisconnected"]=5
ERR_TYPE_MAP["AtScaleDebugConnectionFailed"]=2
ERR_TYPE_MAP["AtScaleDebugSpecialUserEnabled"]=2
ERR_TYPE_MAP["AtScaleDebugSpecialUserDisabled"]=5
ERR_TYPE_MAP["BIOSAttributesChanged"]=5
ERR_TYPE_MAP["BIOSBoot"]=5
ERR_TYPE_MAP["BIOSFirmwarePanicReason"]=4
ERR_TYPE_MAP["BIOSFirmwareRecoveryReason"]=4
ERR_TYPE_MAP["BIOSFirmwareResiliencyError"]=2
ERR_TYPE_MAP["BIOSPOSTCode"]=5
ERR_TYPE_MAP["BIOSPOSTError"]=4
ERR_TYPE_MAP["BIOSRecoveryComplete"]=5
ERR_TYPE_MAP["BIOSRecoveryStart"]=4
ERR_TYPE_MAP["BMCBootReason"]=5
ERR_TYPE_MAP["BMCFirmwarePanicReason"]=4
ERR_TYPE_MAP["BMCFirmwareRecoveryReason"]=4
ERR_TYPE_MAP["BMCFirmwareResiliencyError"]=2
ERR_TYPE_MAP["BMCKernelPanic"]=5
ERR_TYPE_MAP["ChassisIntrusionDetected"]=4
ERR_TYPE_MAP["ChassisIntrusionReset"]=5
ERR_TYPE_MAP["ComponentOverTemperature"]=2
ERR_TYPE_MAP["CPLDFirmwarePanicReason"]=4
ERR_TYPE_MAP["CPLDFirmwareRecoveryReason"]=4
ERR_TYPE_MAP["CPLDFirmwareResiliencyError"]=2
ERR_TYPE_MAP["CPUError"]=2
ERR_TYPE_MAP["CPUMismatch"]=2
ERR_TYPE_MAP["CPUThermalTrip"]=2
ERR_TYPE_MAP["DCPowerOff"]=5
ERR_TYPE_MAP["DCPowerOn"]=5
ERR_TYPE_MAP["DriveError"]=4
ERR_TYPE_MAP["EventLogCleared"]=5
ERR_TYPE_MAP["FanInserted"]=5
ERR_TYPE_MAP["FanRedundancyLost"]=4
ERR_TYPE_MAP["FanRedundancyRegained"]=5
ERR_TYPE_MAP["FanRemoved"]=5
ERR_TYPE_MAP["FirmwareActivationCompleted"]=5
ERR_TYPE_MAP["FirmwareActivationFailed"]=4
ERR_TYPE_MAP["FirmwareActivationStarted"]=5
ERR_TYPE_MAP["FirmwareResiliencyError"]=2
ERR_TYPE_MAP["FirmwareUpdateCompleted"]=5
ERR_TYPE_MAP["FirmwareUpdateFailed"]=4
ERR_TYPE_MAP["FirmwareUpdateStaged"]=5
ERR_TYPE_MAP["FirmwareUpdateStarted"]=5
ERR_TYPE_MAP["GeneralFirmwareSecurityViolation"]=2
ERR_TYPE_MAP["InvalidLoginAttempted"]=4
ERR_TYPE_MAP["InvalidUpload"]=4
ERR_TYPE_MAP["InventoryAdded"]=5
ERR_TYPE_MAP["InventoryRemoved"]=5
ERR_TYPE_MAP["IntelUPILinkWidthReducedToHalf"]=4
ERR_TYPE_MAP["IntelUPILinkWidthReducedToQuarter"]=4
ERR_TYPE_MAP["IPMIWatchdog"]=5
ERR_TYPE_MAP["LanLost"]=4
ERR_TYPE_MAP["LanRegained"]=5
ERR_TYPE_MAP["LegacyPCIPERR"]=4
ERR_TYPE_MAP["LegacyPCISERR"]=2
ERR_TYPE_MAP["ManufacturingModeEntered"]=2
ERR_TYPE_MAP["ManufacturingModeExited"]=5
ERR_TYPE_MAP["MEAutoConfigFailed"]=2
ERR_TYPE_MAP["MEAutoConfigSuccess"]=5
ERR_TYPE_MAP["MEBootGuardHealthEvent"]=2
ERR_TYPE_MAP["MECpuDebugCapabilityDisabled"]=4
ERR_TYPE_MAP["MEDirectFlashUpdateRequested"]=5
ERR_TYPE_MAP["MEExceptionDuringShutdown"]=4
ERR_TYPE_MAP["MEFactoryResetError"]=2
ERR_TYPE_MAP["MEFactoryRestore"]=5
ERR_TYPE_MAP["MEFirmwareException"]=4
ERR_TYPE_MAP["MEFirmwarePanicReason"]=4
ERR_TYPE_MAP["MEFirmwareRecoveryReason"]=4
ERR_TYPE_MAP["MEFirmwareResiliencyError"]=2
ERR_TYPE_MAP["MEFlashEraseError"]=2
ERR_TYPE_MAP["MEFlashStateInformation"]=2
ERR_TYPE_MAP["MEFlashStateInformationWritingEnabled"]=5
ERR_TYPE_MAP["MEFlashVerificationError"]=2
ERR_TYPE_MAP["MEFlashWearOutWarning"]=4
ERR_TYPE_MAP["MEImageExecutionFailed"]=2
ERR_TYPE_MAP["MEInternalError"]=2
ERR_TYPE_MAP["MEManufacturingError"]=2
ERR_TYPE_MAP["MEMctpInterfaceError"]=2
ERR_TYPE_MAP["MemoryECCCorrectable"]=4
ERR_TYPE_MAP["MemoryECCUncorrectable"]=2
ERR_TYPE_MAP["MemoryParityCommandAndAddress"]=2
ERR_TYPE_MAP["MemoryParityNotKnown"]=2
ERR_TYPE_MAP["MemoryRASConfigurationDisabled"]=5
ERR_TYPE_MAP["MemoryRASConfigurationEnabled"]=5
ERR_TYPE_MAP["MemoryRASModeDisabled"]=5
ERR_TYPE_MAP["MemoryRASModeEnabled"]=5
ERR_TYPE_MAP["MemoryThermTrip"]=2
ERR_TYPE_MAP["MEMultiPchModeMisconfig"]=2
ERR_TYPE_MAP["MEPeciOverDmiError"]=2
ERR_TYPE_MAP["MEPttHealthEvent"]=4
ERR_TYPE_MAP["MERecoveryGpioForced"]=5
ERR_TYPE_MAP["MERestrictedMode"]=2
ERR_TYPE_MAP["MESmbusLinkFailure"]=2
ERR_TYPE_MAP["MEUmaError"]=2
ERR_TYPE_MAP["MEUnsupportedFeature"]=2
ERR_TYPE_MAP["MirroringRedundancyDegraded"]=4
ERR_TYPE_MAP["MirroringRedundancyFull"]=5
ERR_TYPE_MAP["NMIButtonPressed"]=2
ERR_TYPE_MAP["NMIDiagnosticInterrupt"]=2
ERR_TYPE_MAP["PCIeCorrectableAdvisoryNonFatal"]=4
ERR_TYPE_MAP["PCIeCorrectableBadDLLP"]=4
ERR_TYPE_MAP["PCIeCorrectableBadTLP"]=4
ERR_TYPE_MAP["PCIeCorrectableHeaderLogOverflow"]=4
ERR_TYPE_MAP["PCIeCorrectableInternal"]=4
ERR_TYPE_MAP["PCIeCorrectableLinkBWChanged"]=4
ERR_TYPE_MAP["PCIeCorrectableReceiverError"]=4
ERR_TYPE_MAP["PCIeCorrectableReplayNumRollover"]=4
ERR_TYPE_MAP["PCIeCorrectableReplayTimerTimeout"]=4
ERR_TYPE_MAP["PCIeCorrectableUnspecifiedAERError"]=4
ERR_TYPE_MAP["PCIeFatalACSViolation"]=2
ERR_TYPE_MAP["PCIeFatalAtomicEgressBlocked"]=2
ERR_TYPE_MAP["PCIeFatalCompleterAbort"]=2
ERR_TYPE_MAP["PCIeFatalCompletionTimeout"]=2
ERR_TYPE_MAP["PCIeFatalDataLinkLayerProtocol"]=2
ERR_TYPE_MAP["PCIeFatalECRCError"]=2
ERR_TYPE_MAP["PCIeFatalFlowControlProtocol"]=2
ERR_TYPE_MAP["PCIeFatalMalformedTLP"]=2
ERR_TYPE_MAP["PCIeFatalMCBlockedTLP"]=2
ERR_TYPE_MAP["PCIeFatalPoisonedTLP"]=2
ERR_TYPE_MAP["PCIeFatalReceiverBufferOverflow"]=2
ERR_TYPE_MAP["PCIeFatalReceivedErrNonFatalMessage"]=2
ERR_TYPE_MAP["PCIeFatalReceivedFatalMessageFromDownstream"]=2
ERR_TYPE_MAP["PCIeFatalSurpriseLinkDown"]=2
ERR_TYPE_MAP["PCIeFatalTLPPrefixBlocked"]=2
ERR_TYPE_MAP["PCIeFatalUncorrectableInternal"]=2
ERR_TYPE_MAP["PCIeFatalUnexpectedCompletion"]=2
ERR_TYPE_MAP["PCIeFatalUnspecifiedNonAERFatalError"]=2
ERR_TYPE_MAP["PCIeFatalUnsupportedRequest"]=2
ERR_TYPE_MAP["PowerButtonPressed"]=5
ERR_TYPE_MAP["PowerRestorePolicyApplied"]=5
ERR_TYPE_MAP["PowerSupplyConfigurationError"]=4
ERR_TYPE_MAP["PowerSupplyConfigurationErrorRecovered"]=5
ERR_TYPE_MAP["PowerSupplyFanFailed"]=4
ERR_TYPE_MAP["PowerSupplyFanRecovered"]=5
ERR_TYPE_MAP["PowerSupplyFailed"]=4
ERR_TYPE_MAP["PowerSupplyFailurePredicted"]=4
ERR_TYPE_MAP["PowerSupplyInserted"]=5
ERR_TYPE_MAP["PowerSupplyPowerGoodFailed"]=2
ERR_TYPE_MAP["PowerSupplyPowerLost"]=4
ERR_TYPE_MAP["PowerSupplyPowerRestored"]=5
ERR_TYPE_MAP["PowerSupplyPredictedFailureRecovered"]=5
ERR_TYPE_MAP["PowerSupplyRecovered"]=5
ERR_TYPE_MAP["PowerSupplyRemoved"]=4
ERR_TYPE_MAP["PowerUnitDegradedFromNonRedundant"]=4
ERR_TYPE_MAP["PowerUnitDegradedFromRedundant"]=4
ERR_TYPE_MAP["PowerUnitRedundancyDegraded"]=4
ERR_TYPE_MAP["PowerUnitNonRedundantFromInsufficient"]=4
ERR_TYPE_MAP["PowerUnitNonRedundantInsufficient"]=2
ERR_TYPE_MAP["PowerUnitRedundancyLost"]=4
ERR_TYPE_MAP["PowerUnitRedundancyRegained"]=5
ERR_TYPE_MAP["PowerUnitNonRedundantSufficient"]=4
ERR_TYPE_MAP["ResetButtonPressed"]=5
ERR_TYPE_MAP["SecurityBoot2ndFlashEnabled"]=2
ERR_TYPE_MAP["SecurityP2aBridgeEnabled"]=2
ERR_TYPE_MAP["SecurityUartPortDebugEnabled"]=2
ERR_TYPE_MAP["SecurityUserStrongHashAlgoRestored"]=5
ERR_TYPE_MAP["SecurityUserNonRootUidZeroAssigned"]=2
ERR_TYPE_MAP["SecurityUserNonRootUidZeroRemoved"]=5
ERR_TYPE_MAP["SecurityUserRootEnabled"]=2
ERR_TYPE_MAP["SecurityUserRootDisabled"]=5
ERR_TYPE_MAP["SecurityUserUnsupportedShellEnabled"]=2
ERR_TYPE_MAP["SecurityUserUnsupportedShellRemoved"]=5
ERR_TYPE_MAP["SecurityUserWeakHashAlgoEnabled"]=2
ERR_TYPE_MAP["SELEntryAdded"]=5
ERR_TYPE_MAP["SensorThresholdCriticalHighGoingHigh"]=2
ERR_TYPE_MAP["SensorThresholdCriticalHighGoingLow"]=5
ERR_TYPE_MAP["SensorThresholdCriticalLowGoingHigh"]=5
ERR_TYPE_MAP["SensorThresholdCriticalLowGoingLow"]=2
ERR_TYPE_MAP["SensorThresholdWarningHighGoingHigh"]=4
ERR_TYPE_MAP["SensorThresholdWarningHighGoingLow"]=5
ERR_TYPE_MAP["SensorThresholdWarningLowGoingHigh"]=5
ERR_TYPE_MAP["SensorThresholdWarningLowGoingLow"]=4
ERR_TYPE_MAP["ServiceFailure"]=4
ERR_TYPE_MAP["ServiceStarted"]=5
ERR_TYPE_MAP["SparingRedundancyDegraded"]=4
ERR_TYPE_MAP["SparingRedundancyFull"]=5
ERR_TYPE_MAP["SsbThermalTrip"]=2
ERR_TYPE_MAP["SystemInterfaceDisabledProvisioned"]=5
ERR_TYPE_MAP["SystemInterfaceUnprovisioned"]=2
ERR_TYPE_MAP["SystemInterfaceWhitelistProvisioned"]=4
ERR_TYPE_MAP["SystemPowerGoodFailed"]=2
ERR_TYPE_MAP["SystemPowerLost"]=2
ERR_TYPE_MAP["SystemPowerOffFailed"]=2
ERR_TYPE_MAP["SystemPowerOnFailed"]=2
ERR_TYPE_MAP["VoltageRegulatorOverheated"]=2
ERR_TYPE_MAP["BMCTimeUpdatedViaNTP"]=5
ERR_STR_MAP["ADDDCCorrectable"]="ADDDC Correctable Error.Socket=%s Channel=%s DIMM=%s Rank=%s."
ERR_STR_MAP["AtScaleDebugFeatureEnabledAtHardware"]="At-Scale Debug Feature is enabled in hardware."
ERR_STR_MAP["AtScaleDebugFeatureDisabledAtHardware"]="At-Scale Debug Feature is disabled in hardware."
ERR_STR_MAP["AtScaleDebugFeatureEnabled"]="At-Scale Debug service is started."
ERR_STR_MAP["AtScaleDebugFeatureDisabled"]="At-Scale Debug service is stopped."
ERR_STR_MAP["AtScaleDebugConnected"]="At-Scale Debug service is now connected %s"
ERR_STR_MAP["AtScaleDebugDisconnected"]="At-Scale Debug service is now disconnected"
ERR_STR_MAP["AtScaleDebugConnectionFailed"]="At-Scale Debug connection aborted/failed"
ERR_STR_MAP["AtScaleDebugSpecialUserEnabled"]="At-Scale Debug special user is enabled"
ERR_STR_MAP["AtScaleDebugSpecialUserDisabled"]="At-Scale Debug special user is disabled"
ERR_STR_MAP["BIOSAttributesChanged"]="Set of BIOS Attributes changed."
ERR_STR_MAP["BIOSBoot"]="BIOS System Boot."
ERR_STR_MAP["BIOSFirmwarePanicReason"]="BIOS firmware panic occurred due to %s."
ERR_STR_MAP["BIOSFirmwareRecoveryReason"]="BIOS firmware recovery occurred due to %s."
ERR_STR_MAP["BIOSFirmwareResiliencyError"]="BIOS firmware resiliency error. Error reason: %s."
ERR_STR_MAP["BIOSPOSTCode"]="Boot Count: %s; Time Stamp Offset: %s seconds; POST Code: %s"
ERR_STR_MAP["BIOSPOSTError"]="BIOS POST Error. Error Code=%s"
ERR_STR_MAP["BIOSRecoveryComplete"]="BIOS Recovery Complete."
ERR_STR_MAP["BIOSRecoveryStart"]="BIOS Recovery Start."
ERR_STR_MAP["BMCBootReason"]="BMC firmware version %s booted due to %s."
ERR_STR_MAP["BMCFirmwarePanicReason"]="BMC firmware panic occurred due to %s."
ERR_STR_MAP["BMCFirmwareRecoveryReason"]="BMC firmware recovery occurred due to %s."
ERR_STR_MAP["BMCFirmwareResiliencyError"]="BMC firmware resiliency error. Error reason: %s."
ERR_STR_MAP["BMCKernelPanic"]="BMC rebooted due to kernel panic."
ERR_STR_MAP["ChassisIntrusionDetected"]="Chassis Intrusion Detected."
ERR_STR_MAP["ChassisIntrusionReset"]="Chassis Intrusion Reset."
ERR_STR_MAP["ComponentOverTemperature"]="%s over temperature and being throttled."
ERR_STR_MAP["CPLDFirmwarePanicReason"]="CPLD firmware panic occurred due to %s."
ERR_STR_MAP["CPLDFirmwareRecoveryReason"]="CPLD firmware recovery occurred due to %s."
ERR_STR_MAP["CPLDFirmwareResiliencyError"]="CPLD firmware resiliency error. Error reason: %s."
ERR_STR_MAP["CPUError"]="CPU Error Occurred: %s."
ERR_STR_MAP["CPUMismatch"]="CPU %s Mismatch."
ERR_STR_MAP["CPUThermalTrip"]="CPU %s Thermal Trip."
ERR_STR_MAP["DCPowerOff"]="Host system DC power is off"
ERR_STR_MAP["DCPowerOn"]="Host system DC power is on"
ERR_STR_MAP["DriveError"]="Drive Error Occurred: %s."
ERR_STR_MAP["EventLogCleared"]="Event Log Cleared."
ERR_STR_MAP["FanInserted"]="%s inserted."
ERR_STR_MAP["FanRedundancyLost"]="Fan redundancy lost."
ERR_STR_MAP["FanRedundancyRegained"]="Fan redundancy regained."
ERR_STR_MAP["FanRemoved"]="%s removed."
ERR_STR_MAP["FirmwareActivationCompleted"]="%s firmware activation completed successfully."
ERR_STR_MAP["FirmwareActivationFailed"]="%s firmware activation failed: %s."
ERR_STR_MAP["FirmwareActivationStarted"]="%s firmware activation started."
ERR_STR_MAP["FirmwareResiliencyError"]="Firmware resiliency error. Error reason: %s."
ERR_STR_MAP["FirmwareUpdateCompleted"]="%s firmware update to version %s completed successfully."
ERR_STR_MAP["FirmwareUpdateFailed"]="%s firmware update to version %s failed: %s."
ERR_STR_MAP["FirmwareUpdateStaged"]="%s firmware update to version %s staged successfully."
ERR_STR_MAP["FirmwareUpdateStarted"]="%s firmware update to version %s started."
ERR_STR_MAP["GeneralFirmwareSecurityViolation"]="Firmware security violation: %s."
ERR_STR_MAP["InvalidLoginAttempted"]="Invalid username or password attempted on %s."
ERR_STR_MAP["InvalidUpload"]="Invalid file uploaded to %s: %s."
ERR_STR_MAP["InventoryAdded"]="%s %s with serial number %s was installed."
ERR_STR_MAP["InventoryRemoved"]="%s %s with serial number %s was removed."
ERR_STR_MAP["IntelUPILinkWidthReducedToHalf"]="Intel UPI link width reduced to half. Node=%s."
ERR_STR_MAP["IntelUPILinkWidthReducedToQuarter"]="Intel UPI link width reduced to quarter. Node=%s."
ERR_STR_MAP["IPMIWatchdog"]="Host Watchdog Event: %s"
ERR_STR_MAP["LanLost"]="%s LAN leash lost."
ERR_STR_MAP["LanRegained"]="%s LAN leash regained."
ERR_STR_MAP["LegacyPCIPERR"]="Legacy PCI PERR. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["LegacyPCISERR"]="Legacy PCI SERR. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["ManufacturingModeEntered"]="Entered Manufacturing Mode."
ERR_STR_MAP["ManufacturingModeExited"]="Exited Manufacturing Mode."
ERR_STR_MAP["MEAutoConfigFailed"]="Intel ME power sensor auto-configuration failed. Power monitoring, limiting and HW protection features might be unavailable. Failure reason: %s"
ERR_STR_MAP["MEAutoConfigSuccess"]="Intel ME power sensor auto-configuration succeeded. Determined sources for domain readings are: DC Power: %s ; Chassis Power: %s ; PSU Efficiency: %s ; Unamanaged power: %s"
ERR_STR_MAP["MEBootGuardHealthEvent"]="Intel ME has detected following issue with Intel Boot Guard: %s"
ERR_STR_MAP["MECpuDebugCapabilityDisabled"]="CPU Debug Capability disabled"
ERR_STR_MAP["MEDirectFlashUpdateRequested"]="Intel ME Firmware switched to recovery mode to perform full update from BIOS."
ERR_STR_MAP["MEExceptionDuringShutdown"]="Power Down command triggered by Intel Node Manager policy failure action and Intel ME forced shutdown. BMC probably did not respond correctly to Chassis Control."
ERR_STR_MAP["MEFactoryResetError"]="Intel ME has performed automatic reset to factory presets due to following reason: %s"
ERR_STR_MAP["MEFactoryRestore"]="Intel ME has performed automatic reset to factory presets due to following reason: %s"
ERR_STR_MAP["MEFirmwareException"]="Intel ME has encountered firmware exception. Error code = %s"
ERR_STR_MAP["MEFirmwarePanicReason"]="ME firmware panic occurred due to %s."
ERR_STR_MAP["MEFirmwareRecoveryReason"]="ME firmware recovery occurred due to %s."
ERR_STR_MAP["MEFirmwareResiliencyError"]="ME firmware resiliency error. Error reason: %s."
ERR_STR_MAP["MEFlashEraseError"]="Intel ME has encountered an error during Flash erasure procedure probably due to Flash part corruption."
ERR_STR_MAP["MEFlashStateInformation"]="Intel ME has encountered problem during IO to flash device. Reason: %s"
ERR_STR_MAP["MEFlashStateInformationWritingEnabled"]="Intel ME has encountered problem during IO to flash device. Reason: %s"
ERR_STR_MAP["MEFlashVerificationError"]="Intel ME has detected invalid flash descriptor region. Following error is detected: %s"
ERR_STR_MAP["MEFlashWearOutWarning"]="Warning threshold for number of flash operations has been exceeded. Current percentage of write operations capacity: %s"
ERR_STR_MAP["MEImageExecutionFailed"]="Intel ME Recovery Image or backup operational image loaded because operational image is corrupted. This may be either caused by Flash device corruption or failed upgrade procedure."
ERR_STR_MAP["MEInternalError"]="Error during Intel ME execution. Watchdog timeout has expired."
ERR_STR_MAP["MEManufacturingError"]="Wrong manufacturing configuration detected by Intel ME Firmware. Unable to start operational mode. Reason: %s"
ERR_STR_MAP["MEMctpInterfaceError"]="Intel ME has detected MCTP interface failure and it is not functional any more. It may indicate the situation when MCTP was not configured by BIOS or a defect which may need a Host reset to recover from. Details: %s"
ERR_STR_MAP["MemoryECCCorrectable"]="Memory ECC correctable error. Socket=%s Channel=%s DIMM=%s Rank=%s."
ERR_STR_MAP["MemoryECCUncorrectable"]="Memory ECC uncorrectable error. Socket=%s Channel=%s DIMM=%s Rank=%s."
ERR_STR_MAP["MemoryParityCommandAndAddress"]="Command and Address parity error. Socket=%s Channel=%s DIMM=%s ChannelValid=%s DIMMValid=%s."
ERR_STR_MAP["MemoryParityNotKnown"]="Memory parity error. Socket=%s Channel=%s DIMM=%s ChannelValid=%s DIMMValid=%s."
ERR_STR_MAP["MemoryRASConfigurationDisabled"]="Memory RAS Configuration Disabled. Error=%s Mode=%s."
ERR_STR_MAP["MemoryRASConfigurationEnabled"]="Memory RAS Configuration Enabled. Error=%s Mode=%s."
ERR_STR_MAP["MemoryRASModeDisabled"]="Memory RAS Mode Select Disabled. Prior Mode=%s Selected Mode=%s."
ERR_STR_MAP["MemoryRASModeEnabled"]="Memory RAS Mode Select Enabled. Prior Mode=%s Selected Mode=%s."
ERR_STR_MAP["MemoryThermTrip"]="Memory ThermTrip asserted: %s."
ERR_STR_MAP["MEMultiPchModeMisconfig"]="Intel ME error in Multi-PCH mode: %s"
ERR_STR_MAP["MEPeciOverDmiError"]="Intel ME has detected  PECI over DMI interface failure and it is not functional any more. It may indicate the situation when PECI over DMI was not configured by BIOS or a defect which may require a CPU Host reset to recover from. Details: %s"
ERR_STR_MAP["MEPttHealthEvent"]="Intel ME has detected following issue with Intel PTT: %s"
ERR_STR_MAP["MERecoveryGpioForced"]="Intel ME Recovery Image loaded due to recovery MGPIO pin asserted. Pin number is configurable in factory presets, Default recovery pin is MGPIO1."
ERR_STR_MAP["MERestrictedMode"]="Intel ME restricted mode information: %s"
ERR_STR_MAP["MESmbusLinkFailure"]="Intel ME has detected SMBus link error. Sensor Bus: %s , MUX Address: %s "
ERR_STR_MAP["MEUmaError"]="Intel ME has encountered UMA operation error. Details: %s"
ERR_STR_MAP["MEUnsupportedFeature"]="Feature not supported in current segment detected by Intel ME Firmware. Details: %s"
ERR_STR_MAP["MirroringRedundancyDegraded"]="Mirroring redundancy state degraded. Socket=%s Channel=%s DIMM=%s Pair=%s Rank=%s."
ERR_STR_MAP["MirroringRedundancyFull"]="Mirroring redundancy state fully redundant. Socket=%s Channel=%s DIMM=%s Pair=%s Rank=%s."
ERR_STR_MAP["NMIButtonPressed"]="NMI Button Pressed."
ERR_STR_MAP["NMIDiagnosticInterrupt"]="NMI Diagnostic Interrupt."
ERR_STR_MAP["PCIeCorrectableAdvisoryNonFatal"]="PCIe Correctable Advisory Non-fatal Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableBadDLLP"]="PCIe Correctable Bad DLLP. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableBadTLP"]="PCIe Correctable Bad TLP. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableHeaderLogOverflow"]="PCIe Correctable Header Log Overflow. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableInternal"]="PCIe Correctable Internal Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableLinkBWChanged"]="PCIe Correctable Link BW Changed. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableReceiverError"]="PCIe Correctable Receiver Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableReplayNumRollover"]="PCIe Correctable Replay Num Rollover. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableReplayTimerTimeout"]="PCIe Correctable Replay Timer Timeout. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeCorrectableUnspecifiedAERError"]="PCIe Correctable Unspecified AER Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalACSViolation"]="PCIe Fatal ACS Violation. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalAtomicEgressBlocked"]="PCIe Fatal Atomic Egress Blocked. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalCompleterAbort"]="PCIe Fatal Completer Abort. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalCompletionTimeout"]="PCIe Fatal Completion Timeout. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalDataLinkLayerProtocol"]="PCIe Fatal Data Link Layer Protocol Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalECRCError"]="PCIe Fatal ECRC Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalFlowControlProtocol"]="PCIe Fatal Flow Control Protocol Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalMalformedTLP"]="PCIe Fatal Malformed TLP Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalMCBlockedTLP"]="PCIe Fatal MC Blocked TLP Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalPoisonedTLP"]="PCIe Fatal Poisoned TLP Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalReceiverBufferOverflow"]="PCIe Fatal Receiver Buffer Overflow. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalReceivedErrNonFatalMessage"]="PCIe Fatal Received ERR_NONFATAL Message. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalReceivedFatalMessageFromDownstream"]="PCIe Fatal Received Fatal Message From Downstream. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalSurpriseLinkDown"]="PCIe Fatal Surprise Link Down Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalTLPPrefixBlocked"]="PCIe Fatal TLP Prefix Blocked Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalUncorrectableInternal"]="PCIe Fatal Uncorrectable Internal Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalUnexpectedCompletion"]="PCIe Fatal Unexpected Completion. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalUnspecifiedNonAERFatalError"]="PCIe Fatal Unspecified Non-AER Fatal Error. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PCIeFatalUnsupportedRequest"]="PCIe Fatal Unsupported Request. Bus=%s Device=%s Function=%s."
ERR_STR_MAP["PowerButtonPressed"]="Power Button Pressed."
ERR_STR_MAP["PowerRestorePolicyApplied"]="Power restore policy applied."
ERR_STR_MAP["PowerSupplyConfigurationError"]="Power supply %s configuration error."
ERR_STR_MAP["PowerSupplyConfigurationErrorRecovered"]="Power supply %s configuration error recovered."
ERR_STR_MAP["PowerSupplyFanFailed"]="Power supply %s fan %s failed."
ERR_STR_MAP["PowerSupplyFanRecovered"]="Power supply %s fan %s recovered."
ERR_STR_MAP["PowerSupplyFailed"]="Power supply %s failed."
ERR_STR_MAP["PowerSupplyFailurePredicted"]="Power supply %s failure predicted."
ERR_STR_MAP["PowerSupplyInserted"]="Power supply %s inserted."
ERR_STR_MAP["PowerSupplyPowerGoodFailed"]="Power supply power good failed to assert within %s milliseconds."
ERR_STR_MAP["PowerSupplyPowerLost"]="Power supply %s power lost."
ERR_STR_MAP["PowerSupplyPowerRestored"]="Power supply %s power restored."
ERR_STR_MAP["PowerSupplyPredictedFailureRecovered"]="Power supply %s predicted failure recovered."
ERR_STR_MAP["PowerSupplyRecovered"]="Power supply %s recovered."
ERR_STR_MAP["PowerSupplyRemoved"]="Power supply %s removed."
ERR_STR_MAP["PowerUnitDegradedFromNonRedundant"]="Power Unit degraded from nonredundant."
ERR_STR_MAP["PowerUnitDegradedFromRedundant"]="Power Unit degraded from redundant."
ERR_STR_MAP["PowerUnitRedundancyDegraded"]="Power Unit Redundancy degraded."
ERR_STR_MAP["PowerUnitNonRedundantFromInsufficient"]="Power Unit NonRedundant from insufficient to sufficient."
ERR_STR_MAP["PowerUnitNonRedundantInsufficient"]="Power Unit NonRedundant and has insufficient resource."
ERR_STR_MAP["PowerUnitRedundancyLost"]="Power Unit Redundancy lost."
ERR_STR_MAP["PowerUnitRedundancyRegained"]="Power Unit Redundancy regained."
ERR_STR_MAP["PowerUnitNonRedundantSufficient"]="Power Unit Nonredundant but has sufficient resource."
ERR_STR_MAP["ResetButtonPressed"]="Reset Button Pressed."
ERR_STR_MAP["SecurityBoot2ndFlashEnabled"]="BMC 2nd boot flash is enabled."
ERR_STR_MAP["SecurityP2aBridgeEnabled"]="P2A(PCIe to AHB) bridge is enabled."
ERR_STR_MAP["SecurityUartPortDebugEnabled"]="Uart port debug is enabled."
ERR_STR_MAP["SecurityUserStrongHashAlgoRestored"]="Password computing hash algorithm is changed to sha256/sha512."
ERR_STR_MAP["SecurityUserNonRootUidZeroAssigned"]="User ID Zero is assigned with non-root user."
ERR_STR_MAP["SecurityUserNonRootUidZeroRemoved"]="Non root user assigned with user ID zero is removed."
ERR_STR_MAP["SecurityUserRootEnabled"]="User root is enabled."
ERR_STR_MAP["SecurityUserRootDisabled"]="User root is disabled."
ERR_STR_MAP["SecurityUserUnsupportedShellEnabled"]="Unsupported shell is enabled."
ERR_STR_MAP["SecurityUserUnsupportedShellRemoved"]="Unsupported shell is removed."
ERR_STR_MAP["SecurityUserWeakHashAlgoEnabled"]="Weak password computing hash algorithm is enabled."
ERR_STR_MAP["SELEntryAdded"]="SEL Entry Added: %s"
ERR_STR_MAP["SensorThresholdCriticalHighGoingHigh"]="%s sensor crossed a critical high threshold going high. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdCriticalHighGoingLow"]="%s sensor crossed a critical high threshold going low. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdCriticalLowGoingHigh"]="%s sensor crossed a critical low threshold going high. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdCriticalLowGoingLow"]="%s sensor crossed a critical low threshold going low. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdWarningHighGoingHigh"]="%s sensor crossed a warning high threshold going high. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdWarningHighGoingLow"]="%s sensor crossed a warning high threshold going low. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdWarningLowGoingHigh"]="%s sensor crossed a warning low threshold going high. Reading=%s Threshold=%s."
ERR_STR_MAP["SensorThresholdWarningLowGoingLow"]="%s sensor crossed a warning low threshold going low. Reading=%s Threshold=%s."
ERR_STR_MAP["ServiceFailure"]="Service %s has exited unsuccessfully."
ERR_STR_MAP["ServiceStarted"]="Service %s has started successfully."
ERR_STR_MAP["SparingRedundancyDegraded"]="Sparing redundancy state degraded. Socket=%s Channel=%s DIMM=%s Domain=%s Rank=%s."
ERR_STR_MAP["SparingRedundancyFull"]="Sparing redundancy state fully redundant. Socket=%s Channel=%s DIMM=%s Domain=%s Rank=%s."
ERR_STR_MAP["SsbThermalTrip"]="SSB Thermal trip."
ERR_STR_MAP["SystemInterfaceDisabledProvisioned"]="The system interface is in the disabled provisioned state."
ERR_STR_MAP["SystemInterfaceUnprovisioned"]="The system interface is in the unprovisioned state."
ERR_STR_MAP["SystemInterfaceWhitelistProvisioned"]="The system interface is in the whitelist provisioned state."
ERR_STR_MAP["SystemPowerGoodFailed"]="System power good failed to assert within %s milliseconds (VR failure)."
ERR_STR_MAP["SystemPowerLost"]="System Power Lost."
ERR_STR_MAP["SystemPowerOffFailed"]="System Power-Off Failed."
ERR_STR_MAP["SystemPowerOnFailed"]="System Power-On Failed."
ERR_STR_MAP["VoltageRegulatorOverheated"]="%s Voltage Regulator Overheated."
ERR_STR_MAP["BMCTimeUpdatedViaNTP"]="BMC Time updated via NTP. Time: new %s, old %s."