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