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