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