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": "xyz.openbmc_project.State.Error.HostNotRunning", 503 "Subsystem": "cec_sp_hostboot_iface", 504 "ComponentID": "0x3400", 505 "SRC": 506 { 507 "ReasonCode": "0x3401", 508 "Words6To9": 509 { 510 } 511 }, 512 "Documentation": 513 { 514 "Description": "Host was booting or booted before BMC reset but is now unresponsive", 515 "Message": "Host did not respond to BMC after a BMC reset but it was booting or booted prior to the BMC reboot", 516 "Notes": [ 517 "System will follow recovery policy, resulting in this ", 518 "error and most likely a a reboot of the host. The issue ", 519 "is most likely the result of the BMC rebooting while the ", 520 "host was booting and in a state where it still needed ", 521 "the BMC to complete its boot." 522 ] 523 } 524 }, 525 526 { 527 "Name": "org.open_power.Processor.Error.SbeChipOpFailure", 528 "Subsystem": "processor_chip", 529 "ComponentID": "0x3500", 530 531 "SRC": 532 { 533 "ReasonCode": "0x3500", 534 "Words6To9": 535 { 536 "6": 537 { 538 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 539 "AdditionalDataPropSource": "SRC6" 540 } 541 } 542 }, 543 544 "Documentation": 545 { 546 "Description": "chipop failure with SBE provided FFDC", 547 "Message": "chipop request failure reported by SBE", 548 "Notes": [ 549 "The severity is set by the creator.", 550 "Callouts added based on SBE provided FFDC.", 551 "SBE provided additional debug data included as part of the", 552 "additional user data section." 553 ] 554 } 555 }, 556 557 { 558 "Name": "org.open_power.Processor.Error.SbeChipOpTimeout", 559 "Subsystem": "processor_chip", 560 "ComponentID": "0x3500", 561 562 "SRC": 563 { 564 "ReasonCode": "0x3501", 565 "Words6To9": 566 { 567 "6": 568 { 569 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 570 "AdditionalDataPropSource": "SRC6" 571 } 572 } 573 }, 574 575 "Documentation": 576 { 577 "Description": "SBE chipop timeout", 578 "Message": "chipop timeout reported during SBE communication", 579 "Notes": [ 580 "The severity is set by the creator.", 581 "Check SBE Dump associated to this error to debug the failure." 582 ] 583 } 584 }, 585 586 { 587 "Name": "org.open_power.Processor.Error.SbeChipOpInvalidState", 588 "Subsystem": "processor_chip", 589 "ComponentID": "0x3500", 590 591 "SRC": 592 { 593 "ReasonCode": "0x3502", 594 "Words6To9": 595 { 596 "6": 597 { 598 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 599 "AdditionalDataPropSource": "SRC6" 600 }, 601 "7": 602 { 603 "Description": "Value of SBE state", 604 "AdditionalDataPropSource": "SRC7" 605 } 606 } 607 }, 608 609 "Documentation": 610 { 611 "Description": "The SBE on this processor is not in a state where chipOps can be issued", 612 "Message": "SBE Chipop is not allowed due to invalid SBE state ", 613 "Notes": [ 614 "The severity is set by the creator." 615 ] 616 } 617 }, 618 619 { 620 "Name": "org.open_power.Processor.Error.SbeBootFailure", 621 "Subsystem": "processor_chip", 622 "ComponentID": "0x3500", 623 624 "SRC": 625 { 626 "ReasonCode": "0x3503", 627 "Words6To9": 628 { 629 "6": 630 { 631 "Description": "[0:15] chip position", 632 "AdditionalDataPropSource": "SRC6" 633 } 634 } 635 }, 636 637 "Documentation": 638 { 639 "Description": "Boot failure with SBE provided FFDC", 640 "Message": "Boot failure reported by SBE", 641 "Notes": [ 642 "The severity is set by the creator.", 643 "Callouts added based on SBE provided FFDC.", 644 "SBE provided additional debug data included as part of the", 645 "additional user data section." 646 ] 647 } 648 }, 649 650 { 651 "Name": "org.open_power.Processor.Error.SbeBootTimeout", 652 "Subsystem": "processor_chip", 653 "ComponentID": "0x3500", 654 655 "SRC": 656 { 657 "ReasonCode": "0x3504", 658 "Words6To9": 659 { 660 } 661 }, 662 663 "Documentation": 664 { 665 "Description": "SBE Boot timeout", 666 "Message": "timeout reported during SBE boot process", 667 "Notes": [ 668 "The severity is set by the creator.", 669 "Check SBE Dump associated to this error to debug the failure." 670 ] 671 } 672 }, 673 674 { 675 "Name": "org.open_power.Attn.Error.Terminate", 676 "Subsystem": "cec_hardware", 677 "Severity": "non_error", 678 679 "SRC": 680 { 681 "ReasonCode": "0xD138", 682 "SymptomIDFields": [ "SRCWord3", "SRCWord4", "SRCWord5", "SRCWord6", "SRCWord7", "SRCWord8", "SRCWord9" ], 683 "Words6To9": 684 { 685 } 686 }, 687 688 "Documentation": 689 { 690 "Description": "Status shows TI special attention active", 691 "Message": "TI special attention detected", 692 "Notes": [ 693 "This entry is for any TI special attention event ", 694 "reported by the attention handler component" 695 ] 696 } 697 }, 698 699 { 700 "Name": "org.open_power.Attn.Error.Fail", 701 "Subsystem": "bmc_firmware", 702 "Severity": "unrecoverable_loss_of_function", 703 704 "SRC": 705 { 706 "ReasonCode": "0xD13E", 707 "Words6To9": 708 { 709 "6": 710 { 711 "Description": "Error code from attention handler", 712 "AdditionalDataPropSource": "ERROR_CODE" 713 } 714 } 715 }, 716 "Documentation": 717 { 718 "Description": "The attention handler encountered an error", 719 "MessageArgSources" : ["SRCWord6"], 720 "Message": "Attention handler error %1", 721 "Notes": [ 722 "Attention handler will provide error code" 723 ] 724 } 725 }, 726 727 { 728 "Name": "org.open_power.Attn.Error.Vital", 729 "Subsystem": "processor_chip", 730 "Severity": "critical", 731 732 "SRC": 733 { 734 "ReasonCode": "0xD16D", 735 "Words6To9": 736 { 737 } 738 }, 739 740 "Documentation": 741 { 742 "Description": "Status shows SBE vital attention active", 743 "Message": "SBE vital attention detected", 744 "Notes": [ 745 "This entry is for any SBE vital attention event ", 746 "reported by the attention handler component" 747 ] 748 } 749 }, 750 751 { 752 "Name": "org.open_power.HwDiags.Error.Checkstop", 753 "Subsystem": "cec_hardware", 754 "ActionFlags": [ "service_action", "report", "call_home" ], 755 756 "SRC": 757 { 758 "ReasonCode": "0xE510", 759 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 760 "Words6To9": 761 { 762 } 763 }, 764 765 "Documentation": 766 { 767 "Description": "A system checkstop attention has occurred", 768 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 769 "Message": "hw-diags signature: %1 %2 %3" 770 } 771 }, 772 773 { 774 "Name": "org.open_power.HwDiags.Error.Predictive", 775 "Subsystem": "cec_hardware", 776 "ActionFlags": [ "service_action", "report", "call_home" ], 777 778 "SRC": 779 { 780 "ReasonCode": "0xE511", 781 "SymptomIDFields": [ "SRCWord6", "SRCWord7", "SRCWord8" ], 782 "Words6To9": 783 { 784 } 785 }, 786 787 "Documentation": 788 { 789 "Description": "A hardware attention requiring service has occurred", 790 "MessageArgSources" : [ "SRCWord6", "SRCWord7", "SRCWord8" ], 791 "Message": "hw-diags signature: %1 %2 %3" 792 } 793 }, 794 795 { 796 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault", 797 "Subsystem": "power_supply", 798 "Severity": "unrecoverable_redundancy_loss", 799 "ActionFlags": ["service_action", "report"], 800 "ComponentID": "0x2700", 801 802 "SRC": { 803 "Type": "11", 804 "ReasonCode": "0x15F0", 805 "Words6To9": {} 806 }, 807 808 "Callouts": [ 809 { 810 "CalloutList": [ 811 { "Priority": "high", "SymbolicFRU": "pwrsply" } 812 ] 813 } 814 ], 815 816 "Documentation": { 817 "Description": "Power Supply input power fault", 818 "Message": "A power supply has indicated an input or under voltage condition.", 819 "Notes": [ 820 "Check the power supply cabling and/or input power ", 821 "source. The PWRSPLY procedure is used rather than ", 822 "calling out a location code, as typically these faults ", 823 "are related to the supplied power, the cable, or the ", 824 "cable connectors. If the input fault resolves down to an ", 825 "issue with the power supply itself, the power supply ", 826 "indicating this input fault should be called out. Add the ", 827 "CALLOUT_INVENTORY_PATH to the additional data, and set the", 828 "CALLOUT_PRIORITY to something other than high." 829 ] 830 } 831 }, 832 833 { 834 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault", 835 "Subsystem": "power_supply", 836 "Severity": "unrecoverable_redundancy_loss", 837 "ActionFlags": ["service_action", "report", "call_home"], 838 "ComponentID": "0x2700", 839 840 "SRC": { 841 "Type": "11", 842 "ReasonCode": "0x15F1", 843 "Words6To9": {} 844 }, 845 846 "Documentation": { 847 "Description": "Power Supply power fault", 848 "Message": "The power supply detected a fault condition, see AdditionalData for further details.", 849 "Notes": [ 850 "The power supply reporting the fault should be called ", 851 "out using the CALLOUT_INVENTORY_PATH keyword. Include ", 852 "specific fault, STATUS_* details, and code level in the ", 853 "AdditionalData section." 854 ] 855 } 856 }, 857 858 { 859 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", 860 "Subsystem": "power_supply", 861 "Severity": "unrecoverable", 862 "ActionFlags": ["service_action", "report", "call_home"], 863 "ComponentID": "0x2700", 864 865 "SRC": { 866 "Type": "11", 867 "ReasonCode": "0x15F2", 868 "Words6To9": {} 869 }, 870 871 "Documentation": { 872 "Description": "Power Supply non-power fault", 873 "Message": "A communication failure occurred talking to the power supply", 874 "Notes": [ 875 "Communication problems with the power supply could be ", 876 "the power supply, or any hardware between it and the ", 877 "BMC. Reporting the error should be passing in a call ", 878 "out using CALLOUT_DEVICE_PATH." 879 ] 880 } 881 }, 882 883 { 884 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing", 885 "Subsystem": "power_supply", 886 "Severity": "unrecoverable_redundancy_loss", 887 "ActionFlags": ["service_action", "report", "call_home"], 888 "ComponentID": "0x2700", 889 890 "SRC": { 891 "Type": "11", 892 "ReasonCode": "0x15F6", 893 "Words6To9": {} 894 }, 895 896 "Callouts": [ 897 { 898 "CalloutList": [ 899 { 900 "Priority": "high", 901 "SymbolicFRUTrusted": "pwrsply", 902 "UseInventoryLocCode": true 903 } 904 ] 905 } 906 ], 907 908 "Documentation": { 909 "Description": "Power Supply is missing", 910 "Message": "A power supply that should be present is missing", 911 "Notes": [ 912 "The CalloutList should use the PWRSPLY symbolic FRU ", 913 "with the trusted location code property. The ", 914 "location code in this callout is obtained from ", 915 "the passed in CALLOUT_INVENTORY_PATH value." 916 ] 917 } 918 }, 919 920 { 921 "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", 922 "Subsystem": "power_supply", 923 "Severity": "unrecoverable", 924 "ActionFlags": ["service_action", "report", "call_home"], 925 "ComponentID": "0x2700", 926 927 "SRC": { 928 "Type": "11", 929 "ReasonCode": "0x15F7", 930 "Words6To9": {} 931 }, 932 933 "Documentation": { 934 "Description": "Power Supply configuration is not supported", 935 "Message": "The power supply configuration is not supported", 936 "Notes": [ 937 "The combination of power supplies detected in the ", 938 "system is not supported. This could be caused by ", 939 "mismatched models, less than expected number of power ", 940 "supplies, or other unsupported characteristics." 941 ] 942 } 943 }, 944 945 { 946 "Name": "xyz.openbmc_project.State.Shutdown.Power.Error.Blackout", 947 "Subsystem": "power", 948 "ActionFlags": [ "report", "service_action" ], 949 "Severity": "unrecoverable", 950 "ComponentID": "0x2700", 951 952 "SRC": 953 { 954 "Type": "11", 955 "ReasonCode": "0x00AC", 956 "Words6To9": {}, 957 "PowerFault": true 958 }, 959 960 "Callouts": [ 961 { 962 "CalloutList": [ 963 { "Priority": "high", "SymbolicFRU": "ac_module"} 964 ] 965 } 966 ], 967 968 "Documentation": { 969 "Description": "Input power was lost while the system was powered on.", 970 "Message": "Input power was lost while the system was powered on.", 971 "Notes": [ 972 "Input power was lost while system powered on.", 973 "The CalloutList should use the ACMODUL symbolic FRU." 974 ] 975 } 976 }, 977 978 { 979 "Name": "xyz.openbmc_project.Power.Error.Shutdown", 980 "Subsystem": "power_sequencer", 981 "ComponentID": "0x2700", 982 983 "SRC": { 984 "Type": "11", 985 "ReasonCode": "0x2600", 986 "Words6To9": {} 987 }, 988 989 "Callouts": [ 990 { 991 "CalloutList": [ 992 { "Priority": "high", "SymbolicFRU": "pgood_part" } 993 ] 994 } 995 ], 996 997 "Documentation": { 998 "Description": "A power off was issued because a power fault was detected", 999 "Message": "A power off was issued because a power fault was detected", 1000 "Notes": [ 1001 ] 1002 } 1003 }, 1004 1005 { 1006 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerPGOODFault", 1007 "Subsystem": "power_sequencer", 1008 "ComponentID": "0x2700", 1009 1010 "SRC": { 1011 "Type": "11", 1012 "ReasonCode": "0x2610", 1013 "Words6To9": {} 1014 }, 1015 1016 "CalloutsUsingAD": { 1017 "ADName": "INPUT_NAME", "CalloutsWithTheirADValues": [ 1018 { 1019 "ADValue": "PCIE_SLOT0", "Callouts": [ 1020 { 1021 "CalloutList": [ 1022 { "Priority": "high", "LocCode": "P0-C0" }, 1023 { "Priority": "medium", "LocCode": "P0" } 1024 ] 1025 } 1026 ] 1027 }, 1028 { 1029 "ADValue": "PCIE_SLOT1", "Callouts": [ 1030 { 1031 "CalloutList": [ 1032 { "Priority": "high", "LocCode": "P0-C1" }, 1033 { "Priority": "medium", "LocCode": "P0" } 1034 ] 1035 } 1036 ] 1037 }, 1038 { 1039 "ADValue": "PCIE_SLOT2", "Callouts": [ 1040 { 1041 "CalloutList": [ 1042 { "Priority": "high", "LocCode": "P0-C2" }, 1043 { "Priority": "medium", "LocCode": "P0" } 1044 ] 1045 } 1046 ] 1047 }, 1048 { 1049 "ADValue": "PCIE_SLOT3", "Callouts": [ 1050 { 1051 "CalloutList": [ 1052 { "Priority": "high", "LocCode": "P0-C3" }, 1053 { "Priority": "medium", "LocCode": "P0" } 1054 ] 1055 } 1056 ] 1057 }, 1058 { 1059 "ADValue": "PCIE_SLOT4", "Callouts": [ 1060 { 1061 "CalloutList": [ 1062 { "Priority": "high", "LocCode": "P0-C4" }, 1063 { "Priority": "medium", "LocCode": "P0" } 1064 ] 1065 } 1066 ] 1067 }, 1068 { 1069 "ADValue": "PCIE_SLOT7", "Callouts": [ 1070 { 1071 "CalloutList": [ 1072 { "Priority": "high", "LocCode": "P0-C7" }, 1073 { "Priority": "medium", "LocCode": "P0" } 1074 ] 1075 } 1076 ] 1077 }, 1078 { 1079 "ADValue": "PCIE_SLOT8", "Callouts": [ 1080 { 1081 "CalloutList": [ 1082 { "Priority": "high", "LocCode": "P0-C8" }, 1083 { "Priority": "medium", "LocCode": "P0" } 1084 ] 1085 } 1086 ] 1087 }, 1088 { 1089 "ADValue": "PCIE_SLOT9", "Callouts": [ 1090 { 1091 "CalloutList": [ 1092 { "Priority": "high", "LocCode": "P0-C9" }, 1093 { "Priority": "medium", "LocCode": "P0" } 1094 ] 1095 } 1096 ] 1097 }, 1098 { 1099 "ADValue": "PCIE_SLOT10", "Callouts": [ 1100 { 1101 "CalloutList": [ 1102 { "Priority": "high", "LocCode": "P0-C10" }, 1103 { "Priority": "medium", "LocCode": "P0" } 1104 ] 1105 } 1106 ] 1107 }, 1108 { 1109 "ADValue": "PCIE_SLOT11", "Callouts": [ 1110 { 1111 "CalloutList": [ 1112 { "Priority": "high", "LocCode": "P0-C11" }, 1113 { "Priority": "medium", "LocCode": "P0" } 1114 ] 1115 } 1116 ] 1117 }, 1118 { 1119 "ADValue": "PGOOD_12A", "Callouts": [ 1120 { 1121 "CalloutList": [ 1122 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1123 ] 1124 } 1125 ] 1126 }, 1127 { 1128 "ADValue": "PGOOD_12B", "Callouts": [ 1129 { 1130 "CalloutList": [ 1131 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1132 ] 1133 } 1134 ] 1135 }, 1136 { 1137 "ADValue": "PGOOD_12C", "Callouts": [ 1138 { 1139 "CalloutList": [ 1140 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1141 ] 1142 } 1143 ] 1144 }, 1145 { 1146 "ADValue": "PGOOD_12D", "Callouts": [ 1147 { 1148 "CalloutList": [ 1149 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1150 ] 1151 } 1152 ] 1153 }, 1154 { 1155 "ADValue": "PGOOD_12L", "Callouts": [ 1156 { 1157 "CalloutList": [ 1158 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1159 ] 1160 } 1161 ] 1162 }, 1163 { 1164 "ADValue": "PGOOD_12M", "Callouts": [ 1165 { 1166 "CalloutList": [ 1167 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1168 ] 1169 } 1170 ] 1171 }, 1172 { 1173 "ADValue": "PGOOD_12N", "Callouts": [ 1174 { 1175 "CalloutList": [ 1176 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1177 ] 1178 } 1179 ] 1180 }, 1181 { 1182 "ADValue": "PGOOD_12P", "Callouts": [ 1183 { 1184 "CalloutList": [ 1185 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1186 ] 1187 } 1188 ] 1189 }, 1190 { 1191 "ADValue": "PGOOD_12PCIE", "Callouts": [ 1192 { 1193 "CalloutList": [ 1194 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1195 ] 1196 } 1197 ] 1198 }, 1199 { 1200 "ADValue": "PGOOD_12Q", "Callouts": [ 1201 { 1202 "CalloutList": [ 1203 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1204 ] 1205 } 1206 ] 1207 }, 1208 { 1209 "ADValue": "PGOOD_12R", "Callouts": [ 1210 { 1211 "CalloutList": [ 1212 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1213 ] 1214 } 1215 ] 1216 }, 1217 { 1218 "ADValue": "PGOOD_VDN_DCM0", "Callouts": [ 1219 { 1220 "CalloutList": [ 1221 { "Priority": "high", "LocCode": "P0-C14" }, 1222 { "Priority": "medium", "LocCode": "P0-C15" }, 1223 { "Priority": "low", "LocCode": "P0" } 1224 ] 1225 } 1226 ] 1227 }, 1228 { 1229 "ADValue": "PGOOD_VDN_DCM1", "Callouts": [ 1230 { 1231 "CalloutList": [ 1232 { "Priority": "high", "LocCode": "P0-C23" }, 1233 { "Priority": "medium", "LocCode": "P0-C24" }, 1234 { "Priority": "low", "LocCode": "P0" } 1235 ] 1236 } 1237 ] 1238 }, 1239 { 1240 "ADValue": "PGOOD_VCS_DCM0", "Callouts": [ 1241 { 1242 "CalloutList": [ 1243 { "Priority": "high", "LocCode": "P0-C14" }, 1244 { "Priority": "medium", "LocCode": "P0-C15" }, 1245 { "Priority": "low", "LocCode": "P0" } 1246 ] 1247 } 1248 ] 1249 }, 1250 { 1251 "ADValue": "PGOOD_VCS_DCM1", "Callouts": [ 1252 { 1253 "CalloutList": [ 1254 { "Priority": "high", "LocCode": "P0-C23" }, 1255 { "Priority": "medium", "LocCode": "P0-C24" }, 1256 { "Priority": "low", "LocCode": "P0" } 1257 ] 1258 } 1259 ] 1260 }, 1261 { 1262 "ADValue": "PGOOD_VIO_DCM0", "Callouts": [ 1263 { 1264 "CalloutList": [ 1265 { "Priority": "high", "LocCode": "P0-C14" }, 1266 { "Priority": "medium", "LocCode": "P0-C15" }, 1267 { "Priority": "low", "LocCode": "P0" } 1268 ] 1269 } 1270 ] 1271 }, 1272 { 1273 "ADValue": "PGOOD_VIO_DCM1", "Callouts": [ 1274 { 1275 "CalloutList": [ 1276 { "Priority": "high", "LocCode": "P0-C23" }, 1277 { "Priority": "medium", "LocCode": "P0-C24" }, 1278 { "Priority": "low", "LocCode": "P0" } 1279 ] 1280 } 1281 ] 1282 }, 1283 { 1284 "ADValue": "PGOOD_VPCIE_DCM0", "Callouts": [ 1285 { 1286 "CalloutList": [ 1287 { "Priority": "high", "LocCode": "P0-C14" }, 1288 { "Priority": "medium", "LocCode": "P0-C15" }, 1289 { "Priority": "low", "LocCode": "P0" } 1290 ] 1291 } 1292 ] 1293 }, 1294 { 1295 "ADValue": "PGOOD_VPCIE_DCM1", "Callouts": [ 1296 { 1297 "CalloutList": [ 1298 { "Priority": "high", "LocCode": "P0-C23" }, 1299 { "Priority": "medium", "LocCode": "P0-C24" }, 1300 { "Priority": "low", "LocCode": "P0" } 1301 ] 1302 } 1303 ] 1304 } 1305 ] 1306 }, 1307 1308 "Documentation": { 1309 "Description": "The power sequencer chip detected a PGOOD fault", 1310 "Message": "The power sequencer chip detected a PGOOD fault", 1311 "Notes": [ 1312 ] 1313 } 1314 }, 1315 1316 { 1317 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerVoltageFault", 1318 "Subsystem": "power_sequencer", 1319 "ComponentID": "0x2700", 1320 1321 "SRC": { 1322 "Type": "11", 1323 "ReasonCode": "0x2620", 1324 "Words6To9": {} 1325 }, 1326 1327 "CalloutsUsingAD": { 1328 "ADName": "RAIL_NAME", "CalloutsWithTheirADValues": [ 1329 { 1330 "ADValue": "12.0V", "Callouts": [ 1331 { 1332 "CalloutList": [ 1333 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1334 ] 1335 } 1336 ] 1337 }, 1338 { 1339 "ADValue": "5.0V_USB", "Callouts": [ 1340 { 1341 "CalloutList": [ 1342 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 1343 { "Priority": "medium", "LocCode": "P0" } 1344 ] 1345 } 1346 ] 1347 }, 1348 { 1349 "ADValue": "5.0V_DASD", "Callouts": [ 1350 { 1351 "CalloutList": [ 1352 { "Priority": "medium", "LocCode": "P1" }, 1353 { "Priority": "medium", "LocCode": "P2" }, 1354 { "Priority": "medium", "LocCode": "P3" }, 1355 { "Priority": "low", "LocCode": "P0" } 1356 ] 1357 } 1358 ] 1359 }, 1360 { 1361 "ADValue": "3.3VA", "Callouts": [ 1362 { 1363 "CalloutList": [ 1364 { "Priority": "high", "LocCode": "P0" } 1365 ] 1366 } 1367 ] 1368 }, 1369 { 1370 "ADValue": "3.3VB", "Callouts": [ 1371 { 1372 "CalloutList": [ 1373 { "Priority": "high", "LocCode": "P0" } 1374 ] 1375 } 1376 ] 1377 }, 1378 { 1379 "ADValue": "1.5V", "Callouts": [ 1380 { 1381 "CalloutList": [ 1382 { "Priority": "high", "LocCode": "P0" } 1383 ] 1384 } 1385 ] 1386 }, 1387 { 1388 "ADValue": "1.1V", "Callouts": [ 1389 { 1390 "CalloutList": [ 1391 { "Priority": "high", "LocCode": "P0" } 1392 ] 1393 } 1394 ] 1395 }, 1396 { 1397 "ADValue": "VDDA_DCM0", "Callouts": [ 1398 { 1399 "CalloutList": [ 1400 { "Priority": "high", "LocCode": "P0-C14" }, 1401 { "Priority": "medium", "LocCode": "P0-C15" }, 1402 { "Priority": "low", "LocCode": "P0" } 1403 ] 1404 } 1405 ] 1406 }, 1407 { 1408 "ADValue": "VDDB_DCM0", "Callouts": [ 1409 { 1410 "CalloutList": [ 1411 { "Priority": "high", "LocCode": "P0-C14" }, 1412 { "Priority": "medium", "LocCode": "P0-C15" }, 1413 { "Priority": "low", "LocCode": "P0" } 1414 ] 1415 } 1416 ] 1417 }, 1418 { 1419 "ADValue": "VDDA_DCM1", "Callouts": [ 1420 { 1421 "CalloutList": [ 1422 { "Priority": "high", "LocCode": "P0-C23" }, 1423 { "Priority": "medium", "LocCode": "P0-C24" }, 1424 { "Priority": "low", "LocCode": "P0" } 1425 ] 1426 } 1427 ] 1428 }, 1429 { 1430 "ADValue": "VDDB_DCM1", "Callouts": [ 1431 { 1432 "CalloutList": [ 1433 { "Priority": "high", "LocCode": "P0-C23" }, 1434 { "Priority": "medium", "LocCode": "P0-C24" }, 1435 { "Priority": "low", "LocCode": "P0" } 1436 ] 1437 } 1438 ] 1439 }, 1440 { 1441 "ADValue": "12.0VCS", "Callouts": [ 1442 { 1443 "CalloutList": [ 1444 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1445 ] 1446 } 1447 ] 1448 }, 1449 { 1450 "ADValue": "3.3VCS", "Callouts": [ 1451 { 1452 "CalloutList": [ 1453 { "Priority": "high", "LocCode": "P0" } 1454 ] 1455 } 1456 ] 1457 }, 1458 { 1459 "ADValue": "1.1V_Current", "Callouts": [ 1460 { 1461 "CalloutList": [ 1462 { "Priority": "high", "LocCode": "P0" } 1463 ] 1464 } 1465 ] 1466 }, 1467 { 1468 "ADValue": "5.0V_USB_Current", "Callouts": [ 1469 { 1470 "CalloutList": [ 1471 { "Priority": "high", "SymbolicFRU": "usb_pgood" }, 1472 { "Priority": "medium", "LocCode": "P0" } 1473 ] 1474 } 1475 ] 1476 }, 1477 { 1478 "ADValue": "5.0V_DASD_Current", "Callouts": [ 1479 { 1480 "CalloutList": [ 1481 { "Priority": "medium", "LocCode": "P1" }, 1482 { "Priority": "medium", "LocCode": "P2" }, 1483 { "Priority": "medium", "LocCode": "P3" }, 1484 { "Priority": "low", "LocCode": "P0" } 1485 ] 1486 } 1487 ] 1488 }, 1489 { 1490 "ADValue": "12.0VN", "Callouts": [ 1491 { 1492 "CalloutList": [ 1493 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1494 ] 1495 } 1496 ] 1497 }, 1498 { 1499 "ADValue": "12.0VP", "Callouts": [ 1500 { 1501 "CalloutList": [ 1502 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1503 ] 1504 } 1505 ] 1506 }, 1507 { 1508 "ADValue": "12.0VQ", "Callouts": [ 1509 { 1510 "CalloutList": [ 1511 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1512 ] 1513 } 1514 ] 1515 }, 1516 { 1517 "ADValue": "12.0VR", "Callouts": [ 1518 { 1519 "CalloutList": [ 1520 { "Priority": "high", "SymbolicFRU": "pgood_part" } 1521 ] 1522 } 1523 ] 1524 }, 1525 { 1526 "ADValue": "ThermalDiode1", "Callouts": [ 1527 { 1528 "CalloutList": [ 1529 { "Priority": "high", "LocCode": "P0" } 1530 ] 1531 } 1532 ] 1533 }, 1534 { 1535 "ADValue": "ThermalDiode2", "Callouts": [ 1536 { 1537 "CalloutList": [ 1538 { "Priority": "high", "LocCode": "P0" } 1539 ] 1540 } 1541 ] 1542 }, 1543 { 1544 "ADValue": "ThermalDiode3", "Callouts": [ 1545 { 1546 "CalloutList": [ 1547 { "Priority": "high", "LocCode": "P0" } 1548 ] 1549 } 1550 ] 1551 }, 1552 { 1553 "ADValue": "ThermalDiode4", "Callouts": [ 1554 { 1555 "CalloutList": [ 1556 { "Priority": "high", "LocCode": "P0" } 1557 ] 1558 } 1559 ] 1560 } 1561 ] 1562 }, 1563 1564 "Documentation": { 1565 "Description": "The power sequencer chip detected a voltage fault", 1566 "Message": "The power sequencer chip detected a voltage fault", 1567 "Notes": [ 1568 ] 1569 } 1570 }, 1571 1572 { 1573 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", 1574 "Subsystem": "power", 1575 "Severity": "predictive_redundancy_loss", 1576 "ComponentID": "0x2700", 1577 1578 "SRC": { 1579 "Type": "11", 1580 "ReasonCode": "0x2700", 1581 "Words6To9": {} 1582 }, 1583 1584 "Documentation": { 1585 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 1586 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 1587 "Notes": [ 1588 "CALLOUT_INVENTORY_PATH should be specified in the ", 1589 "AdditionalData property of the event log so that ", 1590 "the device is called out but not the communication path." 1591 ] 1592 } 1593 }, 1594 1595 { 1596 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", 1597 "Subsystem": "power", 1598 "Severity": "non_error", 1599 "MfgSeverity": "predictive_redundancy_loss", 1600 "ActionFlags": ["report"], 1601 "MfgActionFlags": ["service_action", "report", "call_home"], 1602 "ComponentID": "0x2700", 1603 1604 "SRC": { 1605 "Type": "11", 1606 "ReasonCode": "0x2701", 1607 "Words6To9": {} 1608 }, 1609 1610 "Documentation": { 1611 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 1612 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 1613 "Notes": [ 1614 "CALLOUT_INVENTORY_PATH should be specified in the ", 1615 "AdditionalData property of the event log so that ", 1616 "the device is called out but not the communication path." 1617 ] 1618 } 1619 }, 1620 1621 { 1622 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", 1623 "Subsystem": "power", 1624 "ComponentID": "0x2700", 1625 1626 "SRC": { 1627 "Type": "11", 1628 "ReasonCode": "0x2900", 1629 "Words6To9": {} 1630 }, 1631 1632 "Documentation": { 1633 "Description": "A write verification error occurred on a device", 1634 "Message": "A write verification error occurred on a device", 1635 "Notes": [ 1636 "This error occurs when a device register is written, ", 1637 "read back, and the two values do not match. This is ", 1638 "also called a read-back error. The device should be ", 1639 "identified using the CALLOUT_DEVICE_PATH or ", 1640 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", 1641 "AdditionalData property of the event log. This will ", 1642 "cause the device and the hardware in the communication ", 1643 "path to be called out." 1644 ] 1645 } 1646 }, 1647 1648 { 1649 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", 1650 "Subsystem": "power", 1651 "ComponentID": "0x2700", 1652 1653 "SRC": { 1654 "Type": "11", 1655 "ReasonCode": "0xA013", 1656 "Words6To9": {} 1657 }, 1658 1659 "Callouts": [ 1660 { 1661 "CalloutList": [ 1662 { "Priority": "high", "Procedure": "bmc_code" } 1663 ] 1664 } 1665 ], 1666 1667 "Documentation": { 1668 "Description": "A regulators configuration file error occurred", 1669 "Message": "A regulators configuration file error occurred", 1670 "Notes": [ 1671 "The regulators configuration file could not be found, ", 1672 "could not be read, or had invalid contents." 1673 ] 1674 } 1675 }, 1676 1677 { 1678 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", 1679 "Subsystem": "power", 1680 "Severity": "critical_system_term", 1681 "ComponentID": "0x2700", 1682 1683 "SRC": { 1684 "Type": "11", 1685 "ReasonCode": "0xA014", 1686 "Words6To9": {}, 1687 "PowerFault": true 1688 }, 1689 1690 "Callouts": [ 1691 { 1692 "CalloutList": [ 1693 { "Priority": "high", "Procedure": "bmc_code" } 1694 ] 1695 } 1696 ], 1697 1698 "Documentation": { 1699 "Description": "A critical regulators configuration file error occurred", 1700 "Message": "A critical regulators configuration file error occurred", 1701 "Notes": [ 1702 "The regulators configuration file could not be found, ", 1703 "could not be read, or had invalid contents. As a result ", 1704 "voltage regulators could not be configured, and the ", 1705 "chassis could not be powered on." 1706 ] 1707 } 1708 }, 1709 1710 { 1711 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", 1712 "Subsystem": "power_sequencer", 1713 "ComponentID": "0x2700", 1714 1715 "SRC": { 1716 "Type": "11", 1717 "ReasonCode": "0xD000", 1718 "Words6To9": {} 1719 }, 1720 1721 "Callouts": [ 1722 { 1723 "CalloutList": [ 1724 { "Priority": "high", "LocCode": "P0" } 1725 ] 1726 } 1727 ], 1728 1729 "Documentation": { 1730 "Description": "The power sequencer chip detected a fault", 1731 "Message": "The power sequencer chip detected a fault", 1732 "Notes": [ 1733 ] 1734 } 1735 }, 1736 1737 { 1738 "Name": "xyz.openbmc_project.Power.Error.PowerOnFailure", 1739 "Subsystem": "power_sequencer", 1740 "ComponentID": "0x2700", 1741 1742 "SRC": { 1743 "Type": "11", 1744 "ReasonCode": "0xD002", 1745 "Words6To9": {} 1746 }, 1747 1748 "Callouts": [ 1749 { 1750 "CalloutList": [ 1751 { "Priority": "high", "LocCode": "P0" } 1752 ] 1753 } 1754 ], 1755 1756 "Documentation": { 1757 "Description": "System power failed to turn on", 1758 "Message": "System power failed to turn on", 1759 "Notes": [ 1760 ] 1761 } 1762 }, 1763 1764 { 1765 "Name": "xyz.openbmc_project.Power.Error.Internal", 1766 "Subsystem": "power", 1767 "ComponentID": "0x2700", 1768 1769 "SRC": { 1770 "Type": "11", 1771 "ReasonCode": "0xE000", 1772 "Words6To9": {} 1773 }, 1774 1775 "Callouts": [ 1776 { 1777 "CalloutList": [ 1778 { "Priority": "high", "Procedure": "bmc_code" } 1779 ] 1780 } 1781 ], 1782 1783 "Documentation": { 1784 "Description": "An internal firmware error occurred", 1785 "Message": "An internal firmware error occurred", 1786 "Notes": [ 1787 "The error details must be provided in the AdditionalData ", 1788 "property of the event log." 1789 ] 1790 } 1791 }, 1792 1793 { 1794 "Name": "xyz.openbmc_project.Power.Error.I2C", 1795 "Subsystem": "cec_i2c", 1796 "ComponentID": "0x2700", 1797 1798 "SRC": { 1799 "Type": "11", 1800 "ReasonCode": "0xE100", 1801 "Words6To9": {} 1802 }, 1803 1804 "Documentation": { 1805 "Description": "An I2C error occurred communicating with a device", 1806 "Message": "An I2C error occurred communicating with a device", 1807 "Notes": [ 1808 "The device should be identified using the ", 1809 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", 1810 "keywords in the AdditionalData property of the event ", 1811 "log. This will cause the device and the hardware in the ", 1812 "communication path to be called out." 1813 ] 1814 } 1815 }, 1816 1817 { 1818 "Name": "xyz.openbmc_project.Power.Error.PMBus", 1819 "Subsystem": "power", 1820 "ComponentID": "0x2700", 1821 1822 "SRC": { 1823 "Type": "11", 1824 "ReasonCode": "0xE200", 1825 "Words6To9": {} 1826 }, 1827 1828 "Documentation": { 1829 "Description": "A PMBus error occurred on a device", 1830 "Message": "A PMBus error occurred on a device", 1831 "Notes": [ 1832 "This error occurs when the I2C communication was ", 1833 "successful, but the PMBus value read is invalid or ", 1834 "unsupported. CALLOUT_INVENTORY_PATH should be specified ", 1835 "in the AdditionalData property of the event log so that ", 1836 "the device is called out but not the communication path." 1837 ] 1838 } 1839 }, 1840 1841 { 1842 "Name": "xyz.openbmc_project.Power.Error.DBus", 1843 "Subsystem": "power", 1844 "ComponentID": "0x2700", 1845 1846 "SRC": { 1847 "Type": "11", 1848 "ReasonCode": "0xE300", 1849 "Words6To9": {} 1850 }, 1851 1852 "Callouts": [ 1853 { 1854 "CalloutList": [ 1855 { "Priority": "high", "Procedure": "bmc_code" } 1856 ] 1857 } 1858 ], 1859 1860 "Documentation": { 1861 "Description": "A firmware inter-process communication (D-Bus) error occurred", 1862 "Message": "A firmware inter-process communication (D-Bus) error occurred" 1863 } 1864 }, 1865 1866 { 1867 "Name": "xyz.openbmc_project.Fan.Error.Fault", 1868 "Subsystem": "power_fans", 1869 "ComponentID": "0x2800", 1870 1871 "SRC": { 1872 "Type": "11", 1873 "ReasonCode": "0x76F0", 1874 "Words6To9": {} 1875 }, 1876 1877 "Documentation": { 1878 "Description": "Fan rotor fault", 1879 "Message": "Fan rotor fault", 1880 "Notes": [ 1881 "This error occurs when a fan rotor has been faulted for a ", 1882 "certain amount of time. The callout is the fan which is ", 1883 "passed in with CALLOUT_INVENTORY_PATH. The severity is ", 1884 "passed in during creation and will be either informational ", 1885 "or unrecoverable. The action flags use the defaults and ", 1886 "vary based on the severity." 1887 ] 1888 } 1889 }, 1890 1891 { 1892 "Name": "xyz.openbmc_project.Fan.Error.Missing", 1893 "Subsystem": "power_fans", 1894 "ComponentID": "0x2800", 1895 "Severity": "unrecoverable_redundancy_loss", 1896 "ActionFlags": ["service_action", "report", "call_home"], 1897 1898 "SRC": { 1899 "Type": "11", 1900 "ReasonCode": "0x76F1", 1901 "Words6To9": {} 1902 }, 1903 1904 "Callouts": [ 1905 { 1906 "System": "ibm,rainier", 1907 "CalloutList": [ 1908 { 1909 "Priority": "high", 1910 "SymbolicFRUTrusted": "air_mover", 1911 "UseInventoryLocCode": true 1912 }, 1913 { 1914 "Priority": "low", 1915 "LocCode": "P0" 1916 } 1917 ] 1918 }, 1919 { 1920 "System": "ibm,everest", 1921 "CalloutList": [ 1922 { 1923 "Priority": "high", 1924 "SymbolicFRUTrusted": "air_mover", 1925 "UseInventoryLocCode": true 1926 }, 1927 { 1928 "Priority": "low", 1929 "LocCode": "P1" 1930 } 1931 ] 1932 } 1933 ], 1934 1935 "Documentation": { 1936 "Description": "A fan is missing", 1937 "Message": "A fan is missing", 1938 "Notes": [ 1939 "This error occurs when a fan has been missing for a ", 1940 "certain amount of time. The first callout is the ", 1941 "symbolic FRU AIR_MOVR that has the trusted fan location ", 1942 "code, which it gets using the passed in ", 1943 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", 1944 "where the controller and GPIO expander are." 1945 ] 1946 } 1947 }, 1948 1949 { 1950 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", 1951 "ComponentID": "0x2800", 1952 "Subsystem": "power_fans", 1953 "Severity": "non_error", 1954 "ActionFlags": ["report"], 1955 "MfgSeverity": "predictive", 1956 "MfgActionFlags": ["service_action", "report"], 1957 1958 "SRC": { 1959 "Type": "11", 1960 "ReasonCode": "0x76F2", 1961 "Words6To9": {} 1962 }, 1963 1964 "Callouts": [ 1965 { 1966 "System": "ibm,rainier", 1967 "CalloutList": [ 1968 {"Priority": "medium", "LocCode": "P0"} 1969 ] 1970 }, 1971 { 1972 "System": "ibm,everest", 1973 "CalloutList": [ 1974 {"Priority": "medium", "LocCode": "P1"} 1975 ] 1976 } 1977 ], 1978 1979 "Documentation": { 1980 "Description": "Presence detect methods for the same fan disagree", 1981 "Message": "Presence detect methods for the same fan disagree", 1982 "Notes": [ 1983 "This error occurs when there is more than one way to detect", 1984 "fan presence, and they don't all agree. For example, the", 1985 "GPIO says a fan isn't present, but the tach readings are", 1986 "nonzero. This is informational, unless in manufacturing.", 1987 "The fan FRU is passed in as a high priority callout.", 1988 "The FRU the GPIO source is on is called out medium." 1989 ] 1990 } 1991 }, 1992 1993 { 1994 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", 1995 "ComponentID": "0x2800", 1996 "Subsystem": "power_fans", 1997 "Severity": "critical_system_term", 1998 "ActionFlags": ["service_action", "report", "call_home"], 1999 2000 "SRC": { 2001 "Type": "11", 2002 "ReasonCode": "0x76F3", 2003 "Words6To9": {}, 2004 "PowerFault": true 2005 }, 2006 2007 "Callouts": [ 2008 { 2009 "System": "ibm,rainier", 2010 "CalloutList": [ 2011 {"Priority": "high", "LocCode": "P0-C5"}, 2012 {"Priority": "medium_group_a", "LocCode": "P0-T12", "SymbolicFRUTrusted": "fan_cable"}, 2013 {"Priority": "medium_group_a", "LocCode": "P0-T17", "SymbolicFRUTrusted": "cable_continued"}, 2014 {"Priority": "low", "LocCode": "P0"} 2015 ] 2016 }, 2017 { 2018 "System": "ibm,everest", 2019 "CalloutList": [ 2020 {"Priority": "high", "LocCode": "P0-C0"}, 2021 {"Priority": "medium", "LocCode": "P1"}, 2022 {"Priority": "low", "LocCode": "P0"} 2023 ] 2024 } 2025 ], 2026 2027 "Documentation": { 2028 "Description": "The fan controller device is offline", 2029 "Message": "The fan controller is offline. The system must be powered off.", 2030 "Notes": [ 2031 "The device that controls the fans is offline so the fan", 2032 "targets and speeds are unknown. The system will be shut", 2033 "down to preserve thermal safety. There may be an I2C", 2034 "or power problem with the device." 2035 ] 2036 } 2037 }, 2038 2039 { 2040 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", 2041 "Subsystem": "power_fans", 2042 "ComponentID": "0x2800", 2043 "Severity": "unrecoverable_redundancy_loss", 2044 "ActionFlags": ["service_action", "report", "call_home"], 2045 2046 "SRC": { 2047 "Type": "11", 2048 "ReasonCode": "0x76F4", 2049 "Words6To9": {} 2050 }, 2051 2052 "Callouts": [ 2053 { 2054 "System" : "ibm,rainier", 2055 "CalloutList": [ 2056 {"Priority": "high", "LocCode": "P0-C5"}, 2057 {"Priority": "medium_group_a", "LocCode": "P0-T12","SymbolicFRUTrusted": "fan_cable"}, 2058 {"Priority": "medium_group_a", "LocCode": "P0-T17","SymbolicFRUTrusted": "cable_continued"}, 2059 {"Priority": "low", "LocCode": "P0"} 2060 ] 2061 }, 2062 { 2063 "System" : "ibm,everest", 2064 "CalloutList": [ 2065 {"Priority": "high", "LocCode": "P0-C0"}, 2066 {"Priority": "medium", "LocCode": "P1"}, 2067 {"Priority": "low", "LocCode": "P0"} 2068 ] 2069 } 2070 ], 2071 2072 "Documentation": { 2073 "Description": "Fan GPIO sensors not present", 2074 "Message": "Fan GPIO sensors not present", 2075 "Notes": [ 2076 "The device that reports fan presence is not functioning." 2077 ] 2078 } 2079 }, 2080 2081 { 2082 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHigh", 2083 "Subsystem": "power", 2084 "ComponentID": "0x2800", 2085 "Severity": "predictive", 2086 "ActionFlags": ["service_action", "report"], 2087 2088 "SRC": { 2089 "ReasonCode": "0x2801", 2090 "Words6To9": {} 2091 }, 2092 2093 "CalloutsUsingAD": { 2094 "ADName": "SENSOR_NAME", 2095 "CalloutsWithTheirADValues": [ 2096 { 2097 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2098 "Callouts": [ 2099 { 2100 "CalloutList": [ 2101 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 2102 ] 2103 } 2104 ] 2105 } 2106 ] 2107 }, 2108 2109 "Documentation": { 2110 "Description": "A temperature sensor exceeded its performance loss threshold.", 2111 "Message": "A temperature sensor exceeded its performance loss threshold.", 2112 "Notes": [ 2113 "A temperature sensor crossed its performance loss threshold value", 2114 "If it is the ambient sensor, then a symbolic FRU will be added.", 2115 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 2116 "a FRU callout." 2117 ] 2118 } 2119 }, 2120 2121 { 2122 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerfLossHighClear", 2123 "Subsystem": "power", 2124 "ComponentID": "0x2800", 2125 "Severity": "non_error", 2126 "ActionFlags": ["report"], 2127 "EventType": "env_normal", 2128 2129 "SRC": { 2130 "ReasonCode": "0x2802", 2131 "Words6To9": {} 2132 }, 2133 2134 "CalloutsUsingAD": { 2135 "ADName": "SENSOR_NAME", 2136 "CalloutsWithTheirADValues": [ 2137 { 2138 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2139 "Callouts": [ 2140 { 2141 "CalloutList": [ 2142 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 2143 ] 2144 } 2145 ] 2146 } 2147 ] 2148 }, 2149 2150 "Documentation": { 2151 "Description": "A temperature sensor is under its performance loss threshold.", 2152 "Message": "A temperature sensor is under its performance loss threshold.", 2153 "Notes": [ 2154 "A temperature sensor crossed under its performance loss threshold value", 2155 "If it is the ambient sensor, then a symbolic FRU will be added." 2156 ] 2157 } 2158 }, 2159 2160 { 2161 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", 2162 "Subsystem": "power", 2163 "ComponentID": "0x2800", 2164 "Severity": "predictive", 2165 "ActionFlags": ["service_action", "report"], 2166 2167 "SRC": { 2168 "ReasonCode": "0x2803", 2169 "Words6To9": {} 2170 }, 2171 2172 "CalloutsUsingAD": { 2173 "ADName": "SENSOR_NAME", 2174 "CalloutsWithTheirADValues": [ 2175 { 2176 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2177 "Callouts": [ 2178 { 2179 "CalloutList": [ 2180 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 2181 ] 2182 } 2183 ] 2184 } 2185 ] 2186 }, 2187 2188 "Documentation": { 2189 "Description": "A temperature sensor exceeded its warning threshold.", 2190 "Message": "A temperature sensor exceeded its warning threshold.", 2191 "Notes": [ 2192 "A temperature sensor crossed its warning threshold value", 2193 "If it is the ambient sensor, then a symbolic FRU will be added.", 2194 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 2195 "a FRU callout." 2196 ] 2197 } 2198 }, 2199 2200 { 2201 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", 2202 "Subsystem": "power", 2203 "ComponentID": "0x2800", 2204 "Severity": "non_error", 2205 "ActionFlags": ["report"], 2206 "EventType": "env_normal", 2207 2208 "SRC": { 2209 "ReasonCode": "0x2804", 2210 "Words6To9": {} 2211 }, 2212 2213 "CalloutsUsingAD": { 2214 "ADName": "SENSOR_NAME", 2215 "CalloutsWithTheirADValues": [ 2216 { 2217 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2218 "Callouts": [ 2219 { 2220 "CalloutList": [ 2221 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 2222 ] 2223 } 2224 ] 2225 } 2226 ] 2227 }, 2228 2229 "Documentation": { 2230 "Description": "A temperature sensor is under its warning threshold.", 2231 "Message": "A temperature sensor is under its warning threshold.", 2232 "Notes": [ 2233 "A temperature sensor crossed under its warning threshold value", 2234 "If it is the ambient sensor, then a symbolic FRU will be added." 2235 ] 2236 } 2237 }, 2238 2239 { 2240 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", 2241 "Subsystem": "power", 2242 "ComponentID": "0x2800", 2243 "Severity": "predictive", 2244 "ActionFlags": ["service_action", "report"], 2245 2246 "SRC": { 2247 "ReasonCode": "0x2805", 2248 "Words6To9": {} 2249 }, 2250 2251 "CalloutsUsingAD": { 2252 "ADName": "SENSOR_NAME", 2253 "CalloutsWithTheirADValues": [ 2254 { 2255 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2256 "Callouts": [ 2257 { 2258 "CalloutList": [ 2259 { "Priority": "high", "SymbolicFRU": "ambient_temp" } 2260 ] 2261 } 2262 ] 2263 } 2264 ] 2265 }, 2266 2267 "Documentation": { 2268 "Description": "A temperature sensor exceeded its critical threshold.", 2269 "Message": "A temperature sensor exceeded its critical threshold.", 2270 "Notes": [ 2271 "A temperature sensor crossed its critical threshold value", 2272 "If it is the ambient sensor, then a symbolic FRU will be added.", 2273 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 2274 "a FRU callout." 2275 ] 2276 } 2277 }, 2278 2279 { 2280 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", 2281 "Subsystem": "power", 2282 "ComponentID": "0x2800", 2283 "Severity": "non_error", 2284 "ActionFlags": ["report"], 2285 "EventType": "env_normal", 2286 2287 "SRC": { 2288 "ReasonCode": "0x2806", 2289 "Words6To9": {} 2290 }, 2291 2292 "CalloutsUsingAD": { 2293 "ADName": "SENSOR_NAME", 2294 "CalloutsWithTheirADValues": [ 2295 { 2296 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 2297 "Callouts": [ 2298 { 2299 "CalloutList": [ 2300 { "Priority": "high", "SymbolicFRU": "ambient_temp_back" } 2301 ] 2302 } 2303 ] 2304 } 2305 ] 2306 }, 2307 2308 "Documentation": { 2309 "Description": "A temperature sensor is under its critical threshold.", 2310 "Message": "A temperature sensor is under its critical threshold.", 2311 "Notes": [ 2312 "A temperature sensor crossed under its critical threshold value", 2313 "If it is the ambient sensor, then a symbolic FRU will be added." 2314 ] 2315 } 2316 }, 2317 2318 { 2319 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", 2320 "Subsystem": "power", 2321 "ComponentID": "0x2800", 2322 "Severity": "predictive", 2323 "ActionFlags": ["service_action", "report"], 2324 2325 "SRC": { 2326 "ReasonCode": "0x2807", 2327 "Words6To9": {} 2328 }, 2329 2330 "Callouts": [ 2331 { 2332 "CalloutList": [ 2333 { 2334 "Priority": "high", 2335 "SymbolicFRU": "ambient_temp" 2336 } 2337 ] 2338 } 2339 ], 2340 2341 "Documentation": { 2342 "Description": "The ambient temperature passed the EPOW3 limit.", 2343 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", 2344 "Notes": [ 2345 "This error occurs when the ambient temperature surpassed", 2346 "the EPOW3 shutdown limit." 2347 ] 2348 } 2349 }, 2350 2351 { 2352 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", 2353 "Subsystem": "power", 2354 "ComponentID": "0x2800", 2355 "Severity": "non_error", 2356 "ActionFlags": ["report"], 2357 "EventType": "env_normal", 2358 2359 "SRC": { 2360 "ReasonCode": "0x2808", 2361 "Words6To9": {} 2362 }, 2363 2364 "Callouts": [ 2365 { 2366 "CalloutList": [ 2367 { 2368 "Priority": "high", 2369 "SymbolicFRU": "ambient_temp_back" 2370 } 2371 ] 2372 } 2373 ], 2374 2375 "Documentation": { 2376 "Description": "The ambient temperature is back under the EPOW3 limit.", 2377 "Message": "The ambient temperature is back under the EPOW3 limit." 2378 } 2379 }, 2380 2381 { 2382 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", 2383 "Subsystem": "power", 2384 "ComponentID": "0x2800", 2385 "ActionFlags": ["service_action", "report"], 2386 2387 "SRC": { 2388 "ReasonCode": "0x2809", 2389 "Words6To9": {} 2390 }, 2391 2392 "Callouts": [ 2393 { 2394 "CalloutList": [ 2395 { 2396 "Priority": "high", 2397 "SymbolicFRU": "ambient_temp" 2398 } 2399 ] 2400 } 2401 ], 2402 2403 "Documentation": { 2404 "Description": "The ambient temperature passed the EPOW4 limit.", 2405 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", 2406 "Notes": [ 2407 "This error occurs when the ambient temperature surpassed", 2408 "the EPOW4 shutdown limit." 2409 ] 2410 } 2411 }, 2412 2413 { 2414 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", 2415 "Subsystem": "ext_env", 2416 "ComponentID": "0x2800", 2417 "Severity": "predictive", 2418 "ActionFlags": ["service_action", "report"], 2419 2420 "SRC": { 2421 "ReasonCode": "0x280A", 2422 "Words6To9": {} 2423 }, 2424 2425 "CalloutsUsingAD": { 2426 "ADName": "SENSOR_NAME", 2427 "CalloutsWithTheirADValues": [ 2428 { 2429 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", 2430 "Callouts": [ 2431 { 2432 "CalloutList": [ 2433 { "Priority": "high", "SymbolicFRU": "altitude" } 2434 ] 2435 } 2436 ] 2437 } 2438 ] 2439 }, 2440 2441 "Documentation": { 2442 "Description": "An altitude sensor exceeded its warning threshold.", 2443 "Message": "An altitude sensor exceeded its warning threshold.", 2444 "Notes": [ 2445 "The virtual altitude sensor crossed its warning threshold value", 2446 " and a symbolic FRU will be added." 2447 ] 2448 } 2449 }, 2450 2451 { 2452 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", 2453 "Subsystem": "ext_env", 2454 "ComponentID": "0x2800", 2455 "Severity": "non_error", 2456 "ActionFlags": ["report"], 2457 "EventType": "env_normal", 2458 2459 "SRC": { 2460 "ReasonCode": "0x280B", 2461 "Words6To9": {} 2462 }, 2463 2464 "Documentation": { 2465 "Description": "An altitude sensor is under its warning threshold.", 2466 "Message": "An altitude sensor is under its warning threshold.", 2467 "Notes": [ 2468 "The virtual altitude sensor is under its warning threshold value", 2469 " and a symbolic FRU will be added." 2470 ] 2471 } 2472 }, 2473 2474 { 2475 "Name": "com.ibm.VPD.Error.InvalidEepromPath", 2476 "Subsystem": "cec_vpd", 2477 "ComponentID": "0x4000", 2478 2479 "SRC": { 2480 "ReasonCode": "0x4000", 2481 "Words6To9": 2482 { 2483 "6": 2484 { 2485 "Description": "Errno of the failure.", 2486 "AdditionalDataPropSource": "CALLOUT_ERRNO" 2487 } 2488 } 2489 }, 2490 2491 "Documentation": { 2492 "Description": "A path access error ocurred", 2493 "Message": "An EEPROM path access error occurred.", 2494 "Notes": [ 2495 "This error occurs when parser is unable to access", 2496 "EEPROM path. Errno and device path are captured as", 2497 "additional data." 2498 ] 2499 } 2500 }, 2501 2502 { 2503 "Name": "com.ibm.VPD.Error.InvalidVPD", 2504 "Subsystem": "cec_vpd", 2505 "ComponentID": "0x4000", 2506 2507 "SRC": { 2508 "ReasonCode": "0x4001", 2509 "Words6To9": 2510 { 2511 } 2512 }, 2513 2514 "Documentation": { 2515 "Description": "Invalid VPD data.", 2516 "Message": "A VPD data exception occurred.", 2517 "Notes": [ 2518 "This error occurs when VPD data is found to be", 2519 "invalid. This can be when VPD file is missing out", 2520 "mandatory records.Inventory path is captured in", 2521 "additional data." 2522 ] 2523 } 2524 }, 2525 2526 { 2527 "Name": "com.ibm.VPD.Error.EccCheckFailed", 2528 "Subsystem": "cec_vpd", 2529 "ComponentID": "0x4000", 2530 2531 "SRC": { 2532 "ReasonCode": "0x4002", 2533 "Words6To9": 2534 { 2535 } 2536 }, 2537 2538 "Documentation": { 2539 "Description": "Invalid VPD ecc data.", 2540 "Message": "A VPD ecc exception occurred.", 2541 "Notes": [ 2542 "This error occurs when VPD ecc check fails for the FRU.", 2543 "Inventory path for the failed FRU is captured in additonal", 2544 "data." 2545 ] 2546 } 2547 }, 2548 2549 { 2550 "Name": "com.ibm.VPD.Error.InvalidJson", 2551 "Subsystem": "cec_vpd", 2552 "ComponentID": "0x4000", 2553 2554 "SRC": { 2555 "ReasonCode": "0x4003", 2556 "Words6To9": 2557 { 2558 } 2559 }, 2560 2561 "Documentation": { 2562 "Description": "Invalid Json", 2563 "Message": "A Json failure occurred.", 2564 "Notes": [ 2565 "This error occurs when parser fails to access", 2566 "Json file or there is any issue with Json data.", 2567 "Failed Json path and cause of failure is captured", 2568 "in additional data." 2569 ] 2570 } 2571 }, 2572 2573 { 2574 "Name": "com.ibm.VPD.Error.BlankSystemVPD", 2575 "Subsystem": "cec_vpd", 2576 "ComponentID": "0x4000", 2577 2578 "SRC": { 2579 "ReasonCode": "0x4004", 2580 "Words6To9": 2581 { 2582 } 2583 }, 2584 2585 "Documentation": { 2586 "Description": "System VPD restore failed", 2587 "Message": "A system VPD restoration error occurred.", 2588 "Notes": [ 2589 "This error occurs when restoring of system VPD fails.", 2590 "The FRU path and reason for failure is captured in", 2591 "additional data." 2592 ] 2593 } 2594 }, 2595 2596 { 2597 "Name": "com.ibm.VPD.Error.DbusFailure", 2598 "Subsystem": "cec_vpd", 2599 "ComponentID": "0x4000", 2600 2601 "SRC": { 2602 "ReasonCode": "0x4005", 2603 "Words6To9": 2604 { 2605 } 2606 }, 2607 2608 "Documentation": { 2609 "Description": "Dbus exception", 2610 "Message": "A Dbus internal error occurred.", 2611 "Notes": [ 2612 "This error occurs when Dbus operation fails.", 2613 "Exceptions details are captured in additonal", 2614 "data." 2615 ] 2616 } 2617 }, 2618 2619 { 2620 "Name": "org.open_power.Host.Boot.Error.WatchdogTimeout", 2621 "Subsystem": "cec_sp_hostboot_iface", 2622 2623 "SRC": 2624 { 2625 "ReasonCode": "0xC101", 2626 "Words6To9": 2627 { 2628 } 2629 }, 2630 2631 "Documentation": 2632 { 2633 "Description": "Host did not respond within the watchdog timeout interval", 2634 "Message": "Host did not respond before the watchdog timeout interval expired", 2635 "Notes": [ 2636 "Host did not respond before the expiry of the watchdog timeout interval.", 2637 "Collecting hostboot dump." 2638 ] 2639 } 2640 } 2641 2642 ] 2643} 2644