1{ 2 "PELs": [ 3 { 4 "Name": "xyz.openbmc_project.Common.Error.Timeout", 5 "Subsystem": "bmc_firmware", 6 "Severity": "non_error", 7 8 "SRC": { 9 "ReasonCode": "0x1001", 10 "Words6To9": { 11 "6": { 12 "Description": "Timeout in ms", 13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC" 14 } 15 } 16 }, 17 18 "Documentation": { 19 "Description": "This is a generic timeout error", 20 "Message": "An operation timed out", 21 "Notes": ["The journal should contain more information"] 22 } 23 }, 24 25 { 26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure", 27 "Subsystem": "bmc_firmware", 28 "Severity": "non_error", 29 30 "SRC": { 31 "ReasonCode": "0x1002", 32 "Words6To9": {} 33 }, 34 35 "Documentation": { 36 "Description": "BMC code had a generic internal failure", 37 "Message": "An application had an internal failure", 38 "Notes": ["The journal should contain more information"] 39 }, 40 41 "JournalCapture": { 42 "NumLines": 30 43 } 44 }, 45 46 { 47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument", 48 "Subsystem": "user_error", 49 "Severity": "non_error", 50 51 "SRC": { 52 "ReasonCode": "0x1003", 53 "Words6To9": {} 54 }, 55 56 "Documentation": { 57 "Description": "BMC code was given an invalid argument", 58 "Message": "Code was given an invalid argument", 59 "Notes": ["The journal should contain more information"] 60 } 61 }, 62 { 63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission", 64 "Subsystem": "user_error", 65 "Severity": "non_error", 66 67 "SRC": { 68 "ReasonCode": "0x1004", 69 "Words6To9": {} 70 }, 71 72 "Documentation": { 73 "Description": "An operation failed due to insufficient permission", 74 "Message": "An operation failed due to unsufficient permission", 75 "Notes": ["The journal should contain more information"] 76 } 77 }, 78 79 { 80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed", 81 "Subsystem": "user_error", 82 "Severity": "non_error", 83 84 "SRC": { 85 "ReasonCode": "0x1005", 86 "Words6To9": {} 87 }, 88 89 "Documentation": { 90 "Description": "An operation failed because it isn't allowed", 91 "Message": "An operation failed because it isn't allowed", 92 "Notes": ["The journal should contain more information"] 93 } 94 }, 95 96 { 97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate", 98 "Subsystem": "user_error", 99 "Severity": "non_error", 100 101 "SRC": { 102 "ReasonCode": "0x1006", 103 "Words6To9": {} 104 }, 105 106 "Documentation": { 107 "Description": "The server's CA certificate has not been provided", 108 "Message": "The server's CA certificate has not been provided" 109 } 110 }, 111 112 { 113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", 114 "Subsystem": "cec_i2c", 115 116 "SRC": { 117 "ReasonCode": "0x1007", 118 "Words6To9": { 119 "6": { 120 "Description": "errno of the failure", 121 "AdditionalDataPropSource": "CALLOUT_ERRNO" 122 } 123 } 124 }, 125 126 "Documentation": { 127 "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 ] 134 }, 135 136 "JournalCapture": { 137 "NumLines": 30 138 } 139 }, 140 141 { 142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure", 143 "Subsystem": "cec_i2c", 144 145 "SRC": { 146 "ReasonCode": "0x1008", 147 "Words6To9": { 148 "6": { 149 "Description": "errno of the failure", 150 "AdditionalDataPropSource": "CALLOUT_ERRNO" 151 } 152 } 153 }, 154 155 "Documentation": { 156 "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 ] 163 }, 164 165 "JournalCapture": { 166 "NumLines": 30 167 } 168 }, 169 170 { 171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure", 172 "Subsystem": "cec_i2c", 173 174 "SRC": { 175 "ReasonCode": "0x1009", 176 "Words6To9": { 177 "6": { 178 "Description": "errno of the failure", 179 "AdditionalDataPropSource": "CALLOUT_ERRNO" 180 } 181 } 182 }, 183 184 "Documentation": { 185 "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 ] 192 }, 193 194 "JournalCapture": { 195 "NumLines": 30 196 } 197 }, 198 199 { 200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure", 201 "Subsystem": "cec_i2c", 202 203 "SRC": { 204 "ReasonCode": "0x100A", 205 "Words6To9": { 206 "6": { 207 "Description": "errno of the failure", 208 "AdditionalDataPropSource": "CALLOUT_ERRNO" 209 } 210 } 211 }, 212 213 "Documentation": { 214 "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 ] 221 }, 222 223 "JournalCapture": { 224 "NumLines": 30 225 } 226 }, 227 228 { 229 "Name": "xyz.openbmc_project.Common.File.Error.Write", 230 "Subsystem": "bmc_firmware", 231 "ComponentID": "0x1000", 232 "SRC": { 233 "ReasonCode": "0x100B", 234 "Words6To9": {} 235 }, 236 237 "Callouts": [ 238 { 239 "CalloutList": [ 240 { "Priority": "high", "Procedure": "bmc_code" } 241 ] 242 } 243 ], 244 245 "Documentation": { 246 "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 { 256 "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", 270 "Procedure": "next_level_support" 271 } 272 ] 273 } 274 ], 275 276 "Documentation": { 277 "Description": "Certificate verification failed", 278 "Message": "Certificate verification failed" 279 } 280 }, 281 282 { 283 "Name": "org.open_power.Logging.Error.SentBadPELToHost", 284 "Subsystem": "bmc_firmware", 285 "Severity": "non_error", 286 287 "SRC": { 288 "ReasonCode": "0x2001", 289 "Words6To9": { 290 "6": { 291 "Description": "The bad PEL ID", 292 "AdditionalDataPropSource": "BAD_ID" 293 } 294 } 295 }, 296 297 "Documentation": { 298 "Description": "The BMC sent the host a malformed PEL", 299 "Message": "The BMC sent the host a malformed PEL", 300 "Notes": ["The host firmware rejected that PEL."] 301 }, 302 303 "JournalCapture": { 304 "Sections": [ 305 { 306 "SyslogID": "phosphor-log-manager", 307 "NumLines": 20 308 }, 309 { 310 "SyslogID": "systemd", 311 "NumLines": 30 312 } 313 ] 314 } 315 }, 316 317 { 318 "Name": "org.open_power.Logging.Error.BadHostPEL", 319 "Subsystem": "platform_firmware", 320 "Severity": "unrecoverable", 321 322 "SRC": { 323 "ReasonCode": "0x2002", 324 "Words6To9": { 325 "6": { 326 "Description": "The PLID of the invalid PEL", 327 "AdditionalDataPropSource": "PLID" 328 }, 329 "7": { 330 "Description": "The corresponding OpenBMC event log ID", 331 "AdditionalDataPropSource": "OBMC_LOG_ID" 332 }, 333 "8": { 334 "Description": "The size of the invalid PEL", 335 "AdditionalDataPropSource": "PEL_SIZE" 336 } 337 } 338 }, 339 340 "Callouts": [ 341 { 342 "CalloutList": [ 343 { "Priority": "high", "Procedure": "bmc_code" } 344 ] 345 } 346 ], 347 348 "Documentation": { 349 "Description": "The host sent the BMC an invalid PEL", 350 "Message": "The host sent the BMC an invalid PEL", 351 "Notes": [] 352 }, 353 354 "JournalCapture": { 355 "Sections": [ 356 { 357 "SyslogID": "phosphor-log-manager", 358 "NumLines": 20 359 }, 360 { 361 "SyslogID": "systemd", 362 "NumLines": 20 363 }, 364 { 365 "SyslogID": "pldmd", 366 "NumLines": 20 367 } 368 ] 369 } 370 }, 371 372 { 373 "Name": "org.open_power.Logging.Error.TestError1", 374 "Subsystem": "platform_firmware", 375 "Severity": "unrecoverable", 376 377 "SRC": { 378 "ReasonCode": "0x2003", 379 "Words6To9": {} 380 }, 381 382 "Callouts": [ 383 { 384 "CalloutList": [ 385 { "Priority": "high", "Procedure": "bmc_code" }, 386 { "Priority": "medium", "SymbolicFRU": "service_docs" } 387 ] 388 } 389 ], 390 391 "Documentation": { 392 "Description": "An error for testing", 393 "Message": "This is a test error" 394 } 395 }, 396 397 { 398 "Name": "xyz.openbmc_project.Logging.Error.Default", 399 "Subsystem": "other_na", 400 401 "SRC": { 402 "ReasonCode": "0x2004", 403 "Words6To9": {} 404 }, 405 406 "Callouts": [ 407 { 408 "CalloutList": [ 409 { "Priority": "high", "Procedure": "bmc_code" } 410 ] 411 } 412 ], 413 414 "Documentation": { 415 "Description": "This entry is used when no other matching entry is found", 416 "Message": "Unknown (Original event not in message registry)", 417 "Notes": [ 418 "This is used when the actual error name isn't found in ", 419 "the registry. The original error name will be stored ", 420 "in the UserData section that contains the AdditionalData ", 421 "properties using the key ERROR_NAME.", 422 "This error may contain callouts if the creator passed ", 423 "them in.", 424 "The severity is set by the creator.", 425 "If this error is seen, then a code change needs to be ", 426 "made to add the missing error entry to this registry." 427 ] 428 }, 429 430 "JournalCapture": { 431 "NumLines": 30 432 } 433 }, 434 435 { 436 "Name": "org.open_power.Logging.Error.TestError2", 437 "Subsystem": "bmc_firmware", 438 "Severity": "recovered", 439 "ActionFlags": ["report"], 440 441 "SRC": { 442 "ReasonCode": "0x2005", 443 "Words6To9": {} 444 }, 445 446 "Callouts": [ 447 { 448 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 449 } 450 ], 451 452 "Documentation": { 453 "Description": "An error for testing", 454 "Message": "This is a test recoverable error", 455 "Notes": [ 456 "This error is not created by BMC code and is ", 457 "only used for error injection tests." 458 ] 459 } 460 }, 461 462 { 463 "Name": "org.open_power.Logging.Error.TestError3", 464 "Subsystem": "bmc_firmware", 465 "Severity": "predictive", 466 467 "SRC": { 468 "ReasonCode": "0x2006", 469 "Words6To9": {} 470 }, 471 472 "Documentation": { 473 "Description": "This is an error used for testing only", 474 "Message": "This is a test predictive error", 475 "Notes": [ 476 "This error is not created by BMC code and is ", 477 "only used for error injection tests." 478 ] 479 } 480 }, 481 482 { 483 "Name": "org.open_power.PHAL.Error.Boot", 484 "Subsystem": "cec_hardware", 485 "ComponentID": "0x3000", 486 487 "SRC": { 488 "ReasonCode": "0x3001", 489 "Words6To9": {} 490 }, 491 492 "Documentation": { 493 "Description": "Failure occurred during boot process", 494 "Message": "Failure occurred during boot process", 495 "Notes": [ 496 "Debug traces will be captured in AdditionalData section" 497 ] 498 } 499 }, 500 501 { 502 "Name": "org.open_power.PHAL.Error.PrePowerOff", 503 "Subsystem": "cec_hardware", 504 "ComponentID": "0x3000", 505 506 "SRC": { 507 "ReasonCode": "0x3002", 508 "Words6To9": {} 509 }, 510 511 "Documentation": { 512 "Description": "Failure occurred during PHAL pre-poweroff operations", 513 "Message": "Failure occurred during PHAL pre-poweroff operations", 514 "Notes": [ 515 "Severity needs to be set based on needs for this registry.", 516 "FFDC (First Failure Data Collection) will be collected ", 517 "and added into PEL." 518 ] 519 } 520 }, 521 522 { 523 "Name": "org.open_power.PHAL.Error.devtreeSync", 524 "Subsystem": "cec_hardware", 525 "ComponentID": "0x3000", 526 "Severity": "unrecoverable", 527 528 "SRC": { 529 "ReasonCode": "0x3003", 530 "Words6To9": {} 531 }, 532 533 "Documentation": { 534 "Description": "Failure occurred during PHAL devtree sync ", 535 "Message": "Failure occurred during PHAL devtree sync", 536 "Notes": ["The journal should contain more information"] 537 } 538 }, 539 540 { 541 "Name": "org.open_power.PHAL.Error.devtreeBackup", 542 "Subsystem": "cec_hardware", 543 "ComponentID": "0x3000", 544 "Severity": "unrecoverable", 545 546 "SRC": { 547 "ReasonCode": "0x3004", 548 "Words6To9": {} 549 }, 550 551 "Documentation": { 552 "Description": "Failure occurred during PHAL devtree backup ", 553 "Message": "Failure occurred during PHAL devtree backup", 554 "Notes": ["The journal should contain more information"] 555 } 556 }, 557 558 { 559 "Name": "org.open_power.PHAL.Error.HostRunning", 560 "Subsystem": "cec_sp_hyp_iface", 561 "ComponentID": "0x3000", 562 563 "SRC": { 564 "ReasonCode": "0x3005", 565 "Words6To9": {} 566 }, 567 568 "Documentation": { 569 "Description": "Host did not respond to BMC after a BMC reset", 570 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running", 571 "Notes": [ 572 "System will be left in its current state to ensure host ", 573 "is not unexpectedly taken down. There is most likely an ", 574 "issue in the software or hardware communication path ", 575 "between the BMC and the Host firmware.", 576 "A BMC dump will be collected with relevant FFDC." 577 ] 578 } 579 }, 580 581 { 582 "Name": "org.open_power.PHAL.Error.devtreeReinit", 583 "Subsystem": "cec_hardware", 584 "ComponentID": "0x3000", 585 "Severity": "unrecoverable", 586 587 "SRC": { 588 "ReasonCode": "0x3006", 589 "Words6To9": {} 590 }, 591 592 "Documentation": { 593 "Description": "Failure re-initializing BMC to Host data structure", 594 "Message": "Failure occurred during re-initializing BMC to Host data structure", 595 "Notes": ["The journal should contain more information"] 596 } 597 }, 598 599 { 600 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc", 601 "Subsystem": "cec_hardware", 602 "ComponentID": "0x3000", 603 "Severity": "unrecoverable", 604 605 "SRC": { 606 "ReasonCode": "0x3007", 607 "Words6To9": {} 608 }, 609 610 "Documentation": { 611 "Description": "Non functional boot processor", 612 "Message": "Non functional boot processor", 613 "Notes": [ 614 "BMC firmware couldn't find functional primary processor", 615 "required to boot the host", 616 "Debug traces will be captured in AdditionalData section" 617 ] 618 } 619 }, 620 621 { 622 "Name": "org.open_power.PHAL.Error.MPReboot", 623 "Subsystem": "cec_hardware", 624 "ComponentID": "0x3000", 625 "Severity": "unrecoverable", 626 627 "SRC": { 628 "ReasonCode": "0x3008", 629 "Words6To9": {} 630 }, 631 632 "Callouts": [ 633 { 634 "CalloutList": [ 635 { "Priority": "high", "Procedure": "bmc_code" } 636 ] 637 } 638 ], 639 640 "Documentation": { 641 "Description": "Error during memory preserving reboot", 642 "Message": "Error during memory preserving reboot", 643 "Notes": [ 644 "Software error occured during memory preserving reboot" 645 ] 646 } 647 }, 648 { 649 "Name": "org.open_power.PHAL.Error.SpareClock", 650 "Subsystem": "cec_hardware", 651 "ComponentID": "0x3000", 652 "Severity": "non_error", 653 654 "SRC": { 655 "ReasonCode": "0x3009", 656 "Words6To9": {} 657 }, 658 659 "Callouts": [ 660 { 661 "System": "ibm,rainier", 662 "CalloutList": [ 663 { 664 "Priority": "high", 665 "LocCode": "P0" 666 }, 667 { 668 "Priority": "low", 669 "LocCode": "P0-C15" 670 } 671 ] 672 }, 673 { 674 "System": "ibm,everest", 675 "CalloutList": [ 676 { 677 "Priority": "high", 678 "LocCode": "P0" 679 }, 680 { 681 "Priority": "low", 682 "LocCode": "P0-C61" 683 } 684 ] 685 } 686 ], 687 688 "Documentation": { 689 "Description": "Error during Spare clock initialisation", 690 "Message": "Error during Spare clock initialisation", 691 "Notes": [ 692 "The clock symbolic FRU in the CalloutList provides the", 693 "reference to clock unit." 694 ] 695 } 696 }, 697 698 { 699 "Name": "org.open_power.PHAL.Info.ClockDailyLog", 700 "Subsystem": "cec_clocks", 701 "ComponentID": "0x3000", 702 "Severity": "non_error", 703 "ActionFlags": ["report", "call_home"], 704 705 "SRC": { 706 "ReasonCode": "0x300A", 707 "Words6To9": {} 708 }, 709 710 "Documentation": { 711 "Description": "Informational error to house clock debug info", 712 "Message": "Informational error to house clock debug info", 713 "Notes": [ 714 "User data includes processor and clock register state information." 715 ] 716 } 717 }, 718 719 { 720 "Name": "org.open_power.PHAL.Error.GuardPartitionAccess", 721 "Subsystem": "bmc_firmware", 722 "ComponentID": "0x3000", 723 "Severity": "predictive", 724 725 "SRC": { 726 "ReasonCode": "0x300B", 727 "Words6To9": {} 728 }, 729 730 "Callouts": [ 731 { 732 "CalloutList": [ 733 { "Priority": "high", "Procedure": "bmc_code" } 734 ] 735 } 736 ], 737 738 "Documentation": { 739 "Description": "Guard partition access failure", 740 "Message": "Guard partition access failure", 741 "Notes": [ 742 "User data and journal should contain more information" 743 ] 744 } 745 }, 746 747 { 748 "Name": "org.open_power.Proc.FSI.Error.MasterDetectionFailure", 749 "Subsystem": "cec_chip_iface", 750 "ComponentID": "0x3000", 751 "Severity": "unrecoverable", 752 753 "SRC": { 754 "ReasonCode": "0x300C", 755 "Words6To9": {} 756 }, 757 758 "Documentation": { 759 "Description": "There was a failure while initializing the FSI links", 760 "Message": "There was a failure while initializing the FSI links", 761 "Notes": [ 762 "The FSI device driver had a problem doing a scan.", 763 "The callouts are done based on the passed in FSI device path." 764 ] 765 }, 766 767 "JournalCapture": { 768 "NumLines": 75 769 } 770 }, 771 772 { 773 "Name": "org.open_power.OCC.Firmware.PresenceMismatch", 774 "Subsystem": "bmc_firmware", 775 "ComponentID": "0x2600", 776 "Severity": "predictive", 777 778 "SRC": { 779 "ReasonCode": "0x2681", 780 "Words6To9": {} 781 }, 782 783 "Callouts": [ 784 { 785 "CalloutList": [ 786 { "Priority": "medium", "Procedure": "bmc_code" } 787 ] 788 } 789 ], 790 791 "Documentation": { 792 "Description": "OCC presence mismatch", 793 "Message": "BMC firmware detected incorrect number of OCCs", 794 "Notes": [ 795 "The number of OCCs detected by the BMC does not match the number of OCCs detected by the OCC.", 796 "The BMC requests that the OCC reset." 797 ] 798 } 799 }, 800 801 { 802 "Name": "org.open_power.OCC.Device.SafeState", 803 "Subsystem": "processor_chip", 804 "ComponentID": "0x2600", 805 "Severity": "non_error", 806 807 "SRC": { 808 "ReasonCode": "0x2682", 809 "Words6To9": {} 810 }, 811 812 "Documentation": { 813 "Description": "OCC safe state", 814 "Message": "OCC in safe state while active for one minute", 815 "Notes": [ 816 "The BMC detected that the OCC was in safe state for one minute while active.", 817 "The BMC requests that the OCC reset." 818 ] 819 } 820 }, 821 822 { 823 "Name": "org.open_power.OCC.Device.ReadFailure", 824 "Subsystem": "cec_chip_iface", 825 "ComponentID": "0x2600", 826 "Severity": "predictive", 827 828 "SRC": { 829 "ReasonCode": "0x2683", 830 "Words6To9": {} 831 }, 832 833 "Documentation": { 834 "Description": "OCC communication failure", 835 "Message": "BMC failed to communicate with the OCC", 836 "Notes": [ 837 "The BMC failed to communicate with the OCC and retried three times.", 838 "The BMC requests that the OCC reset." 839 ] 840 } 841 }, 842 843 { 844 "Name": "org.open_power.HardwareIsolation.Error", 845 "Subsystem": "cec_hardware", 846 "ComponentID": "0x3100", 847 848 "SRC": { 849 "ReasonCode": "0x3101", 850 "Words6To9": {} 851 }, 852 853 "Documentation": { 854 "Description": "Failure occurred during hardware isolation operations", 855 "Message": "Failure occurred during hardware isolation operations", 856 "Notes": [ 857 "Severity needs to be set based on needs for this registry.", 858 "Debug traces will be captured in AdditionalData section" 859 ] 860 } 861 }, 862 863 { 864 "Name": "org.open_power.Faultlog.Error.DeconfiguredHW", 865 "Subsystem": "cec_hardware", 866 "Severity": "predictive", 867 "ComponentID": "0xF100", 868 "SRC": { 869 "ReasonCode": "0xF138", 870 "Words6To9": { 871 "6": { 872 "Description": "Number of system guard records if any", 873 "AdditionalDataPropSource": "GUARD_RECORD_COUNT" 874 }, 875 "8": { 876 "Description": "Number of PEL's having deconfig bit set", 877 "AdditionalDataPropSource": "PEL_WITH_DECONFIG_BIT_COUNT" 878 } 879 } 880 }, 881 "Callouts": [ 882 { 883 "CalloutList": [ 884 { 885 "Priority": "high", 886 "Procedure": "detected_issue_need_service" 887 } 888 ] 889 } 890 ], 891 "Documentation": { 892 "Description": "Firmware detected either a FRU deconfigured And/Or guard record", 893 "Message": "Firmware detected either a FRU deconfigured And/Or guard record", 894 "Notes": [ 895 "Either Guard And/Or Deconfiguration records found during periodic check ", 896 "as part of the NAG event. Look into the BMC Nag dump for more details. ", 897 "This is a reminder for servicing faulty hardware pending service present ", 898 "in the system." 899 ] 900 } 901 }, 902 903 { 904 "Name": "xyz.openbmc_project.State.Error.HostNotRunning", 905 "Subsystem": "cec_sp_hostboot_iface", 906 "ComponentID": "0x3400", 907 "SRC": { 908 "ReasonCode": "0x3401", 909 "Words6To9": {} 910 }, 911 "Documentation": { 912 "Description": "Host was booting or booted before BMC reset but is now unresponsive", 913 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot", 914 "Notes": [ 915 "System will follow recovery policy, resulting in this ", 916 "error and most likely a a reboot of the host. The issue ", 917 "is most likely the result of the BMC rebooting while the ", 918 "host was booting and in a state where it still needed ", 919 "the BMC to complete its boot." 920 ] 921 }, 922 923 "JournalCapture": { 924 "NumLines": 100 925 } 926 }, 927 928 { 929 "Name": "xyz.openbmc_project.State.ChassisPowerBad", 930 "Subsystem": "input_power_source", 931 "ComponentID": "0x3400", 932 "SRC": { 933 "ReasonCode": "0x3402", 934 "Words6To9": {} 935 }, 936 "Callouts": [ 937 { 938 "CalloutList": [ 939 { 940 "Priority": "high", 941 "Procedure": "next_level_support" 942 } 943 ] 944 } 945 ], 946 "Documentation": { 947 "Description": "Chassis input power is in a bad state", 948 "Message": "Chassis input power is in a bad state, look for other logs with more details", 949 "Notes": [ 950 "The system is most likely in a limited power situation. ", 951 "There is enough power for the BMC to operate but not the ", 952 "CEC hardware. Check for UPS or brownout logs." 953 ] 954 }, 955 956 "JournalCapture": { 957 "NumLines": 100 958 } 959 }, 960 961 { 962 "Name": "xyz.openbmc_project.State.PinholeReset", 963 "Subsystem": "cec_op_panel", 964 "ComponentID": "0x3400", 965 "SRC": { 966 "ReasonCode": "0x3403", 967 "Words6To9": {} 968 }, 969 "Documentation": { 970 "Description": "User initiated a pinhole reset via the op-panel", 971 "Message": "User initiated a pinhole reset via the op-panel", 972 "Notes": [ 973 "This is a notification log to record the fact that a ", 974 "pinhole reset was performed on the BMC, resulting in a ", 975 "hard reset of the BMC." 976 ] 977 } 978 }, 979 980 { 981 "Name": "xyz.openbmc_project.State.Error.CriticalServiceFailure", 982 "Subsystem": "bmc_firmware", 983 "ComponentID": "0x3400", 984 "SRC": { 985 "ReasonCode": "0x3404", 986 "Words6To9": {} 987 }, 988 "Callouts": [ 989 { 990 "CalloutList": [ 991 { 992 "Priority": "high", 993 "Procedure": "next_level_support" 994 } 995 ] 996 } 997 ], 998 "Documentation": { 999 "Description": "A critical BMC application has failed on the system", 1000 "Message": "A critical BMC application has failed on the system, the BMC is in an undefined state", 1001 "Notes": [ 1002 "As a part of generating this error log, a BMC dump has ", 1003 "also been generated. Please collect this dump if possible. ", 1004 "The BMC state is undefined but basic services could still ", 1005 "be available. Usually an AC cycle of the entire system is ", 1006 "the best recovery option from this error." 1007 ] 1008 }, 1009 1010 "JournalCapture": { 1011 "NumLines": 100 1012 } 1013 }, 1014 1015 { 1016 "Name": "xyz.openbmc_project.State.Error.SecurityCheckFail", 1017 "Subsystem": "bmc_firmware", 1018 "ComponentID": "0x3400", 1019 "SRC": { 1020 "ReasonCode": "0x3405", 1021 "Words6To9": {} 1022 }, 1023 "Callouts": [ 1024 { 1025 "CalloutList": [ 1026 { 1027 "Priority": "high", 1028 "Procedure": "next_level_support" 1029 } 1030 ] 1031 } 1032 ], 1033 "Documentation": { 1034 "Description": "A firmware security check has failed", 1035 "Message": "A firmware security check has failed, most likely something is not configured correctly", 1036 "Notes": [ 1037 "This log is only generated in the manufacturing ", 1038 "environment and it indicates that something has not ", 1039 "been configured correctly. Use the data in the PEL to ", 1040 "determine what that is." 1041 ] 1042 } 1043 }, 1044 1045 { 1046 "Name": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure", 1047 "Subsystem": "bmc_firmware", 1048 "ComponentID": "0x3400", 1049 "SRC": { 1050 "ReasonCode": "0x3406", 1051 "Words6To9": {} 1052 }, 1053 "Callouts": [ 1054 { 1055 "CalloutList": [ 1056 { 1057 "Priority": "high", 1058 "Procedure": "next_level_support" 1059 } 1060 ] 1061 } 1062 ], 1063 "Documentation": { 1064 "Description": "The system has failed to reach BMC Ready state", 1065 "Message": "The system has failed to reach BMC Ready state, look for other errors", 1066 "Notes": [ 1067 "This log indicates a critical BMC application required ", 1068 "for the BMC to reach Ready state has failed to start ", 1069 "successfully. Look in the log for other errors indicating ", 1070 "what has failed." 1071 ] 1072 }, 1073 1074 "JournalCapture": { 1075 "NumLines": 100 1076 } 1077 }, 1078 1079 { 1080 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOnFailure", 1081 "Subsystem": "bmc_firmware", 1082 "ComponentID": "0x3400", 1083 "SRC": { 1084 "ReasonCode": "0x3407", 1085 "Words6To9": {} 1086 }, 1087 "Callouts": [ 1088 { 1089 "CalloutList": [ 1090 { 1091 "Priority": "high", 1092 "Procedure": "next_level_support" 1093 } 1094 ] 1095 } 1096 ], 1097 "Documentation": { 1098 "Description": "The system has failed to reach chassis power on state", 1099 "Message": "The system has failed to reach chassis power on state, look for other errors", 1100 "Notes": [ 1101 "This log indicates a critical BMC application required ", 1102 "for the BMC to power on the chassis has failed to start ", 1103 "successfully. Look in the log for other errors indicating ", 1104 "what has failed." 1105 ] 1106 }, 1107 1108 "JournalCapture": { 1109 "NumLines": 100 1110 } 1111 }, 1112 1113 { 1114 "Name": "xyz.openbmc_project.State.Chassis.Error.PowerOffFailure", 1115 "Subsystem": "bmc_firmware", 1116 "ComponentID": "0x3400", 1117 "SRC": { 1118 "ReasonCode": "0x3408", 1119 "Words6To9": {} 1120 }, 1121 "Callouts": [ 1122 { 1123 "CalloutList": [ 1124 { 1125 "Priority": "high", 1126 "Procedure": "next_level_support" 1127 } 1128 ] 1129 } 1130 ], 1131 "Documentation": { 1132 "Description": "The system has failed to reach chassis power off state", 1133 "Message": "The system has failed to reach chassis power off state, look for other errors", 1134 "Notes": [ 1135 "This log indicates a critical BMC application required ", 1136 "for the BMC to power off the chassis has failed to start ", 1137 "successfully. Look in the log for other errors indicating ", 1138 "what has failed." 1139 ] 1140 }, 1141 1142 "JournalCapture": { 1143 "NumLines": 100 1144 } 1145 }, 1146 1147 { 1148 "Name": "xyz.openbmc_project.State.Host.Error.HostStartFailure", 1149 "Subsystem": "bmc_firmware", 1150 "ComponentID": "0x3400", 1151 "SRC": { 1152 "ReasonCode": "0x3409", 1153 "Words6To9": {} 1154 }, 1155 "Callouts": [ 1156 { 1157 "CalloutList": [ 1158 { 1159 "Priority": "high", 1160 "Procedure": "next_level_support" 1161 } 1162 ] 1163 } 1164 ], 1165 "Documentation": { 1166 "Description": "The system has failed to start the host firmware", 1167 "Message": "The system has failed to start the host firmware, look for other errors", 1168 "Notes": [ 1169 "This log indicates a critical BMC application required ", 1170 "for the BMC to start the host has failed to start ", 1171 "successfully. Look in the log for other errors indicating ", 1172 "what has failed." 1173 ] 1174 }, 1175 1176 "JournalCapture": { 1177 "NumLines": 100 1178 } 1179 }, 1180 1181 { 1182 "Name": "xyz.openbmc_project.State.Host.Error.HostStartMinFailure", 1183 "Subsystem": "bmc_firmware", 1184 "ComponentID": "0x3400", 1185 "SRC": { 1186 "ReasonCode": "0x3410", 1187 "Words6To9": {} 1188 }, 1189 "Callouts": [ 1190 { 1191 "CalloutList": [ 1192 { 1193 "Priority": "high", 1194 "Procedure": "next_level_support" 1195 } 1196 ] 1197 } 1198 ], 1199 "Documentation": { 1200 "Description": "The system has failed to start the host firmware", 1201 "Message": "The system has failed to start the host firmware, look for other errors", 1202 "Notes": [ 1203 "This log indicates a critical BMC application required ", 1204 "for the BMC to start the host has failed to start ", 1205 "successfully. Look in the log for other errors indicating ", 1206 "what has failed." 1207 ] 1208 }, 1209 1210 "JournalCapture": { 1211 "NumLines": 100 1212 } 1213 }, 1214 1215 { 1216 "Name": "xyz.openbmc_project.State.Host.Error.HostShutdownFailure", 1217 "Subsystem": "bmc_firmware", 1218 "ComponentID": "0x3400", 1219 "SRC": { 1220 "ReasonCode": "0x3411", 1221 "Words6To9": {} 1222 }, 1223 "Callouts": [ 1224 { 1225 "CalloutList": [ 1226 { 1227 "Priority": "high", 1228 "Procedure": "next_level_support" 1229 } 1230 ] 1231 } 1232 ], 1233 "Documentation": { 1234 "Description": "The system has failed to shutdown the host firmware", 1235 "Message": "The system has failed to shutdown the host firmware, look for other errors", 1236 "Notes": [ 1237 "This log indicates a critical BMC application required ", 1238 "to shutdown the host firmware has failed to start ", 1239 "successfully. Look in the log for other errors indicating ", 1240 "what has failed." 1241 ] 1242 }, 1243 1244 "JournalCapture": { 1245 "NumLines": 100 1246 } 1247 }, 1248 1249 { 1250 "Name": "xyz.openbmc_project.State.Host.Error.HostStopFailure", 1251 "Subsystem": "bmc_firmware", 1252 "ComponentID": "0x3400", 1253 "SRC": { 1254 "ReasonCode": "0x3412", 1255 "Words6To9": {} 1256 }, 1257 "Callouts": [ 1258 { 1259 "CalloutList": [ 1260 { 1261 "Priority": "high", 1262 "Procedure": "next_level_support" 1263 } 1264 ] 1265 } 1266 ], 1267 "Documentation": { 1268 "Description": "The system has failed to stop the host firmware", 1269 "Message": "The system has failed to stop the host firmware, look for other errors", 1270 "Notes": [ 1271 "This log indicates a critical BMC application required ", 1272 "to stop the host firmware has failed to start ", 1273 "successfully. Look in the log for other errors indicating ", 1274 "what has failed." 1275 ] 1276 }, 1277 1278 "JournalCapture": { 1279 "NumLines": 100 1280 } 1281 }, 1282 1283 { 1284 "Name": "xyz.openbmc_project.State.Host.Error.HostRebootFailure", 1285 "Subsystem": "bmc_firmware", 1286 "ComponentID": "0x3400", 1287 "SRC": { 1288 "ReasonCode": "0x3413", 1289 "Words6To9": {} 1290 }, 1291 "Callouts": [ 1292 { 1293 "CalloutList": [ 1294 { 1295 "Priority": "high", 1296 "Procedure": "next_level_support" 1297 } 1298 ] 1299 } 1300 ], 1301 "Documentation": { 1302 "Description": "The system has failed to reboot the host firmware", 1303 "Message": "The system has failed to reboot the host firmware, look for other errors", 1304 "Notes": [ 1305 "This log indicates a critical BMC application required ", 1306 "to reboot the host firmware has failed to start ", 1307 "successfully. Look in the log for other errors indicating ", 1308 "what has failed." 1309 ] 1310 }, 1311 1312 "JournalCapture": { 1313 "NumLines": 100 1314 } 1315 }, 1316 1317 { 1318 "Name": "xyz.openbmc_project.State.Error.HostQuiesce", 1319 "Subsystem": "bmc_firmware", 1320 "ComponentID": "0x3400", 1321 "SRC": { 1322 "ReasonCode": "0x3414", 1323 "Words6To9": {} 1324 }, 1325 "Callouts": [ 1326 { 1327 "CalloutList": [ 1328 { 1329 "Priority": "high", 1330 "Procedure": "next_level_support" 1331 } 1332 ] 1333 } 1334 ], 1335 "Documentation": { 1336 "Description": "The host firmware has failed to boot", 1337 "Message": "The host firmware has failed to boot and has entered a Quiesce state. Look for other errors.", 1338 "Notes": [ 1339 "This log indicates that the host firmware has failed to ", 1340 "boot and all retries have been exhausted. There should be ", 1341 "other logs with more details on the boot failure reason. " 1342 ] 1343 }, 1344 1345 "JournalCapture": { 1346 "NumLines": 100 1347 } 1348 }, 1349 1350 { 1351 "Name": "xyz.openbmc_project.State.Error.TpmMeasurementFail", 1352 "Subsystem": "bmc_firmware", 1353 "ComponentID": "0x3400", 1354 "SRC": { 1355 "ReasonCode": "0x3415", 1356 "Words6To9": {} 1357 }, 1358 "Callouts": [ 1359 { 1360 "CalloutList": [ 1361 { 1362 "Priority": "high", 1363 "Procedure": "next_level_support" 1364 } 1365 ] 1366 } 1367 ], 1368 "Documentation": { 1369 "Description": "TPM measurement failed", 1370 "Message": "The system has detected a failure in the TPM measurement.", 1371 "Notes": [ 1372 "This error occurs when /sys/class/tpm/tpm0/pcr-sha256/0", 1373 "is missing or has a value of 0, indicating a potential compromise", 1374 "of the system's boot process.", 1375 "Please contact your system administrator or next level support", 1376 "to investigate and resolve the issue." 1377 ] 1378 } 1379 }, 1380 1381 { 1382 "Name": "xyz.openbmc_project.State.Info.ChassisPowerOnStarted", 1383 "Subsystem": "bmc_firmware", 1384 "ComponentID": "0x3400", 1385 "Severity": "non_error", 1386 "SRC": { 1387 "ReasonCode": "0x3416", 1388 "Words6To9": {} 1389 }, 1390 "Documentation": { 1391 "Description": "A power on of the chassis has been started", 1392 "Message": "The chassis is powering on.", 1393 "Notes": [ 1394 "This informational error is logged each time the chassis", 1395 "is powered on." 1396 ] 1397 } 1398 }, 1399 1400 { 1401 "Name": "org.open_power.Processor.Error.SbeChipOpFailure", 1402 "Subsystem": "processor_chip", 1403 "ComponentID": "0x3500", 1404 1405 "SRC": { 1406 "ReasonCode": "0x3500", 1407 "Words6To9": { 1408 "6": { 1409 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 1410 "AdditionalDataPropSource": "SRC6" 1411 } 1412 } 1413 }, 1414 1415 "Documentation": { 1416 "Description": "chipop failure with SBE provided FFDC", 1417 "Message": "chipop request failure reported by SBE", 1418 "Notes": [ 1419 "The severity is set by the creator.", 1420 "Callouts added based on SBE provided FFDC.", 1421 "SBE provided additional debug data included as part of the", 1422 "additional user data section." 1423 ] 1424 } 1425 }, 1426 1427 { 1428 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout", 1429 "Subsystem": "processor_chip", 1430 "ComponentID": "0x3500", 1431 1432 "SRC": { 1433 "ReasonCode": "0x3501", 1434 "Words6To9": { 1435 "6": { 1436 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 1437 "AdditionalDataPropSource": "SRC6" 1438 } 1439 } 1440 }, 1441 1442 "Callouts": [ 1443 { 1444 "CalloutList": [ 1445 { 1446 "Priority": "high", 1447 "Procedure": "next_level_support" 1448 } 1449 ] 1450 } 1451 ], 1452 1453 "Documentation": { 1454 "Description": "SBE chipop timeout", 1455 "Message": "chipop timeout reported during SBE communication", 1456 "Notes": [ 1457 "The severity is set by the creator.", 1458 "Check SBE Dump associated to this error to debug the failure." 1459 ] 1460 } 1461 }, 1462 1463 { 1464 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState", 1465 "Subsystem": "processor_chip", 1466 "ComponentID": "0x3500", 1467 1468 "SRC": { 1469 "ReasonCode": "0x3502", 1470 "Words6To9": { 1471 "6": { 1472 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 1473 "AdditionalDataPropSource": "SRC6" 1474 }, 1475 "7": { 1476 "Description": "Value of SBE state", 1477 "AdditionalDataPropSource": "SRC7" 1478 } 1479 } 1480 }, 1481 1482 "Documentation": { 1483 "Description": "The SBE on this processor is not in a state where chipOps can be issued", 1484 "Message": "SBE Chipop is not allowed due to invalid SBE state ", 1485 "Notes": ["The severity is set by the creator."] 1486 } 1487 }, 1488 1489 { 1490 "Name": "org.open_power.Processor.Error.SbeBootFailure", 1491 "Subsystem": "processor_chip", 1492 "ComponentID": "0x3500", 1493 "ActionFlags": ["service_action", "report", "call_home"], 1494 1495 "SRC": { 1496 "ReasonCode": "0x3503", 1497 "Words6To9": { 1498 "6": { 1499 "Description": "[0:15] chip position", 1500 "AdditionalDataPropSource": "SRC6" 1501 } 1502 } 1503 }, 1504 1505 "Documentation": { 1506 "Description": "Boot failure with SBE provided FFDC", 1507 "Message": "Boot failure reported by SBE", 1508 "Notes": [ 1509 "The severity is set by the creator.", 1510 "Callouts added based on SBE provided FFDC.", 1511 "SBE provided additional debug data included as part of the", 1512 "additional user data section." 1513 ] 1514 } 1515 }, 1516 1517 { 1518 "Name": "org.open_power.Processor.Error.SbeBootTimeout", 1519 "Subsystem": "processor_chip", 1520 "ComponentID": "0x3500", 1521 1522 "SRC": { 1523 "ReasonCode": "0x3504", 1524 "Words6To9": {} 1525 }, 1526 1527 "Callouts": [ 1528 { 1529 "System": "ibm,rainier", 1530 "CalloutList": [ 1531 { 1532 "Priority": "low", 1533 "LocCode": "P0" 1534 }, 1535 { 1536 "Priority": "low", 1537 "LocCode": "P0-C22" 1538 } 1539 ] 1540 }, 1541 { 1542 "System": "ibm,everest", 1543 "CalloutList": [ 1544 { 1545 "Priority": "low", 1546 "LocCode": "P0" 1547 }, 1548 { 1549 "Priority": "low", 1550 "LocCode": "P0-C96" 1551 } 1552 ] 1553 }, 1554 { 1555 "System": "ibm,bonnell", 1556 "CalloutList": [ 1557 { 1558 "Priority": "low", 1559 "LocCode": "P0" 1560 }, 1561 { 1562 "Priority": "low", 1563 "LocCode": "P0-C5" 1564 } 1565 ] 1566 } 1567 ], 1568 1569 "Documentation": { 1570 "Description": "SBE Boot timeout", 1571 "Message": "timeout reported during SBE boot process", 1572 "Notes": [ 1573 "The severity is set by the creator.", 1574 "Check SBE Dump associated to this error to debug the failure." 1575 ] 1576 } 1577 }, 1578 1579 { 1580 "Name": "org.open_power.Attn.Error.Terminate", 1581 "Subsystem": "cec_hardware", 1582 "Severity": "non_error", 1583 1584 "SRC": { 1585 "ReasonCode": "0xD138", 1586 "SymptomIDFields": [ 1587 "SRCWord3", 1588 "SRCWord4", 1589 "SRCWord5", 1590 "SRCWord6", 1591 "SRCWord7", 1592 "SRCWord8", 1593 "SRCWord9" 1594 ], 1595 "Words6To9": {} 1596 }, 1597 1598 "Documentation": { 1599 "Description": "Status shows TI special attention active", 1600 "Message": "TI special attention detected", 1601 "Notes": [ 1602 "This entry is for any TI special attention event ", 1603 "reported by the attention handler component" 1604 ] 1605 } 1606 }, 1607 1608 { 1609 "Name": "org.open_power.Attn.Error.Fail", 1610 "Subsystem": "bmc_firmware", 1611 "Severity": "unrecoverable_loss_of_function", 1612 1613 "SRC": { 1614 "ReasonCode": "0xD13E", 1615 "Words6To9": { 1616 "6": { 1617 "Description": "Error code from attention handler", 1618 "AdditionalDataPropSource": "ERROR_CODE" 1619 } 1620 } 1621 }, 1622 "Documentation": { 1623 "Description": "The attention handler encountered an error", 1624 "MessageArgSources": ["SRCWord6"], 1625 "Message": "Attention handler error %1", 1626 "Notes": ["Attention handler will provide error code"] 1627 } 1628 }, 1629 1630 { 1631 "Name": "org.open_power.Attn.Error.Vital", 1632 "Subsystem": "processor_chip", 1633 1634 "SRC": { 1635 "ReasonCode": "0xD16D", 1636 "Words6To9": {} 1637 }, 1638 1639 "Documentation": { 1640 "Description": "Status shows SBE vital attention active", 1641 "Message": "SBE vital attention detected", 1642 "Notes": [ 1643 "This entry is for any SBE vital attention event ", 1644 "reported by the attention handler component" 1645 ] 1646 } 1647 }, 1648 1649 { 1650 "Name": "org.open_power.HwDiags.Error.Checkstop", 1651 "PossibleSubsystems": [ 1652 "processor", 1653 "processor_fru", 1654 "processor_unit", 1655 "processor_bus", 1656 "memory_ctlr", 1657 "memory_bus", 1658 "memory_dimm", 1659 "memory_fru", 1660 "phb", 1661 "cec_hardware", 1662 "cec_clocks", 1663 "cec_tod", 1664 "others" 1665 ], 1666 "Severity": "unrecoverable", 1667 "ActionFlags": ["service_action", "report", "call_home"], 1668 1669 "SRC": { 1670 "ReasonCode": "0xE510", 1671 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"], 1672 "CheckstopFlag": true, 1673 "Words6To9": { 1674 "6": { 1675 "AdditionalDataPropSource": "SRC6" 1676 }, 1677 "7": { 1678 "AdditionalDataPropSource": "SRC7" 1679 }, 1680 "8": { 1681 "AdditionalDataPropSource": "SRC8" 1682 } 1683 } 1684 }, 1685 1686 "Documentation": { 1687 "Description": "A system checkstop attention has occurred", 1688 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"], 1689 "Message": "Error Signature: %1 %2 %3" 1690 } 1691 }, 1692 1693 { 1694 "Name": "org.open_power.HwDiags.Error.Predictive", 1695 "PossibleSubsystems": [ 1696 "processor", 1697 "processor_fru", 1698 "processor_unit", 1699 "processor_bus", 1700 "memory_ctlr", 1701 "memory_bus", 1702 "memory_dimm", 1703 "memory_fru", 1704 "phb", 1705 "cec_hardware", 1706 "cec_clocks", 1707 "cec_tod", 1708 "others" 1709 ], 1710 "Severity": "predictive", 1711 "ActionFlags": ["service_action", "report", "call_home"], 1712 1713 "SRC": { 1714 "ReasonCode": "0xE511", 1715 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"], 1716 "Words6To9": { 1717 "6": { 1718 "AdditionalDataPropSource": "SRC6" 1719 }, 1720 "7": { 1721 "AdditionalDataPropSource": "SRC7" 1722 }, 1723 "8": { 1724 "AdditionalDataPropSource": "SRC8" 1725 } 1726 } 1727 }, 1728 1729 "Documentation": { 1730 "Description": "A hardware attention requiring service has occurred", 1731 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"], 1732 "Message": "Error Signature: %1 %2 %3" 1733 } 1734 }, 1735 1736 { 1737 "Name": "org.open_power.HwDiags.Error.Informational", 1738 "PossibleSubsystems": [ 1739 "processor", 1740 "processor_fru", 1741 "processor_unit", 1742 "processor_bus", 1743 "memory_ctlr", 1744 "memory_bus", 1745 "memory_dimm", 1746 "memory_fru", 1747 "phb", 1748 "cec_hardware", 1749 "cec_clocks", 1750 "cec_tod", 1751 "others" 1752 ], 1753 "Severity": "non_error", 1754 "ActionFlags": ["hidden", "dont_report"], 1755 1756 "SRC": { 1757 "ReasonCode": "0xE512", 1758 "SymptomIDFields": ["SRCWord6", "SRCWord7", "SRCWord8"], 1759 "Words6To9": { 1760 "6": { 1761 "AdditionalDataPropSource": "SRC6" 1762 }, 1763 "7": { 1764 "AdditionalDataPropSource": "SRC7" 1765 }, 1766 "8": { 1767 "AdditionalDataPropSource": "SRC8" 1768 } 1769 } 1770 }, 1771 1772 "Documentation": { 1773 "Description": "Manual analysis was initiated via the command line. FFDC only.", 1774 "MessageArgSources": ["SRCWord6", "SRCWord7", "SRCWord8"], 1775 "Message": "Error Signature: %1 %2 %3" 1776 } 1777 }, 1778 1779 { 1780 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault", 1781 "Subsystem": "power_supply", 1782 "ActionFlags": ["service_action", "report"], 1783 "ComponentID": "0x2700", 1784 1785 "SRC": { 1786 "Type": "11", 1787 "ReasonCode": "0x15F0", 1788 "Words6To9": {} 1789 }, 1790 1791 "Callouts": [ 1792 { 1793 "CalloutList": [ 1794 { "Priority": "high", "SymbolicFRU": "pwrsply" } 1795 ] 1796 } 1797 ], 1798 1799 "Documentation": { 1800 "Description": "Power Supply input power fault", 1801 "Message": "A power supply has indicated an input or under voltage condition.", 1802 "Notes": [ 1803 "Check the power supply cabling and/or input power ", 1804 "source. The PWRSPLY procedure is used rather than ", 1805 "calling out a location code, as typically these faults ", 1806 "are related to the supplied power, the cable, or the ", 1807 "cable connectors. If the input fault resolves down to an ", 1808 "issue with the power supply itself, the power supply ", 1809 "indicating this input fault should be called out. Add the ", 1810 "CALLOUT_INVENTORY_PATH to the additional data, and set the", 1811 "CALLOUT_PRIORITY to something other than high." 1812 ] 1813 }, 1814 1815 "JournalCapture": { 1816 "Sections": [ 1817 { 1818 "SyslogID": "phosphor-psu-monitor", 1819 "NumLines": 30 1820 }, 1821 { 1822 "SyslogID": "phosphor-power-control", 1823 "NumLines": 30 1824 }, 1825 { 1826 "SyslogID": "phosphor-chassis-state-manager", 1827 "NumLines": 15 1828 }, 1829 { 1830 "SyslogID": "systemd", 1831 "NumLines": 15 1832 } 1833 ] 1834 } 1835 }, 1836 1837 { 1838 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault", 1839 "Subsystem": "power_supply", 1840 "ActionFlags": ["service_action", "report", "call_home"], 1841 "ComponentID": "0x2700", 1842 1843 "SRC": { 1844 "Type": "11", 1845 "ReasonCode": "0x15F1", 1846 "Words6To9": {}, 1847 "DeconfigFlag": true 1848 }, 1849 1850 "Callouts": [ 1851 { 1852 "CalloutList": [ 1853 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 1854 ] 1855 } 1856 ], 1857 1858 "Documentation": { 1859 "Description": "Power Supply power fault", 1860 "Message": "The power supply detected a fault condition, see AdditionalData for further details.", 1861 "Notes": [ 1862 "The power supply reporting the fault should be called ", 1863 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 1864 "specific fault, STATUS_* details, and code level in the ", 1865 "AdditionalData section." 1866 ] 1867 }, 1868 1869 "JournalCapture": { 1870 "Sections": [ 1871 { 1872 "SyslogID": "phosphor-psu-monitor", 1873 "NumLines": 30 1874 }, 1875 { 1876 "SyslogID": "phosphor-power-control", 1877 "NumLines": 30 1878 }, 1879 { 1880 "SyslogID": "phosphor-chassis-state-manager", 1881 "NumLines": 15 1882 }, 1883 { 1884 "SyslogID": "systemd", 1885 "NumLines": 15 1886 } 1887 ] 1888 } 1889 }, 1890 1891 { 1892 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", 1893 "Subsystem": "power_supply", 1894 "ActionFlags": ["service_action", "report", "call_home"], 1895 "ComponentID": "0x2700", 1896 1897 "SRC": { 1898 "Type": "11", 1899 "ReasonCode": "0x15F2", 1900 "Words6To9": {}, 1901 "DeconfigFlag": true 1902 }, 1903 1904 "Callouts": [ 1905 { 1906 "CalloutList": [ 1907 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 1908 ] 1909 } 1910 ], 1911 1912 "Documentation": { 1913 "Description": "Power Supply non-power fault", 1914 "Message": "A communication failure occurred talking to the power supply", 1915 "Notes": [ 1916 "Communication problems with the power supply could be ", 1917 "the power supply, or any hardware between it and the ", 1918 "BMC. Reporting the error should be passing in a call ", 1919 "out using CALLOUT_DEVICE_PATH." 1920 ] 1921 }, 1922 "JournalCapture": { 1923 "Sections": [ 1924 { 1925 "SyslogID": "phosphor-psu-monitor", 1926 "NumLines": 30 1927 }, 1928 { 1929 "SyslogID": "phosphor-power-control", 1930 "NumLines": 30 1931 }, 1932 { 1933 "SyslogID": "phosphor-chassis-state-manager", 1934 "NumLines": 15 1935 }, 1936 { 1937 "SyslogID": "systemd", 1938 "NumLines": 15 1939 } 1940 ] 1941 } 1942 }, 1943 1944 { 1945 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing", 1946 "Subsystem": "power_supply", 1947 "ActionFlags": ["service_action", "report", "call_home"], 1948 "ComponentID": "0x2700", 1949 1950 "SRC": { 1951 "Type": "11", 1952 "ReasonCode": "0x15F6", 1953 "Words6To9": {}, 1954 "DeconfigFlag": true 1955 }, 1956 1957 "Callouts": [ 1958 { 1959 "CalloutList": [ 1960 { 1961 "Priority": "high", 1962 "SymbolicFRUTrusted": "pwrsply", 1963 "UseInventoryLocCode": true 1964 } 1965 ] 1966 } 1967 ], 1968 1969 "Documentation": { 1970 "Description": "Power Supply is missing", 1971 "Message": "A power supply that should be present is missing", 1972 "Notes": [ 1973 "The CalloutList should use the PWRSPLY symbolic FRU ", 1974 "with the trusted location code property. The ", 1975 "location code in this callout is obtained from ", 1976 "the passed in CALLOUT_INVENTORY_PATH value." 1977 ] 1978 }, 1979 1980 "JournalCapture": { 1981 "Sections": [ 1982 { 1983 "SyslogID": "phosphor-psu-monitor", 1984 "NumLines": 30 1985 }, 1986 { 1987 "SyslogID": "phosphor-power-control", 1988 "NumLines": 30 1989 }, 1990 { 1991 "SyslogID": "phosphor-chassis-state-manager", 1992 "NumLines": 15 1993 }, 1994 { 1995 "SyslogID": "systemd", 1996 "NumLines": 15 1997 } 1998 ] 1999 } 2000 }, 2001 2002 { 2003 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", 2004 "Subsystem": "power_supply", 2005 "ActionFlags": ["service_action", "report", "call_home"], 2006 "ComponentID": "0x2700", 2007 2008 "SRC": { 2009 "Type": "11", 2010 "ReasonCode": "0x15F7", 2011 "Words6To9": {} 2012 }, 2013 2014 "Callouts": [ 2015 { 2016 "CalloutList": [ 2017 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2018 ] 2019 } 2020 ], 2021 2022 "Documentation": { 2023 "Description": "Power Supply configuration is not supported", 2024 "Message": "The power supply configuration is not supported", 2025 "Notes": [ 2026 "The combination of power supplies detected in the ", 2027 "system is not supported. This could be caused by ", 2028 "mismatched models, less than expected number of power ", 2029 "supplies, or other unsupported characteristics." 2030 ] 2031 }, 2032 2033 "JournalCapture": { 2034 "Sections": [ 2035 { 2036 "SyslogID": "phosphor-psu-monitor", 2037 "NumLines": 30 2038 }, 2039 { 2040 "SyslogID": "phosphor-power-control", 2041 "NumLines": 30 2042 }, 2043 { 2044 "SyslogID": "phosphor-chassis-state-manager", 2045 "NumLines": 15 2046 }, 2047 { 2048 "SyslogID": "systemd", 2049 "NumLines": 15 2050 } 2051 ] 2052 } 2053 }, 2054 2055 { 2056 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault", 2057 "Subsystem": "power_supply", 2058 "ActionFlags": ["service_action", "report", "call_home"], 2059 "ComponentID": "0x2700", 2060 2061 "SRC": { 2062 "Type": "11", 2063 "ReasonCode": "0x15FF", 2064 "Words6To9": {}, 2065 "DeconfigFlag": true 2066 }, 2067 2068 "Callouts": [ 2069 { 2070 "CalloutList": [ 2071 { "Priority": "medium", "SymbolicFRU": "pwrsply" } 2072 ] 2073 } 2074 ], 2075 2076 "Documentation": { 2077 "Description": "Power Supply fan fault", 2078 "Message": "A power supply indicated a fan fault has occurred", 2079 "Notes": [ 2080 "The power supply reporting the fault should be called ", 2081 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 2082 "specific fault, STATUS_* details, and code level in the ", 2083 "AdditionalData section." 2084 ] 2085 }, 2086 2087 "JournalCapture": { 2088 "Sections": [ 2089 { 2090 "SyslogID": "phosphor-psu-monitor", 2091 "NumLines": 30 2092 }, 2093 { 2094 "SyslogID": "phosphor-power-control", 2095 "NumLines": 30 2096 }, 2097 { 2098 "SyslogID": "phosphor-chassis-state-manager", 2099 "NumLines": 15 2100 }, 2101 { 2102 "SyslogID": "systemd", 2103 "NumLines": 15 2104 } 2105 ] 2106 } 2107 }, 2108 2109 { 2110 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault", 2111 "Subsystem": "power_supply", 2112 "ActionFlags": ["service_action", "report", "call_home"], 2113 "ComponentID": "0x2700", 2114 2115 "SRC": { 2116 "Type": "11", 2117 "ReasonCode": "0x1B01", 2118 "Words6To9": {} 2119 }, 2120 2121 "Callouts": [ 2122 { 2123 "CalloutList": [ 2124 { "Priority": "high", "Procedure": "power_overcurrent" } 2125 ] 2126 } 2127 ], 2128 2129 "Documentation": { 2130 "Description": "Power Supply output over-current power fault", 2131 "Message": "A power supply has indicated an output over-current condition." 2132 }, 2133 2134 "JournalCapture": { 2135 "Sections": [ 2136 { 2137 "SyslogID": "phosphor-psu-monitor", 2138 "NumLines": 30 2139 }, 2140 { 2141 "SyslogID": "phosphor-power-control", 2142 "NumLines": 30 2143 }, 2144 { 2145 "SyslogID": "phosphor-chassis-state-manager", 2146 "NumLines": 15 2147 }, 2148 { 2149 "SyslogID": "systemd", 2150 "NumLines": 15 2151 } 2152 ] 2153 } 2154 }, 2155 2156 { 2157 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout", 2158 "Subsystem": "power", 2159 "ActionFlags": ["report", "service_action"], 2160 "ComponentID": "0x2700", 2161 2162 "SRC": { 2163 "Type": "11", 2164 "ReasonCode": "0x00AC", 2165 "Words6To9": {} 2166 }, 2167 2168 "Callouts": [ 2169 { 2170 "CalloutList": [ 2171 { "Priority": "high", "SymbolicFRU": "ac_module" } 2172 ] 2173 } 2174 ], 2175 2176 "Documentation": { 2177 "Description": "Input power was lost while the system was powered on.", 2178 "Message": "Input power was lost while the system was powered on.", 2179 "Notes": [ 2180 "Input power was lost while system powered on.", 2181 "The CalloutList should use the ACMODUL symbolic FRU." 2182 ] 2183 }, 2184 2185 "JournalCapture": { 2186 "Sections": [ 2187 { 2188 "SyslogID": "phosphor-psu-monitor", 2189 "NumLines": 30 2190 }, 2191 { 2192 "SyslogID": "phosphor-power-control", 2193 "NumLines": 30 2194 }, 2195 { 2196 "SyslogID": "phosphor-chassis-state-manager", 2197 "NumLines": 15 2198 }, 2199 { 2200 "SyslogID": "systemd", 2201 "NumLines": 15 2202 } 2203 ] 2204 } 2205 }, 2206 2207 { 2208 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault", 2209 "Subsystem": "power_supply", 2210 "ActionFlags": ["service_action", "report", "call_home"], 2211 "ComponentID": "0x2700", 2212 2213 "SRC": { 2214 "Type": "11", 2215 "ReasonCode": "0x2500", 2216 "Words6To9": {} 2217 }, 2218 2219 "Callouts": [ 2220 { 2221 "CalloutList": [ 2222 { "Priority": "high", "Procedure": "power_overcurrent" } 2223 ] 2224 } 2225 ], 2226 2227 "Documentation": { 2228 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.", 2229 "Message": "Power supply PSKill_fault", 2230 "Notes": [] 2231 }, 2232 2233 "JournalCapture": { 2234 "Sections": [ 2235 { 2236 "SyslogID": "phosphor-psu-monitor", 2237 "NumLines": 30 2238 }, 2239 { 2240 "SyslogID": "phosphor-power-control", 2241 "NumLines": 30 2242 }, 2243 { 2244 "SyslogID": "phosphor-chassis-state-manager", 2245 "NumLines": 15 2246 }, 2247 { 2248 "SyslogID": "systemd", 2249 "NumLines": 15 2250 } 2251 ] 2252 } 2253 }, 2254 2255 { 2256 "Name": "xyz.openbmc_project.Power.Error.Shutdown", 2257 "Subsystem": "power_sequencer", 2258 "ComponentID": "0x2700", 2259 2260 "SRC": { 2261 "Type": "11", 2262 "ReasonCode": "0x2600", 2263 "Words6To9": {} 2264 }, 2265 2266 "Callouts": [ 2267 { 2268 "CalloutList": [ 2269 { "Priority": "high", "SymbolicFRU": "pgood_part" } 2270 ] 2271 } 2272 ], 2273 2274 "Documentation": { 2275 "Description": "A power off was issued because a power fault was detected", 2276 "Message": "A power off was issued because a power fault was detected", 2277 "Notes": [] 2278 }, 2279 2280 "JournalCapture": { 2281 "Sections": [ 2282 { 2283 "SyslogID": "phosphor-psu-monitor", 2284 "NumLines": 30 2285 }, 2286 { 2287 "SyslogID": "phosphor-power-control", 2288 "NumLines": 30 2289 }, 2290 { 2291 "SyslogID": "phosphor-chassis-state-manager", 2292 "NumLines": 15 2293 }, 2294 { 2295 "SyslogID": "systemd", 2296 "NumLines": 15 2297 }, 2298 { 2299 "SyslogID": "phosphor-regulators", 2300 "NumLines": 5 2301 } 2302 ] 2303 } 2304 }, 2305 2306 { 2307 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator", 2308 "Subsystem": "power_control_hw", 2309 "Severity": "critical_system_term", 2310 "ComponentID": "0x2700", 2311 2312 "SRC": { 2313 "Type": "11", 2314 "ReasonCode": "0x2602", 2315 "Words6To9": {} 2316 }, 2317 2318 "Callouts": [ 2319 { 2320 "System": "ibm,rainier", 2321 "CalloutList": [ 2322 { 2323 "Priority": "high", 2324 "LocCode": "P0-C5" 2325 }, 2326 { 2327 "Priority": "medium", 2328 "LocCode": "P0" 2329 } 2330 ] 2331 }, 2332 { 2333 "System": "ibm,everest", 2334 "CalloutList": [ 2335 { 2336 "Priority": "high", 2337 "LocCode": "P0-C59" 2338 }, 2339 { 2340 "Priority": "medium", 2341 "LocCode": "P0" 2342 } 2343 ] 2344 }, 2345 { 2346 "System": "ibm,bonnell", 2347 "CalloutList": [ 2348 { 2349 "Priority": "high", 2350 "LocCode": "P0" 2351 } 2352 ] 2353 } 2354 ], 2355 2356 "Documentation": { 2357 "Description": "A power off was issued because a regulator for standby power faulted", 2358 "Message": "A power off was issued because a regulator for standby power faulted", 2359 "Notes": [] 2360 }, 2361 2362 "JournalCapture": { 2363 "Sections": [ 2364 { 2365 "SyslogID": "phosphor-psu-monitor", 2366 "NumLines": 30 2367 }, 2368 { 2369 "SyslogID": "phosphor-power-control", 2370 "NumLines": 30 2371 }, 2372 { 2373 "SyslogID": "phosphor-chassis-state-manager", 2374 "NumLines": 15 2375 }, 2376 { 2377 "SyslogID": "systemd", 2378 "NumLines": 15 2379 }, 2380 { 2381 "SyslogID": "phosphor-regulators", 2382 "NumLines": 5 2383 } 2384 ] 2385 } 2386 }, 2387 2388 { 2389 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault", 2390 "Subsystem": "power_sequencer", 2391 "ComponentID": "0x2700", 2392 2393 "SRC": { 2394 "Type": "11", 2395 "ReasonCode": "0x2610", 2396 "Words6To9": {} 2397 }, 2398 2399 "CalloutsUsingAD": { 2400 "ADName": "INPUT_NAME", 2401 "CalloutsWithTheirADValues": [ 2402 { 2403 "ADValue": "PGOOD_12A", 2404 "Callouts": [ 2405 { 2406 "CalloutList": [ 2407 { 2408 "Priority": "high", 2409 "SymbolicFRU": "pgood_part" 2410 } 2411 ] 2412 } 2413 ] 2414 }, 2415 { 2416 "ADValue": "PGOOD_12B", 2417 "Callouts": [ 2418 { 2419 "CalloutList": [ 2420 { 2421 "Priority": "high", 2422 "SymbolicFRU": "pgood_part" 2423 } 2424 ] 2425 } 2426 ] 2427 }, 2428 { 2429 "ADValue": "PGOOD_12C", 2430 "Callouts": [ 2431 { 2432 "CalloutList": [ 2433 { 2434 "Priority": "high", 2435 "SymbolicFRU": "pgood_part" 2436 } 2437 ] 2438 } 2439 ] 2440 }, 2441 { 2442 "ADValue": "PGOOD_12D", 2443 "Callouts": [ 2444 { 2445 "CalloutList": [ 2446 { 2447 "Priority": "high", 2448 "SymbolicFRU": "pgood_part" 2449 } 2450 ] 2451 } 2452 ] 2453 }, 2454 { 2455 "ADValue": "PGOOD_12L", 2456 "Callouts": [ 2457 { 2458 "CalloutList": [ 2459 { 2460 "Priority": "high", 2461 "SymbolicFRU": "pgood_part" 2462 } 2463 ] 2464 } 2465 ] 2466 }, 2467 { 2468 "ADValue": "PGOOD_12M", 2469 "Callouts": [ 2470 { 2471 "CalloutList": [ 2472 { 2473 "Priority": "high", 2474 "SymbolicFRU": "pgood_part" 2475 } 2476 ] 2477 } 2478 ] 2479 }, 2480 { 2481 "ADValue": "PGOOD_12N", 2482 "Callouts": [ 2483 { 2484 "CalloutList": [ 2485 { 2486 "Priority": "high", 2487 "SymbolicFRU": "pgood_part" 2488 } 2489 ] 2490 } 2491 ] 2492 }, 2493 { 2494 "ADValue": "PGOOD_12PCIE", 2495 "Callouts": [ 2496 { 2497 "CalloutList": [ 2498 { 2499 "Priority": "high", 2500 "SymbolicFRU": "pgood_part" 2501 } 2502 ] 2503 } 2504 ] 2505 }, 2506 { 2507 "ADValue": "PGOOD_12Q", 2508 "Callouts": [ 2509 { 2510 "CalloutList": [ 2511 { 2512 "Priority": "high", 2513 "SymbolicFRU": "pgood_part" 2514 } 2515 ] 2516 } 2517 ] 2518 }, 2519 { 2520 "ADValue": "PGOOD_VDN_DCM0", 2521 "Callouts": [ 2522 { 2523 "CalloutList": [ 2524 { "Priority": "high", "LocCode": "P0-C14" }, 2525 { 2526 "Priority": "medium", 2527 "LocCode": "P0-C15" 2528 }, 2529 { "Priority": "low", "LocCode": "P0" } 2530 ] 2531 } 2532 ] 2533 }, 2534 { 2535 "ADValue": "PGOOD_VDN_DCM1", 2536 "Callouts": [ 2537 { 2538 "CalloutList": [ 2539 { "Priority": "high", "LocCode": "P0-C23" }, 2540 { 2541 "Priority": "medium", 2542 "LocCode": "P0-C24" 2543 }, 2544 { "Priority": "low", "LocCode": "P0" } 2545 ] 2546 } 2547 ] 2548 }, 2549 { 2550 "ADValue": "PGOOD_VCS_DCM0", 2551 "Callouts": [ 2552 { 2553 "CalloutList": [ 2554 { "Priority": "high", "LocCode": "P0-C14" }, 2555 { 2556 "Priority": "medium", 2557 "LocCode": "P0-C15" 2558 }, 2559 { "Priority": "low", "LocCode": "P0" } 2560 ] 2561 } 2562 ] 2563 }, 2564 { 2565 "ADValue": "PGOOD_VCS_DCM1", 2566 "Callouts": [ 2567 { 2568 "CalloutList": [ 2569 { "Priority": "high", "LocCode": "P0-C23" }, 2570 { 2571 "Priority": "medium", 2572 "LocCode": "P0-C24" 2573 }, 2574 { "Priority": "low", "LocCode": "P0" } 2575 ] 2576 } 2577 ] 2578 }, 2579 { 2580 "ADValue": "PGOOD_VIO_DCM0", 2581 "Callouts": [ 2582 { 2583 "CalloutList": [ 2584 { "Priority": "high", "LocCode": "P0-C14" }, 2585 { 2586 "Priority": "medium", 2587 "LocCode": "P0-C15" 2588 }, 2589 { "Priority": "low", "LocCode": "P0" } 2590 ] 2591 } 2592 ] 2593 }, 2594 { 2595 "ADValue": "PGOOD_VIO_DCM1", 2596 "Callouts": [ 2597 { 2598 "CalloutList": [ 2599 { "Priority": "high", "LocCode": "P0-C23" }, 2600 { 2601 "Priority": "medium", 2602 "LocCode": "P0-C24" 2603 }, 2604 { "Priority": "low", "LocCode": "P0" } 2605 ] 2606 } 2607 ] 2608 }, 2609 { 2610 "ADValue": "PGOOD_VPCIE_DCM0", 2611 "Callouts": [ 2612 { 2613 "CalloutList": [ 2614 { "Priority": "high", "LocCode": "P0-C14" }, 2615 { 2616 "Priority": "medium", 2617 "LocCode": "P0-C15" 2618 }, 2619 { "Priority": "low", "LocCode": "P0" } 2620 ] 2621 } 2622 ] 2623 }, 2624 { 2625 "ADValue": "PGOOD_VPCIE_DCM1", 2626 "Callouts": [ 2627 { 2628 "CalloutList": [ 2629 { "Priority": "high", "LocCode": "P0-C23" }, 2630 { 2631 "Priority": "medium", 2632 "LocCode": "P0-C24" 2633 }, 2634 { "Priority": "low", "LocCode": "P0" } 2635 ] 2636 } 2637 ] 2638 }, 2639 { 2640 "ADValue": "CP0_VPCIE", 2641 "Callouts": [ 2642 { 2643 "CalloutList": [ 2644 { "Priority": "high", "LocCode": "P0-C58" }, 2645 { 2646 "Priority": "medium", 2647 "LocCode": "P0-C61" 2648 }, 2649 { "Priority": "low", "LocCode": "P0" } 2650 ] 2651 } 2652 ] 2653 }, 2654 { 2655 "ADValue": "CP1_VPCIE", 2656 "Callouts": [ 2657 { 2658 "CalloutList": [ 2659 { "Priority": "high", "LocCode": "P0-C16" }, 2660 { 2661 "Priority": "medium", 2662 "LocCode": "P0-C14" 2663 }, 2664 { "Priority": "low", "LocCode": "P0" } 2665 ] 2666 } 2667 ] 2668 }, 2669 { 2670 "ADValue": "CP2_VPCIE", 2671 "Callouts": [ 2672 { 2673 "CalloutList": [ 2674 { "Priority": "high", "LocCode": "P0-C16" }, 2675 { 2676 "Priority": "medium", 2677 "LocCode": "P0-C19" 2678 }, 2679 { "Priority": "low", "LocCode": "P0" } 2680 ] 2681 } 2682 ] 2683 }, 2684 { 2685 "ADValue": "CP3_VPCIE", 2686 "Callouts": [ 2687 { 2688 "CalloutList": [ 2689 { "Priority": "high", "LocCode": "P0-C58" }, 2690 { 2691 "Priority": "medium", 2692 "LocCode": "P0-C56" 2693 }, 2694 { "Priority": "low", "LocCode": "P0" } 2695 ] 2696 } 2697 ] 2698 }, 2699 { 2700 "ADValue": "5.0V_USB_front", 2701 "Callouts": [ 2702 { 2703 "CalloutList": [ 2704 { 2705 "Priority": "high", 2706 "SymbolicFRU": "usb_pgood" 2707 }, 2708 { "Priority": "low", "LocCode": "P1" }, 2709 { "Priority": "low", "LocCode": "P0" } 2710 ] 2711 } 2712 ] 2713 }, 2714 { 2715 "ADValue": "CP0_VDN", 2716 "Callouts": [ 2717 { 2718 "CalloutList": [ 2719 { "Priority": "high", "LocCode": "P0-C63" }, 2720 { 2721 "Priority": "medium", 2722 "LocCode": "P0-C61" 2723 }, 2724 { "Priority": "low", "LocCode": "P0" } 2725 ] 2726 } 2727 ] 2728 }, 2729 { 2730 "ADValue": "CP1_VDN", 2731 "Callouts": [ 2732 { 2733 "CalloutList": [ 2734 { "Priority": "high", "LocCode": "P0-C12" }, 2735 { 2736 "Priority": "medium", 2737 "LocCode": "P0-C14" 2738 }, 2739 { "Priority": "low", "LocCode": "P0" } 2740 ] 2741 } 2742 ] 2743 }, 2744 { 2745 "ADValue": "CP2_VDN", 2746 "Callouts": [ 2747 { 2748 "CalloutList": [ 2749 { "Priority": "high", "LocCode": "P0-C21" }, 2750 { 2751 "Priority": "medium", 2752 "LocCode": "P0-C19" 2753 }, 2754 { "Priority": "low", "LocCode": "P0" } 2755 ] 2756 } 2757 ] 2758 }, 2759 { 2760 "ADValue": "CP3_VDN", 2761 "Callouts": [ 2762 { 2763 "CalloutList": [ 2764 { "Priority": "high", "LocCode": "P0-C54" }, 2765 { 2766 "Priority": "medium", 2767 "LocCode": "P0-C56" 2768 }, 2769 { "Priority": "low", "LocCode": "P0" } 2770 ] 2771 } 2772 ] 2773 }, 2774 { 2775 "ADValue": "CP0_VIO", 2776 "Callouts": [ 2777 { 2778 "CalloutList": [ 2779 { "Priority": "high", "LocCode": "P0-C63" }, 2780 { 2781 "Priority": "medium", 2782 "LocCode": "P0-C61" 2783 }, 2784 { "Priority": "low", "LocCode": "P0" } 2785 ] 2786 } 2787 ] 2788 }, 2789 { 2790 "ADValue": "CP1_VIO", 2791 "Callouts": [ 2792 { 2793 "CalloutList": [ 2794 { "Priority": "high", "LocCode": "P0-C12" }, 2795 { 2796 "Priority": "medium", 2797 "LocCode": "P0-C14" 2798 }, 2799 { "Priority": "low", "LocCode": "P0" } 2800 ] 2801 } 2802 ] 2803 }, 2804 { 2805 "ADValue": "CP2_VIO", 2806 "Callouts": [ 2807 { 2808 "CalloutList": [ 2809 { "Priority": "high", "LocCode": "P0-C21" }, 2810 { 2811 "Priority": "medium", 2812 "LocCode": "P0-C19" 2813 }, 2814 { "Priority": "low", "LocCode": "P0" } 2815 ] 2816 } 2817 ] 2818 }, 2819 { 2820 "ADValue": "CP3_VIO", 2821 "Callouts": [ 2822 { 2823 "CalloutList": [ 2824 { "Priority": "high", "LocCode": "P0-C54" }, 2825 { 2826 "Priority": "medium", 2827 "LocCode": "P0-C56" 2828 }, 2829 { "Priority": "low", "LocCode": "P0" } 2830 ] 2831 } 2832 ] 2833 } 2834 ] 2835 }, 2836 2837 "Documentation": { 2838 "Description": "The power sequencer chip detected a PGOOD fault", 2839 "Message": "The power sequencer chip detected a PGOOD fault", 2840 "Notes": [] 2841 }, 2842 2843 "JournalCapture": { 2844 "Sections": [ 2845 { 2846 "SyslogID": "phosphor-psu-monitor", 2847 "NumLines": 30 2848 }, 2849 { 2850 "SyslogID": "phosphor-power-control", 2851 "NumLines": 30 2852 }, 2853 { 2854 "SyslogID": "phosphor-chassis-state-manager", 2855 "NumLines": 15 2856 }, 2857 { 2858 "SyslogID": "systemd", 2859 "NumLines": 15 2860 }, 2861 { 2862 "SyslogID": "phosphor-regulators", 2863 "NumLines": 5 2864 } 2865 ] 2866 } 2867 }, 2868 2869 { 2870 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault", 2871 "Subsystem": "power_sequencer", 2872 "ComponentID": "0x2700", 2873 2874 "SRC": { 2875 "Type": "11", 2876 "ReasonCode": "0x2620", 2877 "Words6To9": {} 2878 }, 2879 2880 "CalloutsUsingAD": { 2881 "ADName": "RAIL_NAME", 2882 "CalloutsWithTheirADValues": [ 2883 { 2884 "ADValue": "12.0V", 2885 "Callouts": [ 2886 { 2887 "CalloutList": [ 2888 { 2889 "Priority": "high", 2890 "SymbolicFRU": "pgood_part" 2891 } 2892 ] 2893 } 2894 ] 2895 }, 2896 { 2897 "ADValue": "5.0V_USB", 2898 "Callouts": [ 2899 { 2900 "CalloutList": [ 2901 { 2902 "Priority": "high", 2903 "SymbolicFRU": "usb_pgood" 2904 }, 2905 { "Priority": "medium", "LocCode": "P0" } 2906 ] 2907 } 2908 ] 2909 }, 2910 { 2911 "ADValue": "5.0V_DASD", 2912 "Callouts": [ 2913 { 2914 "CalloutList": [ 2915 { "Priority": "medium", "LocCode": "P1" }, 2916 { "Priority": "medium", "LocCode": "P2" }, 2917 { "Priority": "low", "LocCode": "P0" } 2918 ] 2919 } 2920 ] 2921 }, 2922 { 2923 "ADValue": "3.3VA", 2924 "Callouts": [ 2925 { 2926 "CalloutList": [ 2927 { "Priority": "high", "LocCode": "P0" } 2928 ] 2929 } 2930 ] 2931 }, 2932 { 2933 "ADValue": "3.3VB", 2934 "Callouts": [ 2935 { 2936 "CalloutList": [ 2937 { "Priority": "high", "LocCode": "P0" } 2938 ] 2939 } 2940 ] 2941 }, 2942 { 2943 "ADValue": "1.5V", 2944 "Callouts": [ 2945 { 2946 "CalloutList": [ 2947 { "Priority": "high", "LocCode": "P0" } 2948 ] 2949 } 2950 ] 2951 }, 2952 { 2953 "ADValue": "1.1V", 2954 "Callouts": [ 2955 { 2956 "CalloutList": [ 2957 { "Priority": "high", "LocCode": "P0" } 2958 ] 2959 } 2960 ] 2961 }, 2962 { 2963 "ADValue": "VDDA_DCM0", 2964 "Callouts": [ 2965 { 2966 "CalloutList": [ 2967 { "Priority": "high", "LocCode": "P0-C14" }, 2968 { 2969 "Priority": "medium", 2970 "LocCode": "P0-C15" 2971 }, 2972 { "Priority": "low", "LocCode": "P0" } 2973 ] 2974 } 2975 ] 2976 }, 2977 { 2978 "ADValue": "VDDB_DCM0", 2979 "Callouts": [ 2980 { 2981 "CalloutList": [ 2982 { "Priority": "high", "LocCode": "P0-C14" }, 2983 { 2984 "Priority": "medium", 2985 "LocCode": "P0-C15" 2986 }, 2987 { "Priority": "low", "LocCode": "P0" } 2988 ] 2989 } 2990 ] 2991 }, 2992 { 2993 "ADValue": "VDDA_DCM1", 2994 "Callouts": [ 2995 { 2996 "CalloutList": [ 2997 { "Priority": "high", "LocCode": "P0-C23" }, 2998 { 2999 "Priority": "medium", 3000 "LocCode": "P0-C24" 3001 }, 3002 { "Priority": "low", "LocCode": "P0" } 3003 ] 3004 } 3005 ] 3006 }, 3007 { 3008 "ADValue": "VDDB_DCM1", 3009 "Callouts": [ 3010 { 3011 "CalloutList": [ 3012 { "Priority": "high", "LocCode": "P0-C23" }, 3013 { 3014 "Priority": "medium", 3015 "LocCode": "P0-C24" 3016 }, 3017 { "Priority": "low", "LocCode": "P0" } 3018 ] 3019 } 3020 ] 3021 }, 3022 { 3023 "ADValue": "12.0VCS", 3024 "Callouts": [ 3025 { 3026 "CalloutList": [ 3027 { 3028 "Priority": "high", 3029 "SymbolicFRU": "pgood_part" 3030 } 3031 ] 3032 } 3033 ] 3034 }, 3035 { 3036 "ADValue": "3.3VCS", 3037 "Callouts": [ 3038 { 3039 "CalloutList": [ 3040 { "Priority": "high", "LocCode": "P0" } 3041 ] 3042 } 3043 ] 3044 }, 3045 { 3046 "ADValue": "1.1V_Current", 3047 "Callouts": [ 3048 { 3049 "CalloutList": [ 3050 { "Priority": "high", "LocCode": "P0" } 3051 ] 3052 } 3053 ] 3054 }, 3055 { 3056 "ADValue": "5.0V_USB_Current", 3057 "Callouts": [ 3058 { 3059 "CalloutList": [ 3060 { 3061 "Priority": "high", 3062 "SymbolicFRU": "usb_pgood" 3063 }, 3064 { "Priority": "medium", "LocCode": "P0" } 3065 ] 3066 } 3067 ] 3068 }, 3069 { 3070 "ADValue": "5.0V_DASD_Current", 3071 "Callouts": [ 3072 { 3073 "CalloutList": [ 3074 { "Priority": "medium", "LocCode": "P1" }, 3075 { "Priority": "medium", "LocCode": "P2" }, 3076 { "Priority": "low", "LocCode": "P0" } 3077 ] 3078 } 3079 ] 3080 }, 3081 { 3082 "ADValue": "12.0VN", 3083 "Callouts": [ 3084 { 3085 "CalloutList": [ 3086 { 3087 "Priority": "high", 3088 "SymbolicFRU": "pgood_part" 3089 } 3090 ] 3091 } 3092 ] 3093 }, 3094 { 3095 "ADValue": "12.0VP", 3096 "Callouts": [ 3097 { 3098 "CalloutList": [ 3099 { 3100 "Priority": "high", 3101 "SymbolicFRU": "pgood_part" 3102 } 3103 ] 3104 } 3105 ] 3106 }, 3107 { 3108 "ADValue": "12.0VQ", 3109 "Callouts": [ 3110 { 3111 "CalloutList": [ 3112 { 3113 "Priority": "high", 3114 "SymbolicFRU": "pgood_part" 3115 } 3116 ] 3117 } 3118 ] 3119 }, 3120 { 3121 "ADValue": "12.0VR", 3122 "Callouts": [ 3123 { 3124 "CalloutList": [ 3125 { 3126 "Priority": "high", 3127 "SymbolicFRU": "pgood_part" 3128 } 3129 ] 3130 } 3131 ] 3132 }, 3133 { 3134 "ADValue": "ThermalDiode1", 3135 "Callouts": [ 3136 { 3137 "CalloutList": [ 3138 { "Priority": "high", "LocCode": "P0" } 3139 ] 3140 } 3141 ] 3142 }, 3143 { 3144 "ADValue": "ThermalDiode2", 3145 "Callouts": [ 3146 { 3147 "CalloutList": [ 3148 { "Priority": "high", "LocCode": "P0" } 3149 ] 3150 } 3151 ] 3152 }, 3153 { 3154 "ADValue": "ThermalDiode3", 3155 "Callouts": [ 3156 { 3157 "CalloutList": [ 3158 { "Priority": "high", "LocCode": "P0" } 3159 ] 3160 } 3161 ] 3162 }, 3163 { 3164 "ADValue": "ThermalDiode4", 3165 "Callouts": [ 3166 { 3167 "CalloutList": [ 3168 { "Priority": "high", "LocCode": "P0" } 3169 ] 3170 } 3171 ] 3172 }, 3173 { 3174 "ADValue": "VDN_DCM0", 3175 "Callouts": [ 3176 { 3177 "CalloutList": [ 3178 { "Priority": "high", "LocCode": "P0-C14" }, 3179 { 3180 "Priority": "medium", 3181 "LocCode": "P0-C15" 3182 }, 3183 { "Priority": "low", "LocCode": "P0" } 3184 ] 3185 } 3186 ] 3187 }, 3188 { 3189 "ADValue": "VDN_DCM1", 3190 "Callouts": [ 3191 { 3192 "CalloutList": [ 3193 { "Priority": "high", "LocCode": "P0-C23" }, 3194 { 3195 "Priority": "medium", 3196 "LocCode": "P0-C24" 3197 }, 3198 { "Priority": "low", "LocCode": "P0" } 3199 ] 3200 } 3201 ] 3202 }, 3203 { 3204 "ADValue": "VCS_DCM0", 3205 "Callouts": [ 3206 { 3207 "CalloutList": [ 3208 { "Priority": "high", "LocCode": "P0-C14" }, 3209 { 3210 "Priority": "medium", 3211 "LocCode": "P0-C15" 3212 }, 3213 { "Priority": "low", "LocCode": "P0" } 3214 ] 3215 } 3216 ] 3217 }, 3218 { 3219 "ADValue": "VCS_DCM1", 3220 "Callouts": [ 3221 { 3222 "CalloutList": [ 3223 { "Priority": "high", "LocCode": "P0-C23" }, 3224 { 3225 "Priority": "medium", 3226 "LocCode": "P0-C24" 3227 }, 3228 { "Priority": "low", "LocCode": "P0" } 3229 ] 3230 } 3231 ] 3232 }, 3233 { 3234 "ADValue": "VIO_DCM0", 3235 "Callouts": [ 3236 { 3237 "CalloutList": [ 3238 { "Priority": "high", "LocCode": "P0-C14" }, 3239 { 3240 "Priority": "medium", 3241 "LocCode": "P0-C15" 3242 }, 3243 { "Priority": "low", "LocCode": "P0" } 3244 ] 3245 } 3246 ] 3247 }, 3248 { 3249 "ADValue": "VIO_DCM1", 3250 "Callouts": [ 3251 { 3252 "CalloutList": [ 3253 { "Priority": "high", "LocCode": "P0-C23" }, 3254 { 3255 "Priority": "medium", 3256 "LocCode": "P0-C24" 3257 }, 3258 { "Priority": "low", "LocCode": "P0" } 3259 ] 3260 } 3261 ] 3262 }, 3263 { 3264 "ADValue": "VPCIE_DCM0", 3265 "Callouts": [ 3266 { 3267 "CalloutList": [ 3268 { "Priority": "high", "LocCode": "P0-C14" }, 3269 { 3270 "Priority": "medium", 3271 "LocCode": "P0-C15" 3272 }, 3273 { "Priority": "low", "LocCode": "P0" } 3274 ] 3275 } 3276 ] 3277 }, 3278 { 3279 "ADValue": "VPCIE_DCM1", 3280 "Callouts": [ 3281 { 3282 "CalloutList": [ 3283 { "Priority": "high", "LocCode": "P0-C23" }, 3284 { 3285 "Priority": "medium", 3286 "LocCode": "P0-C24" 3287 }, 3288 { "Priority": "low", "LocCode": "P0" } 3289 ] 3290 } 3291 ] 3292 }, 3293 { 3294 "ADValue": "3V3IO", 3295 "Callouts": [ 3296 { 3297 "CalloutList": [ 3298 { "Priority": "high", "LocCode": "P0-C17" }, 3299 { 3300 "Priority": "medium", 3301 "LocCode": "P0-C96" 3302 }, 3303 { 3304 "Priority": "medium", 3305 "LocCode": "P0-C0" 3306 }, 3307 { 3308 "Priority": "medium", 3309 "SymbolicFRU": "pcie_hot_plug" 3310 }, 3311 { "Priority": "low", "LocCode": "P0" } 3312 ] 3313 } 3314 ] 3315 }, 3316 { 3317 "ADValue": "CP0_VDD0", 3318 "Callouts": [ 3319 { 3320 "CalloutList": [ 3321 { "Priority": "high", "LocCode": "P0-C62" }, 3322 { 3323 "Priority": "medium", 3324 "LocCode": "P0-C61" 3325 }, 3326 { "Priority": "low", "LocCode": "P0" } 3327 ] 3328 } 3329 ] 3330 }, 3331 { 3332 "ADValue": "CP0_VDD1", 3333 "Callouts": [ 3334 { 3335 "CalloutList": [ 3336 { "Priority": "high", "LocCode": "P0-C60" }, 3337 { 3338 "Priority": "medium", 3339 "LocCode": "P0-C61" 3340 }, 3341 { "Priority": "low", "LocCode": "P0" } 3342 ] 3343 } 3344 ] 3345 }, 3346 { 3347 "ADValue": "CP1_VDD0", 3348 "Callouts": [ 3349 { 3350 "CalloutList": [ 3351 { "Priority": "high", "LocCode": "P0-C13" }, 3352 { 3353 "Priority": "medium", 3354 "LocCode": "P0-C14" 3355 }, 3356 { "Priority": "low", "LocCode": "P0" } 3357 ] 3358 } 3359 ] 3360 }, 3361 { 3362 "ADValue": "CP1_VDD1", 3363 "Callouts": [ 3364 { 3365 "CalloutList": [ 3366 { "Priority": "high", "LocCode": "P0-C15" }, 3367 { 3368 "Priority": "medium", 3369 "LocCode": "P0-C14" 3370 }, 3371 { "Priority": "low", "LocCode": "P0" } 3372 ] 3373 } 3374 ] 3375 }, 3376 { 3377 "ADValue": "CP2_VDD0", 3378 "Callouts": [ 3379 { 3380 "CalloutList": [ 3381 { "Priority": "high", "LocCode": "P0-C18" }, 3382 { 3383 "Priority": "medium", 3384 "LocCode": "P0-C19" 3385 }, 3386 { "Priority": "low", "LocCode": "P0" } 3387 ] 3388 } 3389 ] 3390 }, 3391 { 3392 "ADValue": "CP2_VDD1", 3393 "Callouts": [ 3394 { 3395 "CalloutList": [ 3396 { "Priority": "high", "LocCode": "P0-C20" }, 3397 { 3398 "Priority": "medium", 3399 "LocCode": "P0-C19" 3400 }, 3401 { "Priority": "low", "LocCode": "P0" } 3402 ] 3403 } 3404 ] 3405 }, 3406 { 3407 "ADValue": "CP3_VDD0", 3408 "Callouts": [ 3409 { 3410 "CalloutList": [ 3411 { "Priority": "high", "LocCode": "P0-C57" }, 3412 { 3413 "Priority": "medium", 3414 "LocCode": "P0-C56" 3415 }, 3416 { "Priority": "low", "LocCode": "P0" } 3417 ] 3418 } 3419 ] 3420 }, 3421 { 3422 "ADValue": "CP3_VDD1", 3423 "Callouts": [ 3424 { 3425 "CalloutList": [ 3426 { "Priority": "high", "LocCode": "P0-C55" }, 3427 { 3428 "Priority": "medium", 3429 "LocCode": "P0-C56" 3430 }, 3431 { "Priority": "low", "LocCode": "P0" } 3432 ] 3433 } 3434 ] 3435 }, 3436 { 3437 "ADValue": "CP0_VCS0", 3438 "Callouts": [ 3439 { 3440 "CalloutList": [ 3441 { "Priority": "high", "LocCode": "P0-C63" }, 3442 { 3443 "Priority": "medium", 3444 "LocCode": "P0-C61" 3445 }, 3446 { "Priority": "low", "LocCode": "P0" } 3447 ] 3448 } 3449 ] 3450 }, 3451 { 3452 "ADValue": "CP0_VCS1", 3453 "Callouts": [ 3454 { 3455 "CalloutList": [ 3456 { "Priority": "high", "LocCode": "P0-C59" }, 3457 { 3458 "Priority": "medium", 3459 "LocCode": "P0-C61" 3460 }, 3461 { "Priority": "low", "LocCode": "P0" } 3462 ] 3463 } 3464 ] 3465 }, 3466 { 3467 "ADValue": "CP1_VCS0", 3468 "Callouts": [ 3469 { 3470 "CalloutList": [ 3471 { "Priority": "high", "LocCode": "P0-C12" }, 3472 { 3473 "Priority": "medium", 3474 "LocCode": "P0-C14" 3475 }, 3476 { "Priority": "low", "LocCode": "P0" } 3477 ] 3478 } 3479 ] 3480 }, 3481 { 3482 "ADValue": "CP1_VCS1", 3483 "Callouts": [ 3484 { 3485 "CalloutList": [ 3486 { "Priority": "high", "LocCode": "P0-C16" }, 3487 { 3488 "Priority": "medium", 3489 "LocCode": "P0-C14" 3490 }, 3491 { "Priority": "low", "LocCode": "P0" } 3492 ] 3493 } 3494 ] 3495 }, 3496 { 3497 "ADValue": "CP2_VCS0", 3498 "Callouts": [ 3499 { 3500 "CalloutList": [ 3501 { "Priority": "high", "LocCode": "P0-C17" }, 3502 { 3503 "Priority": "medium", 3504 "LocCode": "P0-C19" 3505 }, 3506 { "Priority": "low", "LocCode": "P0" } 3507 ] 3508 } 3509 ] 3510 }, 3511 { 3512 "ADValue": "CP2_VCS1", 3513 "Callouts": [ 3514 { 3515 "CalloutList": [ 3516 { "Priority": "high", "LocCode": "P0-C21" }, 3517 { 3518 "Priority": "medium", 3519 "LocCode": "P0-C19" 3520 }, 3521 { "Priority": "low", "LocCode": "P0" } 3522 ] 3523 } 3524 ] 3525 }, 3526 { 3527 "ADValue": "CP3_VCS0", 3528 "Callouts": [ 3529 { 3530 "CalloutList": [ 3531 { "Priority": "high", "LocCode": "P0-C58" }, 3532 { 3533 "Priority": "medium", 3534 "LocCode": "P0-C56" 3535 }, 3536 { "Priority": "low", "LocCode": "P0" } 3537 ] 3538 } 3539 ] 3540 }, 3541 { 3542 "ADValue": "CP3_VCS1", 3543 "Callouts": [ 3544 { 3545 "CalloutList": [ 3546 { "Priority": "high", "LocCode": "P0-C54" }, 3547 { 3548 "Priority": "medium", 3549 "LocCode": "P0-C56" 3550 }, 3551 { "Priority": "low", "LocCode": "P0" } 3552 ] 3553 } 3554 ] 3555 }, 3556 { 3557 "ADValue": "CP03_AVDD", 3558 "Callouts": [ 3559 { 3560 "CalloutList": [ 3561 { "Priority": "high", "LocCode": "P0-C58" }, 3562 { 3563 "Priority": "medium", 3564 "LocCode": "P0-C61" 3565 }, 3566 { 3567 "Priority": "medium", 3568 "LocCode": "P0-C56" 3569 }, 3570 { "Priority": "low", "LocCode": "P0" } 3571 ] 3572 } 3573 ] 3574 }, 3575 { 3576 "ADValue": "CP12_AVDD", 3577 "Callouts": [ 3578 { 3579 "CalloutList": [ 3580 { "Priority": "high", "LocCode": "P0-C16" }, 3581 { 3582 "Priority": "medium", 3583 "LocCode": "P0-C14" 3584 }, 3585 { 3586 "Priority": "medium", 3587 "LocCode": "P0-C19" 3588 }, 3589 { "Priority": "low", "LocCode": "P0" } 3590 ] 3591 } 3592 ] 3593 }, 3594 { 3595 "ADValue": "CP0_VDN", 3596 "Callouts": [ 3597 { 3598 "CalloutList": [ 3599 { "Priority": "high", "LocCode": "P0-C63" }, 3600 { 3601 "Priority": "medium", 3602 "LocCode": "P0-C61" 3603 }, 3604 { "Priority": "low", "LocCode": "P0" } 3605 ] 3606 } 3607 ] 3608 }, 3609 { 3610 "ADValue": "CP1_VDN", 3611 "Callouts": [ 3612 { 3613 "CalloutList": [ 3614 { "Priority": "high", "LocCode": "P0-C12" }, 3615 { 3616 "Priority": "medium", 3617 "LocCode": "P0-C14" 3618 }, 3619 { "Priority": "low", "LocCode": "P0" } 3620 ] 3621 } 3622 ] 3623 }, 3624 { 3625 "ADValue": "CP2_VDN", 3626 "Callouts": [ 3627 { 3628 "CalloutList": [ 3629 { "Priority": "high", "LocCode": "P0-C21" }, 3630 { 3631 "Priority": "medium", 3632 "LocCode": "P0-C19" 3633 }, 3634 { "Priority": "low", "LocCode": "P0" } 3635 ] 3636 } 3637 ] 3638 }, 3639 { 3640 "ADValue": "CP3_VDN", 3641 "Callouts": [ 3642 { 3643 "CalloutList": [ 3644 { "Priority": "high", "LocCode": "P0-C54" }, 3645 { 3646 "Priority": "medium", 3647 "LocCode": "P0-C56" 3648 }, 3649 { "Priority": "low", "LocCode": "P0" } 3650 ] 3651 } 3652 ] 3653 }, 3654 { 3655 "ADValue": "CP0_VIO", 3656 "Callouts": [ 3657 { 3658 "CalloutList": [ 3659 { "Priority": "high", "LocCode": "P0-C63" }, 3660 { 3661 "Priority": "medium", 3662 "LocCode": "P0-C61" 3663 }, 3664 { "Priority": "low", "LocCode": "P0" } 3665 ] 3666 } 3667 ] 3668 }, 3669 { 3670 "ADValue": "CP1_VIO", 3671 "Callouts": [ 3672 { 3673 "CalloutList": [ 3674 { "Priority": "high", "LocCode": "P0-C12" }, 3675 { 3676 "Priority": "medium", 3677 "LocCode": "P0-C14" 3678 }, 3679 { "Priority": "low", "LocCode": "P0" } 3680 ] 3681 } 3682 ] 3683 }, 3684 { 3685 "ADValue": "CP2_VIO", 3686 "Callouts": [ 3687 { 3688 "CalloutList": [ 3689 { "Priority": "high", "LocCode": "P0-C21" }, 3690 { 3691 "Priority": "medium", 3692 "LocCode": "P0-C19" 3693 }, 3694 { "Priority": "low", "LocCode": "P0" } 3695 ] 3696 } 3697 ] 3698 }, 3699 { 3700 "ADValue": "CP3_VIO", 3701 "Callouts": [ 3702 { 3703 "CalloutList": [ 3704 { "Priority": "high", "LocCode": "P0-C54" }, 3705 { 3706 "Priority": "medium", 3707 "LocCode": "P0-C56" 3708 }, 3709 { "Priority": "low", "LocCode": "P0" } 3710 ] 3711 } 3712 ] 3713 }, 3714 { 3715 "ADValue": "CP0_VPCIE", 3716 "Callouts": [ 3717 { 3718 "CalloutList": [ 3719 { "Priority": "high", "LocCode": "P0-C58" }, 3720 { 3721 "Priority": "medium", 3722 "LocCode": "P0-C61" 3723 }, 3724 { "Priority": "low", "LocCode": "P0" } 3725 ] 3726 } 3727 ] 3728 }, 3729 { 3730 "ADValue": "CP1_VPCIE", 3731 "Callouts": [ 3732 { 3733 "CalloutList": [ 3734 { "Priority": "high", "LocCode": "P0-C16" }, 3735 { 3736 "Priority": "medium", 3737 "LocCode": "P0-C14" 3738 }, 3739 { "Priority": "low", "LocCode": "P0" } 3740 ] 3741 } 3742 ] 3743 }, 3744 { 3745 "ADValue": "CP2_VPCIE", 3746 "Callouts": [ 3747 { 3748 "CalloutList": [ 3749 { "Priority": "high", "LocCode": "P0-C16" }, 3750 { 3751 "Priority": "medium", 3752 "LocCode": "P0-C19" 3753 }, 3754 { "Priority": "low", "LocCode": "P0" } 3755 ] 3756 } 3757 ] 3758 }, 3759 { 3760 "ADValue": "CP3_VPCIE", 3761 "Callouts": [ 3762 { 3763 "CalloutList": [ 3764 { "Priority": "high", "LocCode": "P0-C58" }, 3765 { 3766 "Priority": "medium", 3767 "LocCode": "P0-C56" 3768 }, 3769 { "Priority": "low", "LocCode": "P0" } 3770 ] 3771 } 3772 ] 3773 }, 3774 { 3775 "ADValue": "12.0VA", 3776 "Callouts": [ 3777 { 3778 "CalloutList": [ 3779 { 3780 "Priority": "high", 3781 "SymbolicFRU": "pgood_part" 3782 } 3783 ] 3784 } 3785 ] 3786 }, 3787 { 3788 "ADValue": "5.0VCS", 3789 "Callouts": [ 3790 { 3791 "CalloutList": [ 3792 { "Priority": "high", "LocCode": "P0" } 3793 ] 3794 } 3795 ] 3796 }, 3797 { 3798 "ADValue": "1.8V", 3799 "Callouts": [ 3800 { 3801 "CalloutList": [ 3802 { "Priority": "high", "LocCode": "P0" } 3803 ] 3804 } 3805 ] 3806 }, 3807 { 3808 "ADValue": "0.9V", 3809 "Callouts": [ 3810 { 3811 "CalloutList": [ 3812 { "Priority": "high", "LocCode": "P0" } 3813 ] 3814 } 3815 ] 3816 }, 3817 { 3818 "ADValue": "3.3V", 3819 "Callouts": [ 3820 { 3821 "CalloutList": [ 3822 { 3823 "Priority": "high", 3824 "SymbolicFRU": "pcie_hot_plug" 3825 }, 3826 { "Priority": "medium", "LocCode": "P0" } 3827 ] 3828 } 3829 ] 3830 }, 3831 { 3832 "ADValue": "1.5V_AVDD", 3833 "Callouts": [ 3834 { 3835 "CalloutList": [ 3836 { "Priority": "high", "LocCode": "P0-C5" }, 3837 { "Priority": "medium", "LocCode": "P0" } 3838 ] 3839 } 3840 ] 3841 }, 3842 { 3843 "ADValue": "0.65V_VDN", 3844 "Callouts": [ 3845 { 3846 "CalloutList": [ 3847 { "Priority": "high", "LocCode": "P0-C5" }, 3848 { "Priority": "medium", "LocCode": "P0" } 3849 ] 3850 } 3851 ] 3852 }, 3853 { 3854 "ADValue": "0.7VA_VDD", 3855 "Callouts": [ 3856 { 3857 "CalloutList": [ 3858 { "Priority": "high", "LocCode": "P0-C5" }, 3859 { "Priority": "medium", "LocCode": "P0" } 3860 ] 3861 } 3862 ] 3863 }, 3864 { 3865 "ADValue": "0.7VB_VDD", 3866 "Callouts": [ 3867 { 3868 "CalloutList": [ 3869 { "Priority": "high", "LocCode": "P0-C5" }, 3870 { "Priority": "medium", "LocCode": "P0" } 3871 ] 3872 } 3873 ] 3874 }, 3875 { 3876 "ADValue": "0.75V_VCS", 3877 "Callouts": [ 3878 { 3879 "CalloutList": [ 3880 { "Priority": "high", "LocCode": "P0-C5" }, 3881 { "Priority": "medium", "LocCode": "P0" } 3882 ] 3883 } 3884 ] 3885 }, 3886 { 3887 "ADValue": "0.9V_VIO", 3888 "Callouts": [ 3889 { 3890 "CalloutList": [ 3891 { "Priority": "high", "LocCode": "P0-C5" }, 3892 { "Priority": "medium", "LocCode": "P0" } 3893 ] 3894 } 3895 ] 3896 }, 3897 { 3898 "ADValue": "0.85V_VPCIE", 3899 "Callouts": [ 3900 { 3901 "CalloutList": [ 3902 { "Priority": "high", "LocCode": "P0-C5" }, 3903 { "Priority": "medium", "LocCode": "P0" } 3904 ] 3905 } 3906 ] 3907 }, 3908 { 3909 "ADValue": "PMIC2_PG", 3910 "Callouts": [ 3911 { 3912 "CalloutList": [ 3913 { 3914 "Priority": "high", 3915 "SymbolicFRU": "memory_dimm" 3916 }, 3917 { "Priority": "medium", "LocCode": "P0" } 3918 ] 3919 } 3920 ] 3921 }, 3922 { 3923 "ADValue": "PMIC3_PG", 3924 "Callouts": [ 3925 { 3926 "CalloutList": [ 3927 { 3928 "Priority": "high", 3929 "SymbolicFRU": "memory_dimm" 3930 }, 3931 { "Priority": "medium", "LocCode": "P0" } 3932 ] 3933 } 3934 ] 3935 }, 3936 { 3937 "ADValue": "VDDR_1.2VB", 3938 "Callouts": [ 3939 { 3940 "CalloutList": [ 3941 { 3942 "Priority": "high", 3943 "SymbolicFRU": "memory_dimm" 3944 }, 3945 { "Priority": "medium", "LocCode": "P0" } 3946 ] 3947 } 3948 ] 3949 }, 3950 { 3951 "ADValue": "VDDR_1.2VA", 3952 "Callouts": [ 3953 { 3954 "CalloutList": [ 3955 { 3956 "Priority": "high", 3957 "SymbolicFRU": "memory_dimm" 3958 }, 3959 { "Priority": "medium", "LocCode": "P0" } 3960 ] 3961 } 3962 ] 3963 } 3964 ] 3965 }, 3966 3967 "Documentation": { 3968 "Description": "The power sequencer chip detected a voltage fault", 3969 "Message": "The power sequencer chip detected a voltage fault", 3970 "Notes": [] 3971 }, 3972 3973 "JournalCapture": { 3974 "Sections": [ 3975 { 3976 "SyslogID": "phosphor-psu-monitor", 3977 "NumLines": 30 3978 }, 3979 { 3980 "SyslogID": "phosphor-power-control", 3981 "NumLines": 30 3982 }, 3983 { 3984 "SyslogID": "phosphor-chassis-state-manager", 3985 "NumLines": 15 3986 }, 3987 { 3988 "SyslogID": "systemd", 3989 "NumLines": 15 3990 }, 3991 { 3992 "SyslogID": "phosphor-regulators", 3993 "NumLines": 5 3994 } 3995 ] 3996 } 3997 }, 3998 3999 { 4000 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", 4001 "Subsystem": "power", 4002 "Severity": "predictive_redundancy_loss", 4003 "ComponentID": "0x2700", 4004 4005 "SRC": { 4006 "Type": "11", 4007 "ReasonCode": "0x2700", 4008 "Words6To9": {}, 4009 "DeconfigFlag": true 4010 }, 4011 4012 "Documentation": { 4013 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 4014 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 4015 "Notes": [ 4016 "CALLOUT_INVENTORY_PATH should be specified in the ", 4017 "AdditionalData property of the event log so that ", 4018 "the device is called out but not the communication path." 4019 ] 4020 } 4021 }, 4022 4023 { 4024 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", 4025 "Subsystem": "power", 4026 "Severity": "non_error", 4027 "MfgSeverity": "predictive_redundancy_loss", 4028 "ActionFlags": ["report"], 4029 "MfgActionFlags": ["service_action", "report", "call_home"], 4030 "ComponentID": "0x2700", 4031 4032 "SRC": { 4033 "Type": "11", 4034 "ReasonCode": "0x2701", 4035 "Words6To9": {} 4036 }, 4037 4038 "Documentation": { 4039 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 4040 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 4041 "Notes": [ 4042 "CALLOUT_INVENTORY_PATH should be specified in the ", 4043 "AdditionalData property of the event log so that ", 4044 "the device is called out but not the communication path." 4045 ] 4046 } 4047 }, 4048 4049 { 4050 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", 4051 "Subsystem": "power", 4052 "ComponentID": "0x2700", 4053 4054 "SRC": { 4055 "Type": "11", 4056 "ReasonCode": "0x2900", 4057 "Words6To9": {}, 4058 "DeconfigFlag": true 4059 }, 4060 4061 "Documentation": { 4062 "Description": "A write verification error occurred on a device", 4063 "Message": "A write verification error occurred on a device", 4064 "Notes": [ 4065 "This error occurs when a device register is written, ", 4066 "read back, and the two values do not match. This is ", 4067 "also called a read-back error. The device should be ", 4068 "identified using the CALLOUT_DEVICE_PATH or ", 4069 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", 4070 "AdditionalData property of the event log. This will ", 4071 "cause the device and the hardware in the communication ", 4072 "path to be called out." 4073 ] 4074 } 4075 }, 4076 4077 { 4078 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging", 4079 "Subsystem": "power", 4080 "Severity": "non_error", 4081 "ActionFlags": ["report"], 4082 "ComponentID": "0x2700", 4083 4084 "SRC": { 4085 "Type": "11", 4086 "ReasonCode": "0x4201", 4087 "Words6To9": {} 4088 }, 4089 4090 "Documentation": { 4091 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", 4092 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", 4093 "Notes": [] 4094 } 4095 }, 4096 4097 { 4098 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low", 4099 "Subsystem": "power", 4100 "Severity": "non_error", 4101 "ActionFlags": ["report"], 4102 "ComponentID": "0x2700", 4103 4104 "SRC": { 4105 "Type": "11", 4106 "ReasonCode": "0x4203", 4107 "Words6To9": {} 4108 }, 4109 4110 "Documentation": { 4111 "Description": "The Uninterruptible Power Supply (UPS) battery level is low", 4112 "Message": "The Uninterruptible Power Supply (UPS) battery level is low", 4113 "Notes": [] 4114 } 4115 }, 4116 4117 { 4118 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", 4119 "Subsystem": "power", 4120 "ComponentID": "0x2700", 4121 4122 "SRC": { 4123 "Type": "11", 4124 "ReasonCode": "0xA013", 4125 "Words6To9": {} 4126 }, 4127 4128 "Callouts": [ 4129 { 4130 "CalloutList": [ 4131 { "Priority": "high", "Procedure": "bmc_code" } 4132 ] 4133 } 4134 ], 4135 4136 "Documentation": { 4137 "Description": "A regulators configuration file error occurred", 4138 "Message": "A regulators configuration file error occurred", 4139 "Notes": [ 4140 "The regulators configuration file could not be found, ", 4141 "could not be read, or had invalid contents." 4142 ] 4143 } 4144 }, 4145 4146 { 4147 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", 4148 "Subsystem": "power", 4149 "Severity": "critical_system_term", 4150 "ComponentID": "0x2700", 4151 4152 "SRC": { 4153 "Type": "11", 4154 "ReasonCode": "0xA014", 4155 "Words6To9": {} 4156 }, 4157 4158 "Callouts": [ 4159 { 4160 "CalloutList": [ 4161 { "Priority": "high", "Procedure": "bmc_code" } 4162 ] 4163 } 4164 ], 4165 4166 "Documentation": { 4167 "Description": "A critical regulators configuration file error occurred", 4168 "Message": "A critical regulators configuration file error occurred", 4169 "Notes": [ 4170 "The regulators configuration file could not be found, ", 4171 "could not be read, or had invalid contents. As a result ", 4172 "voltage regulators could not be configured, and the ", 4173 "chassis could not be powered on." 4174 ] 4175 } 4176 }, 4177 4178 { 4179 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", 4180 "Subsystem": "power_sequencer", 4181 "ComponentID": "0x2700", 4182 4183 "SRC": { 4184 "Type": "11", 4185 "ReasonCode": "0xD000", 4186 "Words6To9": {} 4187 }, 4188 4189 "Callouts": [ 4190 { 4191 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4192 } 4193 ], 4194 4195 "Documentation": { 4196 "Description": "The power sequencer chip detected a fault", 4197 "Message": "The power sequencer chip detected a fault", 4198 "Notes": [] 4199 }, 4200 4201 "JournalCapture": { 4202 "Sections": [ 4203 { 4204 "SyslogID": "phosphor-psu-monitor", 4205 "NumLines": 30 4206 }, 4207 { 4208 "SyslogID": "phosphor-power-control", 4209 "NumLines": 30 4210 }, 4211 { 4212 "SyslogID": "phosphor-chassis-state-manager", 4213 "NumLines": 15 4214 }, 4215 { 4216 "SyslogID": "systemd", 4217 "NumLines": 15 4218 }, 4219 { 4220 "SyslogID": "phosphor-regulators", 4221 "NumLines": 5 4222 } 4223 ] 4224 } 4225 }, 4226 4227 { 4228 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout", 4229 "Subsystem": "power_sequencer", 4230 "ComponentID": "0x2700", 4231 "Severity": "critical", 4232 4233 "SRC": { 4234 "Type": "11", 4235 "ReasonCode": "0xD002", 4236 "Words6To9": {} 4237 }, 4238 4239 "Callouts": [ 4240 { 4241 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4242 } 4243 ], 4244 4245 "Documentation": { 4246 "Description": "System power failed to turn on within timeout period", 4247 "Message": "System power failed to turn on within timeout period", 4248 "Notes": [] 4249 }, 4250 4251 "JournalCapture": { 4252 "Sections": [ 4253 { 4254 "SyslogID": "phosphor-psu-monitor", 4255 "NumLines": 30 4256 }, 4257 { 4258 "SyslogID": "phosphor-power-control", 4259 "NumLines": 30 4260 }, 4261 { 4262 "SyslogID": "phosphor-chassis-state-manager", 4263 "NumLines": 15 4264 }, 4265 { 4266 "SyslogID": "systemd", 4267 "NumLines": 15 4268 }, 4269 { 4270 "SyslogID": "phosphor-regulators", 4271 "NumLines": 5 4272 } 4273 ] 4274 } 4275 }, 4276 4277 { 4278 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout", 4279 "Subsystem": "power_sequencer", 4280 "ComponentID": "0x2700", 4281 "Severity": "critical", 4282 4283 "SRC": { 4284 "Type": "11", 4285 "ReasonCode": "0xD008", 4286 "Words6To9": {} 4287 }, 4288 4289 "Callouts": [ 4290 { 4291 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4292 } 4293 ], 4294 4295 "Documentation": { 4296 "Description": "System power failed to turn off within timeout period", 4297 "Message": "System power failed to turn off within timeout period", 4298 "Notes": [] 4299 }, 4300 4301 "JournalCapture": { 4302 "Sections": [ 4303 { 4304 "SyslogID": "phosphor-psu-monitor", 4305 "NumLines": 30 4306 }, 4307 { 4308 "SyslogID": "phosphor-power-control", 4309 "NumLines": 30 4310 }, 4311 { 4312 "SyslogID": "phosphor-chassis-state-manager", 4313 "NumLines": 15 4314 }, 4315 { 4316 "SyslogID": "systemd", 4317 "NumLines": 15 4318 }, 4319 { 4320 "SyslogID": "phosphor-regulators", 4321 "NumLines": 5 4322 } 4323 ] 4324 } 4325 }, 4326 4327 { 4328 "Name": "xyz.openbmc_project.Power.Error.Internal", 4329 "Subsystem": "power", 4330 "ComponentID": "0x2700", 4331 4332 "SRC": { 4333 "Type": "11", 4334 "ReasonCode": "0xE000", 4335 "Words6To9": {} 4336 }, 4337 4338 "Callouts": [ 4339 { 4340 "CalloutList": [ 4341 { "Priority": "high", "Procedure": "bmc_code" } 4342 ] 4343 } 4344 ], 4345 4346 "Documentation": { 4347 "Description": "An internal firmware error occurred", 4348 "Message": "An internal firmware error occurred", 4349 "Notes": [ 4350 "The error details must be provided in the AdditionalData ", 4351 "property of the event log." 4352 ] 4353 } 4354 }, 4355 4356 { 4357 "Name": "xyz.openbmc_project.Power.Error.I2C", 4358 "Subsystem": "cec_i2c", 4359 "ComponentID": "0x2700", 4360 4361 "SRC": { 4362 "Type": "11", 4363 "ReasonCode": "0xE100", 4364 "Words6To9": {}, 4365 "DeconfigFlag": true 4366 }, 4367 4368 "Documentation": { 4369 "Description": "An I2C error occurred communicating with a device", 4370 "Message": "An I2C error occurred communicating with a device", 4371 "Notes": [ 4372 "The device should be identified using the ", 4373 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", 4374 "keywords in the AdditionalData property of the event ", 4375 "log. This will cause the device and the hardware in the ", 4376 "communication path to be called out." 4377 ] 4378 } 4379 }, 4380 4381 { 4382 "Name": "xyz.openbmc_project.Power.Error.PMBus", 4383 "Subsystem": "power", 4384 "ComponentID": "0x2700", 4385 4386 "SRC": { 4387 "Type": "11", 4388 "ReasonCode": "0xE200", 4389 "Words6To9": {}, 4390 "DeconfigFlag": true 4391 }, 4392 4393 "Documentation": { 4394 "Description": "A PMBus error occurred on a device", 4395 "Message": "A PMBus error occurred on a device", 4396 "Notes": [ 4397 "This error occurs when the I2C communication was ", 4398 "successful, but the PMBus value read is invalid or ", 4399 "unsupported. CALLOUT_INVENTORY_PATH should be specified ", 4400 "in the AdditionalData property of the event log so that ", 4401 "the device is called out but not the communication path." 4402 ] 4403 } 4404 }, 4405 4406 { 4407 "Name": "xyz.openbmc_project.Power.Error.DBus", 4408 "Subsystem": "power", 4409 "ComponentID": "0x2700", 4410 4411 "SRC": { 4412 "Type": "11", 4413 "ReasonCode": "0xE300", 4414 "Words6To9": {} 4415 }, 4416 4417 "Callouts": [ 4418 { 4419 "CalloutList": [ 4420 { "Priority": "high", "Procedure": "bmc_code" } 4421 ] 4422 } 4423 ], 4424 4425 "Documentation": { 4426 "Description": "A firmware inter-process communication (D-Bus) error occurred", 4427 "Message": "A firmware inter-process communication (D-Bus) error occurred" 4428 } 4429 }, 4430 4431 { 4432 "Name": "xyz.openbmc_project.Fan.Error.Fault", 4433 "Subsystem": "power_fans", 4434 "ComponentID": "0x2800", 4435 4436 "SRC": { 4437 "Type": "11", 4438 "ReasonCode": "0x76F0", 4439 "Words6To9": {}, 4440 "DeconfigFlag": true 4441 }, 4442 4443 "Documentation": { 4444 "Description": "Fan rotor fault", 4445 "Message": "Fan rotor fault", 4446 "Notes": [ 4447 "This error occurs when a fan rotor has been faulted for a ", 4448 "certain amount of time. The callout is the fan which is ", 4449 "passed in with CALLOUT_INVENTORY_PATH. The severity is ", 4450 "passed in during creation and will be either informational ", 4451 "or unrecoverable. The action flags use the defaults and ", 4452 "vary based on the severity." 4453 ] 4454 } 4455 }, 4456 4457 { 4458 "Name": "xyz.openbmc_project.Fan.Error.Missing", 4459 "Subsystem": "power_fans", 4460 "ComponentID": "0x2800", 4461 "Severity": "unrecoverable_redundancy_loss", 4462 "ActionFlags": ["service_action", "report", "call_home"], 4463 4464 "SRC": { 4465 "Type": "11", 4466 "ReasonCode": "0x76F1", 4467 "Words6To9": {}, 4468 "DeconfigFlag": true 4469 }, 4470 4471 "Callouts": [ 4472 { 4473 "System": "ibm,rainier", 4474 "CalloutList": [ 4475 { 4476 "Priority": "high", 4477 "SymbolicFRUTrusted": "air_mover", 4478 "UseInventoryLocCode": true 4479 }, 4480 { 4481 "Priority": "low", 4482 "LocCode": "P0" 4483 } 4484 ] 4485 }, 4486 { 4487 "System": "ibm,everest", 4488 "CalloutList": [ 4489 { 4490 "Priority": "high", 4491 "SymbolicFRUTrusted": "air_mover", 4492 "UseInventoryLocCode": true 4493 }, 4494 { 4495 "Priority": "low", 4496 "LocCode": "P1" 4497 } 4498 ] 4499 }, 4500 { 4501 "System": "ibm,bonnell", 4502 "CalloutList": [ 4503 { 4504 "Priority": "high", 4505 "SymbolicFRUTrusted": "air_mover", 4506 "UseInventoryLocCode": true 4507 }, 4508 { 4509 "Priority": "low", 4510 "LocCode": "P0" 4511 } 4512 ] 4513 } 4514 ], 4515 4516 "Documentation": { 4517 "Description": "A fan is missing", 4518 "Message": "A fan is missing", 4519 "Notes": [ 4520 "This error occurs when a fan has been missing for a ", 4521 "certain amount of time. The first callout is the ", 4522 "symbolic FRU AIR_MOVR that has the trusted fan location ", 4523 "code, which it gets using the passed in ", 4524 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", 4525 "where the controller and GPIO expander are." 4526 ] 4527 } 4528 }, 4529 4530 { 4531 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", 4532 "ComponentID": "0x2800", 4533 "Subsystem": "power_fans", 4534 "Severity": "non_error", 4535 "ActionFlags": ["report"], 4536 "MfgSeverity": "predictive", 4537 "MfgActionFlags": ["service_action", "report"], 4538 4539 "SRC": { 4540 "Type": "11", 4541 "ReasonCode": "0x76F2", 4542 "Words6To9": {} 4543 }, 4544 4545 "Callouts": [ 4546 { 4547 "System": "ibm,rainier", 4548 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }] 4549 }, 4550 { 4551 "System": "ibm,everest", 4552 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }] 4553 }, 4554 { 4555 "System": "ibm,bonnell", 4556 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }] 4557 } 4558 ], 4559 4560 "Documentation": { 4561 "Description": "Presence detect methods for the same fan disagree", 4562 "Message": "Presence detect methods for the same fan disagree", 4563 "Notes": [ 4564 "This error occurs when there is more than one way to detect", 4565 "fan presence, and they don't all agree. For example, the", 4566 "GPIO says a fan isn't present, but the tach readings are", 4567 "nonzero. This is informational, unless in manufacturing.", 4568 "The fan FRU is passed in as a high priority callout.", 4569 "The FRU the GPIO source is on is called out medium." 4570 ] 4571 } 4572 }, 4573 4574 { 4575 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", 4576 "ComponentID": "0x2800", 4577 "Subsystem": "power_fans", 4578 "Severity": "critical_system_term", 4579 "ActionFlags": ["service_action", "report", "call_home"], 4580 4581 "SRC": { 4582 "Type": "11", 4583 "ReasonCode": "0x76F3", 4584 "Words6To9": {} 4585 }, 4586 4587 "Callouts": [ 4588 { 4589 "System": "ibm,rainier", 4590 "CalloutList": [ 4591 { "Priority": "high", "LocCode": "P0-C5" }, 4592 { 4593 "Priority": "medium_group_a", 4594 "LocCode": "P0-T12", 4595 "SymbolicFRUTrusted": "fan_cable" 4596 }, 4597 { 4598 "Priority": "medium_group_a", 4599 "LocCode": "P0-T17", 4600 "SymbolicFRUTrusted": "cable_continued" 4601 }, 4602 { "Priority": "low", "LocCode": "P0" } 4603 ] 4604 }, 4605 { 4606 "System": "ibm,everest", 4607 "CalloutList": [ 4608 { "Priority": "high", "LocCode": "P0-C0" }, 4609 { "Priority": "medium", "LocCode": "P1" }, 4610 { "Priority": "low", "LocCode": "P0" } 4611 ] 4612 }, 4613 { 4614 "System": "ibm,bonnell", 4615 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4616 } 4617 ], 4618 4619 "Documentation": { 4620 "Description": "The fan controller device is offline", 4621 "Message": "The fan controller is offline. The system must be powered off.", 4622 "Notes": [ 4623 "The device that controls the fans is offline so the fan", 4624 "targets and speeds are unknown. The system will be shut", 4625 "down to preserve thermal safety. There may be an I2C", 4626 "or power problem with the device." 4627 ] 4628 } 4629 }, 4630 4631 { 4632 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", 4633 "Subsystem": "power_fans", 4634 "ComponentID": "0x2800", 4635 "Severity": "unrecoverable_redundancy_loss", 4636 "ActionFlags": ["service_action", "report", "call_home"], 4637 4638 "SRC": { 4639 "Type": "11", 4640 "ReasonCode": "0x76F4", 4641 "Words6To9": {} 4642 }, 4643 4644 "Callouts": [ 4645 { 4646 "System": "ibm,rainier", 4647 "CalloutList": [ 4648 { "Priority": "high", "LocCode": "P0-C5" }, 4649 { 4650 "Priority": "medium_group_a", 4651 "LocCode": "P0-T12", 4652 "SymbolicFRUTrusted": "fan_cable" 4653 }, 4654 { 4655 "Priority": "medium_group_a", 4656 "LocCode": "P0-T17", 4657 "SymbolicFRUTrusted": "cable_continued" 4658 }, 4659 { "Priority": "low", "LocCode": "P0" } 4660 ] 4661 }, 4662 { 4663 "System": "ibm,everest", 4664 "CalloutList": [ 4665 { "Priority": "high", "LocCode": "P0-C0" }, 4666 { "Priority": "medium", "LocCode": "P1" }, 4667 { "Priority": "low", "LocCode": "P0" } 4668 ] 4669 }, 4670 { 4671 "System": "ibm,bonnell", 4672 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4673 } 4674 ], 4675 4676 "Documentation": { 4677 "Description": "Fan GPIO sensors not present", 4678 "Message": "Fan GPIO sensors not present", 4679 "Notes": [ 4680 "The device that reports fan presence is not functioning." 4681 ] 4682 } 4683 }, 4684 4685 { 4686 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh", 4687 "Subsystem": "power", 4688 "ComponentID": "0x2800", 4689 "Severity": "predictive", 4690 "ActionFlags": ["service_action", "report"], 4691 4692 "SRC": { 4693 "ReasonCode": "0x2801", 4694 "Words6To9": {} 4695 }, 4696 4697 "CalloutsUsingAD": { 4698 "ADName": "SENSOR_NAME", 4699 "CalloutsWithTheirADValues": [ 4700 { 4701 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4702 "Callouts": [ 4703 { 4704 "CalloutList": [ 4705 { 4706 "Priority": "high", 4707 "SymbolicFRU": "ambient_temp" 4708 } 4709 ] 4710 } 4711 ] 4712 } 4713 ], 4714 "CalloutsWhenNoADMatch": [ 4715 { 4716 "CalloutList": [ 4717 { 4718 "Priority": "high", 4719 "SymbolicFRU": "overtemp" 4720 } 4721 ] 4722 } 4723 ] 4724 }, 4725 4726 "Documentation": { 4727 "Description": "A temperature sensor exceeded its performance loss threshold.", 4728 "Message": "A temperature sensor exceeded its performance loss threshold.", 4729 "Notes": [ 4730 "A temperature sensor crossed its performance loss threshold value", 4731 "If it is the ambient sensor, then a symbolic FRU will be added.", 4732 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 4733 "a FRU callout." 4734 ] 4735 } 4736 }, 4737 4738 { 4739 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear", 4740 "Subsystem": "power", 4741 "ComponentID": "0x2800", 4742 "Severity": "non_error", 4743 "ActionFlags": ["report"], 4744 "EventType": "env_normal", 4745 4746 "SRC": { 4747 "ReasonCode": "0x2802", 4748 "Words6To9": {} 4749 }, 4750 4751 "CalloutsUsingAD": { 4752 "ADName": "SENSOR_NAME", 4753 "CalloutsWithTheirADValues": [ 4754 { 4755 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4756 "Callouts": [ 4757 { 4758 "CalloutList": [ 4759 { 4760 "Priority": "high", 4761 "SymbolicFRU": "ambient_temp_back" 4762 } 4763 ] 4764 } 4765 ] 4766 } 4767 ] 4768 }, 4769 4770 "Documentation": { 4771 "Description": "A temperature sensor is under its performance loss threshold.", 4772 "Message": "A temperature sensor is under its performance loss threshold.", 4773 "Notes": [ 4774 "A temperature sensor crossed under its performance loss threshold value", 4775 "If it is the ambient sensor, then a symbolic FRU will be added." 4776 ] 4777 } 4778 }, 4779 4780 { 4781 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", 4782 "Subsystem": "power", 4783 "ComponentID": "0x2800", 4784 "Severity": "predictive", 4785 "ActionFlags": ["service_action", "report"], 4786 4787 "SRC": { 4788 "ReasonCode": "0x2803", 4789 "Words6To9": {} 4790 }, 4791 4792 "CalloutsUsingAD": { 4793 "ADName": "SENSOR_NAME", 4794 "CalloutsWithTheirADValues": [ 4795 { 4796 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4797 "Callouts": [ 4798 { 4799 "CalloutList": [ 4800 { 4801 "Priority": "high", 4802 "SymbolicFRU": "ambient_temp" 4803 } 4804 ] 4805 } 4806 ] 4807 } 4808 ], 4809 "CalloutsWhenNoADMatch": [ 4810 { 4811 "CalloutList": [ 4812 { 4813 "Priority": "high", 4814 "SymbolicFRU": "overtemp" 4815 } 4816 ] 4817 } 4818 ] 4819 }, 4820 4821 "Documentation": { 4822 "Description": "A temperature sensor exceeded its warning threshold.", 4823 "Message": "A temperature sensor exceeded its warning threshold.", 4824 "Notes": [ 4825 "A temperature sensor crossed its warning threshold value", 4826 "If it is the ambient sensor, then a symbolic FRU will be added.", 4827 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 4828 "a FRU callout." 4829 ] 4830 } 4831 }, 4832 4833 { 4834 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", 4835 "Subsystem": "power", 4836 "ComponentID": "0x2800", 4837 "Severity": "non_error", 4838 "ActionFlags": ["report"], 4839 "EventType": "env_normal", 4840 4841 "SRC": { 4842 "ReasonCode": "0x2804", 4843 "Words6To9": {} 4844 }, 4845 4846 "CalloutsUsingAD": { 4847 "ADName": "SENSOR_NAME", 4848 "CalloutsWithTheirADValues": [ 4849 { 4850 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4851 "Callouts": [ 4852 { 4853 "CalloutList": [ 4854 { 4855 "Priority": "high", 4856 "SymbolicFRU": "ambient_temp_back" 4857 } 4858 ] 4859 } 4860 ] 4861 } 4862 ] 4863 }, 4864 4865 "Documentation": { 4866 "Description": "A temperature sensor is under its warning threshold.", 4867 "Message": "A temperature sensor is under its warning threshold.", 4868 "Notes": [ 4869 "A temperature sensor crossed under its warning threshold value", 4870 "If it is the ambient sensor, then a symbolic FRU will be added." 4871 ] 4872 } 4873 }, 4874 4875 { 4876 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", 4877 "Subsystem": "power", 4878 "ComponentID": "0x2800", 4879 "Severity": "predictive", 4880 "ActionFlags": ["service_action", "report"], 4881 4882 "SRC": { 4883 "ReasonCode": "0x2805", 4884 "Words6To9": {} 4885 }, 4886 4887 "CalloutsUsingAD": { 4888 "ADName": "SENSOR_NAME", 4889 "CalloutsWithTheirADValues": [ 4890 { 4891 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4892 "Callouts": [ 4893 { 4894 "CalloutList": [ 4895 { 4896 "Priority": "high", 4897 "SymbolicFRU": "ambient_temp" 4898 } 4899 ] 4900 } 4901 ] 4902 } 4903 ], 4904 "CalloutsWhenNoADMatch": [ 4905 { 4906 "CalloutList": [ 4907 { 4908 "Priority": "high", 4909 "SymbolicFRU": "overtemp" 4910 } 4911 ] 4912 } 4913 ] 4914 }, 4915 4916 "Documentation": { 4917 "Description": "A temperature sensor exceeded its critical threshold.", 4918 "Message": "A temperature sensor exceeded its critical threshold.", 4919 "Notes": [ 4920 "A temperature sensor crossed its critical threshold value", 4921 "If it is the ambient sensor, then a symbolic FRU will be added.", 4922 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 4923 "a FRU callout." 4924 ] 4925 } 4926 }, 4927 4928 { 4929 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", 4930 "Subsystem": "power", 4931 "ComponentID": "0x2800", 4932 "Severity": "non_error", 4933 "ActionFlags": ["report"], 4934 "EventType": "env_normal", 4935 4936 "SRC": { 4937 "ReasonCode": "0x2806", 4938 "Words6To9": {} 4939 }, 4940 4941 "CalloutsUsingAD": { 4942 "ADName": "SENSOR_NAME", 4943 "CalloutsWithTheirADValues": [ 4944 { 4945 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4946 "Callouts": [ 4947 { 4948 "CalloutList": [ 4949 { 4950 "Priority": "high", 4951 "SymbolicFRU": "ambient_temp_back" 4952 } 4953 ] 4954 } 4955 ] 4956 } 4957 ] 4958 }, 4959 4960 "Documentation": { 4961 "Description": "A temperature sensor is under its critical threshold.", 4962 "Message": "A temperature sensor is under its critical threshold.", 4963 "Notes": [ 4964 "A temperature sensor crossed under its critical threshold value", 4965 "If it is the ambient sensor, then a symbolic FRU will be added." 4966 ] 4967 } 4968 }, 4969 4970 { 4971 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", 4972 "Subsystem": "power", 4973 "ComponentID": "0x2800", 4974 "Severity": "predictive", 4975 "ActionFlags": ["service_action", "report"], 4976 4977 "SRC": { 4978 "ReasonCode": "0x2807", 4979 "Words6To9": {} 4980 }, 4981 4982 "Callouts": [ 4983 { 4984 "CalloutList": [ 4985 { 4986 "Priority": "high", 4987 "SymbolicFRU": "ambient_temp" 4988 } 4989 ] 4990 } 4991 ], 4992 4993 "Documentation": { 4994 "Description": "The ambient temperature passed the EPOW3 limit.", 4995 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", 4996 "Notes": [ 4997 "This error occurs when the ambient temperature surpassed", 4998 "the EPOW3 shutdown limit." 4999 ] 5000 } 5001 }, 5002 5003 { 5004 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", 5005 "Subsystem": "power", 5006 "ComponentID": "0x2800", 5007 "Severity": "non_error", 5008 "ActionFlags": ["report"], 5009 "EventType": "env_normal", 5010 5011 "SRC": { 5012 "ReasonCode": "0x2808", 5013 "Words6To9": {} 5014 }, 5015 5016 "Callouts": [ 5017 { 5018 "CalloutList": [ 5019 { 5020 "Priority": "high", 5021 "SymbolicFRU": "ambient_temp_back" 5022 } 5023 ] 5024 } 5025 ], 5026 5027 "Documentation": { 5028 "Description": "The ambient temperature is back under the EPOW3 limit.", 5029 "Message": "The ambient temperature is back under the EPOW3 limit." 5030 } 5031 }, 5032 5033 { 5034 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", 5035 "Subsystem": "power", 5036 "ComponentID": "0x2800", 5037 "ActionFlags": ["service_action", "report"], 5038 5039 "SRC": { 5040 "ReasonCode": "0x2809", 5041 "Words6To9": {} 5042 }, 5043 5044 "Callouts": [ 5045 { 5046 "CalloutList": [ 5047 { 5048 "Priority": "high", 5049 "SymbolicFRU": "ambient_temp" 5050 } 5051 ] 5052 } 5053 ], 5054 5055 "Documentation": { 5056 "Description": "The ambient temperature passed the EPOW4 limit.", 5057 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", 5058 "Notes": [ 5059 "This error occurs when the ambient temperature surpassed", 5060 "the EPOW4 shutdown limit." 5061 ] 5062 } 5063 }, 5064 5065 { 5066 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", 5067 "Subsystem": "ext_env", 5068 "ComponentID": "0x2800", 5069 "Severity": "predictive", 5070 "ActionFlags": ["service_action", "report"], 5071 5072 "SRC": { 5073 "ReasonCode": "0x280A", 5074 "Words6To9": {} 5075 }, 5076 5077 "CalloutsUsingAD": { 5078 "ADName": "SENSOR_NAME", 5079 "CalloutsWithTheirADValues": [ 5080 { 5081 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", 5082 "Callouts": [ 5083 { 5084 "CalloutList": [ 5085 { 5086 "Priority": "high", 5087 "SymbolicFRU": "altitude" 5088 } 5089 ] 5090 } 5091 ] 5092 } 5093 ] 5094 }, 5095 5096 "Documentation": { 5097 "Description": "An altitude sensor exceeded its warning threshold.", 5098 "Message": "An altitude sensor exceeded its warning threshold.", 5099 "Notes": [ 5100 "The virtual altitude sensor crossed its warning threshold value", 5101 " and a symbolic FRU will be added." 5102 ] 5103 } 5104 }, 5105 5106 { 5107 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", 5108 "Subsystem": "ext_env", 5109 "ComponentID": "0x2800", 5110 "Severity": "non_error", 5111 "ActionFlags": ["report"], 5112 "EventType": "env_normal", 5113 5114 "SRC": { 5115 "ReasonCode": "0x280B", 5116 "Words6To9": {} 5117 }, 5118 5119 "Documentation": { 5120 "Description": "An altitude sensor is under its warning threshold.", 5121 "Message": "An altitude sensor is under its warning threshold.", 5122 "Notes": [ 5123 "The virtual altitude sensor is under its warning threshold value", 5124 " and a symbolic FRU will be added." 5125 ] 5126 } 5127 }, 5128 5129 { 5130 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow", 5131 "Subsystem": "cec_tod", 5132 "ComponentID": "0x2800", 5133 "Severity": "predictive", 5134 "ActionFlags": ["service_action", "report"], 5135 5136 "SRC": { 5137 "ReasonCode": "0x280C", 5138 "Words6To9": {} 5139 }, 5140 5141 "Documentation": { 5142 "Description": "A voltage sensor went below its critical low threshold.", 5143 "Message": "A voltage sensor went below its critical low threshold." 5144 } 5145 }, 5146 5147 { 5148 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear", 5149 "Subsystem": "cec_tod", 5150 "ComponentID": "0x2800", 5151 "Severity": "non_error", 5152 "ActionFlags": ["report"], 5153 5154 "SRC": { 5155 "ReasonCode": "0x280D", 5156 "Words6To9": {} 5157 }, 5158 5159 "Documentation": { 5160 "Description": "A voltage sensor is over its critical low threshold.", 5161 "Message": "A voltage sensor is over its critical low threshold." 5162 } 5163 }, 5164 5165 { 5166 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow", 5167 "Subsystem": "power", 5168 "ComponentID": "0x2800", 5169 "Severity": "predictive", 5170 "ActionFlags": ["service_action", "report"], 5171 5172 "SRC": { 5173 "ReasonCode": "0x280E", 5174 "Words6To9": {} 5175 }, 5176 5177 "Documentation": { 5178 "Description": "A temperature sensor is under its low warning threshold.", 5179 "Message": "A temperature sensor is under its low warning threshold.", 5180 "Notes": [ 5181 "A temperature sensor crossed its low warning threshold value", 5182 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 5183 ] 5184 } 5185 }, 5186 5187 { 5188 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear", 5189 "Subsystem": "power", 5190 "ComponentID": "0x2800", 5191 "Severity": "non_error", 5192 "ActionFlags": ["report"], 5193 "EventType": "env_normal", 5194 5195 "SRC": { 5196 "ReasonCode": "0x280F", 5197 "Words6To9": {} 5198 }, 5199 5200 "Documentation": { 5201 "Description": "A temperature sensor is above its low warning threshold.", 5202 "Message": "A temperature sensor is above its low warning threshold.", 5203 "Notes": [ 5204 "A temperature sensor crossed above its low warning threshold value." 5205 ] 5206 } 5207 }, 5208 5209 { 5210 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow", 5211 "Subsystem": "power", 5212 "ComponentID": "0x2800", 5213 "Severity": "predictive", 5214 "ActionFlags": ["service_action", "report"], 5215 5216 "SRC": { 5217 "ReasonCode": "0x2810", 5218 "Words6To9": {} 5219 }, 5220 5221 "Documentation": { 5222 "Description": "A temperature sensor is under its low critical threshold.", 5223 "Message": "A temperature sensor is under its low critical threshold.", 5224 "Notes": [ 5225 "A temperature sensor crossed its low critical threshold value", 5226 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 5227 ] 5228 } 5229 }, 5230 5231 { 5232 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear", 5233 "Subsystem": "power", 5234 "ComponentID": "0x2800", 5235 "Severity": "non_error", 5236 "ActionFlags": ["report"], 5237 "EventType": "env_normal", 5238 5239 "SRC": { 5240 "ReasonCode": "0x2811", 5241 "Words6To9": {} 5242 }, 5243 5244 "Documentation": { 5245 "Description": "A temperature sensor is over its low critical threshold.", 5246 "Message": "A temperature sensor is over its low critical threshold.", 5247 "Notes": [ 5248 "A temperature sensor crossed above its critical threshold value" 5249 ] 5250 } 5251 }, 5252 5253 { 5254 "Name": "com.ibm.VPD.Error.InvalidEepromPath", 5255 "Subsystem": "cec_vpd", 5256 "ComponentID": "0x4000", 5257 5258 "SRC": { 5259 "ReasonCode": "0x4000", 5260 "Words6To9": { 5261 "6": { 5262 "Description": "Errno of the failure.", 5263 "AdditionalDataPropSource": "CALLOUT_ERRNO" 5264 } 5265 } 5266 }, 5267 5268 "Documentation": { 5269 "Description": "A path access error occurred", 5270 "Message": "An EEPROM path access error occurred.", 5271 "Notes": [ 5272 "This error occurs when parser is unable to access", 5273 "EEPROM path. Errno and device path are captured as", 5274 "additional data." 5275 ] 5276 } 5277 }, 5278 5279 { 5280 "Name": "com.ibm.VPD.Error.InvalidVPD", 5281 "Subsystem": "cec_vpd", 5282 "ComponentID": "0x4000", 5283 5284 "SRC": { 5285 "ReasonCode": "0x4001", 5286 "Words6To9": {} 5287 }, 5288 5289 "Documentation": { 5290 "Description": "Invalid VPD data.", 5291 "Message": "A VPD data exception occurred.", 5292 "Notes": [ 5293 "This error occurs when VPD data is found to be", 5294 "invalid. This can be when VPD file is missing out", 5295 "mandatory records.Inventory path is captured in", 5296 "additional data." 5297 ] 5298 } 5299 }, 5300 5301 { 5302 "Name": "com.ibm.VPD.Error.EccCheckFailed", 5303 "Subsystem": "cec_vpd", 5304 "ComponentID": "0x4000", 5305 5306 "SRC": { 5307 "ReasonCode": "0x4002", 5308 "Words6To9": {} 5309 }, 5310 5311 "Documentation": { 5312 "Description": "Invalid VPD ecc data.", 5313 "Message": "A VPD ecc exception occurred.", 5314 "Notes": [ 5315 "This error occurs when VPD ecc check fails for the FRU.", 5316 "Inventory path for the failed FRU is captured in additonal", 5317 "data." 5318 ] 5319 } 5320 }, 5321 5322 { 5323 "Name": "com.ibm.VPD.Error.InvalidJson", 5324 "Subsystem": "cec_vpd", 5325 "ComponentID": "0x4000", 5326 5327 "SRC": { 5328 "ReasonCode": "0x4003", 5329 "Words6To9": {} 5330 }, 5331 5332 "Callouts": [ 5333 { 5334 "CalloutList": [ 5335 { "Priority": "high", "Procedure": "bmc_code" } 5336 ] 5337 } 5338 ], 5339 5340 "Documentation": { 5341 "Description": "Invalid Json", 5342 "Message": "A Json failure occurred.", 5343 "Notes": [ 5344 "This error occurs when parser fails to access", 5345 "Json file or there is any issue with Json data.", 5346 "Failed Json path and cause of failure is captured", 5347 "in additional data." 5348 ] 5349 } 5350 }, 5351 5352 { 5353 "Name": "com.ibm.VPD.Error.DefaultValue", 5354 "Subsystem": "cec_vpd", 5355 "ComponentID": "0x4000", 5356 5357 "SRC": { 5358 "ReasonCode": "0x4004", 5359 "Words6To9": {} 5360 }, 5361 5362 "Callouts": [ 5363 { 5364 "CalloutList": [ 5365 { 5366 "Priority": "high", 5367 "Procedure": "system_vpd_correction" 5368 } 5369 ] 5370 } 5371 ], 5372 5373 "Documentation": { 5374 "Description": "Default value found on VPD.", 5375 "Message": "Found default VPD.", 5376 "Notes": [ 5377 "This error occurs when a default value found on VPD.", 5378 "Details regarding failure are captured in additional data." 5379 ] 5380 } 5381 }, 5382 5383 { 5384 "Name": "com.ibm.VPD.Error.DbusFailure", 5385 "Subsystem": "cec_vpd", 5386 "ComponentID": "0x4000", 5387 5388 "SRC": { 5389 "ReasonCode": "0x4005", 5390 "Words6To9": {} 5391 }, 5392 5393 "Callouts": [ 5394 { 5395 "CalloutList": [ 5396 { "Priority": "high", "Procedure": "bmc_code" } 5397 ] 5398 } 5399 ], 5400 5401 "Documentation": { 5402 "Description": "Dbus exception", 5403 "Message": "A Dbus internal error occurred.", 5404 "Notes": [ 5405 "This error occurs when Dbus operation fails.", 5406 "Exceptions details are captured in additonal", 5407 "data." 5408 ] 5409 } 5410 }, 5411 5412 { 5413 "Name": "com.ibm.VPD.Error.UnknownSystemType", 5414 "Subsystem": "cec_vpd", 5415 "ComponentID": "0x4000", 5416 5417 "SRC": { 5418 "ReasonCode": "0x4006", 5419 "Words6To9": {} 5420 }, 5421 5422 "Callouts": [ 5423 { 5424 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 5425 } 5426 ], 5427 5428 "Documentation": { 5429 "Description": "Unknown System Type", 5430 "Message": "System type not supported in DTB table.", 5431 "Notes": [ 5432 "System type comes from combination of HW and IM value of system VPD.", 5433 "If anything gets changed in that combination, then it can't determine", 5434 "the appropriate DTB for that system. Need to check HW and IM keywords." 5435 ] 5436 } 5437 }, 5438 5439 { 5440 "Name": "com.ibm.VPD.Error.GPIOError", 5441 "Subsystem": "cec_vpd", 5442 "ComponentID": "0x4000", 5443 5444 "SRC": { 5445 "ReasonCode": "0x4007", 5446 "Words6To9": {} 5447 }, 5448 5449 "Callouts": [ 5450 { 5451 "CalloutList": [ 5452 { "Priority": "high", "Procedure": "bmc_code" } 5453 ] 5454 } 5455 ], 5456 5457 "Documentation": { 5458 "Description": "GPIO line error", 5459 "Message": "GPIO line couldn't be found or read.", 5460 "Notes": [ 5461 "The BMC could not access a GPIO line. This can be a hardware issue", 5462 " or driver issue. Since a hardware or a software issue cannot be", 5463 " differentiated, the BMC code will be called out." 5464 ] 5465 } 5466 }, 5467 5468 { 5469 "Name": "com.ibm.VPD.Error.Mismatch", 5470 "Subsystem": "cec_vpd", 5471 "ComponentID": "0x4000", 5472 5473 "SRC": { 5474 "ReasonCode": "0x4008", 5475 "Words6To9": {} 5476 }, 5477 5478 "Callouts": [ 5479 { 5480 "CalloutList": [ 5481 { 5482 "Priority": "high", 5483 "Procedure": "system_vpd_correction" 5484 } 5485 ] 5486 } 5487 ], 5488 5489 "Documentation": { 5490 "Description": "VPD mismatch found between primary and backup", 5491 "Message": "Error occurred due to VPD mismatch between primary and backup.", 5492 "Notes": [ 5493 "This error occurs when there is a data mismatch between ", 5494 "primary and backup VPD.", 5495 "Details regarding the failure are captured in additional data." 5496 ] 5497 } 5498 }, 5499 5500 { 5501 "Name": "com.ibm.VPD.Error.RequiredFRUMissing", 5502 "Subsystem": "cec_vpd", 5503 "ComponentID": "0x4000", 5504 5505 "SRC": { 5506 "ReasonCode": "0x4009", 5507 "Words6To9": {} 5508 }, 5509 5510 "Documentation": { 5511 "Description": "Essential FRU check.", 5512 "Message": "Essential FRU check failed", 5513 "Notes": [ 5514 "This error occurs when VPD manager service detects any", 5515 "missing essential FRU. These are FRUs which are required", 5516 "to be present in the system at the time of power on.", 5517 "The inventory path is captured in additional data." 5518 ] 5519 } 5520 }, 5521 5522 { 5523 "Name": "com.ibm.Panel.Error.InputDevPathFailure", 5524 "Subsystem": "cec_op_panel", 5525 "ComponentID": "0x5000", 5526 5527 "SRC": { 5528 "ReasonCode": "0x5001", 5529 "Words6To9": {} 5530 }, 5531 5532 "Documentation": { 5533 "Description": "Button Handler Failure", 5534 "Message": "Input Device path failure", 5535 "Notes": ["Button events will not be processed."] 5536 } 5537 }, 5538 5539 { 5540 "Name": "com.ibm.Panel.Error.I2CSetupFailure", 5541 "Subsystem": "cec_op_panel", 5542 "ComponentID": "0x5000", 5543 5544 "SRC": { 5545 "ReasonCode": "0x5002", 5546 "Words6To9": {} 5547 }, 5548 5549 "Documentation": { 5550 "Description": "Panel I2C setup failure", 5551 "Message": "Unable to open device path or ioctl failure", 5552 "Notes": [ 5553 "The Panel is unable to open device", 5554 " path or ioctl failure" 5555 ] 5556 } 5557 }, 5558 5559 { 5560 "Name": "com.ibm.Panel.Error.HostCommunicationError", 5561 "Subsystem": "cec_op_panel", 5562 "ComponentID": "0x5000", 5563 5564 "SRC": { 5565 "ReasonCode": "0x5003", 5566 "Words6To9": {} 5567 }, 5568 5569 "Callouts": [ 5570 { 5571 "CalloutList": [ 5572 { 5573 "Priority": "high", 5574 "Procedure": "bmc_code" 5575 } 5576 ] 5577 } 5578 ], 5579 5580 "Documentation": { 5581 "Description": "Host Communication failure", 5582 "Message": "Error in sending message to host", 5583 "Notes": ["Failure from PLDM sending message to", "Host"] 5584 } 5585 }, 5586 5587 { 5588 "Name": "com.ibm.Panel.Error.DbusError", 5589 "Subsystem": "cec_op_panel", 5590 "ComponentID": "0x5000", 5591 5592 "SRC": { 5593 "ReasonCode": "0x5004", 5594 "Words6To9": {} 5595 }, 5596 5597 "Callouts": [ 5598 { 5599 "CalloutList": [ 5600 { 5601 "Priority": "high", 5602 "Procedure": "bmc_code" 5603 } 5604 ] 5605 } 5606 ], 5607 5608 "Documentation": { 5609 "Description": "Dbus exception", 5610 "Message": "A Dbus internal error occurred.", 5611 "Notes": [ 5612 "This error occurs when Dbus operation fails.", 5613 "Exceptions details are captured in additional", 5614 "data." 5615 ] 5616 } 5617 }, 5618 5619 { 5620 "Name": "com.ibm.Panel.Error.CodeUpdateFailure", 5621 "Subsystem": "cec_op_panel", 5622 "ComponentID": "0x5000", 5623 5624 "SRC": { 5625 "ReasonCode": "0x5005", 5626 "Words6To9": {} 5627 }, 5628 5629 "Documentation": { 5630 "Description": "LCD/Bootfail PIC code update failure.", 5631 "Message": "Error while doing LCD/bootfail PIC code update.", 5632 "Notes": [ 5633 "Panel firmware(LCD/bootfail PIC) update fails due to ", 5634 "unsupportable firmware version. Inventory path to the", 5635 "FRU on which PIC controller is physically present will", 5636 "be called out." 5637 ] 5638 } 5639 }, 5640 5641 { 5642 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut", 5643 "Subsystem": "cec_sp_hostboot_iface", 5644 5645 "SRC": { 5646 "ReasonCode": "0xC101", 5647 "Words6To9": {} 5648 }, 5649 5650 "Documentation": { 5651 "Description": "Host did not respond within the watchdog timeout interval", 5652 "Message": "Host did not respond before the watchdog timeout interval expired", 5653 "Notes": [ 5654 "Host did not respond before the expiry of the watchdog timeout interval.", 5655 "Collecting hostboot dump." 5656 ] 5657 } 5658 }, 5659 5660 { 5661 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible", 5662 "Subsystem": "bmc_firmware", 5663 "ComponentID": "0x3600", 5664 "SRC": { 5665 "ReasonCode": "0x3601", 5666 "Words6To9": {} 5667 }, 5668 5669 "Callouts": [ 5670 { 5671 "CalloutList": [ 5672 { "Priority": "high", "Procedure": "bmc_code" } 5673 ] 5674 } 5675 ], 5676 5677 "Documentation": { 5678 "Description": "A system component has a software version that is incompatible.", 5679 "Message": "A system component has a software version that is incompatible." 5680 } 5681 }, 5682 5683 { 5684 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists", 5685 "Subsystem": "bmc_firmware", 5686 "ComponentID": "0x3600", 5687 "SRC": { 5688 "ReasonCode": "0x3602", 5689 "Words6To9": {} 5690 }, 5691 5692 "Callouts": [ 5693 { 5694 "CalloutList": [ 5695 { "Priority": "high", "Procedure": "bmc_code" } 5696 ] 5697 } 5698 ], 5699 5700 "Documentation": { 5701 "Description": "This image version already exists on the device.", 5702 "Message": "This image version already exists on the device." 5703 } 5704 }, 5705 5706 { 5707 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", 5708 "Subsystem": "bmc_firmware", 5709 "ComponentID": "0x3600", 5710 "ActionFlags": ["report"], 5711 "SRC": { 5712 "ReasonCode": "0x3603", 5713 "Words6To9": {} 5714 }, 5715 5716 "Callouts": [ 5717 { 5718 "CalloutList": [ 5719 { "Priority": "high", "Procedure": "bmc_code" } 5720 ] 5721 } 5722 ], 5723 5724 "Documentation": { 5725 "Description": "An error occurred during untar.", 5726 "Message": "An error occurred during untar." 5727 } 5728 }, 5729 5730 { 5731 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", 5732 "Subsystem": "bmc_firmware", 5733 "ComponentID": "0x3600", 5734 "SRC": { 5735 "ReasonCode": "0x3604", 5736 "Words6To9": {} 5737 }, 5738 5739 "Callouts": [ 5740 { 5741 "CalloutList": [ 5742 { "Priority": "high", "Procedure": "bmc_code" } 5743 ] 5744 } 5745 ], 5746 5747 "Documentation": { 5748 "Description": "An error occurred when reading the software image Manifest file.", 5749 "Message": "An error occurred when reading the software image Manifest file." 5750 } 5751 }, 5752 5753 { 5754 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure", 5755 "Subsystem": "bmc_firmware", 5756 "ComponentID": "0x3600", 5757 "SRC": { 5758 "ReasonCode": "0x3605", 5759 "Words6To9": {} 5760 }, 5761 5762 "Callouts": [ 5763 { 5764 "CalloutList": [ 5765 { "Priority": "high", "Procedure": "bmc_code" } 5766 ] 5767 } 5768 ], 5769 5770 "Documentation": { 5771 "Description": "The operation failed internally during processing the image.", 5772 "Message": "The operation failed internally during processing the image." 5773 } 5774 }, 5775 5776 { 5777 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure", 5778 "Subsystem": "bmc_firmware", 5779 "ComponentID": "0x3600", 5780 "SRC": { 5781 "ReasonCode": "0x3606", 5782 "Words6To9": {} 5783 }, 5784 5785 "Callouts": [ 5786 { 5787 "CalloutList": [ 5788 { "Priority": "high", "Procedure": "bmc_code" } 5789 ] 5790 } 5791 ], 5792 5793 "Documentation": { 5794 "Description": "An error occurred processing the image.", 5795 "Message": "An error occurred processing the image." 5796 } 5797 }, 5798 5799 { 5800 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure", 5801 "Subsystem": "bmc_firmware", 5802 "ComponentID": "0x3600", 5803 "SRC": { 5804 "ReasonCode": "0x3607", 5805 "Words6To9": {} 5806 }, 5807 5808 "Callouts": [ 5809 { 5810 "CalloutList": [ 5811 { "Priority": "high", "Procedure": "bmc_code" } 5812 ] 5813 } 5814 ], 5815 5816 "Documentation": { 5817 "Description": "The device is busy during the update.", 5818 "Message": "The device is busy during the update." 5819 } 5820 }, 5821 5822 { 5823 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey", 5824 "Subsystem": "bmc_firmware", 5825 "ComponentID": "0x3600", 5826 "SRC": { 5827 "ReasonCode": "0x3608", 5828 "Words6To9": {} 5829 }, 5830 5831 "Callouts": [ 5832 { 5833 "CalloutList": [ 5834 { "Priority": "high", "Procedure": "bmc_code" } 5835 ] 5836 } 5837 ], 5838 5839 "Documentation": { 5840 "Description": "The Update Access Key has expired.", 5841 "Message": "The Update Access Key has expired." 5842 } 5843 }, 5844 5845 { 5846 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature", 5847 "Subsystem": "bmc_firmware", 5848 "ComponentID": "0x3600", 5849 "SRC": { 5850 "ReasonCode": "0x3609", 5851 "Words6To9": {} 5852 }, 5853 5854 "Callouts": [ 5855 { 5856 "CalloutList": [ 5857 { "Priority": "high", "Procedure": "bmc_code" } 5858 ] 5859 } 5860 ], 5861 5862 "Documentation": { 5863 "Description": "The software image has an invalid signature.", 5864 "Message": "The software image has an invalid signature" 5865 } 5866 }, 5867 5868 { 5869 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile", 5870 "Subsystem": "bmc_firmware", 5871 "ComponentID": "0x3600", 5872 5873 "SRC": { 5874 "ReasonCode": "0x360A", 5875 "Words6To9": { 5876 "6": { 5877 "Description": "Size of the current running partition", 5878 "AdditionalDataPropSource": "CURRENT_FILE_SIZE" 5879 }, 5880 "7": { 5881 "Description": "Size of the read only partition", 5882 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE" 5883 } 5884 } 5885 }, 5886 "Callouts": [ 5887 { 5888 "CalloutList": [ 5889 { "Priority": "high", "Procedure": "bmc_code" } 5890 ] 5891 } 5892 ], 5893 "Documentation": { 5894 "Description": "Corrupted or changed preserved file", 5895 "Message": "Partition was not preserved on reboot", 5896 "Notes": [ 5897 "This error may occur if one of the partitions marked", 5898 "PRESERVED is either corrupted, or a change of size is ", 5899 "desired for a particular partition." 5900 ] 5901 } 5902 }, 5903 5904 { 5905 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail", 5906 "Subsystem": "bmc_firmware", 5907 "ComponentID": "0x6000", 5908 "Severity": "predictive", 5909 "SRC": { 5910 "ReasonCode": "0x6001", 5911 "Words6To9": {} 5912 }, 5913 "Callouts": [ 5914 { 5915 "CalloutList": [ 5916 { "Priority": "high", "Procedure": "bmc_code" } 5917 ] 5918 } 5919 ], 5920 5921 "Documentation": { 5922 "Description": "Failed to get the requested dump object path.", 5923 "Message": "Failed to get the requested dump object path from the system." 5924 } 5925 }, 5926 { 5927 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail", 5928 "Subsystem": "bmc_firmware", 5929 "ComponentID": "0x6000", 5930 "Severity": "unrecoverable", 5931 "SRC": { 5932 "ReasonCode": "0x6002", 5933 "Words6To9": {} 5934 }, 5935 "Callouts": [ 5936 { 5937 "CalloutList": [ 5938 { "Priority": "high", "Procedure": "bmc_code" } 5939 ] 5940 } 5941 ], 5942 "Documentation": { 5943 "Description": "Failed to make a new dump notify request to the dump manager application.", 5944 "Message": "Failed to make a new dump notify request to the dump manager application." 5945 } 5946 }, 5947 { 5948 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail", 5949 "Subsystem": "bmc_firmware", 5950 "ComponentID": "0x6000", 5951 "Severity": "unrecoverable", 5952 "SRC": { 5953 "ReasonCode": "0x6003", 5954 "Words6To9": {} 5955 }, 5956 "Callouts": [ 5957 { 5958 "CalloutList": [ 5959 { "Priority": "high", "Procedure": "bmc_code" } 5960 ] 5961 } 5962 ], 5963 "Documentation": { 5964 "Description": "Failed to get the dump offload URI path from the dump entry.", 5965 "Message": "Failed to get the dump offload URI path from the dump entry." 5966 } 5967 }, 5968 { 5969 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail", 5970 "Subsystem": "bmc_firmware", 5971 "ComponentID": "0x6000", 5972 "Severity": "non_error", 5973 "SRC": { 5974 "ReasonCode": "0x6004", 5975 "Words6To9": {} 5976 }, 5977 "Callouts": [ 5978 { 5979 "CalloutList": [ 5980 { "Priority": "medium", "Procedure": "bmc_code" } 5981 ] 5982 } 5983 ], 5984 "Documentation": { 5985 "Description": "The hypervisor rejected the request to initiate a new resource dump.", 5986 "Message": "The hypervisor rejected the request to initiate a new resource dump." 5987 } 5988 }, 5989 { 5990 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail", 5991 "Subsystem": "bmc_firmware", 5992 "ComponentID": "0x6000", 5993 "Severity": "unrecoverable", 5994 "SRC": { 5995 "ReasonCode": "0x6005", 5996 "Words6To9": {} 5997 }, 5998 "Callouts": [ 5999 { 6000 "CalloutList": [ 6001 { "Priority": "high", "Procedure": "bmc_code" } 6002 ] 6003 } 6004 ], 6005 "Documentation": { 6006 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.", 6007 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted." 6008 } 6009 }, 6010 { 6011 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail", 6012 "Subsystem": "bmc_firmware", 6013 "ComponentID": "0x6000", 6014 "Severity": "unrecoverable", 6015 "SRC": { 6016 "ReasonCode": "0x6006", 6017 "Words6To9": {} 6018 }, 6019 "Callouts": [ 6020 { 6021 "CalloutList": [ 6022 { "Priority": "high", "Procedure": "bmc_code" } 6023 ] 6024 } 6025 ], 6026 "Documentation": { 6027 "Description": "Failed to carry out the dump delete request from the hypervisor.", 6028 "Message": "Failed to carry out the dump delete request from the hypervisor." 6029 } 6030 }, 6031 { 6032 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail", 6033 "Subsystem": "bmc_firmware", 6034 "ComponentID": "0x6000", 6035 "Severity": "unrecoverable", 6036 "SRC": { 6037 "ReasonCode": "0x6007", 6038 "Words6To9": {} 6039 }, 6040 "Callouts": [ 6041 { 6042 "CalloutList": [ 6043 { "Priority": "high", "Procedure": "bmc_code" } 6044 ] 6045 } 6046 ], 6047 "Documentation": { 6048 "Description": "Failed to set the dump offloaded completion flag in the dump entry.", 6049 "Message": "Failed to set the dump offloaded completion flag in the dump entry." 6050 } 6051 }, 6052 { 6053 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail", 6054 "Subsystem": "bmc_firmware", 6055 "ComponentID": "0x6000", 6056 "Severity": "unrecoverable", 6057 "SRC": { 6058 "ReasonCode": "0x6008", 6059 "Words6To9": {} 6060 }, 6061 "Callouts": [ 6062 { 6063 "CalloutList": [ 6064 { "Priority": "high", "Procedure": "bmc_code" } 6065 ] 6066 } 6067 ], 6068 "Documentation": { 6069 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", 6070 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." 6071 } 6072 }, 6073 { 6074 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail", 6075 "Subsystem": "bmc_firmware", 6076 "ComponentID": "0x6000", 6077 "Severity": "unrecoverable", 6078 "SRC": { 6079 "ReasonCode": "0x6009", 6080 "Words6To9": {} 6081 }, 6082 "Callouts": [ 6083 { 6084 "CalloutList": [ 6085 { "Priority": "high", "Procedure": "bmc_code" } 6086 ] 6087 } 6088 ], 6089 "Documentation": { 6090 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", 6091 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." 6092 } 6093 }, 6094 { 6095 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail", 6096 "Subsystem": "bmc_firmware", 6097 "ComponentID": "0x6000", 6098 "Severity": "non_error", 6099 "SRC": { 6100 "ReasonCode": "0x6010", 6101 "Words6To9": {} 6102 }, 6103 "Callouts": [ 6104 { 6105 "CalloutList": [ 6106 { "Priority": "medium", "Procedure": "bmc_code" } 6107 ] 6108 } 6109 ], 6110 "Documentation": { 6111 "Description": "Could not create a new resource dump due to hypervisor verification failed.", 6112 "Message": "Could not create a new resource dump due to hypervisor verification failed." 6113 } 6114 }, 6115 { 6116 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail", 6117 "Subsystem": "bmc_firmware", 6118 "ComponentID": "0x6000", 6119 "Severity": "unrecoverable", 6120 "SRC": { 6121 "ReasonCode": "0x6011", 6122 "Words6To9": {} 6123 }, 6124 "Callouts": [ 6125 { 6126 "CalloutList": [ 6127 { "Priority": "high", "Procedure": "bmc_code" } 6128 ] 6129 } 6130 ], 6131 "Documentation": { 6132 "Description": "Failed to set the dump offload completion flag in the dump entry details.", 6133 "Message": "Failed to set the dump offload completion flag in the dump entry details." 6134 } 6135 }, 6136 { 6137 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail", 6138 "Subsystem": "bmc_firmware", 6139 "ComponentID": "0x6000", 6140 "Severity": "unrecoverable", 6141 "SRC": { 6142 "ReasonCode": "0x6012", 6143 "Words6To9": {} 6144 }, 6145 "Callouts": [ 6146 { 6147 "CalloutList": [ 6148 { "Priority": "high", "Procedure": "bmc_code" } 6149 ] 6150 } 6151 ], 6152 "Documentation": { 6153 "Description": "Failed to notify a new dump available request.", 6154 "Message": "Failed to notify a new dump available request." 6155 } 6156 }, 6157 { 6158 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail", 6159 "Subsystem": "bmc_firmware", 6160 "ComponentID": "0x6000", 6161 "Severity": "unrecoverable", 6162 "SRC": { 6163 "ReasonCode": "0x6013", 6164 "Words6To9": {} 6165 }, 6166 "Callouts": [ 6167 { 6168 "CalloutList": [ 6169 { "Priority": "high", "Procedure": "bmc_code" } 6170 ] 6171 } 6172 ], 6173 "Documentation": { 6174 "Description": "Failed to send the resource dump parameters for a new dump initiation.", 6175 "Message": "Failed to send the resource dump parameters for a new dump initiation." 6176 } 6177 }, 6178 { 6179 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail", 6180 "Subsystem": "bmc_firmware", 6181 "ComponentID": "0x6000", 6182 "Severity": "unrecoverable", 6183 "SRC": { 6184 "ReasonCode": "0x6014", 6185 "Words6To9": {} 6186 }, 6187 "Callouts": [ 6188 { 6189 "CalloutList": [ 6190 { "Priority": "high", "Procedure": "bmc_code" } 6191 ] 6192 } 6193 ], 6194 "Documentation": { 6195 "Description": "Failed to send the certificate/license file to the host.", 6196 "Message": "Failed to send the certificate/license file to the host." 6197 } 6198 }, 6199 { 6200 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail", 6201 "Subsystem": "bmc_firmware", 6202 "ComponentID": "0x6000", 6203 "Severity": "unrecoverable", 6204 "SRC": { 6205 "ReasonCode": "0x6015", 6206 "Words6To9": {} 6207 }, 6208 "Callouts": [ 6209 { 6210 "CalloutList": [ 6211 { "Priority": "high", "Procedure": "bmc_code" } 6212 ] 6213 } 6214 ], 6215 "Documentation": { 6216 "Description": "Failed to decode the response of certificate/license file sent to the host.", 6217 "Message": "Failed to decode the response of certificate/license file sent to the host." 6218 } 6219 }, 6220 { 6221 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail", 6222 "Subsystem": "bmc_firmware", 6223 "ComponentID": "0x6000", 6224 "Severity": "unrecoverable", 6225 "SRC": { 6226 "ReasonCode": "0x6016", 6227 "Words6To9": {} 6228 }, 6229 "Callouts": [ 6230 { 6231 "CalloutList": [ 6232 { "Priority": "high", "Procedure": "bmc_code" } 6233 ] 6234 } 6235 ], 6236 "Documentation": { 6237 "Description": "Failed to send the new certificate/license file to the host.", 6238 "Message": "Failed to send the new certificate/license file to the host." 6239 } 6240 }, 6241 { 6242 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed", 6243 "Subsystem": "bmc_firmware", 6244 "ComponentID": "0x6000", 6245 "Severity": "unrecoverable", 6246 "SRC": { 6247 "ReasonCode": "0x6017", 6248 "Words6To9": {} 6249 }, 6250 6251 "Callouts": [ 6252 { 6253 "CalloutList": [ 6254 { "Priority": "high", "Procedure": "bmc_code" } 6255 ] 6256 } 6257 ], 6258 "Documentation": { 6259 "Description": "Failed to set state effecter states.", 6260 "Message": "Failed to set state effecter states." 6261 } 6262 }, 6263 { 6264 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail", 6265 "Subsystem": "bmc_firmware", 6266 "ComponentID": "0x6000", 6267 "Severity": "unrecoverable", 6268 "SRC": { 6269 "ReasonCode": "0x6018", 6270 "Words6To9": {} 6271 }, 6272 "Callouts": [ 6273 { 6274 "CalloutList": [ 6275 { "Priority": "high", "Procedure": "bmc_code" } 6276 ] 6277 } 6278 ], 6279 "Documentation": { 6280 "Description": "Failed to parse PDR JSON file.", 6281 "Message": "Failed to parse PDR JSON file." 6282 } 6283 }, 6284 { 6285 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail", 6286 "Subsystem": "bmc_firmware", 6287 "ComponentID": "0x6000", 6288 "Severity": "unrecoverable", 6289 "SRC": { 6290 "ReasonCode": "0x6019", 6291 "Words6To9": {} 6292 }, 6293 "Callouts": [ 6294 { 6295 "CalloutList": [ 6296 { "Priority": "high", "Procedure": "bmc_code" } 6297 ] 6298 } 6299 ], 6300 "Documentation": { 6301 "Description": "Failed to get state sensor PDR state.", 6302 "Message": "Failed to get state sensor PDR state." 6303 } 6304 }, 6305 { 6306 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail", 6307 "Subsystem": "bmc_firmware", 6308 "ComponentID": "0x6000", 6309 "Severity": "unrecoverable", 6310 "SRC": { 6311 "ReasonCode": "0x6020", 6312 "Words6To9": {} 6313 }, 6314 "Callouts": [ 6315 { 6316 "CalloutList": [ 6317 { "Priority": "high", "Procedure": "bmc_code" } 6318 ] 6319 } 6320 ], 6321 "Documentation": { 6322 "Description": "Failed to encode state sensor request.", 6323 "Message": "Failed to encode state sensor request." 6324 } 6325 }, 6326 { 6327 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure", 6328 "Subsystem": "bmc_firmware", 6329 "ComponentID": "0x6000", 6330 "Severity": "unrecoverable", 6331 "SRC": { 6332 "ReasonCode": "0x6021", 6333 "Words6To9": {} 6334 }, 6335 "Callouts": [ 6336 { 6337 "CalloutList": [ 6338 { "Priority": "high", "Procedure": "bmc_code" } 6339 ] 6340 } 6341 ], 6342 "Documentation": { 6343 "Description": "Failed to subscribe for concurrent maintenance of FRU.", 6344 "Message": "Failed to subscribe for concurrent maintenance of FRU." 6345 } 6346 }, 6347 { 6348 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail", 6349 "Subsystem": "bmc_firmware", 6350 "ComponentID": "0x6000", 6351 "Severity": "non_error", 6352 "SRC": { 6353 "ReasonCode": "0x6022", 6354 "Words6To9": {} 6355 }, 6356 "Callouts": [ 6357 { 6358 "CalloutList": [ 6359 { "Priority": "high", "Procedure": "bmc_code" } 6360 ] 6361 } 6362 ], 6363 "Documentation": { 6364 "Description": "Host did not send a surveillance ping within stipulated timeout interval.", 6365 "Message": "Host did not send a surveillance ping within stipulated timeout interval." 6366 } 6367 }, 6368 { 6369 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail", 6370 "Subsystem": "bmc_firmware", 6371 "ComponentID": "0x6000", 6372 "Severity": "unrecoverable", 6373 "SRC": { 6374 "ReasonCode": "0x6023", 6375 "Words6To9": {} 6376 }, 6377 "Callouts": [ 6378 { 6379 "CalloutList": [ 6380 { "Priority": "high", "Procedure": "bmc_code" } 6381 ] 6382 } 6383 ], 6384 "Documentation": { 6385 "Description": "Failed to reset the dump offload URI path from the dump entry.", 6386 "Message": "Failed to reset the dump offload URI path from the dump entry." 6387 } 6388 }, 6389 { 6390 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut", 6391 "Subsystem": "bmc_firmware", 6392 "ComponentID": "0x6000", 6393 "Severity": "unrecoverable", 6394 "SRC": { 6395 "ReasonCode": "0x6024", 6396 "Words6To9": {} 6397 }, 6398 "Callouts": [ 6399 { 6400 "CalloutList": [ 6401 { "Priority": "high", "Procedure": "bmc_code" } 6402 ] 6403 } 6404 ], 6405 "Documentation": { 6406 "Description": "Host failed to complete the power off gracefully within the timeout.", 6407 "Message": "Host failed to complete the power off gracefully within the timeout." 6408 } 6409 }, 6410 { 6411 "Name": "xyz.openbmc_project.Dump.Error.Invalidate", 6412 "Subsystem": "bmc_firmware", 6413 "ComponentID": "0x6000", 6414 "SRC": { 6415 "ReasonCode": "0x6025", 6416 "Words6To9": {} 6417 }, 6418 "Documentation": { 6419 "Description": "Dump has been deleted/offloaded", 6420 "Message": "BMC/System/Resource dump has been deleted/offloaded" 6421 } 6422 }, 6423 { 6424 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached", 6425 "Subsystem": "cec_hardware", 6426 "ComponentID": "0xF300", 6427 "Severity": "predictive", 6428 6429 "SRC": { 6430 "ReasonCode": "0xF301", 6431 "Words6To9": {} 6432 }, 6433 6434 "Callouts": [ 6435 { 6436 "System": "ibm,rainier", 6437 "CalloutList": [ 6438 { 6439 "Priority": "high", 6440 "LocCode": "P0-C5" 6441 } 6442 ] 6443 }, 6444 { 6445 "System": "ibm,everest", 6446 "CalloutList": [ 6447 { 6448 "Priority": "high", 6449 "LocCode": "P0-C0" 6450 } 6451 ] 6452 }, 6453 { 6454 "System": "ibm,bonnell", 6455 "CalloutList": [ 6456 { 6457 "Priority": "high", 6458 "LocCode": "P0" 6459 } 6460 ] 6461 } 6462 ], 6463 6464 "Documentation": { 6465 "Description": "Correctable ECC memory error collection limit is reached.", 6466 "Message": "Correctable ECC memory error collection limit is reached." 6467 } 6468 }, 6469 { 6470 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE", 6471 "Subsystem": "cec_hardware", 6472 "ComponentID": "0xF300", 6473 "Severity": "non_error", 6474 6475 "SRC": { 6476 "ReasonCode": "0xF302", 6477 "Words6To9": {} 6478 }, 6479 6480 "Documentation": { 6481 "Description": "Correctable ECC/other correctable memory error.", 6482 "Message": "Correctable ECC/other correctable memory error." 6483 } 6484 }, 6485 { 6486 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE", 6487 "Subsystem": "cec_hardware", 6488 "ComponentID": "0xF300", 6489 "Severity": "predictive", 6490 6491 "SRC": { 6492 "ReasonCode": "0xF303", 6493 "Words6To9": {} 6494 }, 6495 6496 "Callouts": [ 6497 { 6498 "System": "ibm,rainier", 6499 "CalloutList": [ 6500 { 6501 "Priority": "high", 6502 "LocCode": "P0-C5" 6503 } 6504 ] 6505 }, 6506 { 6507 "System": "ibm,everest", 6508 "CalloutList": [ 6509 { 6510 "Priority": "high", 6511 "LocCode": "P0-C0" 6512 } 6513 ] 6514 }, 6515 { 6516 "System": "ibm,bonnell", 6517 "CalloutList": [ 6518 { 6519 "Priority": "high", 6520 "LocCode": "P0" 6521 } 6522 ] 6523 } 6524 ], 6525 6526 "Documentation": { 6527 "Description": "Uncorrectable ECC/other uncorrectable memory error.", 6528 "Message": "Uncorrectable ECC/other uncorrectable memory error." 6529 } 6530 } 6531 ] 6532} 6533