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