1{ 2 "PELs": 3 [ 4 { 5 "Name": "xyz.openbmc_project.Common.Error.Timeout", 6 "Subsystem": "bmc_firmware", 7 "Severity": "non_error", 8 9 "SRC": 10 { 11 "ReasonCode": "0x1001", 12 "Words6To9": 13 { 14 "6": 15 { 16 "Description": "Timeout in ms", 17 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC" 18 } 19 } 20 }, 21 22 "Documentation": 23 { 24 "Description": "This is a generic timeout error", 25 "Message": "An operation timed out", 26 "Notes": [ 27 "The journal should contain more information" 28 ] 29 } 30 }, 31 32 { 33 "Name": "xyz.openbmc_project.Common.Error.InternalFailure", 34 "Subsystem": "bmc_firmware", 35 "Severity": "non_error", 36 37 "SRC": 38 { 39 "ReasonCode": "0x1002", 40 "Words6To9": 41 { 42 } 43 }, 44 45 "Documentation": 46 { 47 "Description": "BMC code had a generic internal failure", 48 "Message": "An application had an internal failure", 49 "Notes": [ 50 "The journal should contain more information" 51 ] 52 } 53 }, 54 55 { 56 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument", 57 "Subsystem": "user_error", 58 "Severity": "non_error", 59 60 "SRC": 61 { 62 "ReasonCode": "0x1003", 63 "Words6To9": 64 { 65 } 66 }, 67 68 "Documentation": 69 { 70 "Description": "BMC code was given an invalid argument", 71 "Message": "Code was given an invalid argument", 72 "Notes": [ 73 "The journal should contain more information" 74 ] 75 } 76 }, 77 { 78 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission", 79 "Subsystem": "user_error", 80 "Severity": "non_error", 81 82 "SRC": 83 { 84 "ReasonCode": "0x1004", 85 "Words6To9": 86 { 87 } 88 }, 89 90 "Documentation": 91 { 92 "Description": "An operation failed due to insufficient permission", 93 "Message": "An operation failed due to unsufficient permission", 94 "Notes": [ 95 "The journal should contain more information" 96 ] 97 } 98 }, 99 100 { 101 "Name": "xyz.openbmc_project.Common.Error.NotAllowed", 102 "Subsystem": "user_error", 103 "Severity": "non_error", 104 105 "SRC": 106 { 107 "ReasonCode": "0x1005", 108 "Words6To9": 109 { 110 } 111 }, 112 113 "Documentation": 114 { 115 "Description": "An operation failed because it isn't allowed", 116 "Message": "An operation failed because it isn't allowed", 117 "Notes": [ 118 "The journal should contain more information" 119 ] 120 } 121 }, 122 123 { 124 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate", 125 "Subsystem": "user_error", 126 "Severity": "non_error", 127 128 "SRC": 129 { 130 "ReasonCode": "0x1006", 131 "Words6To9": 132 { 133 } 134 }, 135 136 "Documentation": 137 { 138 "Description": "The server's CA certificate has not been provided", 139 "Message": "The server's CA certificate has not been provided" 140 } 141 }, 142 143 { 144 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", 145 "Subsystem": "cec_chip_iface", 146 147 "SRC": 148 { 149 "ReasonCode": "0x1007", 150 "Words6To9": 151 { 152 "6": 153 { 154 "Description": "errno of the failure", 155 "AdditionalDataPropSource": "CALLOUT_ERRNO" 156 } 157 } 158 }, 159 160 "Documentation": 161 { 162 "Description": "Sensor device read failure", 163 "Message": "There was a failure when reading a sensor device", 164 "Notes": [ 165 "The severity is set by the creator.", 166 "The action flags are set automatically by the code.", 167 "Callouts added based on CALLOUT_DEVICE_PATH." 168 ] 169 } 170 }, 171 172 { 173 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure", 174 "Subsystem": "cec_chip_iface", 175 176 "SRC": 177 { 178 "ReasonCode": "0x1008", 179 "Words6To9": 180 { 181 "6": 182 { 183 "Description": "errno of the failure", 184 "AdditionalDataPropSource": "CALLOUT_ERRNO" 185 } 186 } 187 }, 188 189 "Documentation": 190 { 191 "Description": "Device read failure", 192 "Message": "There was a failure when reading a hardware device", 193 "Notes": [ 194 "The severity is set by the creator.", 195 "The action flags are set automatically by the code.", 196 "Callouts added based on CALLOUT_DEVICE_PATH." 197 ] 198 } 199 }, 200 201 { 202 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure", 203 "Subsystem": "cec_chip_iface", 204 205 "SRC": 206 { 207 "ReasonCode": "0x1009", 208 "Words6To9": 209 { 210 "6": 211 { 212 "Description": "errno of the failure", 213 "AdditionalDataPropSource": "CALLOUT_ERRNO" 214 } 215 } 216 }, 217 218 "Documentation": 219 { 220 "Description": "Device write failure", 221 "Message": "There was a failure when writing to a hardware device", 222 "Notes": [ 223 "The severity is set by the creator.", 224 "The action flags are set automatically by the code.", 225 "Callouts added based on CALLOUT_DEVICE_PATH" 226 ] 227 } 228 }, 229 230 { 231 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure", 232 "Subsystem": "cec_chip_iface", 233 234 "SRC": 235 { 236 "ReasonCode": "0x100A", 237 "Words6To9": 238 { 239 "6": 240 { 241 "Description": "errno of the failure", 242 "AdditionalDataPropSource": "CALLOUT_ERRNO" 243 } 244 } 245 }, 246 247 "Documentation": 248 { 249 "Description": "Device write failure", 250 "Message": "There was a failure when writing to a hardware device", 251 "Notes": [ 252 "The severity is set by the creator.", 253 "The action flags are set automatically by the code.", 254 "Callouts added based on CALLOUT_DEVICE_PATH" 255 ] 256 } 257 }, 258 259 { 260 "Name": "org.open_power.Logging.Error.SentBadPELToHost", 261 "Subsystem": "bmc_firmware", 262 "Severity": "non_error", 263 264 "SRC": 265 { 266 "ReasonCode": "0x2001", 267 "Words6To9": 268 { 269 "6": 270 { 271 "Description": "The bad PEL ID", 272 "AdditionalDataPropSource": "BAD_ID" 273 } 274 } 275 }, 276 277 "Documentation": 278 { 279 "Description": "The BMC sent the host a malformed PEL", 280 "Message": "The BMC sent the host a malformed PEL", 281 "Notes": [ 282 "The host firmware rejected that PEL." 283 ] 284 } 285 }, 286 287 { 288 "Name": "org.open_power.Logging.Error.BadHostPEL", 289 "Subsystem": "platform_firmware", 290 "Severity": "unrecoverable", 291 292 "SRC": 293 { 294 "ReasonCode": "0x2002", 295 "Words6To9": 296 { 297 "6": 298 { 299 "Description": "The PLID of the invalid PEL", 300 "AdditionalDataPropSource": "PLID" 301 }, 302 "7": 303 { 304 "Description": "The corresponding OpenBMC event log ID", 305 "AdditionalDataPropSource": "OBMC_LOG_ID" 306 }, 307 "8": 308 { 309 "Description": "The size of the invalid PEL", 310 "AdditionalDataPropSource": "PEL_SIZE" 311 } 312 } 313 }, 314 315 "Documentation": 316 { 317 "Description": "The host sent the BMC an invalid PEL", 318 "Message": "The host sent the BMC an invalid PEL", 319 "Notes": [ 320 ] 321 } 322 }, 323 324 { 325 "Name": "org.open_power.Logging.Error.TestError1", 326 "Subsystem": "platform_firmware", 327 "Severity": "unrecoverable", 328 329 "SRC": 330 { 331 "ReasonCode": "0x2003", 332 "Words6To9": 333 { 334 } 335 }, 336 337 "Callouts": [ 338 { 339 "CalloutList": [ 340 {"Priority": "high", "Procedure": "bmc_code"}, 341 {"Priority": "medium", "SymbolicFRU": "service_docs"} 342 ] 343 } 344 ], 345 346 "Documentation": 347 { 348 "Description": "An error for testing", 349 "Message": "This is a test error" 350 } 351 }, 352 353 { 354 "Name": "xyz.openbmc_project.Logging.Error.Default", 355 "Subsystem": "other_na", 356 357 "SRC": 358 { 359 "ReasonCode": "0x2004", 360 "Words6To9": 361 { 362 } 363 }, 364 365 "Documentation": 366 { 367 "Description": "This entry is used when no other matching entry is found", 368 "Message": "Unknown (Original event not in message registry)", 369 "Notes": [ 370 "This is used when the actual error name isn't found in ", 371 "the registry. The original error name will be stored ", 372 "in the UserData section that contains the AdditionalData ", 373 "properties using the key ERROR_NAME.", 374 "This error may contain callouts if the creator passed ", 375 "them in.", 376 "The severity is set by the creator.", 377 "If this error is seen, then a code change needs to be ", 378 "made to add the missing error entry to this registry." 379 ] 380 } 381 }, 382 383 { 384 "Name": "org.open_power.PHAL.Error.Boot", 385 "Subsystem": "cec_hardware", 386 "ComponentID": "0x3000", 387 "Severity": "unrecoverable", 388 389 "SRC": 390 { 391 "ReasonCode": "0x3001", 392 "Words6To9": 393 { 394 } 395 }, 396 397 "Documentation": 398 { 399 "Description": "Failure occured during boot process", 400 "Message": "Failure occured during boot process", 401 "Notes": [ 402 "Debug traces will be captured in AdditionalData section" 403 ] 404 } 405 }, 406 407 { 408 "Name": "org.open_power.PHAL.Error.PrePowerOff", 409 "Subsystem": "cec_hardware", 410 "ComponentID": "0x3000", 411 412 "SRC": 413 { 414 "ReasonCode": "0x3002", 415 "Words6To9": 416 { 417 } 418 }, 419 420 "Documentation": 421 { 422 "Description": "Failure occurred during PHAL pre-poweroff operations", 423 "Message": "Failure occurred during PHAL pre-poweroff operations", 424 "Notes": [ 425 "Severity needs to be set based on needs for this registry.", 426 "FFDC (First Failure Data Collection) will be collected ", 427 "and added into PEL." 428 ] 429 } 430 }, 431 432 { 433 "Name": "org.open_power.PHAL.Error.devtreeSync", 434 "Subsystem": "cec_hardware", 435 "ComponentID": "0x3000", 436 "Severity": "unrecoverable", 437 438 "SRC": 439 { 440 "ReasonCode": "0x3003", 441 "Words6To9": 442 { 443 } 444 }, 445 446 "Documentation": 447 { 448 "Description": "Failure occurred during PHAL devtree sync ", 449 "Message": "Failure occurred during PHAL devtree sync", 450 "Notes": [ 451 "The journal should contain more information" 452 ] 453 } 454 }, 455 456 { 457 "Name": "org.open_power.PHAL.Error.devtreeBackup", 458 "Subsystem": "cec_hardware", 459 "ComponentID": "0x3000", 460 "Severity": "unrecoverable", 461 462 "SRC": 463 { 464 "ReasonCode": "0x3004", 465 "Words6To9": 466 { 467 } 468 }, 469 470 "Documentation": 471 { 472 "Description": "Failure occurred during PHAL devtree backup ", 473 "Message": "Failure occurred during PHAL devtree backup", 474 "Notes": [ 475 "The journal should contain more information" 476 ] 477 } 478 }, 479 480 { 481 "Name": "org.open_power.PHAL.Error.HostRunning", 482 "Subsystem": "cec_sp_hostboot_iface", 483 "ComponentID": "0x3000", 484 485 "SRC": 486 { 487 "ReasonCode": "0x3005", 488 "Words6To9": 489 { 490 } 491 }, 492 493 "Documentation": 494 { 495 "Description": "Host did not respond to BMC after a BMC reset", 496 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running", 497 "Notes": [ 498 "System will be left in its current state to ensure host ", 499 "is not unexpectedly taken down. There is most likely an ", 500 "issue in the software or hardware communication path ", 501 "between the BMC and the Host firmware.", 502 "A BMC dump will be collected with relevant FFDC." 503 ] 504 } 505 }, 506 507 { 508 "Name": "org.open_power.PHAL.Error.devtreeReinit", 509 "Subsystem": "cec_hardware", 510 "ComponentID": "0x3000", 511 "Severity": "unrecoverable", 512 513 "SRC": 514 { 515 "ReasonCode": "0x3006", 516 "Words6To9": 517 { 518 } 519 }, 520 521 "Documentation": 522 { 523 "Description": "Failure re-initializing BMC to Host data structure", 524 "Message": "Failure occurred during re-initializing BMC to Host data structure", 525 "Notes": [ 526 "The journal should contain more information" 527 ] 528 } 529 }, 530 531 { 532 "Name": "org.open_power.HardwareIsolation.Error", 533 "Subsystem": "cec_hardware", 534 "ComponentID": "0x3100", 535 536 "SRC": 537 { 538 "ReasonCode": "0x3101", 539 "Words6To9": 540 { 541 } 542 }, 543 544 "Documentation": 545 { 546 "Description": "Failure occured during hardware isolation operations", 547 "Message": "Failure occured during hardware isolation operations", 548 "Notes": [ 549 "Severity needs to be set based on needs for this registry.", 550 "Debug traces will be captured in AdditionalData section" 551 ] 552 } 553 }, 554 555 { 556 "Name": "xyz.openbmc_project.State.Error.HostNotRunning", 557 "Subsystem": "cec_sp_hostboot_iface", 558 "ComponentID": "0x3400", 559 "SRC": 560 { 561 "ReasonCode": "0x3401", 562 "Words6To9": 563 { 564 } 565 }, 566 "Documentation": 567 { 568 "Description": "Host was booting or booted before BMC reset but is now unresponsive", 569 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot", 570 "Notes": [ 571 "System will follow recovery policy, resulting in this ", 572 "error and most likely a a reboot of the host. The issue ", 573 "is most likely the result of the BMC rebooting while the ", 574 "host was booting and in a state where it still needed ", 575 "the BMC to complete its boot." 576 ] 577 } 578 }, 579 580 { 581 "Name": "org.open_power.Processor.Error.SbeChipOpFailure", 582 "Subsystem": "processor_chip", 583 "ComponentID": "0x3500", 584 585 "SRC": 586 { 587 "ReasonCode": "0x3500", 588 "Words6To9": 589 { 590 "6": 591 { 592 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 593 "AdditionalDataPropSource": "SRC6" 594 } 595 } 596 }, 597 598 "Documentation": 599 { 600 "Description": "chipop failure with SBE provided FFDC", 601 "Message": "chipop request failure reported by SBE", 602 "Notes": [ 603 "The severity is set by the creator.", 604 "Callouts added based on SBE provided FFDC.", 605 "SBE provided additional debug data included as part of the", 606 "additional user data section." 607 ] 608 } 609 }, 610 611 { 612 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout", 613 "Subsystem": "processor_chip", 614 "ComponentID": "0x3500", 615 616 "SRC": 617 { 618 "ReasonCode": "0x3501", 619 "Words6To9": 620 { 621 "6": 622 { 623 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 624 "AdditionalDataPropSource": "SRC6" 625 } 626 } 627 }, 628 629 "Documentation": 630 { 631 "Description": "SBE chipop timeout", 632 "Message": "chipop timeout reported during SBE communication", 633 "Notes": [ 634 "The severity is set by the creator.", 635 "Check SBE Dump associated to this error to debug the failure." 636 ] 637 } 638 }, 639 640 { 641 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState", 642 "Subsystem": "processor_chip", 643 "ComponentID": "0x3500", 644 645 "SRC": 646 { 647 "ReasonCode": "0x3502", 648 "Words6To9": 649 { 650 "6": 651 { 652 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 653 "AdditionalDataPropSource": "SRC6" 654 }, 655 "7": 656 { 657 "Description": "Value of SBE state", 658 "AdditionalDataPropSource": "SRC7" 659 } 660 } 661 }, 662 663 "Documentation": 664 { 665 "Description": "The SBE on this processor is not in a state where chipOps can be issued", 666 "Message": "SBE Chipop is not allowed due to invalid SBE state ", 667 "Notes": [ 668 "The severity is set by the creator." 669 ] 670 } 671 }, 672 673 { 674 "Name": "org.open_power.Processor.Error.SbeBootFailure", 675 "Subsystem": "processor_chip", 676 "ComponentID": "0x3500", 677 678 "SRC": 679 { 680 "ReasonCode": "0x3503", 681 "Words6To9": 682 { 683 "6": 684 { 685 "Description": "[0:15] chip position", 686 "AdditionalDataPropSource": "SRC6" 687 } 688 } 689 }, 690 691 "Documentation": 692 { 693 "Description": "Boot failure with SBE provided FFDC", 694 "Message": "Boot failure reported by SBE", 695 "Notes": [ 696 "The severity is set by the creator.", 697 "Callouts added based on SBE provided FFDC.", 698 "SBE provided additional debug data included as part of the", 699 "additional user data section." 700 ] 701 } 702 }, 703 704 { 705 "Name": "org.open_power.Processor.Error.SbeBootTimeout", 706 "Subsystem": "processor_chip", 707 "ComponentID": "0x3500", 708 709 "SRC": 710 { 711 "ReasonCode": "0x3504", 712 "Words6To9": 713 { 714 } 715 }, 716 717 "Documentation": 718 { 719 "Description": "SBE Boot timeout", 720 "Message": "timeout reported during SBE boot process", 721 "Notes": [ 722 "The severity is set by the creator.", 723 "Check SBE Dump associated to this error to debug the failure." 724 ] 725 } 726 }, 727 728 { 729 "Name": "org.open_power.Attn.Error.Terminate", 730 "Subsystem": "cec_hardware", 731 "Severity": "non_error", 732 733 "SRC": 734 { 735 "ReasonCode": "0xD138", 736 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ], 737 "Words6To9": 738 { 739 } 740 }, 741 742 "Documentation": 743 { 744 "Description": "Status shows TI special attention active", 745 "Message": "TI special attention detected", 746 "Notes": [ 747 "This entry is for any TI special attention event ", 748 "reported by the attention handler component" 749 ] 750 } 751 }, 752 753 { 754 "Name": "org.open_power.Attn.Error.Fail", 755 "Subsystem": "bmc_firmware", 756 "Severity": "unrecoverable_loss_of_function", 757 758 "SRC": 759 { 760 "ReasonCode": "0xD13E", 761 "Words6To9": 762 { 763 "6": 764 { 765 "Description": "Error code from attention handler", 766 "AdditionalDataPropSource": "ERROR_CODE" 767 } 768 } 769 }, 770 "Documentation": 771 { 772 "Description": "The attention handler encountered an error", 773 "MessageArgSources" : ["SRCWord6"], 774 "Message": "Attention handler error %1", 775 "Notes": [ 776 "Attention handler will provide error code" 777 ] 778 } 779 }, 780 781 { 782 "Name": "org.open_power.Attn.Error.Vital", 783 "Subsystem": "processor_chip", 784 "Severity": "critical", 785 786 "SRC": 787 { 788 "ReasonCode": "0xD16D", 789 "Words6To9": 790 { 791 } 792 }, 793 794 "Documentation": 795 { 796 "Description": "Status shows SBE vital attention active", 797 "Message": "SBE vital attention detected", 798 "Notes": [ 799 "This entry is for any SBE vital attention event ", 800 "reported by the attention handler component" 801 ] 802 } 803 }, 804 805 { 806 "Name": "org.open_power.HwDiags.Error.Checkstop", 807 "Subsystem": "cec_hardware", 808 "ActionFlags": [ "service_action", "report", "call_home" ], 809 810 "SRC": 811 { 812 "ReasonCode": "0xE510", 813 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 814 "Words6To9": 815 { 816 "6": 817 { 818 "AdditionalDataPropSource": "SRC6" 819 }, 820 "7": 821 { 822 "AdditionalDataPropSource": "SRC7" 823 }, 824 "8": 825 { 826 "AdditionalDataPropSource": "SRC8" 827 } 828 } 829 }, 830 831 "Documentation": 832 { 833 "Description": "A system checkstop attention has occurred", 834 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 835 "Message": "Error Signature: %1 %2 %3" 836 } 837 }, 838 839 { 840 "Name": "org.open_power.HwDiags.Error.Predictive", 841 "Subsystem": "cec_hardware", 842 "ActionFlags": [ "service_action", "report", "call_home" ], 843 844 "SRC": 845 { 846 "ReasonCode": "0xE511", 847 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 848 "Words6To9": 849 { 850 "6": 851 { 852 "AdditionalDataPropSource": "SRC6" 853 }, 854 "7": 855 { 856 "AdditionalDataPropSource": "SRC7" 857 }, 858 "8": 859 { 860 "AdditionalDataPropSource": "SRC8" 861 } 862 } 863 }, 864 865 "Documentation": 866 { 867 "Description": "A hardware attention requiring service has occurred", 868 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 869 "Message": "Error Signature: %1 %2 %3" 870 } 871 }, 872 873 { 874 "Name": "org.open_power.HwDiags.Error.Informational", 875 "Subsystem": "cec_hardware", 876 "ActionFlags": [ "hidden", "dont_report" ], 877 878 "SRC": 879 { 880 "ReasonCode": "0xE512", 881 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 882 "Words6To9": 883 { 884 "6": 885 { 886 "AdditionalDataPropSource": "SRC6" 887 }, 888 "7": 889 { 890 "AdditionalDataPropSource": "SRC7" 891 }, 892 "8": 893 { 894 "AdditionalDataPropSource": "SRC8" 895 } 896 } 897 }, 898 899 "Documentation": 900 { 901 "Description": "Manual analysis was initiated via the command line. FFDC only.", 902 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 903 "Message": "Error Signature: %1 %2 %3" 904 } 905 }, 906 907 { 908 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault", 909 "Subsystem": "power_supply", 910 "Severity": "unrecoverable_redundancy_loss", 911 "ActionFlags": ["service_action", "report"], 912 "ComponentID": "0x2700", 913 914 "SRC": { 915 "Type": "11", 916 "ReasonCode": "0x15F0", 917 "Words6To9": {} 918 }, 919 920 "Callouts": [ 921 { 922 "CalloutList": [ 923 { "Priority": "high", "SymbolicFRU": "pwrsply" } 924 ] 925 } 926 ], 927 928 "Documentation": { 929 "Description": "Power Supply input power fault", 930 "Message": "A power supply has indicated an input or under voltage condition.", 931 "Notes": [ 932 "Check the power supply cabling and/or input power ", 933 "source. The PWRSPLY procedure is used rather than ", 934 "calling out a location code, as typically these faults ", 935 "are related to the supplied power, the cable, or the ", 936 "cable connectors. If the input fault resolves down to an ", 937 "issue with the power supply itself, the power supply ", 938 "indicating this input fault should be called out. Add the ", 939 "CALLOUT_INVENTORY_PATH to the additional data, and set the", 940 "CALLOUT_PRIORITY to something other than high." 941 ] 942 } 943 }, 944 945 { 946 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault", 947 "Subsystem": "power_supply", 948 "Severity": "unrecoverable_redundancy_loss", 949 "ActionFlags": ["service_action", "report", "call_home"], 950 "ComponentID": "0x2700", 951 952 "SRC": { 953 "Type": "11", 954 "ReasonCode": "0x15F1", 955 "Words6To9": {} 956 }, 957 958 "Documentation": { 959 "Description": "Power Supply power fault", 960 "Message": "The power supply detected a fault condition, see AdditionalData for further details.", 961 "Notes": [ 962 "The power supply reporting the fault should be called ", 963 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 964 "specific fault, STATUS_* details, and code level in the ", 965 "AdditionalData section." 966 ] 967 } 968 }, 969 970 { 971 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", 972 "Subsystem": "power_supply", 973 "Severity": "unrecoverable", 974 "ActionFlags": ["service_action", "report", "call_home"], 975 "ComponentID": "0x2700", 976 977 "SRC": { 978 "Type": "11", 979 "ReasonCode": "0x15F2", 980 "Words6To9": {} 981 }, 982 983 "Documentation": { 984 "Description": "Power Supply non-power fault", 985 "Message": "A communication failure occurred talking to the power supply", 986 "Notes": [ 987 "Communication problems with the power supply could be ", 988 "the power supply, or any hardware between it and the ", 989 "BMC. Reporting the error should be passing in a call ", 990 "out using CALLOUT_DEVICE_PATH." 991 ] 992 } 993 }, 994 995 { 996 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing", 997 "Subsystem": "power_supply", 998 "Severity": "unrecoverable_redundancy_loss", 999 "ActionFlags": ["service_action", "report", "call_home"], 1000 "ComponentID": "0x2700", 1001 1002 "SRC": { 1003 "Type": "11", 1004 "ReasonCode": "0x15F6", 1005 "Words6To9": {} 1006 }, 1007 1008 "Callouts": [ 1009 { 1010 "CalloutList": [ 1011 { 1012 "Priority": "high", 1013 "SymbolicFRUTrusted": "pwrsply", 1014 "UseInventoryLocCode": true 1015 } 1016 ] 1017 } 1018 ], 1019 1020 "Documentation": { 1021 "Description": "Power Supply is missing", 1022 "Message": "A power supply that should be present is missing", 1023 "Notes": [ 1024 "The CalloutList should use the PWRSPLY symbolic FRU ", 1025 "with the trusted location code property. The ", 1026 "location code in this callout is obtained from ", 1027 "the passed in CALLOUT_INVENTORY_PATH value." 1028 ] 1029 } 1030 }, 1031 1032 { 1033 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", 1034 "Subsystem": "power_supply", 1035 "Severity": "unrecoverable", 1036 "ActionFlags": ["service_action", "report", "call_home"], 1037 "ComponentID": "0x2700", 1038 1039 "SRC": { 1040 "Type": "11", 1041 "ReasonCode": "0x15F7", 1042 "Words6To9": {} 1043 }, 1044 1045 "Documentation": { 1046 "Description": "Power Supply configuration is not supported", 1047 "Message": "The power supply configuration is not supported", 1048 "Notes": [ 1049 "The combination of power supplies detected in the ", 1050 "system is not supported. This could be caused by ", 1051 "mismatched models, less than expected number of power ", 1052 "supplies, or other unsupported characteristics." 1053 ] 1054 } 1055 }, 1056 1057 { 1058 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault", 1059 "Subsystem": "power_supply", 1060 "Severity": "unrecoverable", 1061 "ActionFlags": ["service_action", "report", "call_home"], 1062 "ComponentID": "0x2700", 1063 1064 "SRC": { 1065 "Type": "11", 1066 "ReasonCode": "0x15FF", 1067 "Words6To9": {} 1068 }, 1069 1070 "Documentation": { 1071 "Description": "Power Supply fan fault", 1072 "Message": "A power supply indicated a fan fault has occurred", 1073 "Notes": [ 1074 "The power supply reporting the fault should be called ", 1075 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 1076 "specific fault, STATUS_* details, and code level in the ", 1077 "AdditionalData section." 1078 ] 1079 } 1080 }, 1081 1082 { 1083 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault", 1084 "Subsystem": "power_supply", 1085 "Severity": "unrecoverable_redundancy_loss", 1086 "ActionFlags": ["service_action", "report", "call_home"], 1087 "ComponentID": "0x2700", 1088 1089 "SRC": { 1090 "Type": "11", 1091 "ReasonCode": "0x1B01", 1092 "Words6To9": {} 1093 }, 1094 1095 "Callouts": [ 1096 { 1097 "CalloutList": [ 1098 { "Priority": "high", "Procedure": "power_overcurrent" } 1099 ] 1100 } 1101 ], 1102 1103 "Documentation": { 1104 "Description": "Power Supply output over-current power fault", 1105 "Message": "A power supply has indicated an output over-current condition." 1106 } 1107 }, 1108 1109 { 1110 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout", 1111 "Subsystem": "power", 1112 "ActionFlags": [ "report", "service_action" ], 1113 "Severity": "unrecoverable", 1114 "ComponentID": "0x2700", 1115 1116 "SRC": 1117 { 1118 "Type": "11", 1119 "ReasonCode": "0x00AC", 1120 "Words6To9": {}, 1121 "PowerFault": true 1122 }, 1123 1124 "Callouts": [ 1125 { 1126 "CalloutList": [ 1127 { "Priority": "high", "SymbolicFRU": "ac_module"} 1128 ] 1129 } 1130 ], 1131 1132 "Documentation": { 1133 "Description": "Input power was lost while the system was powered on.", 1134 "Message": "Input power was lost while the system was powered on.", 1135 "Notes": [ 1136 "Input power was lost while system powered on.", 1137 "The CalloutList should use the ACMODUL symbolic FRU." 1138 ] 1139 } 1140 }, 1141 1142 { 1143 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault", 1144 "Subsystem": "power_supply", 1145 "Severity": "unrecoverable", 1146 "ActionFlags": ["service_action", "report", "call_home"], 1147 "ComponentID": "0x2700", 1148 1149 "SRC": { 1150 "Type": "11", 1151 "ReasonCode": "0x2500", 1152 "Words6To9": {}, 1153 "PowerFault": true 1154 }, 1155 1156 "Callouts": [ 1157 { 1158 "CalloutList": [ 1159 { "Priority": "high", "Procedure": "power_overcurrent" } 1160 ] 1161 } 1162 ], 1163 1164 "Documentation": { 1165 "Description": "A power supply fault is potentially preventing the power supply from allowing the system to power on.", 1166 "Message": "Power supply PSKill_fault", 1167 "Notes": [ 1168 ] 1169 } 1170 }, 1171 1172 { 1173 "Name": "xyz.openbmc_project.Power.Error.Shutdown", 1174 "Subsystem": "power_sequencer", 1175 "ComponentID": "0x2700", 1176 1177 "SRC": { 1178 "Type": "11", 1179 "ReasonCode": "0x2600", 1180 "Words6To9": {} 1181 }, 1182 1183 "Callouts": [ 1184 { 1185 "CalloutList": [ 1186 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1187 ] 1188 } 1189 ], 1190 1191 "Documentation": { 1192 "Description": "A power off was issued because a power fault was detected", 1193 "Message": "A power off was issued because a power fault was detected", 1194 "Notes": [ 1195 ] 1196 } 1197 }, 1198 1199 { 1200 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Regulator", 1201 "Subsystem": "power_control_hw", 1202 "ComponentID": "0x2700", 1203 1204 "SRC": { 1205 "Type": "11", 1206 "ReasonCode": "0x2602", 1207 "Words6To9": {}, 1208 "PowerFault": true 1209 }, 1210 1211 "Callouts": [ 1212 { 1213 "System": "ibm,rainier", 1214 "CalloutList": [ 1215 { 1216 "Priority": "high", 1217 "LocCode": "P0-C5" 1218 }, 1219 { 1220 "Priority": "medium", 1221 "LocCode": "P0" 1222 } 1223 ] 1224 }, 1225 { 1226 "System": "ibm,everest", 1227 "CalloutList": [ 1228 { 1229 "Priority": "high", 1230 "LocCode": "P0-C59" 1231 }, 1232 { 1233 "Priority": "medium", 1234 "LocCode": "P0" 1235 } 1236 ] 1237 } 1238 ], 1239 1240 "Documentation": { 1241 "Description": "A power off was issued because a regulator for standby power faulted", 1242 "Message": "A power off was issued because a regulator for standby power faulted", 1243 "Notes": [ 1244 ] 1245 } 1246 }, 1247 1248 { 1249 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault", 1250 "Subsystem": "power_sequencer", 1251 "ComponentID": "0x2700", 1252 1253 "SRC": { 1254 "Type": "11", 1255 "ReasonCode": "0x2610", 1256 "Words6To9": {} 1257 }, 1258 1259 "CalloutsUsingAD": { 1260 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [ 1261 { 1262 "ADValue": "PCIE_SLOT0", "Callouts": [ 1263 { 1264 "CalloutList": [ 1265 { "Priority": "high", "LocCode": "P0-C0" }, 1266 { "Priority": "medium", "LocCode": "P0" } 1267 ] 1268 } 1269 ] 1270 }, 1271 { 1272 "ADValue": "PCIE_SLOT1", "Callouts": [ 1273 { 1274 "CalloutList": [ 1275 { "Priority": "high", "LocCode": "P0-C1" }, 1276 { "Priority": "medium", "LocCode": "P0" } 1277 ] 1278 } 1279 ] 1280 }, 1281 { 1282 "ADValue": "PCIE_SLOT2", "Callouts": [ 1283 { 1284 "CalloutList": [ 1285 { "Priority": "high", "LocCode": "P0-C2" }, 1286 { "Priority": "medium", "LocCode": "P0" } 1287 ] 1288 } 1289 ] 1290 }, 1291 { 1292 "ADValue": "PCIE_SLOT3", "Callouts": [ 1293 { 1294 "CalloutList": [ 1295 { "Priority": "high", "LocCode": "P0-C3" }, 1296 { "Priority": "medium", "LocCode": "P0" } 1297 ] 1298 } 1299 ] 1300 }, 1301 { 1302 "ADValue": "PCIE_SLOT4", "Callouts": [ 1303 { 1304 "CalloutList": [ 1305 { "Priority": "high", "LocCode": "P0-C4" }, 1306 { "Priority": "medium", "LocCode": "P0" } 1307 ] 1308 } 1309 ] 1310 }, 1311 { 1312 "ADValue": "PCIE_SLOT7", "Callouts": [ 1313 { 1314 "CalloutList": [ 1315 { "Priority": "high", "LocCode": "P0-C7" }, 1316 { "Priority": "medium", "LocCode": "P0" } 1317 ] 1318 } 1319 ] 1320 }, 1321 { 1322 "ADValue": "PCIE_SLOT8", "Callouts": [ 1323 { 1324 "CalloutList": [ 1325 { "Priority": "high", "LocCode": "P0-C8" }, 1326 { "Priority": "medium", "LocCode": "P0" } 1327 ] 1328 } 1329 ] 1330 }, 1331 { 1332 "ADValue": "PCIE_SLOT9", "Callouts": [ 1333 { 1334 "CalloutList": [ 1335 { "Priority": "high", "LocCode": "P0-C9" }, 1336 { "Priority": "medium", "LocCode": "P0" } 1337 ] 1338 } 1339 ] 1340 }, 1341 { 1342 "ADValue": "PCIE_SLOT10", "Callouts": [ 1343 { 1344 "CalloutList": [ 1345 { "Priority": "high", "LocCode": "P0-C10" }, 1346 { "Priority": "medium", "LocCode": "P0" } 1347 ] 1348 } 1349 ] 1350 }, 1351 { 1352 "ADValue": "PCIE_SLOT11", "Callouts": [ 1353 { 1354 "CalloutList": [ 1355 { "Priority": "high", "LocCode": "P0-C11" }, 1356 { "Priority": "medium", "LocCode": "P0" } 1357 ] 1358 } 1359 ] 1360 }, 1361 { 1362 "ADValue": "PGOOD_12A", "Callouts": [ 1363 { 1364 "CalloutList": [ 1365 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1366 ] 1367 } 1368 ] 1369 }, 1370 { 1371 "ADValue": "PGOOD_12B", "Callouts": [ 1372 { 1373 "CalloutList": [ 1374 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1375 ] 1376 } 1377 ] 1378 }, 1379 { 1380 "ADValue": "PGOOD_12C", "Callouts": [ 1381 { 1382 "CalloutList": [ 1383 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1384 ] 1385 } 1386 ] 1387 }, 1388 { 1389 "ADValue": "PGOOD_12D", "Callouts": [ 1390 { 1391 "CalloutList": [ 1392 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1393 ] 1394 } 1395 ] 1396 }, 1397 { 1398 "ADValue": "PGOOD_12L", "Callouts": [ 1399 { 1400 "CalloutList": [ 1401 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1402 ] 1403 } 1404 ] 1405 }, 1406 { 1407 "ADValue": "PGOOD_12M", "Callouts": [ 1408 { 1409 "CalloutList": [ 1410 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1411 ] 1412 } 1413 ] 1414 }, 1415 { 1416 "ADValue": "PGOOD_12N", "Callouts": [ 1417 { 1418 "CalloutList": [ 1419 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1420 ] 1421 } 1422 ] 1423 }, 1424 { 1425 "ADValue": "PGOOD_12P", "Callouts": [ 1426 { 1427 "CalloutList": [ 1428 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1429 ] 1430 } 1431 ] 1432 }, 1433 { 1434 "ADValue": "PGOOD_12PCIE", "Callouts": [ 1435 { 1436 "CalloutList": [ 1437 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1438 ] 1439 } 1440 ] 1441 }, 1442 { 1443 "ADValue": "PGOOD_12Q", "Callouts": [ 1444 { 1445 "CalloutList": [ 1446 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1447 ] 1448 } 1449 ] 1450 }, 1451 { 1452 "ADValue": "PGOOD_12R", "Callouts": [ 1453 { 1454 "CalloutList": [ 1455 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1456 ] 1457 } 1458 ] 1459 }, 1460 { 1461 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [ 1462 { 1463 "CalloutList": [ 1464 { "Priority": "high", "LocCode": "P0-C14" }, 1465 { "Priority": "medium", "LocCode": "P0-C15" }, 1466 { "Priority": "low", "LocCode": "P0" } 1467 ] 1468 } 1469 ] 1470 }, 1471 { 1472 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [ 1473 { 1474 "CalloutList": [ 1475 { "Priority": "high", "LocCode": "P0-C23" }, 1476 { "Priority": "medium", "LocCode": "P0-C24" }, 1477 { "Priority": "low", "LocCode": "P0" } 1478 ] 1479 } 1480 ] 1481 }, 1482 { 1483 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [ 1484 { 1485 "CalloutList": [ 1486 { "Priority": "high", "LocCode": "P0-C14" }, 1487 { "Priority": "medium", "LocCode": "P0-C15" }, 1488 { "Priority": "low", "LocCode": "P0" } 1489 ] 1490 } 1491 ] 1492 }, 1493 { 1494 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [ 1495 { 1496 "CalloutList": [ 1497 { "Priority": "high", "LocCode": "P0-C23" }, 1498 { "Priority": "medium", "LocCode": "P0-C24" }, 1499 { "Priority": "low", "LocCode": "P0" } 1500 ] 1501 } 1502 ] 1503 }, 1504 { 1505 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [ 1506 { 1507 "CalloutList": [ 1508 { "Priority": "high", "LocCode": "P0-C14" }, 1509 { "Priority": "medium", "LocCode": "P0-C15" }, 1510 { "Priority": "low", "LocCode": "P0" } 1511 ] 1512 } 1513 ] 1514 }, 1515 { 1516 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [ 1517 { 1518 "CalloutList": [ 1519 { "Priority": "high", "LocCode": "P0-C23" }, 1520 { "Priority": "medium", "LocCode": "P0-C24" }, 1521 { "Priority": "low", "LocCode": "P0" } 1522 ] 1523 } 1524 ] 1525 }, 1526 { 1527 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [ 1528 { 1529 "CalloutList": [ 1530 { "Priority": "high", "LocCode": "P0-C14" }, 1531 { "Priority": "medium", "LocCode": "P0-C15" }, 1532 { "Priority": "low", "LocCode": "P0" } 1533 ] 1534 } 1535 ] 1536 }, 1537 { 1538 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [ 1539 { 1540 "CalloutList": [ 1541 { "Priority": "high", "LocCode": "P0-C23" }, 1542 { "Priority": "medium", "LocCode": "P0-C24" }, 1543 { "Priority": "low", "LocCode": "P0" } 1544 ] 1545 } 1546 ] 1547 } 1548 ] 1549 }, 1550 1551 "Documentation": { 1552 "Description": "The power sequencer chip detected a PGOOD fault", 1553 "Message": "The power sequencer chip detected a PGOOD fault", 1554 "Notes": [ 1555 ] 1556 } 1557 }, 1558 1559 { 1560 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault", 1561 "Subsystem": "power_sequencer", 1562 "ComponentID": "0x2700", 1563 1564 "SRC": { 1565 "Type": "11", 1566 "ReasonCode": "0x2620", 1567 "Words6To9": {} 1568 }, 1569 1570 "CalloutsUsingAD": { 1571 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [ 1572 { 1573 "ADValue": "12.0V", "Callouts": [ 1574 { 1575 "CalloutList": [ 1576 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1577 ] 1578 } 1579 ] 1580 }, 1581 { 1582 "ADValue": "5.0V_USB", "Callouts": [ 1583 { 1584 "CalloutList": [ 1585 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 1586 { "Priority": "medium", "LocCode": "P0" } 1587 ] 1588 } 1589 ] 1590 }, 1591 { 1592 "ADValue": "5.0V_DASD", "Callouts": [ 1593 { 1594 "CalloutList": [ 1595 { "Priority": "medium", "LocCode": "P1" }, 1596 { "Priority": "medium", "LocCode": "P2" }, 1597 { "Priority": "medium", "LocCode": "P3" }, 1598 { "Priority": "low", "LocCode": "P0" } 1599 ] 1600 } 1601 ] 1602 }, 1603 { 1604 "ADValue": "3.3VA", "Callouts": [ 1605 { 1606 "CalloutList": [ 1607 { "Priority": "high", "LocCode": "P0" } 1608 ] 1609 } 1610 ] 1611 }, 1612 { 1613 "ADValue": "3.3VB", "Callouts": [ 1614 { 1615 "CalloutList": [ 1616 { "Priority": "high", "LocCode": "P0" } 1617 ] 1618 } 1619 ] 1620 }, 1621 { 1622 "ADValue": "1.5V", "Callouts": [ 1623 { 1624 "CalloutList": [ 1625 { "Priority": "high", "LocCode": "P0" } 1626 ] 1627 } 1628 ] 1629 }, 1630 { 1631 "ADValue": "1.1V", "Callouts": [ 1632 { 1633 "CalloutList": [ 1634 { "Priority": "high", "LocCode": "P0" } 1635 ] 1636 } 1637 ] 1638 }, 1639 { 1640 "ADValue": "VDDA_DCM0", "Callouts": [ 1641 { 1642 "CalloutList": [ 1643 { "Priority": "high", "LocCode": "P0-C14" }, 1644 { "Priority": "medium", "LocCode": "P0-C15" }, 1645 { "Priority": "low", "LocCode": "P0" } 1646 ] 1647 } 1648 ] 1649 }, 1650 { 1651 "ADValue": "VDDB_DCM0", "Callouts": [ 1652 { 1653 "CalloutList": [ 1654 { "Priority": "high", "LocCode": "P0-C14" }, 1655 { "Priority": "medium", "LocCode": "P0-C15" }, 1656 { "Priority": "low", "LocCode": "P0" } 1657 ] 1658 } 1659 ] 1660 }, 1661 { 1662 "ADValue": "VDDA_DCM1", "Callouts": [ 1663 { 1664 "CalloutList": [ 1665 { "Priority": "high", "LocCode": "P0-C23" }, 1666 { "Priority": "medium", "LocCode": "P0-C24" }, 1667 { "Priority": "low", "LocCode": "P0" } 1668 ] 1669 } 1670 ] 1671 }, 1672 { 1673 "ADValue": "VDDB_DCM1", "Callouts": [ 1674 { 1675 "CalloutList": [ 1676 { "Priority": "high", "LocCode": "P0-C23" }, 1677 { "Priority": "medium", "LocCode": "P0-C24" }, 1678 { "Priority": "low", "LocCode": "P0" } 1679 ] 1680 } 1681 ] 1682 }, 1683 { 1684 "ADValue": "12.0VCS", "Callouts": [ 1685 { 1686 "CalloutList": [ 1687 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1688 ] 1689 } 1690 ] 1691 }, 1692 { 1693 "ADValue": "3.3VCS", "Callouts": [ 1694 { 1695 "CalloutList": [ 1696 { "Priority": "high", "LocCode": "P0" } 1697 ] 1698 } 1699 ] 1700 }, 1701 { 1702 "ADValue": "1.1V_Current", "Callouts": [ 1703 { 1704 "CalloutList": [ 1705 { "Priority": "high", "LocCode": "P0" } 1706 ] 1707 } 1708 ] 1709 }, 1710 { 1711 "ADValue": "5.0V_USB_Current", "Callouts": [ 1712 { 1713 "CalloutList": [ 1714 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 1715 { "Priority": "medium", "LocCode": "P0" } 1716 ] 1717 } 1718 ] 1719 }, 1720 { 1721 "ADValue": "5.0V_DASD_Current", "Callouts": [ 1722 { 1723 "CalloutList": [ 1724 { "Priority": "medium", "LocCode": "P1" }, 1725 { "Priority": "medium", "LocCode": "P2" }, 1726 { "Priority": "medium", "LocCode": "P3" }, 1727 { "Priority": "low", "LocCode": "P0" } 1728 ] 1729 } 1730 ] 1731 }, 1732 { 1733 "ADValue": "12.0VN", "Callouts": [ 1734 { 1735 "CalloutList": [ 1736 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1737 ] 1738 } 1739 ] 1740 }, 1741 { 1742 "ADValue": "12.0VP", "Callouts": [ 1743 { 1744 "CalloutList": [ 1745 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1746 ] 1747 } 1748 ] 1749 }, 1750 { 1751 "ADValue": "12.0VQ", "Callouts": [ 1752 { 1753 "CalloutList": [ 1754 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1755 ] 1756 } 1757 ] 1758 }, 1759 { 1760 "ADValue": "12.0VR", "Callouts": [ 1761 { 1762 "CalloutList": [ 1763 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1764 ] 1765 } 1766 ] 1767 }, 1768 { 1769 "ADValue": "ThermalDiode1", "Callouts": [ 1770 { 1771 "CalloutList": [ 1772 { "Priority": "high", "LocCode": "P0" } 1773 ] 1774 } 1775 ] 1776 }, 1777 { 1778 "ADValue": "ThermalDiode2", "Callouts": [ 1779 { 1780 "CalloutList": [ 1781 { "Priority": "high", "LocCode": "P0" } 1782 ] 1783 } 1784 ] 1785 }, 1786 { 1787 "ADValue": "ThermalDiode3", "Callouts": [ 1788 { 1789 "CalloutList": [ 1790 { "Priority": "high", "LocCode": "P0" } 1791 ] 1792 } 1793 ] 1794 }, 1795 { 1796 "ADValue": "ThermalDiode4", "Callouts": [ 1797 { 1798 "CalloutList": [ 1799 { "Priority": "high", "LocCode": "P0" } 1800 ] 1801 } 1802 ] 1803 } 1804 ] 1805 }, 1806 1807 "Documentation": { 1808 "Description": "The power sequencer chip detected a voltage fault", 1809 "Message": "The power sequencer chip detected a voltage fault", 1810 "Notes": [ 1811 ] 1812 } 1813 }, 1814 1815 { 1816 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", 1817 "Subsystem": "power", 1818 "Severity": "predictive_redundancy_loss", 1819 "ComponentID": "0x2700", 1820 1821 "SRC": { 1822 "Type": "11", 1823 "ReasonCode": "0x2700", 1824 "Words6To9": {} 1825 }, 1826 1827 "Documentation": { 1828 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 1829 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 1830 "Notes": [ 1831 "CALLOUT_INVENTORY_PATH should be specified in the ", 1832 "AdditionalData property of the event log so that ", 1833 "the device is called out but not the communication path." 1834 ] 1835 } 1836 }, 1837 1838 { 1839 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", 1840 "Subsystem": "power", 1841 "Severity": "non_error", 1842 "MfgSeverity": "predictive_redundancy_loss", 1843 "ActionFlags": ["report"], 1844 "MfgActionFlags": ["service_action", "report", "call_home"], 1845 "ComponentID": "0x2700", 1846 1847 "SRC": { 1848 "Type": "11", 1849 "ReasonCode": "0x2701", 1850 "Words6To9": {} 1851 }, 1852 1853 "Documentation": { 1854 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 1855 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 1856 "Notes": [ 1857 "CALLOUT_INVENTORY_PATH should be specified in the ", 1858 "AdditionalData property of the event log so that ", 1859 "the device is called out but not the communication path." 1860 ] 1861 } 1862 }, 1863 1864 { 1865 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", 1866 "Subsystem": "power", 1867 "ComponentID": "0x2700", 1868 1869 "SRC": { 1870 "Type": "11", 1871 "ReasonCode": "0x2900", 1872 "Words6To9": {} 1873 }, 1874 1875 "Documentation": { 1876 "Description": "A write verification error occurred on a device", 1877 "Message": "A write verification error occurred on a device", 1878 "Notes": [ 1879 "This error occurs when a device register is written, ", 1880 "read back, and the two values do not match. This is ", 1881 "also called a read-back error. The device should be ", 1882 "identified using the CALLOUT_DEVICE_PATH or ", 1883 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", 1884 "AdditionalData property of the event log. This will ", 1885 "cause the device and the hardware in the communication ", 1886 "path to be called out." 1887 ] 1888 } 1889 }, 1890 1891 { 1892 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", 1893 "Subsystem": "power", 1894 "ComponentID": "0x2700", 1895 1896 "SRC": { 1897 "Type": "11", 1898 "ReasonCode": "0xA013", 1899 "Words6To9": {} 1900 }, 1901 1902 "Callouts": [ 1903 { 1904 "CalloutList": [ 1905 { "Priority": "high", "Procedure": "bmc_code" } 1906 ] 1907 } 1908 ], 1909 1910 "Documentation": { 1911 "Description": "A regulators configuration file error occurred", 1912 "Message": "A regulators configuration file error occurred", 1913 "Notes": [ 1914 "The regulators configuration file could not be found, ", 1915 "could not be read, or had invalid contents." 1916 ] 1917 } 1918 }, 1919 1920 { 1921 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", 1922 "Subsystem": "power", 1923 "Severity": "critical_system_term", 1924 "ComponentID": "0x2700", 1925 1926 "SRC": { 1927 "Type": "11", 1928 "ReasonCode": "0xA014", 1929 "Words6To9": {}, 1930 "PowerFault": true 1931 }, 1932 1933 "Callouts": [ 1934 { 1935 "CalloutList": [ 1936 { "Priority": "high", "Procedure": "bmc_code" } 1937 ] 1938 } 1939 ], 1940 1941 "Documentation": { 1942 "Description": "A critical regulators configuration file error occurred", 1943 "Message": "A critical regulators configuration file error occurred", 1944 "Notes": [ 1945 "The regulators configuration file could not be found, ", 1946 "could not be read, or had invalid contents. As a result ", 1947 "voltage regulators could not be configured, and the ", 1948 "chassis could not be powered on." 1949 ] 1950 } 1951 }, 1952 1953 { 1954 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", 1955 "Subsystem": "power_sequencer", 1956 "ComponentID": "0x2700", 1957 1958 "SRC": { 1959 "Type": "11", 1960 "ReasonCode": "0xD000", 1961 "Words6To9": {} 1962 }, 1963 1964 "Callouts": [ 1965 { 1966 "CalloutList": [ 1967 { "Priority": "high", "LocCode": "P0" } 1968 ] 1969 } 1970 ], 1971 1972 "Documentation": { 1973 "Description": "The power sequencer chip detected a fault", 1974 "Message": "The power sequencer chip detected a fault", 1975 "Notes": [ 1976 ] 1977 } 1978 }, 1979 1980 { 1981 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout", 1982 "Subsystem": "power_sequencer", 1983 "ComponentID": "0x2700", 1984 "Severity": "critical", 1985 1986 "SRC": { 1987 "Type": "11", 1988 "ReasonCode": "0xD002", 1989 "Words6To9": {} 1990 }, 1991 1992 "Callouts": [ 1993 { 1994 "CalloutList": [ 1995 { "Priority": "high", "LocCode": "P0" } 1996 ] 1997 } 1998 ], 1999 2000 "Documentation": { 2001 "Description": "System power failed to turn on within timeout period", 2002 "Message": "System power failed to turn on within timeout period", 2003 "Notes": [ 2004 ] 2005 } 2006 }, 2007 2008 { 2009 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout", 2010 "Subsystem": "power_sequencer", 2011 "ComponentID": "0x2700", 2012 "Severity": "critical", 2013 2014 "SRC": { 2015 "Type": "11", 2016 "ReasonCode": "0xD008", 2017 "Words6To9": {} 2018 }, 2019 2020 "Callouts": [ 2021 { 2022 "CalloutList": [ 2023 { "Priority": "high", "LocCode": "P0" } 2024 ] 2025 } 2026 ], 2027 2028 "Documentation": { 2029 "Description": "System power failed to turn off within timeout period", 2030 "Message": "System power failed to turn off within timeout period", 2031 "Notes": [ 2032 ] 2033 } 2034 }, 2035 2036 { 2037 "Name": "xyz.openbmc_project.Power.Error.Internal", 2038 "Subsystem": "power", 2039 "ComponentID": "0x2700", 2040 2041 "SRC": { 2042 "Type": "11", 2043 "ReasonCode": "0xE000", 2044 "Words6To9": {} 2045 }, 2046 2047 "Callouts": [ 2048 { 2049 "CalloutList": [ 2050 { "Priority": "high", "Procedure": "bmc_code" } 2051 ] 2052 } 2053 ], 2054 2055 "Documentation": { 2056 "Description": "An internal firmware error occurred", 2057 "Message": "An internal firmware error occurred", 2058 "Notes": [ 2059 "The error details must be provided in the AdditionalData ", 2060 "property of the event log." 2061 ] 2062 } 2063 }, 2064 2065 { 2066 "Name": "xyz.openbmc_project.Power.Error.I2C", 2067 "Subsystem": "cec_i2c", 2068 "ComponentID": "0x2700", 2069 2070 "SRC": { 2071 "Type": "11", 2072 "ReasonCode": "0xE100", 2073 "Words6To9": {} 2074 }, 2075 2076 "Documentation": { 2077 "Description": "An I2C error occurred communicating with a device", 2078 "Message": "An I2C error occurred communicating with a device", 2079 "Notes": [ 2080 "The device should be identified using the ", 2081 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", 2082 "keywords in the AdditionalData property of the event ", 2083 "log. This will cause the device and the hardware in the ", 2084 "communication path to be called out." 2085 ] 2086 } 2087 }, 2088 2089 { 2090 "Name": "xyz.openbmc_project.Power.Error.PMBus", 2091 "Subsystem": "power", 2092 "ComponentID": "0x2700", 2093 2094 "SRC": { 2095 "Type": "11", 2096 "ReasonCode": "0xE200", 2097 "Words6To9": {} 2098 }, 2099 2100 "Documentation": { 2101 "Description": "A PMBus error occurred on a device", 2102 "Message": "A PMBus error occurred on a device", 2103 "Notes": [ 2104 "This error occurs when the I2C communication was ", 2105 "successful, but the PMBus value read is invalid or ", 2106 "unsupported. CALLOUT_INVENTORY_PATH should be specified ", 2107 "in the AdditionalData property of the event log so that ", 2108 "the device is called out but not the communication path." 2109 ] 2110 } 2111 }, 2112 2113 { 2114 "Name": "xyz.openbmc_project.Power.Error.DBus", 2115 "Subsystem": "power", 2116 "ComponentID": "0x2700", 2117 2118 "SRC": { 2119 "Type": "11", 2120 "ReasonCode": "0xE300", 2121 "Words6To9": {} 2122 }, 2123 2124 "Callouts": [ 2125 { 2126 "CalloutList": [ 2127 { "Priority": "high", "Procedure": "bmc_code" } 2128 ] 2129 } 2130 ], 2131 2132 "Documentation": { 2133 "Description": "A firmware inter-process communication (D-Bus) error occurred", 2134 "Message": "A firmware inter-process communication (D-Bus) error occurred" 2135 } 2136 }, 2137 2138 { 2139 "Name": "xyz.openbmc_project.Fan.Error.Fault", 2140 "Subsystem": "power_fans", 2141 "ComponentID": "0x2800", 2142 2143 "SRC": { 2144 "Type": "11", 2145 "ReasonCode": "0x76F0", 2146 "Words6To9": {} 2147 }, 2148 2149 "Documentation": { 2150 "Description": "Fan rotor fault", 2151 "Message": "Fan rotor fault", 2152 "Notes": [ 2153 "This error occurs when a fan rotor has been faulted for a ", 2154 "certain amount of time. The callout is the fan which is ", 2155 "passed in with CALLOUT_INVENTORY_PATH. The severity is ", 2156 "passed in during creation and will be either informational ", 2157 "or unrecoverable. The action flags use the defaults and ", 2158 "vary based on the severity." 2159 ] 2160 } 2161 }, 2162 2163 { 2164 "Name": "xyz.openbmc_project.Fan.Error.Missing", 2165 "Subsystem": "power_fans", 2166 "ComponentID": "0x2800", 2167 "Severity": "unrecoverable_redundancy_loss", 2168 "ActionFlags": ["service_action", "report", "call_home"], 2169 2170 "SRC": { 2171 "Type": "11", 2172 "ReasonCode": "0x76F1", 2173 "Words6To9": {} 2174 }, 2175 2176 "Callouts": [ 2177 { 2178 "System": "ibm,rainier", 2179 "CalloutList": [ 2180 { 2181 "Priority": "high", 2182 "SymbolicFRUTrusted": "air_mover", 2183 "UseInventoryLocCode": true 2184 }, 2185 { 2186 "Priority": "low", 2187 "LocCode": "P0" 2188 } 2189 ] 2190 }, 2191 { 2192 "System": "ibm,everest", 2193 "CalloutList": [ 2194 { 2195 "Priority": "high", 2196 "SymbolicFRUTrusted": "air_mover", 2197 "UseInventoryLocCode": true 2198 }, 2199 { 2200 "Priority": "low", 2201 "LocCode": "P1" 2202 } 2203 ] 2204 } 2205 ], 2206 2207 "Documentation": { 2208 "Description": "A fan is missing", 2209 "Message": "A fan is missing", 2210 "Notes": [ 2211 "This error occurs when a fan has been missing for a ", 2212 "certain amount of time. The first callout is the ", 2213 "symbolic FRU AIR_MOVR that has the trusted fan location ", 2214 "code, which it gets using the passed in ", 2215 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", 2216 "where the controller and GPIO expander are." 2217 ] 2218 } 2219 }, 2220 2221 { 2222 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", 2223 "ComponentID": "0x2800", 2224 "Subsystem": "power_fans", 2225 "Severity": "non_error", 2226 "ActionFlags": ["report"], 2227 "MfgSeverity": "predictive", 2228 "MfgActionFlags": ["service_action", "report"], 2229 2230 "SRC": { 2231 "Type": "11", 2232 "ReasonCode": "0x76F2", 2233 "Words6To9": {} 2234 }, 2235 2236 "Callouts": [ 2237 { 2238 "System": "ibm,rainier", 2239 "CalloutList": [ 2240 {"Priority": "medium", "LocCode": "P0"} 2241 ] 2242 }, 2243 { 2244 "System": "ibm,everest", 2245 "CalloutList": [ 2246 {"Priority": "medium", "LocCode": "P1"} 2247 ] 2248 } 2249 ], 2250 2251 "Documentation": { 2252 "Description": "Presence detect methods for the same fan disagree", 2253 "Message": "Presence detect methods for the same fan disagree", 2254 "Notes": [ 2255 "This error occurs when there is more than one way to detect", 2256 "fan presence, and they don't all agree. For example, the", 2257 "GPIO says a fan isn't present, but the tach readings are", 2258 "nonzero. This is informational, unless in manufacturing.", 2259 "The fan FRU is passed in as a high priority callout.", 2260 "The FRU the GPIO source is on is called out medium." 2261 ] 2262 } 2263 }, 2264 2265 { 2266 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", 2267 "ComponentID": "0x2800", 2268 "Subsystem": "power_fans", 2269 "Severity": "critical_system_term", 2270 "ActionFlags": ["service_action", "report", "call_home"], 2271 2272 "SRC": { 2273 "Type": "11", 2274 "ReasonCode": "0x76F3", 2275 "Words6To9": {}, 2276 "PowerFault": true 2277 }, 2278 2279 "Callouts": [ 2280 { 2281 "System": "ibm,rainier", 2282 "CalloutList": [ 2283 {"Priority": "high", "LocCode": "P0-C5"}, 2284 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"}, 2285 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"}, 2286 {"Priority": "low", "LocCode": "P0"} 2287 ] 2288 }, 2289 { 2290 "System": "ibm,everest", 2291 "CalloutList": [ 2292 {"Priority": "high", "LocCode": "P0-C0"}, 2293 {"Priority": "medium", "LocCode": "P1"}, 2294 {"Priority": "low", "LocCode": "P0"} 2295 ] 2296 } 2297 ], 2298 2299 "Documentation": { 2300 "Description": "The fan controller device is offline", 2301 "Message": "The fan controller is offline. The system must be powered off.", 2302 "Notes": [ 2303 "The device that controls the fans is offline so the fan", 2304 "targets and speeds are unknown. The system will be shut", 2305 "down to preserve thermal safety. There may be an I2C", 2306 "or power problem with the device." 2307 ] 2308 } 2309 }, 2310 2311 { 2312 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", 2313 "Subsystem": "power_fans", 2314 "ComponentID": "0x2800", 2315 "Severity": "unrecoverable_redundancy_loss", 2316 "ActionFlags": ["service_action", "report", "call_home"], 2317 2318 "SRC": { 2319 "Type": "11", 2320 "ReasonCode": "0x76F4", 2321 "Words6To9": {} 2322 }, 2323 2324 "Callouts": [ 2325 { 2326 "System" : "ibm,rainier", 2327 "CalloutList": [ 2328 {"Priority": "high", "LocCode": "P0-C5"}, 2329 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"}, 2330 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"}, 2331 {"Priority": "low", "LocCode": "P0"} 2332 ] 2333 }, 2334 { 2335 "System" : "ibm,everest", 2336 "CalloutList": [ 2337 {"Priority": "high", "LocCode": "P0-C0"}, 2338 {"Priority": "medium", "LocCode": "P1"}, 2339 {"Priority": "low", "LocCode": "P0"} 2340 ] 2341 } 2342 ], 2343 2344 "Documentation": { 2345 "Description": "Fan GPIO sensors not present", 2346 "Message": "Fan GPIO sensors not present", 2347 "Notes": [ 2348 "The device that reports fan presence is not functioning." 2349 ] 2350 } 2351 }, 2352 2353 { 2354 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh", 2355 "Subsystem": "power", 2356 "ComponentID": "0x2800", 2357 "Severity": "predictive", 2358 "ActionFlags": ["service_action", "report"], 2359 2360 "SRC": { 2361 "ReasonCode": "0x2801", 2362 "Words6To9": {} 2363 }, 2364 2365 "CalloutsUsingAD": { 2366 "ADName": "SENSOR_NAME", 2367 "CalloutsWithTheirADValues": [ 2368 { 2369 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2370 "Callouts": [ 2371 { 2372 "CalloutList": [ 2373 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 2374 ] 2375 } 2376 ] 2377 } 2378 ] 2379 }, 2380 2381 "Documentation": { 2382 "Description": "A temperature sensor exceeded its performance loss threshold.", 2383 "Message": "A temperature sensor exceeded its performance loss threshold.", 2384 "Notes": [ 2385 "A temperature sensor crossed its performance loss threshold value", 2386 "If it is the ambient sensor, then a symbolic FRU will be added.", 2387 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 2388 "a FRU callout." 2389 ] 2390 } 2391 }, 2392 2393 { 2394 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear", 2395 "Subsystem": "power", 2396 "ComponentID": "0x2800", 2397 "Severity": "non_error", 2398 "ActionFlags": ["report"], 2399 "EventType": "env_normal", 2400 2401 "SRC": { 2402 "ReasonCode": "0x2802", 2403 "Words6To9": {} 2404 }, 2405 2406 "CalloutsUsingAD": { 2407 "ADName": "SENSOR_NAME", 2408 "CalloutsWithTheirADValues": [ 2409 { 2410 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2411 "Callouts": [ 2412 { 2413 "CalloutList": [ 2414 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 2415 ] 2416 } 2417 ] 2418 } 2419 ] 2420 }, 2421 2422 "Documentation": { 2423 "Description": "A temperature sensor is under its performance loss threshold.", 2424 "Message": "A temperature sensor is under its performance loss threshold.", 2425 "Notes": [ 2426 "A temperature sensor crossed under its performance loss threshold value", 2427 "If it is the ambient sensor, then a symbolic FRU will be added." 2428 ] 2429 } 2430 }, 2431 2432 { 2433 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", 2434 "Subsystem": "power", 2435 "ComponentID": "0x2800", 2436 "Severity": "predictive", 2437 "ActionFlags": ["service_action", "report"], 2438 2439 "SRC": { 2440 "ReasonCode": "0x2803", 2441 "Words6To9": {} 2442 }, 2443 2444 "CalloutsUsingAD": { 2445 "ADName": "SENSOR_NAME", 2446 "CalloutsWithTheirADValues": [ 2447 { 2448 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2449 "Callouts": [ 2450 { 2451 "CalloutList": [ 2452 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 2453 ] 2454 } 2455 ] 2456 } 2457 ] 2458 }, 2459 2460 "Documentation": { 2461 "Description": "A temperature sensor exceeded its warning threshold.", 2462 "Message": "A temperature sensor exceeded its warning threshold.", 2463 "Notes": [ 2464 "A temperature sensor crossed its warning threshold value", 2465 "If it is the ambient sensor, then a symbolic FRU will be added.", 2466 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 2467 "a FRU callout." 2468 ] 2469 } 2470 }, 2471 2472 { 2473 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", 2474 "Subsystem": "power", 2475 "ComponentID": "0x2800", 2476 "Severity": "non_error", 2477 "ActionFlags": ["report"], 2478 "EventType": "env_normal", 2479 2480 "SRC": { 2481 "ReasonCode": "0x2804", 2482 "Words6To9": {} 2483 }, 2484 2485 "CalloutsUsingAD": { 2486 "ADName": "SENSOR_NAME", 2487 "CalloutsWithTheirADValues": [ 2488 { 2489 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2490 "Callouts": [ 2491 { 2492 "CalloutList": [ 2493 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 2494 ] 2495 } 2496 ] 2497 } 2498 ] 2499 }, 2500 2501 "Documentation": { 2502 "Description": "A temperature sensor is under its warning threshold.", 2503 "Message": "A temperature sensor is under its warning threshold.", 2504 "Notes": [ 2505 "A temperature sensor crossed under its warning threshold value", 2506 "If it is the ambient sensor, then a symbolic FRU will be added." 2507 ] 2508 } 2509 }, 2510 2511 { 2512 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", 2513 "Subsystem": "power", 2514 "ComponentID": "0x2800", 2515 "Severity": "predictive", 2516 "ActionFlags": ["service_action", "report"], 2517 2518 "SRC": { 2519 "ReasonCode": "0x2805", 2520 "Words6To9": {} 2521 }, 2522 2523 "CalloutsUsingAD": { 2524 "ADName": "SENSOR_NAME", 2525 "CalloutsWithTheirADValues": [ 2526 { 2527 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2528 "Callouts": [ 2529 { 2530 "CalloutList": [ 2531 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 2532 ] 2533 } 2534 ] 2535 } 2536 ] 2537 }, 2538 2539 "Documentation": { 2540 "Description": "A temperature sensor exceeded its critical threshold.", 2541 "Message": "A temperature sensor exceeded its critical threshold.", 2542 "Notes": [ 2543 "A temperature sensor crossed its critical threshold value", 2544 "If it is the ambient sensor, then a symbolic FRU will be added.", 2545 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 2546 "a FRU callout." 2547 ] 2548 } 2549 }, 2550 2551 { 2552 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", 2553 "Subsystem": "power", 2554 "ComponentID": "0x2800", 2555 "Severity": "non_error", 2556 "ActionFlags": ["report"], 2557 "EventType": "env_normal", 2558 2559 "SRC": { 2560 "ReasonCode": "0x2806", 2561 "Words6To9": {} 2562 }, 2563 2564 "CalloutsUsingAD": { 2565 "ADName": "SENSOR_NAME", 2566 "CalloutsWithTheirADValues": [ 2567 { 2568 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2569 "Callouts": [ 2570 { 2571 "CalloutList": [ 2572 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 2573 ] 2574 } 2575 ] 2576 } 2577 ] 2578 }, 2579 2580 "Documentation": { 2581 "Description": "A temperature sensor is under its critical threshold.", 2582 "Message": "A temperature sensor is under its critical threshold.", 2583 "Notes": [ 2584 "A temperature sensor crossed under its critical threshold value", 2585 "If it is the ambient sensor, then a symbolic FRU will be added." 2586 ] 2587 } 2588 }, 2589 2590 { 2591 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", 2592 "Subsystem": "power", 2593 "ComponentID": "0x2800", 2594 "Severity": "predictive", 2595 "ActionFlags": ["service_action", "report"], 2596 2597 "SRC": { 2598 "ReasonCode": "0x2807", 2599 "Words6To9": {} 2600 }, 2601 2602 "Callouts": [ 2603 { 2604 "CalloutList": [ 2605 { 2606 "Priority": "high", 2607 "SymbolicFRU": "ambient_temp" 2608 } 2609 ] 2610 } 2611 ], 2612 2613 "Documentation": { 2614 "Description": "The ambient temperature passed the EPOW3 limit.", 2615 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", 2616 "Notes": [ 2617 "This error occurs when the ambient temperature surpassed", 2618 "the EPOW3 shutdown limit." 2619 ] 2620 } 2621 }, 2622 2623 { 2624 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", 2625 "Subsystem": "power", 2626 "ComponentID": "0x2800", 2627 "Severity": "non_error", 2628 "ActionFlags": ["report"], 2629 "EventType": "env_normal", 2630 2631 "SRC": { 2632 "ReasonCode": "0x2808", 2633 "Words6To9": {} 2634 }, 2635 2636 "Callouts": [ 2637 { 2638 "CalloutList": [ 2639 { 2640 "Priority": "high", 2641 "SymbolicFRU": "ambient_temp_back" 2642 } 2643 ] 2644 } 2645 ], 2646 2647 "Documentation": { 2648 "Description": "The ambient temperature is back under the EPOW3 limit.", 2649 "Message": "The ambient temperature is back under the EPOW3 limit." 2650 } 2651 }, 2652 2653 { 2654 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", 2655 "Subsystem": "power", 2656 "ComponentID": "0x2800", 2657 "ActionFlags": ["service_action", "report"], 2658 2659 "SRC": { 2660 "ReasonCode": "0x2809", 2661 "Words6To9": {} 2662 }, 2663 2664 "Callouts": [ 2665 { 2666 "CalloutList": [ 2667 { 2668 "Priority": "high", 2669 "SymbolicFRU": "ambient_temp" 2670 } 2671 ] 2672 } 2673 ], 2674 2675 "Documentation": { 2676 "Description": "The ambient temperature passed the EPOW4 limit.", 2677 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", 2678 "Notes": [ 2679 "This error occurs when the ambient temperature surpassed", 2680 "the EPOW4 shutdown limit." 2681 ] 2682 } 2683 }, 2684 2685 { 2686 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", 2687 "Subsystem": "ext_env", 2688 "ComponentID": "0x2800", 2689 "Severity": "predictive", 2690 "ActionFlags": ["service_action", "report"], 2691 2692 "SRC": { 2693 "ReasonCode": "0x280A", 2694 "Words6To9": {} 2695 }, 2696 2697 "CalloutsUsingAD": { 2698 "ADName": "SENSOR_NAME", 2699 "CalloutsWithTheirADValues": [ 2700 { 2701 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", 2702 "Callouts": [ 2703 { 2704 "CalloutList": [ 2705 { "Priority": "high", "SymbolicFRU": "altitude" } 2706 ] 2707 } 2708 ] 2709 } 2710 ] 2711 }, 2712 2713 "Documentation": { 2714 "Description": "An altitude sensor exceeded its warning threshold.", 2715 "Message": "An altitude sensor exceeded its warning threshold.", 2716 "Notes": [ 2717 "The virtual altitude sensor crossed its warning threshold value", 2718 " and a symbolic FRU will be added." 2719 ] 2720 } 2721 }, 2722 2723 { 2724 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", 2725 "Subsystem": "ext_env", 2726 "ComponentID": "0x2800", 2727 "Severity": "non_error", 2728 "ActionFlags": ["report"], 2729 "EventType": "env_normal", 2730 2731 "SRC": { 2732 "ReasonCode": "0x280B", 2733 "Words6To9": {} 2734 }, 2735 2736 "Documentation": { 2737 "Description": "An altitude sensor is under its warning threshold.", 2738 "Message": "An altitude sensor is under its warning threshold.", 2739 "Notes": [ 2740 "The virtual altitude sensor is under its warning threshold value", 2741 " and a symbolic FRU will be added." 2742 ] 2743 } 2744 }, 2745 2746 { 2747 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow", 2748 "Subsystem": "cec_tod", 2749 "ComponentID": "0x2800", 2750 "Severity": "predictive", 2751 "ActionFlags": ["service_action", "report"], 2752 2753 "SRC": { 2754 "ReasonCode": "0x280C", 2755 "Words6To9": {} 2756 }, 2757 2758 "CalloutsUsingAD": { 2759 "ADName": "SENSOR_NAME", 2760 "CalloutsWithTheirADValues": [ 2761 { 2762 "ADValue": "/xyz/openbmc_project/sensors/voltage/Battery_Voltage", 2763 "Callouts": [ 2764 { 2765 "System": "ibm,rainier", 2766 "CalloutList": [ 2767 { 2768 "Priority": "high", 2769 "LocCode": "P0-E0" 2770 } 2771 ] 2772 }, 2773 { 2774 "System": "ibm,everest", 2775 "CalloutList": [ 2776 { 2777 "Priority": "high", 2778 "LocCode": "P0-C0-E0" 2779 } 2780 ] 2781 } 2782 ] 2783 } 2784 ] 2785 }, 2786 2787 "Documentation": { 2788 "Description": "A voltage sensor went below its critical low threshold.", 2789 "Message": "A voltage sensor went below its critical low threshold." 2790 } 2791 }, 2792 2793 { 2794 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear", 2795 "Subsystem": "cec_tod", 2796 "ComponentID": "0x2800", 2797 "Severity": "non_error", 2798 "ActionFlags": ["report"], 2799 2800 "SRC": { 2801 "ReasonCode": "0x280D", 2802 "Words6To9": {} 2803 }, 2804 2805 "Documentation": { 2806 "Description": "A voltage sensor is over its critical low threshold.", 2807 "Message": "A voltage sensor is over its critical low threshold." 2808 } 2809 }, 2810 2811 { 2812 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow", 2813 "Subsystem": "power", 2814 "ComponentID": "0x2800", 2815 "Severity": "predictive", 2816 "ActionFlags": ["service_action", "report"], 2817 2818 "SRC": { 2819 "ReasonCode": "0x280E", 2820 "Words6To9": {} 2821 }, 2822 2823 "Documentation": { 2824 "Description": "A temperature sensor is under its low warning threshold.", 2825 "Message": "A temperature sensor is under its low warning threshold.", 2826 "Notes": [ 2827 "A temperature sensor crossed its low warning threshold value", 2828 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 2829 ] 2830 } 2831 }, 2832 2833 { 2834 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear", 2835 "Subsystem": "power", 2836 "ComponentID": "0x2800", 2837 "Severity": "non_error", 2838 "ActionFlags": ["report"], 2839 "EventType": "env_normal", 2840 2841 "SRC": { 2842 "ReasonCode": "0x280F", 2843 "Words6To9": {} 2844 }, 2845 2846 "Documentation": { 2847 "Description": "A temperature sensor is above its low warning threshold.", 2848 "Message": "A temperature sensor is above its low warning threshold.", 2849 "Notes": [ 2850 "A temperature sensor crossed above its low warning threshold value." 2851 ] 2852 } 2853 }, 2854 2855 { 2856 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow", 2857 "Subsystem": "power", 2858 "ComponentID": "0x2800", 2859 "Severity": "predictive", 2860 "ActionFlags": ["service_action", "report"], 2861 2862 "SRC": { 2863 "ReasonCode": "0x2810", 2864 "Words6To9": {} 2865 }, 2866 2867 "Documentation": { 2868 "Description": "A temperature sensor is under its low critical threshold.", 2869 "Message": "A temperature sensor is under its low critical threshold.", 2870 "Notes": [ 2871 "A temperature sensor crossed its low critical threshold value", 2872 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 2873 ] 2874 } 2875 }, 2876 2877 { 2878 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear", 2879 "Subsystem": "power", 2880 "ComponentID": "0x2800", 2881 "Severity": "non_error", 2882 "ActionFlags": ["report"], 2883 "EventType": "env_normal", 2884 2885 "SRC": { 2886 "ReasonCode": "0x2811", 2887 "Words6To9": {} 2888 }, 2889 2890 "Documentation": { 2891 "Description": "A temperature sensor is over its low critical threshold.", 2892 "Message": "A temperature sensor is over its low critical threshold.", 2893 "Notes": [ 2894 "A temperature sensor crossed above its critical threshold value" 2895 ] 2896 } 2897 }, 2898 2899 { 2900 "Name": "com.ibm.VPD.Error.InvalidEepromPath", 2901 "Subsystem": "cec_vpd", 2902 "ComponentID": "0x4000", 2903 2904 "SRC": { 2905 "ReasonCode": "0x4000", 2906 "Words6To9": 2907 { 2908 "6": 2909 { 2910 "Description": "Errno of the failure.", 2911 "AdditionalDataPropSource": "CALLOUT_ERRNO" 2912 } 2913 } 2914 }, 2915 2916 "Documentation": { 2917 "Description": "A path access error ocurred", 2918 "Message": "An EEPROM path access error occurred.", 2919 "Notes": [ 2920 "This error occurs when parser is unable to access", 2921 "EEPROM path. Errno and device path are captured as", 2922 "additional data." 2923 ] 2924 } 2925 }, 2926 2927 { 2928 "Name": "com.ibm.VPD.Error.InvalidVPD", 2929 "Subsystem": "cec_vpd", 2930 "ComponentID": "0x4000", 2931 2932 "SRC": { 2933 "ReasonCode": "0x4001", 2934 "Words6To9": 2935 { 2936 } 2937 }, 2938 2939 "Documentation": { 2940 "Description": "Invalid VPD data.", 2941 "Message": "A VPD data exception occurred.", 2942 "Notes": [ 2943 "This error occurs when VPD data is found to be", 2944 "invalid. This can be when VPD file is missing out", 2945 "mandatory records.Inventory path is captured in", 2946 "additional data." 2947 ] 2948 } 2949 }, 2950 2951 { 2952 "Name": "com.ibm.VPD.Error.EccCheckFailed", 2953 "Subsystem": "cec_vpd", 2954 "ComponentID": "0x4000", 2955 2956 "SRC": { 2957 "ReasonCode": "0x4002", 2958 "Words6To9": 2959 { 2960 } 2961 }, 2962 2963 "Documentation": { 2964 "Description": "Invalid VPD ecc data.", 2965 "Message": "A VPD ecc exception occurred.", 2966 "Notes": [ 2967 "This error occurs when VPD ecc check fails for the FRU.", 2968 "Inventory path for the failed FRU is captured in additonal", 2969 "data." 2970 ] 2971 } 2972 }, 2973 2974 { 2975 "Name": "com.ibm.VPD.Error.InvalidJson", 2976 "Subsystem": "cec_vpd", 2977 "ComponentID": "0x4000", 2978 2979 "SRC": { 2980 "ReasonCode": "0x4003", 2981 "Words6To9": 2982 { 2983 } 2984 }, 2985 2986 "Documentation": { 2987 "Description": "Invalid Json", 2988 "Message": "A Json failure occurred.", 2989 "Notes": [ 2990 "This error occurs when parser fails to access", 2991 "Json file or there is any issue with Json data.", 2992 "Failed Json path and cause of failure is captured", 2993 "in additional data." 2994 ] 2995 } 2996 }, 2997 2998 { 2999 "Name": "com.ibm.VPD.Error.BlankSystemVPD", 3000 "Subsystem": "cec_vpd", 3001 "ComponentID": "0x4000", 3002 3003 "SRC": { 3004 "ReasonCode": "0x4004", 3005 "Words6To9": 3006 { 3007 } 3008 }, 3009 3010 "Documentation": { 3011 "Description": "System VPD restore failed", 3012 "Message": "A system VPD restoration error occurred.", 3013 "Notes": [ 3014 "This error occurs when restoring of system VPD fails.", 3015 "The FRU path and reason for failure is captured in", 3016 "additional data." 3017 ] 3018 } 3019 }, 3020 3021 { 3022 "Name": "com.ibm.VPD.Error.DbusFailure", 3023 "Subsystem": "cec_vpd", 3024 "ComponentID": "0x4000", 3025 3026 "SRC": { 3027 "ReasonCode": "0x4005", 3028 "Words6To9": 3029 { 3030 } 3031 }, 3032 3033 "Documentation": { 3034 "Description": "Dbus exception", 3035 "Message": "A Dbus internal error occurred.", 3036 "Notes": [ 3037 "This error occurs when Dbus operation fails.", 3038 "Exceptions details are captured in additonal", 3039 "data." 3040 ] 3041 } 3042 }, 3043 3044 { 3045 "Name": "com.ibm.VPD.Error.UnknownSystemType", 3046 "Subsystem": "cec_vpd", 3047 "ComponentID": "0x4000", 3048 3049 "SRC": { 3050 "ReasonCode": "0x4006", 3051 "Words6To9": 3052 { 3053 } 3054 }, 3055 3056 "Callouts": [ 3057 { 3058 "CalloutList": [ 3059 { "Priority": "high", "LocCode": "P0" } 3060 ] 3061 } 3062 ], 3063 3064 "Documentation": { 3065 "Description": "Unknown System Type", 3066 "Message": "System type not supported in DTB table.", 3067 "Notes": [ 3068 "System type comes from combination of HW and IM value of system VPD.", 3069 "If anything gets changed in that combination, then it can't determine", 3070 "the appropriate DTB for that system. Need to check HW and IM keywords." 3071 ] 3072 } 3073 }, 3074 3075 { 3076 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout", 3077 "Subsystem": "cec_sp_hostboot_iface", 3078 3079 "SRC": 3080 { 3081 "ReasonCode": "0xC101", 3082 "Words6To9": 3083 { 3084 } 3085 }, 3086 3087 "Documentation": 3088 { 3089 "Description": "Host did not respond within the watchdog timeout interval", 3090 "Message": "Host did not respond before the watchdog timeout interval expired", 3091 "Notes": [ 3092 "Host did not respond before the expiry of the watchdog timeout interval.", 3093 "Collecting hostboot dump." 3094 ] 3095 } 3096 }, 3097 3098 { 3099 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible", 3100 "Subsystem": "bmc_firmware", 3101 "ComponentID": "0x3600", 3102 "SRC": 3103 { 3104 "ReasonCode": "0x3601", 3105 "Words6To9": 3106 { 3107 } 3108 }, 3109 3110 "Callouts": [ 3111 { 3112 "CalloutList": [ 3113 { "Priority": "high", "Procedure": "bmc_code" } 3114 ] 3115 } 3116 ], 3117 3118 "Documentation": 3119 { 3120 "Description": "A system component has a software version that is incompatible.", 3121 "Message": "A system component has a software version that is incompatible." 3122 } 3123 }, 3124 3125 { 3126 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists", 3127 "Subsystem": "bmc_firmware", 3128 "ComponentID": "0x3600", 3129 "SRC": 3130 { 3131 "ReasonCode": "0x3602", 3132 "Words6To9": 3133 { 3134 } 3135 }, 3136 3137 "Callouts": [ 3138 { 3139 "CalloutList": [ 3140 { "Priority": "high", "Procedure": "bmc_code" } 3141 ] 3142 } 3143 ], 3144 3145 "Documentation": 3146 { 3147 "Description": "This image version already exists on the device.", 3148 "Message": "This image version already exists on the device." 3149 } 3150 }, 3151 3152 { 3153 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", 3154 "Subsystem": "bmc_firmware", 3155 "ComponentID": "0x3600", 3156 "SRC": 3157 { 3158 "ReasonCode": "0x3603", 3159 "Words6To9": 3160 { 3161 } 3162 }, 3163 3164 "Callouts": [ 3165 { 3166 "CalloutList": [ 3167 { "Priority": "high", "Procedure": "bmc_code" } 3168 ] 3169 } 3170 ], 3171 3172 "Documentation": 3173 { 3174 "Description": "An error occurred during untar.", 3175 "Message": "An error occurred during untar." 3176 } 3177 }, 3178 3179 { 3180 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", 3181 "Subsystem": "bmc_firmware", 3182 "ComponentID": "0x3600", 3183 "SRC": 3184 { 3185 "ReasonCode": "0x3604", 3186 "Words6To9": 3187 { 3188 } 3189 }, 3190 3191 "Callouts": [ 3192 { 3193 "CalloutList": [ 3194 { "Priority": "high", "Procedure": "bmc_code" } 3195 ] 3196 } 3197 ], 3198 3199 "Documentation": 3200 { 3201 "Description": "An error when reading the Manifest file..", 3202 "Message": "An error when reading the Manifest file.." 3203 } 3204 }, 3205 3206 { 3207 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure", 3208 "Subsystem": "bmc_firmware", 3209 "ComponentID": "0x3600", 3210 "SRC": 3211 { 3212 "ReasonCode": "0x3605", 3213 "Words6To9": 3214 { 3215 } 3216 }, 3217 3218 "Callouts": [ 3219 { 3220 "CalloutList": [ 3221 { "Priority": "high", "Procedure": "bmc_code" } 3222 ] 3223 } 3224 ], 3225 3226 "Documentation": 3227 { 3228 "Description": "The operation failed internally during processing the image.", 3229 "Message": "The operation failed internally during processing the image." 3230 } 3231 }, 3232 3233 { 3234 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure", 3235 "Subsystem": "bmc_firmware", 3236 "ComponentID": "0x3600", 3237 "SRC": 3238 { 3239 "ReasonCode": "0x3606", 3240 "Words6To9": 3241 { 3242 } 3243 }, 3244 3245 "Callouts": [ 3246 { 3247 "CalloutList": [ 3248 { "Priority": "high", "Procedure": "bmc_code" } 3249 ] 3250 } 3251 ], 3252 3253 "Documentation": 3254 { 3255 "Description": "An error occurred processing the image.", 3256 "Message": "An error occurred processing the image." 3257 } 3258 }, 3259 3260 { 3261 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure", 3262 "Subsystem": "bmc_firmware", 3263 "ComponentID": "0x3600", 3264 "SRC": 3265 { 3266 "ReasonCode": "0x3607", 3267 "Words6To9": 3268 { 3269 } 3270 }, 3271 3272 "Callouts": [ 3273 { 3274 "CalloutList": [ 3275 { "Priority": "high", "Procedure": "bmc_code" } 3276 ] 3277 } 3278 ], 3279 3280 "Documentation": 3281 { 3282 "Description": "The device is busy during the update.", 3283 "Message": "The device is busy during the update." 3284 } 3285 } 3286 3287 ] 3288} 3289