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