1{ 2 "PELs": [ 3 { 4 "Name": "xyz.openbmc_project.Common.Error.Timeout", 5 "Subsystem": "bmc_firmware", 6 "Severity": "non_error", 7 8 "SRC": { 9 "ReasonCode": "0x1001", 10 "Words6To9": { 11 "6": { 12 "Description": "Timeout in ms", 13 "AdditionalDataPropSource": "TIMEOUT_IN_MSEC" 14 } 15 } 16 }, 17 18 "Documentation": { 19 "Description": "This is a generic timeout error", 20 "Message": "An operation timed out", 21 "Notes": ["The journal should contain more information"] 22 } 23 }, 24 25 { 26 "Name": "xyz.openbmc_project.Common.Error.InternalFailure", 27 "Subsystem": "bmc_firmware", 28 "Severity": "non_error", 29 30 "SRC": { 31 "ReasonCode": "0x1002", 32 "Words6To9": {} 33 }, 34 35 "Documentation": { 36 "Description": "BMC code had a generic internal failure", 37 "Message": "An application had an internal failure", 38 "Notes": ["The journal should contain more information"] 39 }, 40 41 "JournalCapture": { 42 "NumLines": 30 43 } 44 }, 45 46 { 47 "Name": "xyz.openbmc_project.Common.Error.InvalidArgument", 48 "Subsystem": "user_error", 49 "Severity": "non_error", 50 51 "SRC": { 52 "ReasonCode": "0x1003", 53 "Words6To9": {} 54 }, 55 56 "Documentation": { 57 "Description": "BMC code was given an invalid argument", 58 "Message": "Code was given an invalid argument", 59 "Notes": ["The journal should contain more information"] 60 } 61 }, 62 { 63 "Name": "xyz.openbmc_project.Common.Error.InsufficientPermission", 64 "Subsystem": "user_error", 65 "Severity": "non_error", 66 67 "SRC": { 68 "ReasonCode": "0x1004", 69 "Words6To9": {} 70 }, 71 72 "Documentation": { 73 "Description": "An operation failed due to insufficient permission", 74 "Message": "An operation failed due to unsufficient permission", 75 "Notes": ["The journal should contain more information"] 76 } 77 }, 78 79 { 80 "Name": "xyz.openbmc_project.Common.Error.NotAllowed", 81 "Subsystem": "user_error", 82 "Severity": "non_error", 83 84 "SRC": { 85 "ReasonCode": "0x1005", 86 "Words6To9": {} 87 }, 88 89 "Documentation": { 90 "Description": "An operation failed because it isn't allowed", 91 "Message": "An operation failed because it isn't allowed", 92 "Notes": ["The journal should contain more information"] 93 } 94 }, 95 96 { 97 "Name": "xyz.openbmc_project.Common.Error.NoCACertificate", 98 "Subsystem": "user_error", 99 "Severity": "non_error", 100 101 "SRC": { 102 "ReasonCode": "0x1006", 103 "Words6To9": {} 104 }, 105 106 "Documentation": { 107 "Description": "The server's CA certificate has not been provided", 108 "Message": "The server's CA certificate has not been provided" 109 } 110 }, 111 112 { 113 "Name": "xyz.openbmc_project.Sensor.Device.Error.ReadFailure", 114 "Subsystem": "cec_i2c", 115 116 "SRC": { 117 "ReasonCode": "0x1007", 118 "Words6To9": { 119 "6": { 120 "Description": "errno of the failure", 121 "AdditionalDataPropSource": "CALLOUT_ERRNO" 122 } 123 } 124 }, 125 126 "Documentation": { 127 "Description": "Sensor device read failure", 128 "Message": "There was a failure when reading a sensor device", 129 "Notes": [ 130 "The severity is set by the creator.", 131 "The action flags are set automatically by the code.", 132 "Callouts added based on CALLOUT_DEVICE_PATH." 133 ] 134 }, 135 136 "JournalCapture": { 137 "NumLines": 30 138 } 139 }, 140 141 { 142 "Name": "xyz.openbmc_project.Common.Device.Error.ReadFailure", 143 "Subsystem": "cec_i2c", 144 145 "SRC": { 146 "ReasonCode": "0x1008", 147 "Words6To9": { 148 "6": { 149 "Description": "errno of the failure", 150 "AdditionalDataPropSource": "CALLOUT_ERRNO" 151 } 152 } 153 }, 154 155 "Documentation": { 156 "Description": "Device read failure", 157 "Message": "There was a failure when reading a hardware device", 158 "Notes": [ 159 "The severity is set by the creator.", 160 "The action flags are set automatically by the code.", 161 "Callouts added based on CALLOUT_DEVICE_PATH." 162 ] 163 }, 164 165 "JournalCapture": { 166 "NumLines": 30 167 } 168 }, 169 170 { 171 "Name": "xyz.openbmc_project.Control.Device.Error.WriteFailure", 172 "Subsystem": "cec_i2c", 173 174 "SRC": { 175 "ReasonCode": "0x1009", 176 "Words6To9": { 177 "6": { 178 "Description": "errno of the failure", 179 "AdditionalDataPropSource": "CALLOUT_ERRNO" 180 } 181 } 182 }, 183 184 "Documentation": { 185 "Description": "Device write failure", 186 "Message": "There was a failure when writing to a hardware device", 187 "Notes": [ 188 "The severity is set by the creator.", 189 "The action flags are set automatically by the code.", 190 "Callouts added based on CALLOUT_DEVICE_PATH" 191 ] 192 }, 193 194 "JournalCapture": { 195 "NumLines": 30 196 } 197 }, 198 199 { 200 "Name": "xyz.openbmc_project.Common.Device.Error.WriteFailure", 201 "Subsystem": "cec_i2c", 202 203 "SRC": { 204 "ReasonCode": "0x100A", 205 "Words6To9": { 206 "6": { 207 "Description": "errno of the failure", 208 "AdditionalDataPropSource": "CALLOUT_ERRNO" 209 } 210 } 211 }, 212 213 "Documentation": { 214 "Description": "Device write failure", 215 "Message": "There was a failure when writing to a hardware device", 216 "Notes": [ 217 "The severity is set by the creator.", 218 "The action flags are set automatically by the code.", 219 "Callouts added based on CALLOUT_DEVICE_PATH" 220 ] 221 }, 222 223 "JournalCapture": { 224 "NumLines": 30 225 } 226 }, 227 228 { 229 "Name": "xyz.openbmc_project.Common.File.Error.Write", 230 "Subsystem": "bmc_firmware", 231 "ComponentID": "0x1000", 232 "SRC": { 233 "ReasonCode": "0x100B", 234 "Words6To9": {} 235 }, 236 237 "Callouts": [ 238 { 239 "CalloutList": [ 240 { "Priority": "high", "Procedure": "BMC0001" } 241 ] 242 } 243 ], 244 245 "Documentation": { 246 "Description": "Failed to write to a file", 247 "Message": "Failed to write to a file", 248 "Notes": [ 249 "The severity is set by the creator.", 250 "The journal should contain more information" 251 ] 252 } 253 }, 254 255 { 256 "Name": "xyz.openbmc_project.Certs.Error.InvalidCertificate", 257 "Subsystem": "user_error", 258 "Severity": "predictive", 259 260 "SRC": { 261 "ReasonCode": "0x100C", 262 "Words6To9": {} 263 }, 264 265 "Callouts": [ 266 { 267 "CalloutList": [ 268 { 269 "Priority": "high", 270 "Procedure": "BMC0002" 271 } 272 ] 273 } 274 ], 275 276 "Documentation": { 277 "Description": "Certificate verification failed", 278 "Message": "Certificate verification failed" 279 } 280 }, 281 282 { 283 "Name": "xyz.openbmc_project.Common.File.Error.Open", 284 "Subsystem": "bmc_firmware", 285 "ComponentID": "0x1000", 286 "SRC": { 287 "ReasonCode": "0x100D", 288 "Words6To9": {} 289 }, 290 291 "Callouts": [ 292 { 293 "CalloutList": [ 294 { "Priority": "high", "Procedure": "BMC0001" } 295 ] 296 } 297 ], 298 299 "Documentation": { 300 "Description": "Failed to open a file", 301 "Message": "Failed to open a file", 302 "Notes": ["The file name is in a UserData section."] 303 } 304 }, 305 306 { 307 "Name": "xyz.openbmc_project.Common.File.Error.Read", 308 "Subsystem": "bmc_firmware", 309 "ComponentID": "0x1000", 310 "SRC": { 311 "ReasonCode": "0x100E", 312 "Words6To9": {} 313 }, 314 315 "Callouts": [ 316 { 317 "CalloutList": [ 318 { "Priority": "high", "Procedure": "BMC0001" } 319 ] 320 } 321 ], 322 323 "Documentation": { 324 "Description": "Failed to read a file", 325 "Message": "Failed to read a file", 326 "Notes": ["The file name is in a UserData section."] 327 } 328 }, 329 330 { 331 "Name": "xyz.openbmc_project.Common.File.Error.Seek", 332 "Subsystem": "bmc_firmware", 333 "ComponentID": "0x1000", 334 "SRC": { 335 "ReasonCode": "0x100F", 336 "Words6To9": {} 337 }, 338 339 "Callouts": [ 340 { 341 "CalloutList": [ 342 { "Priority": "high", "Procedure": "BMC0001" } 343 ] 344 } 345 ], 346 347 "Documentation": { 348 "Description": "Failed to seek in a file", 349 "Message": "Failed to seek in a file", 350 "Notes": ["The file name is in a UserData section."] 351 } 352 }, 353 354 { 355 "Name": "org.open_power.Logging.Error.SentBadPELToHost", 356 "Subsystem": "bmc_firmware", 357 "Severity": "non_error", 358 359 "SRC": { 360 "ReasonCode": "0x2001", 361 "Words6To9": { 362 "6": { 363 "Description": "The bad PEL ID", 364 "AdditionalDataPropSource": "BAD_ID" 365 } 366 } 367 }, 368 369 "Documentation": { 370 "Description": "The BMC sent the host a malformed PEL", 371 "Message": "The BMC sent the host a malformed PEL", 372 "Notes": ["The host firmware rejected that PEL."] 373 }, 374 375 "JournalCapture": { 376 "Sections": [ 377 { 378 "SyslogID": "phosphor-log-manager", 379 "NumLines": 20 380 }, 381 { 382 "SyslogID": "systemd", 383 "NumLines": 30 384 } 385 ] 386 } 387 }, 388 389 { 390 "Name": "org.open_power.Logging.Error.BadHostPEL", 391 "Subsystem": "platform_firmware", 392 "Severity": "unrecoverable", 393 394 "SRC": { 395 "ReasonCode": "0x2002", 396 "Words6To9": { 397 "6": { 398 "Description": "The PLID of the invalid PEL", 399 "AdditionalDataPropSource": "PLID" 400 }, 401 "7": { 402 "Description": "The corresponding OpenBMC event log ID", 403 "AdditionalDataPropSource": "OBMC_LOG_ID" 404 }, 405 "8": { 406 "Description": "The size of the invalid PEL", 407 "AdditionalDataPropSource": "PEL_SIZE" 408 } 409 } 410 }, 411 412 "Callouts": [ 413 { 414 "CalloutList": [ 415 { "Priority": "high", "Procedure": "BMC0001" } 416 ] 417 } 418 ], 419 420 "Documentation": { 421 "Description": "The host sent the BMC an invalid PEL", 422 "Message": "The host sent the BMC an invalid PEL", 423 "Notes": [] 424 }, 425 426 "JournalCapture": { 427 "Sections": [ 428 { 429 "SyslogID": "phosphor-log-manager", 430 "NumLines": 20 431 }, 432 { 433 "SyslogID": "systemd", 434 "NumLines": 20 435 }, 436 { 437 "SyslogID": "pldmd", 438 "NumLines": 20 439 } 440 ] 441 } 442 }, 443 444 { 445 "Name": "org.open_power.Logging.Error.TestError1", 446 "Subsystem": "platform_firmware", 447 "Severity": "unrecoverable", 448 449 "SRC": { 450 "ReasonCode": "0x2003", 451 "Words6To9": {} 452 }, 453 454 "Callouts": [ 455 { 456 "CalloutList": [ 457 { "Priority": "high", "Procedure": "BMC0001" }, 458 { "Priority": "medium", "SymbolicFRU": "service_docs" } 459 ] 460 } 461 ], 462 463 "Documentation": { 464 "Description": "An error for testing", 465 "Message": "This is a test error" 466 } 467 }, 468 469 { 470 "Name": "xyz.openbmc_project.Logging.Error.Default", 471 "Subsystem": "other_na", 472 473 "SRC": { 474 "ReasonCode": "0x2004", 475 "Words6To9": {} 476 }, 477 478 "Callouts": [ 479 { 480 "CalloutList": [ 481 { "Priority": "high", "Procedure": "BMC0001" } 482 ] 483 } 484 ], 485 486 "Documentation": { 487 "Description": "This entry is used when no other matching entry is found", 488 "Message": "Unknown (Original event not in message registry)", 489 "Notes": [ 490 "This is used when the actual error name isn't found in ", 491 "the registry. The original error name will be stored ", 492 "in the UserData section that contains the AdditionalData ", 493 "properties using the key ERROR_NAME.", 494 "This error may contain callouts if the creator passed ", 495 "them in.", 496 "The severity is set by the creator.", 497 "If this error is seen, then a code change needs to be ", 498 "made to add the missing error entry to this registry." 499 ] 500 }, 501 502 "JournalCapture": { 503 "NumLines": 30 504 } 505 }, 506 507 { 508 "Name": "org.open_power.Logging.Error.TestError2", 509 "Subsystem": "bmc_firmware", 510 "Severity": "recovered", 511 "ActionFlags": ["report"], 512 513 "SRC": { 514 "ReasonCode": "0x2005", 515 "Words6To9": {} 516 }, 517 518 "Callouts": [ 519 { 520 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 521 } 522 ], 523 524 "Documentation": { 525 "Description": "An error for testing", 526 "Message": "This is a test recoverable error", 527 "Notes": [ 528 "This error is not created by BMC code and is ", 529 "only used for error injection tests." 530 ] 531 } 532 }, 533 534 { 535 "Name": "org.open_power.Logging.Error.TestError3", 536 "Subsystem": "bmc_firmware", 537 "Severity": "predictive", 538 539 "SRC": { 540 "ReasonCode": "0x2006", 541 "Words6To9": {} 542 }, 543 544 "Documentation": { 545 "Description": "This is an error used for testing only", 546 "Message": "This is a test predictive error", 547 "Notes": [ 548 "This error is not created by BMC code and is ", 549 "only used for error injection tests." 550 ] 551 } 552 }, 553 554 { 555 "Name": "xyz.openbmc_project.Logging.Error.LogsCleared", 556 "Subsystem": "bmc_firmware", 557 "Severity": "non_error", 558 559 "SRC": { 560 "ReasonCode": "0x2007", 561 "Words6To9": { 562 "6": { 563 "Description": "Number of logs deleted", 564 "AdditionalDataPropSource": "NUM_LOGS" 565 } 566 } 567 }, 568 569 "Documentation": { 570 "Description": "All event logs were deleted", 571 "Message": "All event logs were deleted", 572 "Notes": [ 573 "This is an informational error noting that ", 574 "someone deleted all of the event logs." 575 ] 576 }, 577 578 "JournalCapture": { 579 "Sections": [ 580 { 581 "SyslogID": "systemd", 582 "NumLines": 10 583 } 584 ] 585 } 586 }, 587 588 { 589 "Name": "org.open_power.PHAL.Error.Boot", 590 "Subsystem": "cec_hardware", 591 "ComponentID": "0x3000", 592 593 "SRC": { 594 "ReasonCode": "0x3001", 595 "Words6To9": {} 596 }, 597 598 "Documentation": { 599 "Description": "Failure occurred during boot process", 600 "Message": "Failure occurred during boot process", 601 "Notes": [ 602 "Debug traces will be captured in AdditionalData section" 603 ] 604 } 605 }, 606 607 { 608 "Name": "org.open_power.PHAL.Error.PrePowerOff", 609 "Subsystem": "cec_hardware", 610 "ComponentID": "0x3000", 611 612 "SRC": { 613 "ReasonCode": "0x3002", 614 "Words6To9": {} 615 }, 616 617 "Documentation": { 618 "Description": "Failure occurred during PHAL pre-poweroff operations", 619 "Message": "Failure occurred during PHAL pre-poweroff operations", 620 "Notes": [ 621 "Severity needs to be set based on needs for this registry.", 622 "FFDC (First Failure Data Collection) will be collected ", 623 "and added into PEL." 624 ] 625 } 626 }, 627 628 { 629 "Name": "org.open_power.PHAL.Error.devtreeSync", 630 "Subsystem": "cec_hardware", 631 "ComponentID": "0x3000", 632 "Severity": "unrecoverable", 633 634 "SRC": { 635 "ReasonCode": "0x3003", 636 "Words6To9": {} 637 }, 638 639 "Documentation": { 640 "Description": "Failure occurred during PHAL devtree sync ", 641 "Message": "Failure occurred during PHAL devtree sync", 642 "Notes": ["The journal should contain more information"] 643 } 644 }, 645 646 { 647 "Name": "org.open_power.PHAL.Error.devtreeBackup", 648 "Subsystem": "cec_hardware", 649 "ComponentID": "0x3000", 650 "Severity": "unrecoverable", 651 652 "SRC": { 653 "ReasonCode": "0x3004", 654 "Words6To9": {} 655 }, 656 657 "Documentation": { 658 "Description": "Failure occurred during PHAL devtree backup ", 659 "Message": "Failure occurred during PHAL devtree backup", 660 "Notes": ["The journal should contain more information"] 661 } 662 }, 663 664 { 665 "Name": "org.open_power.PHAL.Error.HostRunning", 666 "Subsystem": "cec_sp_hyp_iface", 667 "ComponentID": "0x3000", 668 669 "SRC": { 670 "ReasonCode": "0x3005", 671 "Words6To9": {} 672 }, 673 674 "Documentation": { 675 "Description": "Host did not respond to BMC after a BMC reset", 676 "Message": "Host did not respond to BMC after a BMC reset but hardware indicates it is running", 677 "Notes": [ 678 "System will be left in its current state to ensure host ", 679 "is not unexpectedly taken down. There is most likely an ", 680 "issue in the software or hardware communication path ", 681 "between the BMC and the Host firmware.", 682 "A BMC dump will be collected with relevant FFDC." 683 ] 684 } 685 }, 686 687 { 688 "Name": "org.open_power.PHAL.Error.devtreeReinit", 689 "Subsystem": "cec_hardware", 690 "ComponentID": "0x3000", 691 "Severity": "unrecoverable", 692 693 "SRC": { 694 "ReasonCode": "0x3006", 695 "Words6To9": {} 696 }, 697 698 "Documentation": { 699 "Description": "Failure re-initializing BMC to Host data structure", 700 "Message": "Failure occurred during re-initializing BMC to Host data structure", 701 "Notes": ["The journal should contain more information"] 702 } 703 }, 704 705 { 706 "Name": "org.open_power.PHAL.Error.NonFunctionalBootProc", 707 "Subsystem": "cec_hardware", 708 "ComponentID": "0x3000", 709 "Severity": "unrecoverable", 710 711 "SRC": { 712 "ReasonCode": "0x3007", 713 "Words6To9": {} 714 }, 715 716 "Documentation": { 717 "Description": "Non functional boot processor", 718 "Message": "Non functional boot processor", 719 "Notes": [ 720 "BMC firmware couldn't find functional primary processor", 721 "required to boot the host", 722 "Debug traces will be captured in AdditionalData section" 723 ] 724 } 725 }, 726 727 { 728 "Name": "org.open_power.PHAL.Error.MPReboot", 729 "Subsystem": "cec_hardware", 730 "ComponentID": "0x3000", 731 "Severity": "unrecoverable", 732 733 "SRC": { 734 "ReasonCode": "0x3008", 735 "Words6To9": {} 736 }, 737 738 "Callouts": [ 739 { 740 "CalloutList": [ 741 { "Priority": "high", "Procedure": "BMC0001" } 742 ] 743 } 744 ], 745 746 "Documentation": { 747 "Description": "Error during memory preserving reboot", 748 "Message": "Error during memory preserving reboot", 749 "Notes": [ 750 "Software error occured during memory preserving reboot" 751 ] 752 } 753 }, 754 { 755 "Name": "org.open_power.PHAL.Error.SpareClock", 756 "Subsystem": "cec_hardware", 757 "ComponentID": "0x3000", 758 "Severity": "non_error", 759 760 "SRC": { 761 "ReasonCode": "0x3009", 762 "Words6To9": {} 763 }, 764 765 "Callouts": [ 766 { 767 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 768 "CalloutList": [ 769 { 770 "Priority": "high", 771 "LocCode": "P0" 772 }, 773 { 774 "Priority": "low", 775 "LocCode": "P0-C15" 776 } 777 ] 778 }, 779 { 780 "System": "com.ibm.Hardware.Chassis.Model.Everest", 781 "CalloutList": [ 782 { 783 "Priority": "high", 784 "LocCode": "P0" 785 }, 786 { 787 "Priority": "low", 788 "LocCode": "P0-C61" 789 } 790 ] 791 } 792 ], 793 794 "Documentation": { 795 "Description": "Error during Spare clock initialisation", 796 "Message": "Error during Spare clock initialisation", 797 "Notes": [ 798 "The clock symbolic FRU in the CalloutList provides the", 799 "reference to clock unit." 800 ] 801 } 802 }, 803 804 { 805 "Name": "org.open_power.PHAL.Info.ClockDailyLog", 806 "Subsystem": "cec_clocks", 807 "ComponentID": "0x3000", 808 "Severity": "non_error", 809 "ActionFlags": ["report", "call_home", "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 { "Priority": "high", "LocCode": "P0-C17" }, 2923 { 2924 "Priority": "medium", 2925 "LocCode": "P0-C96" 2926 }, 2927 { 2928 "Priority": "medium", 2929 "LocCode": "P0-C0" 2930 }, 2931 { 2932 "Priority": "medium", 2933 "SymbolicFRU": "pcie_hot_plug" 2934 }, 2935 { "Priority": "low", "LocCode": "P0" } 2936 ] 2937 } 2938 ] 2939 }, 2940 { 2941 "ADValue": "CP0_VDD0", 2942 "Callouts": [ 2943 { 2944 "CalloutList": [ 2945 { "Priority": "high", "LocCode": "P0-C62" }, 2946 { 2947 "Priority": "medium", 2948 "LocCode": "P0-C61" 2949 }, 2950 { "Priority": "low", "LocCode": "P0" } 2951 ] 2952 } 2953 ] 2954 }, 2955 { 2956 "ADValue": "CP0_VDD1", 2957 "Callouts": [ 2958 { 2959 "CalloutList": [ 2960 { "Priority": "high", "LocCode": "P0-C60" }, 2961 { 2962 "Priority": "medium", 2963 "LocCode": "P0-C61" 2964 }, 2965 { "Priority": "low", "LocCode": "P0" } 2966 ] 2967 } 2968 ] 2969 }, 2970 { 2971 "ADValue": "CP1_VDD0", 2972 "Callouts": [ 2973 { 2974 "CalloutList": [ 2975 { "Priority": "high", "LocCode": "P0-C13" }, 2976 { 2977 "Priority": "medium", 2978 "LocCode": "P0-C14" 2979 }, 2980 { "Priority": "low", "LocCode": "P0" } 2981 ] 2982 } 2983 ] 2984 }, 2985 { 2986 "ADValue": "CP1_VDD1", 2987 "Callouts": [ 2988 { 2989 "CalloutList": [ 2990 { "Priority": "high", "LocCode": "P0-C15" }, 2991 { 2992 "Priority": "medium", 2993 "LocCode": "P0-C14" 2994 }, 2995 { "Priority": "low", "LocCode": "P0" } 2996 ] 2997 } 2998 ] 2999 }, 3000 { 3001 "ADValue": "CP2_VDD0", 3002 "Callouts": [ 3003 { 3004 "CalloutList": [ 3005 { "Priority": "high", "LocCode": "P0-C18" }, 3006 { 3007 "Priority": "medium", 3008 "LocCode": "P0-C19" 3009 }, 3010 { "Priority": "low", "LocCode": "P0" } 3011 ] 3012 } 3013 ] 3014 }, 3015 { 3016 "ADValue": "CP2_VDD1", 3017 "Callouts": [ 3018 { 3019 "CalloutList": [ 3020 { "Priority": "high", "LocCode": "P0-C20" }, 3021 { 3022 "Priority": "medium", 3023 "LocCode": "P0-C19" 3024 }, 3025 { "Priority": "low", "LocCode": "P0" } 3026 ] 3027 } 3028 ] 3029 }, 3030 { 3031 "ADValue": "CP3_VDD0", 3032 "Callouts": [ 3033 { 3034 "CalloutList": [ 3035 { "Priority": "high", "LocCode": "P0-C57" }, 3036 { 3037 "Priority": "medium", 3038 "LocCode": "P0-C56" 3039 }, 3040 { "Priority": "low", "LocCode": "P0" } 3041 ] 3042 } 3043 ] 3044 }, 3045 { 3046 "ADValue": "CP3_VDD1", 3047 "Callouts": [ 3048 { 3049 "CalloutList": [ 3050 { "Priority": "high", "LocCode": "P0-C55" }, 3051 { 3052 "Priority": "medium", 3053 "LocCode": "P0-C56" 3054 }, 3055 { "Priority": "low", "LocCode": "P0" } 3056 ] 3057 } 3058 ] 3059 }, 3060 { 3061 "ADValue": "CP0_VCS0", 3062 "Callouts": [ 3063 { 3064 "CalloutList": [ 3065 { "Priority": "high", "LocCode": "P0-C63" }, 3066 { 3067 "Priority": "medium", 3068 "LocCode": "P0-C61" 3069 }, 3070 { "Priority": "low", "LocCode": "P0" } 3071 ] 3072 } 3073 ] 3074 }, 3075 { 3076 "ADValue": "CP0_VCS1", 3077 "Callouts": [ 3078 { 3079 "CalloutList": [ 3080 { "Priority": "high", "LocCode": "P0-C59" }, 3081 { 3082 "Priority": "medium", 3083 "LocCode": "P0-C61" 3084 }, 3085 { "Priority": "low", "LocCode": "P0" } 3086 ] 3087 } 3088 ] 3089 }, 3090 { 3091 "ADValue": "CP1_VCS0", 3092 "Callouts": [ 3093 { 3094 "CalloutList": [ 3095 { "Priority": "high", "LocCode": "P0-C12" }, 3096 { 3097 "Priority": "medium", 3098 "LocCode": "P0-C14" 3099 }, 3100 { "Priority": "low", "LocCode": "P0" } 3101 ] 3102 } 3103 ] 3104 }, 3105 { 3106 "ADValue": "CP1_VCS1", 3107 "Callouts": [ 3108 { 3109 "CalloutList": [ 3110 { "Priority": "high", "LocCode": "P0-C16" }, 3111 { 3112 "Priority": "medium", 3113 "LocCode": "P0-C14" 3114 }, 3115 { "Priority": "low", "LocCode": "P0" } 3116 ] 3117 } 3118 ] 3119 }, 3120 { 3121 "ADValue": "CP2_VCS0", 3122 "Callouts": [ 3123 { 3124 "CalloutList": [ 3125 { "Priority": "high", "LocCode": "P0-C17" }, 3126 { 3127 "Priority": "medium", 3128 "LocCode": "P0-C19" 3129 }, 3130 { "Priority": "low", "LocCode": "P0" } 3131 ] 3132 } 3133 ] 3134 }, 3135 { 3136 "ADValue": "CP2_VCS1", 3137 "Callouts": [ 3138 { 3139 "CalloutList": [ 3140 { "Priority": "high", "LocCode": "P0-C21" }, 3141 { 3142 "Priority": "medium", 3143 "LocCode": "P0-C19" 3144 }, 3145 { "Priority": "low", "LocCode": "P0" } 3146 ] 3147 } 3148 ] 3149 }, 3150 { 3151 "ADValue": "CP3_VCS0", 3152 "Callouts": [ 3153 { 3154 "CalloutList": [ 3155 { "Priority": "high", "LocCode": "P0-C58" }, 3156 { 3157 "Priority": "medium", 3158 "LocCode": "P0-C56" 3159 }, 3160 { "Priority": "low", "LocCode": "P0" } 3161 ] 3162 } 3163 ] 3164 }, 3165 { 3166 "ADValue": "CP3_VCS1", 3167 "Callouts": [ 3168 { 3169 "CalloutList": [ 3170 { "Priority": "high", "LocCode": "P0-C54" }, 3171 { 3172 "Priority": "medium", 3173 "LocCode": "P0-C56" 3174 }, 3175 { "Priority": "low", "LocCode": "P0" } 3176 ] 3177 } 3178 ] 3179 }, 3180 { 3181 "ADValue": "CP03_AVDD", 3182 "Callouts": [ 3183 { 3184 "CalloutList": [ 3185 { "Priority": "high", "LocCode": "P0-C58" }, 3186 { 3187 "Priority": "medium", 3188 "LocCode": "P0-C61" 3189 }, 3190 { 3191 "Priority": "medium", 3192 "LocCode": "P0-C56" 3193 }, 3194 { "Priority": "low", "LocCode": "P0" } 3195 ] 3196 } 3197 ] 3198 }, 3199 { 3200 "ADValue": "CP12_AVDD", 3201 "Callouts": [ 3202 { 3203 "CalloutList": [ 3204 { "Priority": "high", "LocCode": "P0-C16" }, 3205 { 3206 "Priority": "medium", 3207 "LocCode": "P0-C14" 3208 }, 3209 { 3210 "Priority": "medium", 3211 "LocCode": "P0-C19" 3212 }, 3213 { "Priority": "low", "LocCode": "P0" } 3214 ] 3215 } 3216 ] 3217 }, 3218 { 3219 "ADValue": "CP0_VDN", 3220 "Callouts": [ 3221 { 3222 "CalloutList": [ 3223 { "Priority": "high", "LocCode": "P0-C63" }, 3224 { 3225 "Priority": "medium", 3226 "LocCode": "P0-C61" 3227 }, 3228 { "Priority": "low", "LocCode": "P0" } 3229 ] 3230 } 3231 ] 3232 }, 3233 { 3234 "ADValue": "CP1_VDN", 3235 "Callouts": [ 3236 { 3237 "CalloutList": [ 3238 { "Priority": "high", "LocCode": "P0-C12" }, 3239 { 3240 "Priority": "medium", 3241 "LocCode": "P0-C14" 3242 }, 3243 { "Priority": "low", "LocCode": "P0" } 3244 ] 3245 } 3246 ] 3247 }, 3248 { 3249 "ADValue": "CP2_VDN", 3250 "Callouts": [ 3251 { 3252 "CalloutList": [ 3253 { "Priority": "high", "LocCode": "P0-C21" }, 3254 { 3255 "Priority": "medium", 3256 "LocCode": "P0-C19" 3257 }, 3258 { "Priority": "low", "LocCode": "P0" } 3259 ] 3260 } 3261 ] 3262 }, 3263 { 3264 "ADValue": "CP3_VDN", 3265 "Callouts": [ 3266 { 3267 "CalloutList": [ 3268 { "Priority": "high", "LocCode": "P0-C54" }, 3269 { 3270 "Priority": "medium", 3271 "LocCode": "P0-C56" 3272 }, 3273 { "Priority": "low", "LocCode": "P0" } 3274 ] 3275 } 3276 ] 3277 }, 3278 { 3279 "ADValue": "CP0_VIO", 3280 "Callouts": [ 3281 { 3282 "CalloutList": [ 3283 { "Priority": "high", "LocCode": "P0-C63" }, 3284 { 3285 "Priority": "medium", 3286 "LocCode": "P0-C61" 3287 }, 3288 { "Priority": "low", "LocCode": "P0" } 3289 ] 3290 } 3291 ] 3292 }, 3293 { 3294 "ADValue": "CP1_VIO", 3295 "Callouts": [ 3296 { 3297 "CalloutList": [ 3298 { "Priority": "high", "LocCode": "P0-C12" }, 3299 { 3300 "Priority": "medium", 3301 "LocCode": "P0-C14" 3302 }, 3303 { "Priority": "low", "LocCode": "P0" } 3304 ] 3305 } 3306 ] 3307 }, 3308 { 3309 "ADValue": "CP2_VIO", 3310 "Callouts": [ 3311 { 3312 "CalloutList": [ 3313 { "Priority": "high", "LocCode": "P0-C21" }, 3314 { 3315 "Priority": "medium", 3316 "LocCode": "P0-C19" 3317 }, 3318 { "Priority": "low", "LocCode": "P0" } 3319 ] 3320 } 3321 ] 3322 }, 3323 { 3324 "ADValue": "CP3_VIO", 3325 "Callouts": [ 3326 { 3327 "CalloutList": [ 3328 { "Priority": "high", "LocCode": "P0-C54" }, 3329 { 3330 "Priority": "medium", 3331 "LocCode": "P0-C56" 3332 }, 3333 { "Priority": "low", "LocCode": "P0" } 3334 ] 3335 } 3336 ] 3337 }, 3338 { 3339 "ADValue": "CP0_VPCIE", 3340 "Callouts": [ 3341 { 3342 "CalloutList": [ 3343 { "Priority": "high", "LocCode": "P0-C58" }, 3344 { 3345 "Priority": "medium", 3346 "LocCode": "P0-C61" 3347 }, 3348 { "Priority": "low", "LocCode": "P0" } 3349 ] 3350 } 3351 ] 3352 }, 3353 { 3354 "ADValue": "CP1_VPCIE", 3355 "Callouts": [ 3356 { 3357 "CalloutList": [ 3358 { "Priority": "high", "LocCode": "P0-C16" }, 3359 { 3360 "Priority": "medium", 3361 "LocCode": "P0-C14" 3362 }, 3363 { "Priority": "low", "LocCode": "P0" } 3364 ] 3365 } 3366 ] 3367 }, 3368 { 3369 "ADValue": "CP2_VPCIE", 3370 "Callouts": [ 3371 { 3372 "CalloutList": [ 3373 { "Priority": "high", "LocCode": "P0-C16" }, 3374 { 3375 "Priority": "medium", 3376 "LocCode": "P0-C19" 3377 }, 3378 { "Priority": "low", "LocCode": "P0" } 3379 ] 3380 } 3381 ] 3382 }, 3383 { 3384 "ADValue": "CP3_VPCIE", 3385 "Callouts": [ 3386 { 3387 "CalloutList": [ 3388 { "Priority": "high", "LocCode": "P0-C58" }, 3389 { 3390 "Priority": "medium", 3391 "LocCode": "P0-C56" 3392 }, 3393 { "Priority": "low", "LocCode": "P0" } 3394 ] 3395 } 3396 ] 3397 }, 3398 { 3399 "ADValue": "12.0VA", 3400 "Callouts": [ 3401 { 3402 "CalloutList": [ 3403 { 3404 "Priority": "high", 3405 "SymbolicFRU": "pgood_part" 3406 } 3407 ] 3408 } 3409 ] 3410 }, 3411 { 3412 "ADValue": "5.0VCS", 3413 "Callouts": [ 3414 { 3415 "CalloutList": [ 3416 { "Priority": "high", "LocCode": "P0" } 3417 ] 3418 } 3419 ] 3420 }, 3421 { 3422 "ADValue": "1.8V", 3423 "Callouts": [ 3424 { 3425 "CalloutList": [ 3426 { "Priority": "high", "LocCode": "P0" } 3427 ] 3428 } 3429 ] 3430 }, 3431 { 3432 "ADValue": "0.9V", 3433 "Callouts": [ 3434 { 3435 "CalloutList": [ 3436 { "Priority": "high", "LocCode": "P0" } 3437 ] 3438 } 3439 ] 3440 }, 3441 { 3442 "ADValue": "3.3V", 3443 "Callouts": [ 3444 { 3445 "CalloutList": [ 3446 { 3447 "Priority": "high", 3448 "SymbolicFRU": "pcie_hot_plug" 3449 }, 3450 { "Priority": "medium", "LocCode": "P0" } 3451 ] 3452 } 3453 ] 3454 }, 3455 { 3456 "ADValue": "1.5V_AVDD", 3457 "Callouts": [ 3458 { 3459 "CalloutList": [ 3460 { "Priority": "high", "LocCode": "P0-C5" }, 3461 { "Priority": "medium", "LocCode": "P0" } 3462 ] 3463 } 3464 ] 3465 }, 3466 { 3467 "ADValue": "0.65V_VDN", 3468 "Callouts": [ 3469 { 3470 "CalloutList": [ 3471 { "Priority": "high", "LocCode": "P0-C5" }, 3472 { "Priority": "medium", "LocCode": "P0" } 3473 ] 3474 } 3475 ] 3476 }, 3477 { 3478 "ADValue": "0.7VA_VDD", 3479 "Callouts": [ 3480 { 3481 "CalloutList": [ 3482 { "Priority": "high", "LocCode": "P0-C5" }, 3483 { "Priority": "medium", "LocCode": "P0" } 3484 ] 3485 } 3486 ] 3487 }, 3488 { 3489 "ADValue": "0.7VB_VDD", 3490 "Callouts": [ 3491 { 3492 "CalloutList": [ 3493 { "Priority": "high", "LocCode": "P0-C5" }, 3494 { "Priority": "medium", "LocCode": "P0" } 3495 ] 3496 } 3497 ] 3498 }, 3499 { 3500 "ADValue": "0.75V_VCS", 3501 "Callouts": [ 3502 { 3503 "CalloutList": [ 3504 { "Priority": "high", "LocCode": "P0-C5" }, 3505 { "Priority": "medium", "LocCode": "P0" } 3506 ] 3507 } 3508 ] 3509 }, 3510 { 3511 "ADValue": "0.9V_VIO", 3512 "Callouts": [ 3513 { 3514 "CalloutList": [ 3515 { "Priority": "high", "LocCode": "P0-C5" }, 3516 { "Priority": "medium", "LocCode": "P0" } 3517 ] 3518 } 3519 ] 3520 }, 3521 { 3522 "ADValue": "0.85V_VPCIE", 3523 "Callouts": [ 3524 { 3525 "CalloutList": [ 3526 { "Priority": "high", "LocCode": "P0-C5" }, 3527 { "Priority": "medium", "LocCode": "P0" } 3528 ] 3529 } 3530 ] 3531 }, 3532 { 3533 "ADValue": "PMIC2_PG", 3534 "Callouts": [ 3535 { 3536 "CalloutList": [ 3537 { 3538 "Priority": "high", 3539 "SymbolicFRU": "memory_dimm" 3540 }, 3541 { "Priority": "medium", "LocCode": "P0" } 3542 ] 3543 } 3544 ] 3545 }, 3546 { 3547 "ADValue": "PMIC3_PG", 3548 "Callouts": [ 3549 { 3550 "CalloutList": [ 3551 { 3552 "Priority": "high", 3553 "SymbolicFRU": "memory_dimm" 3554 }, 3555 { "Priority": "medium", "LocCode": "P0" } 3556 ] 3557 } 3558 ] 3559 }, 3560 { 3561 "ADValue": "VDDR_1.2VB", 3562 "Callouts": [ 3563 { 3564 "CalloutList": [ 3565 { 3566 "Priority": "high", 3567 "SymbolicFRU": "memory_dimm" 3568 }, 3569 { "Priority": "medium", "LocCode": "P0" } 3570 ] 3571 } 3572 ] 3573 }, 3574 { 3575 "ADValue": "VDDR_1.2VA", 3576 "Callouts": [ 3577 { 3578 "CalloutList": [ 3579 { 3580 "Priority": "high", 3581 "SymbolicFRU": "memory_dimm" 3582 }, 3583 { "Priority": "medium", "LocCode": "P0" } 3584 ] 3585 } 3586 ] 3587 } 3588 ] 3589 }, 3590 3591 "Documentation": { 3592 "Description": "The power sequencer chip detected a voltage fault", 3593 "Message": "The power sequencer chip detected a voltage fault", 3594 "Notes": [] 3595 }, 3596 3597 "JournalCapture": { 3598 "Sections": [ 3599 { 3600 "SyslogID": "phosphor-psu-monitor", 3601 "NumLines": 30 3602 }, 3603 { 3604 "SyslogID": "phosphor-power-control", 3605 "NumLines": 30 3606 }, 3607 { 3608 "SyslogID": "phosphor-chassis-state-manager", 3609 "NumLines": 15 3610 }, 3611 { 3612 "SyslogID": "systemd", 3613 "NumLines": 15 3614 }, 3615 { 3616 "SyslogID": "phosphor-regulators", 3617 "NumLines": 5 3618 } 3619 ] 3620 } 3621 }, 3622 3623 { 3624 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.N", 3625 "Subsystem": "power", 3626 "Severity": "predictive_redundancy_loss", 3627 "ComponentID": "0x2700", 3628 3629 "SRC": { 3630 "Type": "11", 3631 "ReasonCode": "0x2700", 3632 "Words6To9": {}, 3633 "DeconfigFlag": true 3634 }, 3635 3636 "Documentation": { 3637 "Description": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 3638 "Message": "Voltage regulator phase fault detected; device now at redundancy level N (no redundant phases)", 3639 "Notes": [ 3640 "CALLOUT_INVENTORY_PATH should be specified in the ", 3641 "AdditionalData property of the event log so that ", 3642 "the device is called out but not the communication path." 3643 ] 3644 } 3645 }, 3646 3647 { 3648 "Name": "xyz.openbmc_project.Power.Regulators.Error.PhaseFault.NPlus1", 3649 "Subsystem": "power", 3650 "Severity": "non_error", 3651 "MfgSeverity": "predictive_redundancy_loss", 3652 "ActionFlags": ["report", "heartbeat_call_home"], 3653 "MfgActionFlags": ["service_action", "report", "call_home"], 3654 "ComponentID": "0x2700", 3655 3656 "SRC": { 3657 "Type": "11", 3658 "ReasonCode": "0x2701", 3659 "Words6To9": {} 3660 }, 3661 3662 "Documentation": { 3663 "Description": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 3664 "Message": "Voltage regulator phase fault detected; device now at redundancy level N+1 (one redundant phase)", 3665 "Notes": [ 3666 "CALLOUT_INVENTORY_PATH should be specified in the ", 3667 "AdditionalData property of the event log so that ", 3668 "the device is called out but not the communication path." 3669 ] 3670 } 3671 }, 3672 3673 { 3674 "Name": "xyz.openbmc_project.Power.Regulators.Error.WriteVerification", 3675 "Subsystem": "power", 3676 "ComponentID": "0x2700", 3677 3678 "SRC": { 3679 "Type": "11", 3680 "ReasonCode": "0x2900", 3681 "Words6To9": {}, 3682 "DeconfigFlag": true 3683 }, 3684 3685 "Documentation": { 3686 "Description": "A write verification error occurred on a device", 3687 "Message": "A write verification error occurred on a device", 3688 "Notes": [ 3689 "This error occurs when a device register is written, ", 3690 "read back, and the two values do not match. This is ", 3691 "also called a read-back error. The device should be ", 3692 "identified using the CALLOUT_DEVICE_PATH or ", 3693 "CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR keywords in the ", 3694 "AdditionalData property of the event log. This will ", 3695 "cause the device and the hardware in the communication ", 3696 "path to be called out." 3697 ] 3698 } 3699 }, 3700 3701 { 3702 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Discharging", 3703 "Subsystem": "power", 3704 "Severity": "non_error", 3705 "ActionFlags": ["report"], 3706 "ComponentID": "0x2700", 3707 3708 "SRC": { 3709 "Type": "11", 3710 "ReasonCode": "0x4201", 3711 "Words6To9": {} 3712 }, 3713 3714 "Documentation": { 3715 "Description": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", 3716 "Message": "The Uninterruptible Power Supply (UPS) battery is discharging and providing power to the system due to a utility failure", 3717 "Notes": [] 3718 } 3719 }, 3720 3721 { 3722 "Name": "xyz.openbmc_project.Power.UPS.Error.Battery.Low", 3723 "Subsystem": "power", 3724 "Severity": "non_error", 3725 "ActionFlags": ["report"], 3726 "ComponentID": "0x2700", 3727 3728 "SRC": { 3729 "Type": "11", 3730 "ReasonCode": "0x4203", 3731 "Words6To9": {} 3732 }, 3733 3734 "Documentation": { 3735 "Description": "The Uninterruptible Power Supply (UPS) battery level is low", 3736 "Message": "The Uninterruptible Power Supply (UPS) battery level is low", 3737 "Notes": [] 3738 } 3739 }, 3740 3741 { 3742 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile", 3743 "Subsystem": "power", 3744 "ComponentID": "0x2700", 3745 3746 "SRC": { 3747 "Type": "11", 3748 "ReasonCode": "0xA013", 3749 "Words6To9": {} 3750 }, 3751 3752 "Callouts": [ 3753 { 3754 "CalloutList": [ 3755 { "Priority": "high", "Procedure": "BMC0001" } 3756 ] 3757 } 3758 ], 3759 3760 "Documentation": { 3761 "Description": "A regulators configuration file error occurred", 3762 "Message": "A regulators configuration file error occurred", 3763 "Notes": [ 3764 "The regulators configuration file could not be found, ", 3765 "could not be read, or had invalid contents." 3766 ] 3767 } 3768 }, 3769 3770 { 3771 "Name": "xyz.openbmc_project.Power.Regulators.Error.ConfigFile.Critical", 3772 "Subsystem": "power", 3773 "Severity": "critical_system_term", 3774 "ComponentID": "0x2700", 3775 3776 "SRC": { 3777 "Type": "11", 3778 "ReasonCode": "0xA014", 3779 "Words6To9": {} 3780 }, 3781 3782 "Callouts": [ 3783 { 3784 "CalloutList": [ 3785 { "Priority": "high", "Procedure": "BMC0001" } 3786 ] 3787 } 3788 ], 3789 3790 "Documentation": { 3791 "Description": "A critical regulators configuration file error occurred", 3792 "Message": "A critical regulators configuration file error occurred", 3793 "Notes": [ 3794 "The regulators configuration file could not be found, ", 3795 "could not be read, or had invalid contents. As a result ", 3796 "voltage regulators could not be configured, and the ", 3797 "chassis could not be powered on." 3798 ] 3799 } 3800 }, 3801 3802 { 3803 "Name": "xyz.openbmc_project.Power.Error.PowerSequencerFault", 3804 "Subsystem": "power_sequencer", 3805 "ComponentID": "0x2700", 3806 3807 "SRC": { 3808 "Type": "11", 3809 "ReasonCode": "0xD000", 3810 "Words6To9": {} 3811 }, 3812 3813 "Callouts": [ 3814 { 3815 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 3816 } 3817 ], 3818 3819 "Documentation": { 3820 "Description": "The power sequencer chip detected a fault", 3821 "Message": "The power sequencer chip detected a fault", 3822 "Notes": [] 3823 }, 3824 3825 "JournalCapture": { 3826 "Sections": [ 3827 { 3828 "SyslogID": "phosphor-psu-monitor", 3829 "NumLines": 30 3830 }, 3831 { 3832 "SyslogID": "phosphor-power-control", 3833 "NumLines": 30 3834 }, 3835 { 3836 "SyslogID": "phosphor-chassis-state-manager", 3837 "NumLines": 15 3838 }, 3839 { 3840 "SyslogID": "systemd", 3841 "NumLines": 15 3842 }, 3843 { 3844 "SyslogID": "phosphor-regulators", 3845 "NumLines": 5 3846 } 3847 ] 3848 } 3849 }, 3850 3851 { 3852 "Name": "xyz.openbmc_project.Power.Error.PowerOnTimeout", 3853 "Subsystem": "power_sequencer", 3854 "ComponentID": "0x2700", 3855 "Severity": "critical", 3856 3857 "SRC": { 3858 "Type": "11", 3859 "ReasonCode": "0xD002", 3860 "Words6To9": {} 3861 }, 3862 3863 "Callouts": [ 3864 { 3865 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 3866 } 3867 ], 3868 3869 "Documentation": { 3870 "Description": "System power failed to turn on within timeout period", 3871 "Message": "System power failed to turn on within timeout period", 3872 "Notes": [] 3873 }, 3874 3875 "JournalCapture": { 3876 "Sections": [ 3877 { 3878 "SyslogID": "phosphor-psu-monitor", 3879 "NumLines": 30 3880 }, 3881 { 3882 "SyslogID": "phosphor-power-control", 3883 "NumLines": 30 3884 }, 3885 { 3886 "SyslogID": "phosphor-chassis-state-manager", 3887 "NumLines": 15 3888 }, 3889 { 3890 "SyslogID": "systemd", 3891 "NumLines": 15 3892 }, 3893 { 3894 "SyslogID": "phosphor-regulators", 3895 "NumLines": 5 3896 } 3897 ] 3898 } 3899 }, 3900 3901 { 3902 "Name": "xyz.openbmc_project.Power.Error.PowerOffTimeout", 3903 "Subsystem": "power_sequencer", 3904 "ComponentID": "0x2700", 3905 "Severity": "critical", 3906 3907 "SRC": { 3908 "Type": "11", 3909 "ReasonCode": "0xD008", 3910 "Words6To9": {} 3911 }, 3912 3913 "Callouts": [ 3914 { 3915 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 3916 } 3917 ], 3918 3919 "Documentation": { 3920 "Description": "System power failed to turn off within timeout period", 3921 "Message": "System power failed to turn off within timeout period", 3922 "Notes": [] 3923 }, 3924 3925 "JournalCapture": { 3926 "Sections": [ 3927 { 3928 "SyslogID": "phosphor-psu-monitor", 3929 "NumLines": 30 3930 }, 3931 { 3932 "SyslogID": "phosphor-power-control", 3933 "NumLines": 30 3934 }, 3935 { 3936 "SyslogID": "phosphor-chassis-state-manager", 3937 "NumLines": 15 3938 }, 3939 { 3940 "SyslogID": "systemd", 3941 "NumLines": 15 3942 }, 3943 { 3944 "SyslogID": "phosphor-regulators", 3945 "NumLines": 5 3946 } 3947 ] 3948 } 3949 }, 3950 3951 { 3952 "Name": "xyz.openbmc_project.Power.Error.Internal", 3953 "Subsystem": "power", 3954 "ComponentID": "0x2700", 3955 3956 "SRC": { 3957 "Type": "11", 3958 "ReasonCode": "0xE000", 3959 "Words6To9": {} 3960 }, 3961 3962 "Callouts": [ 3963 { 3964 "CalloutList": [ 3965 { "Priority": "high", "Procedure": "BMC0001" } 3966 ] 3967 } 3968 ], 3969 3970 "Documentation": { 3971 "Description": "An internal firmware error occurred", 3972 "Message": "An internal firmware error occurred", 3973 "Notes": [ 3974 "The error details must be provided in the AdditionalData ", 3975 "property of the event log." 3976 ] 3977 } 3978 }, 3979 3980 { 3981 "Name": "xyz.openbmc_project.Power.Error.I2C", 3982 "Subsystem": "cec_i2c", 3983 "ComponentID": "0x2700", 3984 3985 "SRC": { 3986 "Type": "11", 3987 "ReasonCode": "0xE100", 3988 "Words6To9": {}, 3989 "DeconfigFlag": true 3990 }, 3991 3992 "Documentation": { 3993 "Description": "An I2C error occurred communicating with a device", 3994 "Message": "An I2C error occurred communicating with a device", 3995 "Notes": [ 3996 "The device should be identified using the ", 3997 "CALLOUT_DEVICE_PATH or CALLOUT_IIC_BUS/CALLOUT_IIC_ADDR ", 3998 "keywords in the AdditionalData property of the event ", 3999 "log. This will cause the device and the hardware in the ", 4000 "communication path to be called out." 4001 ] 4002 } 4003 }, 4004 4005 { 4006 "Name": "xyz.openbmc_project.Power.Error.PMBus", 4007 "Subsystem": "power", 4008 "ComponentID": "0x2700", 4009 4010 "SRC": { 4011 "Type": "11", 4012 "ReasonCode": "0xE200", 4013 "Words6To9": {}, 4014 "DeconfigFlag": true 4015 }, 4016 4017 "Documentation": { 4018 "Description": "A PMBus error occurred on a device", 4019 "Message": "A PMBus error occurred on a device", 4020 "Notes": [ 4021 "This error occurs when the I2C communication was ", 4022 "successful, but the PMBus value read is invalid or ", 4023 "unsupported. CALLOUT_INVENTORY_PATH should be specified ", 4024 "in the AdditionalData property of the event log so that ", 4025 "the device is called out but not the communication path." 4026 ] 4027 } 4028 }, 4029 4030 { 4031 "Name": "xyz.openbmc_project.Power.Error.DBus", 4032 "Subsystem": "power", 4033 "ComponentID": "0x2700", 4034 4035 "SRC": { 4036 "Type": "11", 4037 "ReasonCode": "0xE300", 4038 "Words6To9": {} 4039 }, 4040 4041 "Callouts": [ 4042 { 4043 "CalloutList": [ 4044 { "Priority": "high", "Procedure": "BMC0001" } 4045 ] 4046 } 4047 ], 4048 4049 "Documentation": { 4050 "Description": "A firmware inter-process communication (D-Bus) error occurred", 4051 "Message": "A firmware inter-process communication (D-Bus) error occurred" 4052 } 4053 }, 4054 4055 { 4056 "Name": "xyz.openbmc_project.Fan.Error.Fault", 4057 "Subsystem": "power_fans", 4058 "ComponentID": "0x2800", 4059 4060 "SRC": { 4061 "Type": "11", 4062 "ReasonCode": "0x76F0", 4063 "Words6To9": {}, 4064 "DeconfigFlag": true 4065 }, 4066 4067 "Documentation": { 4068 "Description": "Fan rotor fault", 4069 "Message": "Fan rotor fault", 4070 "Notes": [ 4071 "This error occurs when a fan rotor has been faulted for a ", 4072 "certain amount of time. The callout is the fan which is ", 4073 "passed in with CALLOUT_INVENTORY_PATH. The severity is ", 4074 "passed in during creation and will be either informational ", 4075 "or unrecoverable. The action flags use the defaults and ", 4076 "vary based on the severity." 4077 ] 4078 } 4079 }, 4080 4081 { 4082 "Name": "xyz.openbmc_project.Fan.Error.Missing", 4083 "Subsystem": "power_fans", 4084 "ComponentID": "0x2800", 4085 "Severity": "unrecoverable_redundancy_loss", 4086 "ActionFlags": ["service_action", "report", "call_home"], 4087 4088 "SRC": { 4089 "Type": "11", 4090 "ReasonCode": "0x76F1", 4091 "Words6To9": {}, 4092 "DeconfigFlag": true 4093 }, 4094 4095 "Callouts": [ 4096 { 4097 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 4098 "CalloutList": [ 4099 { 4100 "Priority": "high", 4101 "SymbolicFRUTrusted": "air_mover", 4102 "UseInventoryLocCode": true 4103 }, 4104 { 4105 "Priority": "low", 4106 "LocCode": "P0" 4107 } 4108 ] 4109 }, 4110 { 4111 "System": "com.ibm.Hardware.Chassis.Model.Everest", 4112 "CalloutList": [ 4113 { 4114 "Priority": "high", 4115 "SymbolicFRUTrusted": "air_mover", 4116 "UseInventoryLocCode": true 4117 }, 4118 { 4119 "Priority": "low", 4120 "LocCode": "P1" 4121 } 4122 ] 4123 }, 4124 { 4125 "System": "com.ibm.Hardware.Chassis.Model.Bonnell", 4126 "CalloutList": [ 4127 { 4128 "Priority": "high", 4129 "SymbolicFRUTrusted": "air_mover", 4130 "UseInventoryLocCode": true 4131 }, 4132 { 4133 "Priority": "low", 4134 "LocCode": "P0" 4135 } 4136 ] 4137 } 4138 ], 4139 4140 "Documentation": { 4141 "Description": "A fan is missing", 4142 "Message": "A fan is missing", 4143 "Notes": [ 4144 "This error occurs when a fan has been missing for a ", 4145 "certain amount of time. The first callout is the ", 4146 "symbolic FRU AIR_MOVR that has the trusted fan location ", 4147 "code, which it gets using the passed in ", 4148 "CALLOUT_INVENTORY_PATH. The second callout is the FRU ", 4149 "where the controller and GPIO expander are." 4150 ] 4151 } 4152 }, 4153 4154 { 4155 "Name": "xyz.openbmc_project.Fan.Presence.Error.Detection", 4156 "ComponentID": "0x2800", 4157 "Subsystem": "power_fans", 4158 "Severity": "non_error", 4159 "ActionFlags": ["report"], 4160 "MfgSeverity": "predictive", 4161 "MfgActionFlags": ["service_action", "report"], 4162 4163 "SRC": { 4164 "Type": "11", 4165 "ReasonCode": "0x76F2", 4166 "Words6To9": {} 4167 }, 4168 4169 "Callouts": [ 4170 { 4171 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 4172 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }] 4173 }, 4174 { 4175 "System": "com.ibm.Hardware.Chassis.Model.Everest", 4176 "CalloutList": [{ "Priority": "medium", "LocCode": "P1" }] 4177 }, 4178 { 4179 "System": "com.ibm.Hardware.Chassis.Model.Bonnell", 4180 "CalloutList": [{ "Priority": "medium", "LocCode": "P0" }] 4181 } 4182 ], 4183 4184 "Documentation": { 4185 "Description": "Presence detect methods for the same fan disagree", 4186 "Message": "Presence detect methods for the same fan disagree", 4187 "Notes": [ 4188 "This error occurs when there is more than one way to detect", 4189 "fan presence, and they don't all agree. For example, the", 4190 "GPIO says a fan isn't present, but the tach readings are", 4191 "nonzero. This is informational, unless in manufacturing.", 4192 "The fan FRU is passed in as a high priority callout.", 4193 "The FRU the GPIO source is on is called out medium." 4194 ] 4195 } 4196 }, 4197 4198 { 4199 "Name": "xyz.openbmc_project.Fan.Error.FanControllerOffline", 4200 "ComponentID": "0x2800", 4201 "Subsystem": "power_fans", 4202 "Severity": "critical_system_term", 4203 "ActionFlags": ["service_action", "report", "call_home"], 4204 4205 "SRC": { 4206 "Type": "11", 4207 "ReasonCode": "0x76F3", 4208 "Words6To9": {} 4209 }, 4210 4211 "Callouts": [ 4212 { 4213 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 4214 "CalloutList": [ 4215 { "Priority": "high", "LocCode": "P0-C5" }, 4216 { 4217 "Priority": "medium_group_a", 4218 "LocCode": "P0-T12", 4219 "SymbolicFRUTrusted": "fan_cable" 4220 }, 4221 { 4222 "Priority": "medium_group_a", 4223 "LocCode": "P0-T17", 4224 "SymbolicFRUTrusted": "cable_continued" 4225 }, 4226 { "Priority": "low", "LocCode": "P0" } 4227 ] 4228 }, 4229 { 4230 "System": "com.ibm.Hardware.Chassis.Model.Everest", 4231 "CalloutList": [ 4232 { "Priority": "high", "LocCode": "P0-C0" }, 4233 { "Priority": "medium", "LocCode": "P1" }, 4234 { "Priority": "low", "LocCode": "P0" } 4235 ] 4236 }, 4237 { 4238 "System": "com.ibm.Hardware.Chassis.Model.Bonnell", 4239 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4240 } 4241 ], 4242 4243 "Documentation": { 4244 "Description": "The fan controller device is offline", 4245 "Message": "The fan controller is offline. The system must be powered off.", 4246 "Notes": [ 4247 "The device that controls the fans is offline so the fan", 4248 "targets and speeds are unknown. The system will be shut", 4249 "down to preserve thermal safety. There may be an I2C", 4250 "or power problem with the device." 4251 ] 4252 } 4253 }, 4254 4255 { 4256 "Name": "xyz.openbmc_project.Fan.Presence.Error.GPIODeviceUnavailable", 4257 "Subsystem": "power_fans", 4258 "ComponentID": "0x2800", 4259 "Severity": "unrecoverable_redundancy_loss", 4260 "ActionFlags": ["service_action", "report", "call_home"], 4261 4262 "SRC": { 4263 "Type": "11", 4264 "ReasonCode": "0x76F4", 4265 "Words6To9": {} 4266 }, 4267 4268 "Callouts": [ 4269 { 4270 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 4271 "CalloutList": [ 4272 { "Priority": "high", "LocCode": "P0-C5" }, 4273 { 4274 "Priority": "medium_group_a", 4275 "LocCode": "P0-T12", 4276 "SymbolicFRUTrusted": "fan_cable" 4277 }, 4278 { 4279 "Priority": "medium_group_a", 4280 "LocCode": "P0-T17", 4281 "SymbolicFRUTrusted": "cable_continued" 4282 }, 4283 { "Priority": "low", "LocCode": "P0" } 4284 ] 4285 }, 4286 { 4287 "System": "com.ibm.Hardware.Chassis.Model.Everest", 4288 "CalloutList": [ 4289 { "Priority": "high", "LocCode": "P0-C0" }, 4290 { "Priority": "medium", "LocCode": "P1" }, 4291 { "Priority": "low", "LocCode": "P0" } 4292 ] 4293 }, 4294 { 4295 "System": "com.ibm.Hardware.Chassis.Model.Bonnell", 4296 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 4297 } 4298 ], 4299 4300 "Documentation": { 4301 "Description": "Fan GPIO sensors not present", 4302 "Message": "Fan GPIO sensors not present", 4303 "Notes": [ 4304 "The device that reports fan presence is not functioning." 4305 ] 4306 } 4307 }, 4308 4309 { 4310 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerformanceLossHigh", 4311 "Subsystem": "power", 4312 "ComponentID": "0x2800", 4313 "Severity": "predictive", 4314 "ActionFlags": ["service_action", "report"], 4315 4316 "SRC": { 4317 "ReasonCode": "0x2801", 4318 "Words6To9": {} 4319 }, 4320 4321 "CalloutsUsingAD": { 4322 "ADName": "SENSOR_NAME", 4323 "CalloutsWithTheirADValues": [ 4324 { 4325 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4326 "Callouts": [ 4327 { 4328 "CalloutList": [ 4329 { 4330 "Priority": "high", 4331 "SymbolicFRU": "ambient_temp" 4332 } 4333 ] 4334 } 4335 ] 4336 } 4337 ], 4338 "CalloutsWhenNoADMatch": [ 4339 { 4340 "CalloutList": [ 4341 { 4342 "Priority": "high", 4343 "SymbolicFRU": "overtemp" 4344 } 4345 ] 4346 } 4347 ] 4348 }, 4349 4350 "Documentation": { 4351 "Description": "A temperature sensor exceeded its performance loss threshold.", 4352 "Message": "A temperature sensor exceeded its performance loss threshold.", 4353 "Notes": [ 4354 "A temperature sensor crossed its performance loss threshold value", 4355 "If it is the ambient sensor, then a symbolic FRU will be added.", 4356 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 4357 "a FRU callout." 4358 ] 4359 } 4360 }, 4361 4362 { 4363 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperaturePerformanceLossHighClear", 4364 "Subsystem": "power", 4365 "ComponentID": "0x2800", 4366 "Severity": "non_error", 4367 "ActionFlags": ["report"], 4368 "EventType": "env_normal", 4369 4370 "SRC": { 4371 "ReasonCode": "0x2802", 4372 "Words6To9": {} 4373 }, 4374 4375 "CalloutsUsingAD": { 4376 "ADName": "SENSOR_NAME", 4377 "CalloutsWithTheirADValues": [ 4378 { 4379 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4380 "Callouts": [ 4381 { 4382 "CalloutList": [ 4383 { 4384 "Priority": "high", 4385 "SymbolicFRU": "ambient_temp_back" 4386 } 4387 ] 4388 } 4389 ] 4390 } 4391 ] 4392 }, 4393 4394 "Documentation": { 4395 "Description": "A temperature sensor is under its performance loss threshold.", 4396 "Message": "A temperature sensor is under its performance loss threshold.", 4397 "Notes": [ 4398 "A temperature sensor crossed under its performance loss threshold value", 4399 "If it is the ambient sensor, then a symbolic FRU will be added." 4400 ] 4401 } 4402 }, 4403 4404 { 4405 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHigh", 4406 "Subsystem": "power", 4407 "ComponentID": "0x2800", 4408 "Severity": "predictive", 4409 "ActionFlags": ["service_action", "report"], 4410 4411 "SRC": { 4412 "ReasonCode": "0x2803", 4413 "Words6To9": {} 4414 }, 4415 4416 "CalloutsUsingAD": { 4417 "ADName": "SENSOR_NAME", 4418 "CalloutsWithTheirADValues": [ 4419 { 4420 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4421 "Callouts": [ 4422 { 4423 "CalloutList": [ 4424 { 4425 "Priority": "high", 4426 "SymbolicFRU": "ambient_temp" 4427 } 4428 ] 4429 } 4430 ] 4431 } 4432 ], 4433 "CalloutsWhenNoADMatch": [ 4434 { 4435 "CalloutList": [ 4436 { 4437 "Priority": "high", 4438 "SymbolicFRU": "overtemp" 4439 } 4440 ] 4441 } 4442 ] 4443 }, 4444 4445 "Documentation": { 4446 "Description": "A temperature sensor exceeded its warning threshold.", 4447 "Message": "A temperature sensor exceeded its warning threshold.", 4448 "Notes": [ 4449 "A temperature sensor crossed its warning threshold value", 4450 "If it is the ambient sensor, then a symbolic FRU will be added.", 4451 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 4452 "a FRU callout." 4453 ] 4454 } 4455 }, 4456 4457 { 4458 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningHighClear", 4459 "Subsystem": "power", 4460 "ComponentID": "0x2800", 4461 "Severity": "non_error", 4462 "ActionFlags": ["report"], 4463 "EventType": "env_normal", 4464 4465 "SRC": { 4466 "ReasonCode": "0x2804", 4467 "Words6To9": {} 4468 }, 4469 4470 "CalloutsUsingAD": { 4471 "ADName": "SENSOR_NAME", 4472 "CalloutsWithTheirADValues": [ 4473 { 4474 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4475 "Callouts": [ 4476 { 4477 "CalloutList": [ 4478 { 4479 "Priority": "high", 4480 "SymbolicFRU": "ambient_temp_back" 4481 } 4482 ] 4483 } 4484 ] 4485 } 4486 ] 4487 }, 4488 4489 "Documentation": { 4490 "Description": "A temperature sensor is under its warning threshold.", 4491 "Message": "A temperature sensor is under its warning threshold.", 4492 "Notes": [ 4493 "A temperature sensor crossed under its warning threshold value", 4494 "If it is the ambient sensor, then a symbolic FRU will be added." 4495 ] 4496 } 4497 }, 4498 4499 { 4500 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHigh", 4501 "Subsystem": "power", 4502 "ComponentID": "0x2800", 4503 "Severity": "unrecoverable", 4504 "ActionFlags": ["service_action", "report"], 4505 4506 "SRC": { 4507 "ReasonCode": "0x2805", 4508 "Words6To9": {} 4509 }, 4510 4511 "CalloutsUsingAD": { 4512 "ADName": "SENSOR_NAME", 4513 "CalloutsWithTheirADValues": [ 4514 { 4515 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4516 "Callouts": [ 4517 { 4518 "CalloutList": [ 4519 { 4520 "Priority": "high", 4521 "SymbolicFRU": "ambient_temp" 4522 } 4523 ] 4524 } 4525 ] 4526 } 4527 ], 4528 "CalloutsWhenNoADMatch": [ 4529 { 4530 "CalloutList": [ 4531 { 4532 "Priority": "high", 4533 "SymbolicFRU": "overtemp" 4534 } 4535 ] 4536 } 4537 ] 4538 }, 4539 4540 "Documentation": { 4541 "Description": "A temperature sensor exceeded its critical threshold.", 4542 "Message": "A temperature sensor exceeded its critical threshold.", 4543 "Notes": [ 4544 "A temperature sensor crossed its critical threshold value", 4545 "If it is the ambient sensor, then a symbolic FRU will be added.", 4546 "Otherwise, CALLOUT_INVENTORY_PATH will be passed in to add", 4547 "a FRU callout." 4548 ] 4549 } 4550 }, 4551 4552 { 4553 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalHighClear", 4554 "Subsystem": "power", 4555 "ComponentID": "0x2800", 4556 "Severity": "non_error", 4557 "ActionFlags": ["report"], 4558 "EventType": "env_normal", 4559 4560 "SRC": { 4561 "ReasonCode": "0x2806", 4562 "Words6To9": {} 4563 }, 4564 4565 "CalloutsUsingAD": { 4566 "ADName": "SENSOR_NAME", 4567 "CalloutsWithTheirADValues": [ 4568 { 4569 "ADValue": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp", 4570 "Callouts": [ 4571 { 4572 "CalloutList": [ 4573 { 4574 "Priority": "high", 4575 "SymbolicFRU": "ambient_temp_back" 4576 } 4577 ] 4578 } 4579 ] 4580 } 4581 ] 4582 }, 4583 4584 "Documentation": { 4585 "Description": "A temperature sensor is under its critical threshold.", 4586 "Message": "A temperature sensor is under its critical threshold.", 4587 "Notes": [ 4588 "A temperature sensor crossed under its critical threshold value", 4589 "If it is the ambient sensor, then a symbolic FRU will be added." 4590 ] 4591 } 4592 }, 4593 4594 { 4595 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHigh", 4596 "Subsystem": "power", 4597 "ComponentID": "0x2800", 4598 "Severity": "predictive", 4599 "ActionFlags": ["service_action", "report"], 4600 4601 "SRC": { 4602 "ReasonCode": "0x2807", 4603 "Words6To9": {} 4604 }, 4605 4606 "Callouts": [ 4607 { 4608 "CalloutList": [ 4609 { 4610 "Priority": "high", 4611 "SymbolicFRU": "ambient_temp" 4612 } 4613 ] 4614 } 4615 ], 4616 4617 "Documentation": { 4618 "Description": "The ambient temperature passed the EPOW3 limit.", 4619 "Message": "The ambient temperature passed the EPOW3 limit. The system will shut down if temp doesn't decrease.", 4620 "Notes": [ 4621 "This error occurs when the ambient temperature surpassed", 4622 "the EPOW3 shutdown limit." 4623 ] 4624 } 4625 }, 4626 4627 { 4628 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.SoftShutdownAlarmHighClear", 4629 "Subsystem": "power", 4630 "ComponentID": "0x2800", 4631 "Severity": "non_error", 4632 "ActionFlags": ["report"], 4633 "EventType": "env_normal", 4634 4635 "SRC": { 4636 "ReasonCode": "0x2808", 4637 "Words6To9": {} 4638 }, 4639 4640 "Callouts": [ 4641 { 4642 "CalloutList": [ 4643 { 4644 "Priority": "high", 4645 "SymbolicFRU": "ambient_temp_back" 4646 } 4647 ] 4648 } 4649 ], 4650 4651 "Documentation": { 4652 "Description": "The ambient temperature is back under the EPOW3 limit.", 4653 "Message": "The ambient temperature is back under the EPOW3 limit." 4654 } 4655 }, 4656 4657 { 4658 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.HardShutdownAlarmHigh", 4659 "Subsystem": "power", 4660 "ComponentID": "0x2800", 4661 "ActionFlags": ["service_action", "report"], 4662 4663 "SRC": { 4664 "ReasonCode": "0x2809", 4665 "Words6To9": {} 4666 }, 4667 4668 "Callouts": [ 4669 { 4670 "CalloutList": [ 4671 { 4672 "Priority": "high", 4673 "SymbolicFRU": "ambient_temp" 4674 } 4675 ] 4676 } 4677 ], 4678 4679 "Documentation": { 4680 "Description": "The ambient temperature passed the EPOW4 limit.", 4681 "Message": "The ambient temperature passed the EPOW4 limit. The system will shut down", 4682 "Notes": [ 4683 "This error occurs when the ambient temperature surpassed", 4684 "the EPOW4 shutdown limit." 4685 ] 4686 } 4687 }, 4688 4689 { 4690 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHigh", 4691 "Subsystem": "ext_env", 4692 "ComponentID": "0x2800", 4693 "Severity": "predictive", 4694 "ActionFlags": ["service_action", "report"], 4695 4696 "SRC": { 4697 "ReasonCode": "0x280A", 4698 "Words6To9": {} 4699 }, 4700 4701 "CalloutsUsingAD": { 4702 "ADName": "SENSOR_NAME", 4703 "CalloutsWithTheirADValues": [ 4704 { 4705 "ADValue": "/xyz/openbmc_project/sensors/altitude/Altitude", 4706 "Callouts": [ 4707 { 4708 "CalloutList": [ 4709 { 4710 "Priority": "high", 4711 "SymbolicFRU": "altitude" 4712 } 4713 ] 4714 } 4715 ] 4716 } 4717 ] 4718 }, 4719 4720 "Documentation": { 4721 "Description": "An altitude sensor exceeded its warning threshold.", 4722 "Message": "An altitude sensor exceeded its warning threshold.", 4723 "Notes": [ 4724 "The virtual altitude sensor crossed its warning threshold value", 4725 " and a symbolic FRU will be added." 4726 ] 4727 } 4728 }, 4729 4730 { 4731 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.AltitudeWarningHighClear", 4732 "Subsystem": "ext_env", 4733 "ComponentID": "0x2800", 4734 "Severity": "non_error", 4735 "ActionFlags": ["report"], 4736 "EventType": "env_normal", 4737 4738 "SRC": { 4739 "ReasonCode": "0x280B", 4740 "Words6To9": {} 4741 }, 4742 4743 "Documentation": { 4744 "Description": "An altitude sensor is under its warning threshold.", 4745 "Message": "An altitude sensor is under its warning threshold.", 4746 "Notes": [ 4747 "The virtual altitude sensor is under its warning threshold value", 4748 " and a symbolic FRU will be added." 4749 ] 4750 } 4751 }, 4752 4753 { 4754 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLow", 4755 "Subsystem": "cec_tod", 4756 "ComponentID": "0x2800", 4757 "Severity": "unrecoverable", 4758 "ActionFlags": ["service_action", "report"], 4759 4760 "SRC": { 4761 "ReasonCode": "0x280C", 4762 "Words6To9": {} 4763 }, 4764 4765 "Documentation": { 4766 "Description": "A voltage sensor went below its critical low threshold.", 4767 "Message": "A voltage sensor went below its critical low threshold." 4768 } 4769 }, 4770 4771 { 4772 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.VoltageCriticalLowClear", 4773 "Subsystem": "cec_tod", 4774 "ComponentID": "0x2800", 4775 "Severity": "non_error", 4776 "ActionFlags": ["report"], 4777 4778 "SRC": { 4779 "ReasonCode": "0x280D", 4780 "Words6To9": {} 4781 }, 4782 4783 "Documentation": { 4784 "Description": "A voltage sensor is over its critical low threshold.", 4785 "Message": "A voltage sensor is over its critical low threshold." 4786 } 4787 }, 4788 4789 { 4790 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLow", 4791 "Subsystem": "power", 4792 "ComponentID": "0x2800", 4793 "Severity": "predictive", 4794 "ActionFlags": ["service_action", "report"], 4795 4796 "SRC": { 4797 "ReasonCode": "0x280E", 4798 "Words6To9": {} 4799 }, 4800 4801 "Documentation": { 4802 "Description": "A temperature sensor is under its low warning threshold.", 4803 "Message": "A temperature sensor is under its low warning threshold.", 4804 "Notes": [ 4805 "A temperature sensor crossed its low warning threshold value", 4806 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 4807 ] 4808 } 4809 }, 4810 4811 { 4812 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureWarningLowClear", 4813 "Subsystem": "power", 4814 "ComponentID": "0x2800", 4815 "Severity": "non_error", 4816 "ActionFlags": ["report"], 4817 "EventType": "env_normal", 4818 4819 "SRC": { 4820 "ReasonCode": "0x280F", 4821 "Words6To9": {} 4822 }, 4823 4824 "Documentation": { 4825 "Description": "A temperature sensor is above its low warning threshold.", 4826 "Message": "A temperature sensor is above its low warning threshold.", 4827 "Notes": [ 4828 "A temperature sensor crossed above its low warning threshold value." 4829 ] 4830 } 4831 }, 4832 4833 { 4834 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLow", 4835 "Subsystem": "power", 4836 "ComponentID": "0x2800", 4837 "Severity": "unrecoverable", 4838 "ActionFlags": ["service_action", "report"], 4839 4840 "SRC": { 4841 "ReasonCode": "0x2810", 4842 "Words6To9": {} 4843 }, 4844 4845 "Documentation": { 4846 "Description": "A temperature sensor is under its low critical threshold.", 4847 "Message": "A temperature sensor is under its low critical threshold.", 4848 "Notes": [ 4849 "A temperature sensor crossed its low critical threshold value", 4850 "CALLOUT_INVENTORY_PATH will be passed in to add a FRU callout." 4851 ] 4852 } 4853 }, 4854 4855 { 4856 "Name": "xyz.openbmc_project.Sensor.Threshold.Error.TemperatureCriticalLowClear", 4857 "Subsystem": "power", 4858 "ComponentID": "0x2800", 4859 "Severity": "non_error", 4860 "ActionFlags": ["report"], 4861 "EventType": "env_normal", 4862 4863 "SRC": { 4864 "ReasonCode": "0x2811", 4865 "Words6To9": {} 4866 }, 4867 4868 "Documentation": { 4869 "Description": "A temperature sensor is over its low critical threshold.", 4870 "Message": "A temperature sensor is over its low critical threshold.", 4871 "Notes": [ 4872 "A temperature sensor crossed above its critical threshold value" 4873 ] 4874 } 4875 }, 4876 4877 { 4878 "Name": "com.ibm.VPD.Error.InvalidEepromPath", 4879 "Subsystem": "cec_vpd", 4880 "ComponentID": "0x4000", 4881 4882 "SRC": { 4883 "ReasonCode": "0x4000", 4884 "Words6To9": { 4885 "6": { 4886 "Description": "Errno of the failure.", 4887 "AdditionalDataPropSource": "CALLOUT_ERRNO" 4888 } 4889 } 4890 }, 4891 4892 "Documentation": { 4893 "Description": "A path access error occurred", 4894 "Message": "An EEPROM path access error occurred.", 4895 "Notes": [ 4896 "This error occurs when parser is unable to access", 4897 "EEPROM path. Errno and device path are captured as", 4898 "additional data." 4899 ] 4900 } 4901 }, 4902 4903 { 4904 "Name": "com.ibm.VPD.Error.InvalidVPD", 4905 "Subsystem": "cec_vpd", 4906 "ComponentID": "0x4000", 4907 4908 "SRC": { 4909 "ReasonCode": "0x4001", 4910 "Words6To9": {} 4911 }, 4912 4913 "Documentation": { 4914 "Description": "Invalid VPD data.", 4915 "Message": "A VPD data exception occurred.", 4916 "Notes": [ 4917 "This error occurs when VPD data is found to be", 4918 "invalid. This can be when VPD file is missing out", 4919 "mandatory records.Inventory path is captured in", 4920 "additional data." 4921 ] 4922 } 4923 }, 4924 4925 { 4926 "Name": "com.ibm.VPD.Error.EccCheckFailed", 4927 "Subsystem": "cec_vpd", 4928 "ComponentID": "0x4000", 4929 4930 "SRC": { 4931 "ReasonCode": "0x4002", 4932 "Words6To9": {} 4933 }, 4934 4935 "Documentation": { 4936 "Description": "Invalid VPD ecc data.", 4937 "Message": "A VPD ecc exception occurred.", 4938 "Notes": [ 4939 "This error occurs when VPD ecc check fails for the FRU.", 4940 "Inventory path for the failed FRU is captured in additonal", 4941 "data." 4942 ] 4943 } 4944 }, 4945 4946 { 4947 "Name": "com.ibm.VPD.Error.InvalidJson", 4948 "Subsystem": "cec_vpd", 4949 "ComponentID": "0x4000", 4950 4951 "SRC": { 4952 "ReasonCode": "0x4003", 4953 "Words6To9": {} 4954 }, 4955 4956 "Callouts": [ 4957 { 4958 "CalloutList": [ 4959 { "Priority": "high", "Procedure": "BMC0001" } 4960 ] 4961 } 4962 ], 4963 4964 "Documentation": { 4965 "Description": "Invalid Json", 4966 "Message": "A Json failure occurred.", 4967 "Notes": [ 4968 "This error occurs when parser fails to access", 4969 "Json file or there is any issue with Json data.", 4970 "Failed Json path and cause of failure is captured", 4971 "in additional data." 4972 ] 4973 } 4974 }, 4975 4976 { 4977 "Name": "com.ibm.VPD.Error.DefaultValue", 4978 "Subsystem": "cec_vpd", 4979 "ComponentID": "0x4000", 4980 4981 "SRC": { 4982 "ReasonCode": "0x4004", 4983 "Words6To9": {} 4984 }, 4985 4986 "Callouts": [ 4987 { 4988 "CalloutList": [ 4989 { 4990 "Priority": "high", 4991 "Procedure": "BMC0007" 4992 } 4993 ] 4994 } 4995 ], 4996 4997 "Documentation": { 4998 "Description": "Default value found on VPD.", 4999 "Message": "Found default VPD.", 5000 "Notes": [ 5001 "This error occurs when a default value found on VPD.", 5002 "Details regarding failure are captured in additional data." 5003 ] 5004 } 5005 }, 5006 5007 { 5008 "Name": "com.ibm.VPD.Error.DbusFailure", 5009 "Subsystem": "cec_vpd", 5010 "ComponentID": "0x4000", 5011 5012 "SRC": { 5013 "ReasonCode": "0x4005", 5014 "Words6To9": {} 5015 }, 5016 5017 "Callouts": [ 5018 { 5019 "CalloutList": [ 5020 { "Priority": "high", "Procedure": "BMC0001" } 5021 ] 5022 } 5023 ], 5024 5025 "Documentation": { 5026 "Description": "Dbus exception", 5027 "Message": "A Dbus internal error occurred.", 5028 "Notes": [ 5029 "This error occurs when Dbus operation fails.", 5030 "Exceptions details are captured in additonal", 5031 "data." 5032 ] 5033 } 5034 }, 5035 5036 { 5037 "Name": "com.ibm.VPD.Error.UnknownSystemType", 5038 "Subsystem": "cec_vpd", 5039 "ComponentID": "0x4000", 5040 5041 "SRC": { 5042 "ReasonCode": "0x4006", 5043 "Words6To9": {} 5044 }, 5045 5046 "Callouts": [ 5047 { 5048 "CalloutList": [{ "Priority": "high", "LocCode": "P0" }] 5049 } 5050 ], 5051 5052 "Documentation": { 5053 "Description": "Unknown System Type", 5054 "Message": "System type not supported in DTB table.", 5055 "Notes": [ 5056 "System type comes from combination of HW and IM value of system VPD.", 5057 "If anything gets changed in that combination, then it can't determine", 5058 "the appropriate DTB for that system. Need to check HW and IM keywords." 5059 ] 5060 } 5061 }, 5062 5063 { 5064 "Name": "com.ibm.VPD.Error.GPIOError", 5065 "Subsystem": "cec_vpd", 5066 "ComponentID": "0x4000", 5067 5068 "SRC": { 5069 "ReasonCode": "0x4007", 5070 "Words6To9": {} 5071 }, 5072 5073 "Callouts": [ 5074 { 5075 "CalloutList": [ 5076 { "Priority": "high", "Procedure": "BMC0001" } 5077 ] 5078 } 5079 ], 5080 5081 "Documentation": { 5082 "Description": "GPIO line error", 5083 "Message": "GPIO line couldn't be found or read.", 5084 "Notes": [ 5085 "The BMC could not access a GPIO line. This can be a hardware issue", 5086 " or driver issue. Since a hardware or a software issue cannot be", 5087 " differentiated, the BMC code will be called out." 5088 ] 5089 } 5090 }, 5091 5092 { 5093 "Name": "com.ibm.VPD.Error.Mismatch", 5094 "Subsystem": "cec_vpd", 5095 "ComponentID": "0x4000", 5096 5097 "SRC": { 5098 "ReasonCode": "0x4008", 5099 "Words6To9": {} 5100 }, 5101 5102 "Callouts": [ 5103 { 5104 "CalloutList": [ 5105 { 5106 "Priority": "high", 5107 "Procedure": "BMC0007" 5108 } 5109 ] 5110 } 5111 ], 5112 5113 "Documentation": { 5114 "Description": "VPD mismatch found between primary and backup", 5115 "Message": "Error occurred due to VPD mismatch between primary and backup.", 5116 "Notes": [ 5117 "This error occurs when there is a data mismatch between ", 5118 "primary and backup VPD.", 5119 "Details regarding the failure are captured in additional data." 5120 ] 5121 } 5122 }, 5123 5124 { 5125 "Name": "com.ibm.VPD.Error.RequiredFRUMissing", 5126 "Subsystem": "cec_vpd", 5127 "ComponentID": "0x4000", 5128 5129 "SRC": { 5130 "ReasonCode": "0x4009", 5131 "Words6To9": {} 5132 }, 5133 5134 "Documentation": { 5135 "Description": "Essential FRU check.", 5136 "Message": "Essential FRU check failed", 5137 "Notes": [ 5138 "This error occurs when VPD manager service detects any", 5139 "missing essential FRU. These are FRUs which are required", 5140 "to be present in the system at the time of power on.", 5141 "The inventory path is captured in additional data." 5142 ] 5143 } 5144 }, 5145 5146 { 5147 "Name": "com.ibm.Panel.Error.InputDevPathFailure", 5148 "Subsystem": "cec_op_panel", 5149 "ComponentID": "0x5000", 5150 5151 "SRC": { 5152 "ReasonCode": "0x5001", 5153 "Words6To9": {} 5154 }, 5155 5156 "Documentation": { 5157 "Description": "Button Handler Failure", 5158 "Message": "Input Device path failure", 5159 "Notes": ["Button events will not be processed."] 5160 } 5161 }, 5162 5163 { 5164 "Name": "com.ibm.Panel.Error.I2CSetupFailure", 5165 "Subsystem": "cec_op_panel", 5166 "ComponentID": "0x5000", 5167 5168 "SRC": { 5169 "ReasonCode": "0x5002", 5170 "Words6To9": {} 5171 }, 5172 5173 "Documentation": { 5174 "Description": "Panel I2C setup failure", 5175 "Message": "Unable to open device path or ioctl failure", 5176 "Notes": [ 5177 "The Panel is unable to open device", 5178 " path or ioctl failure" 5179 ] 5180 } 5181 }, 5182 5183 { 5184 "Name": "com.ibm.Panel.Error.HostCommunicationError", 5185 "Subsystem": "cec_op_panel", 5186 "ComponentID": "0x5000", 5187 5188 "SRC": { 5189 "ReasonCode": "0x5003", 5190 "Words6To9": {} 5191 }, 5192 5193 "Callouts": [ 5194 { 5195 "CalloutList": [ 5196 { 5197 "Priority": "high", 5198 "Procedure": "BMC0001" 5199 } 5200 ] 5201 } 5202 ], 5203 5204 "Documentation": { 5205 "Description": "Host Communication failure", 5206 "Message": "Error in sending message to host", 5207 "Notes": ["Failure from PLDM sending message to", "Host"] 5208 } 5209 }, 5210 5211 { 5212 "Name": "com.ibm.Panel.Error.DbusError", 5213 "Subsystem": "cec_op_panel", 5214 "ComponentID": "0x5000", 5215 5216 "SRC": { 5217 "ReasonCode": "0x5004", 5218 "Words6To9": {} 5219 }, 5220 5221 "Callouts": [ 5222 { 5223 "CalloutList": [ 5224 { 5225 "Priority": "high", 5226 "Procedure": "BMC0001" 5227 } 5228 ] 5229 } 5230 ], 5231 5232 "Documentation": { 5233 "Description": "Dbus exception", 5234 "Message": "A Dbus internal error occurred.", 5235 "Notes": [ 5236 "This error occurs when Dbus operation fails.", 5237 "Exceptions details are captured in additional", 5238 "data." 5239 ] 5240 } 5241 }, 5242 5243 { 5244 "Name": "com.ibm.Panel.Error.CodeUpdateFailure", 5245 "Subsystem": "cec_op_panel", 5246 "ComponentID": "0x5000", 5247 5248 "SRC": { 5249 "ReasonCode": "0x5005", 5250 "Words6To9": {} 5251 }, 5252 5253 "Documentation": { 5254 "Description": "LCD/Bootfail PIC code update failure.", 5255 "Message": "Error while doing LCD/bootfail PIC code update.", 5256 "Notes": [ 5257 "Panel firmware(LCD/bootfail PIC) update fails due to ", 5258 "unsupportable firmware version. Inventory path to the", 5259 "FRU on which PIC controller is physically present will", 5260 "be called out." 5261 ] 5262 } 5263 }, 5264 5265 { 5266 "Name": "org.open_power.Host.Boot.Error.WatchdogTimedOut", 5267 "Subsystem": "cec_sp_hostboot_iface", 5268 "ComponentID": "0xC100", 5269 5270 "SRC": { 5271 "ReasonCode": "0xC101", 5272 "Words6To9": {} 5273 }, 5274 5275 "Documentation": { 5276 "Description": "Host did not respond within the watchdog timeout interval", 5277 "Message": "Host did not respond before the watchdog timeout interval expired", 5278 "Notes": [ 5279 "Host did not respond before the expiry of the watchdog timeout interval.", 5280 "Collecting hostboot dump." 5281 ] 5282 } 5283 }, 5284 5285 { 5286 "Name": "xyz.openbmc_project.Dump.Error.Ramoops", 5287 "Subsystem": "bmc_firmware", 5288 "ComponentID": "0xC200", 5289 5290 "SRC": { 5291 "ReasonCode": "0xC201", 5292 "Words6To9": {} 5293 }, 5294 5295 "Callouts": [ 5296 { 5297 "CalloutList": [ 5298 { "Priority": "high", "Procedure": "BMC0001" } 5299 ] 5300 } 5301 ], 5302 5303 "Documentation": { 5304 "Description": "BMC rebooted unexpectedly due to kernel panic", 5305 "Message": "BMC rebooted unexpectedly resulting in a ramoops dump being collected", 5306 "Notes": [ 5307 "Investigate the collected BMC dump to identify the reason for the BMC reboot." 5308 ] 5309 } 5310 }, 5311 5312 { 5313 "Name": "xyz.openbmc_project.Software.Version.Error.Incompatible", 5314 "Subsystem": "bmc_firmware", 5315 "ComponentID": "0x3600", 5316 "SRC": { 5317 "ReasonCode": "0x3601", 5318 "Words6To9": {} 5319 }, 5320 5321 "Callouts": [ 5322 { 5323 "CalloutList": [ 5324 { "Priority": "high", "Procedure": "BMC0001" } 5325 ] 5326 } 5327 ], 5328 5329 "Documentation": { 5330 "Description": "A system component has a software version that is incompatible.", 5331 "Message": "A system component has a software version that is incompatible." 5332 } 5333 }, 5334 5335 { 5336 "Name": "xyz.openbmc_project.Software.Version.Error.AlreadyExists", 5337 "Subsystem": "bmc_firmware", 5338 "ComponentID": "0x3600", 5339 "SRC": { 5340 "ReasonCode": "0x3602", 5341 "Words6To9": {} 5342 }, 5343 5344 "Callouts": [ 5345 { 5346 "CalloutList": [ 5347 { "Priority": "high", "Procedure": "BMC0001" } 5348 ] 5349 } 5350 ], 5351 5352 "Documentation": { 5353 "Description": "This image version already exists on the device.", 5354 "Message": "This image version already exists on the device." 5355 } 5356 }, 5357 5358 { 5359 "Name": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", 5360 "Subsystem": "bmc_firmware", 5361 "ComponentID": "0x3600", 5362 "ActionFlags": ["report"], 5363 "SRC": { 5364 "ReasonCode": "0x3603", 5365 "Words6To9": {} 5366 }, 5367 5368 "Callouts": [ 5369 { 5370 "CalloutList": [ 5371 { "Priority": "high", "Procedure": "BMC0001" } 5372 ] 5373 } 5374 ], 5375 5376 "Documentation": { 5377 "Description": "An error occurred during untar.", 5378 "Message": "An error occurred during untar." 5379 } 5380 }, 5381 5382 { 5383 "Name": "xyz.openbmc_project.Software.Image.Error.ManifestFileFailure", 5384 "Subsystem": "bmc_firmware", 5385 "ComponentID": "0x3600", 5386 "SRC": { 5387 "ReasonCode": "0x3604", 5388 "Words6To9": {} 5389 }, 5390 5391 "Callouts": [ 5392 { 5393 "CalloutList": [ 5394 { "Priority": "high", "Procedure": "BMC0001" } 5395 ] 5396 } 5397 ], 5398 5399 "Documentation": { 5400 "Description": "An error occurred when reading the software image Manifest file.", 5401 "Message": "An error occurred when reading the software image Manifest file." 5402 } 5403 }, 5404 5405 { 5406 "Name": "xyz.openbmc_project.Software.Image.Error.InternalFailure", 5407 "Subsystem": "bmc_firmware", 5408 "ComponentID": "0x3600", 5409 "SRC": { 5410 "ReasonCode": "0x3605", 5411 "Words6To9": {} 5412 }, 5413 5414 "Callouts": [ 5415 { 5416 "CalloutList": [ 5417 { "Priority": "high", "Procedure": "BMC0001" } 5418 ] 5419 } 5420 ], 5421 5422 "Documentation": { 5423 "Description": "The operation failed internally during processing the image.", 5424 "Message": "The operation failed internally during processing the image." 5425 } 5426 }, 5427 5428 { 5429 "Name": "xyz.openbmc_project.Software.Image.Error.ImageFailure", 5430 "Subsystem": "bmc_firmware", 5431 "ComponentID": "0x3600", 5432 "SRC": { 5433 "ReasonCode": "0x3606", 5434 "Words6To9": {} 5435 }, 5436 5437 "Callouts": [ 5438 { 5439 "CalloutList": [ 5440 { "Priority": "high", "Procedure": "BMC0001" } 5441 ] 5442 } 5443 ], 5444 5445 "Documentation": { 5446 "Description": "An error occurred processing the image.", 5447 "Message": "An error occurred processing the image." 5448 } 5449 }, 5450 5451 { 5452 "Name": "xyz.openbmc_project.Software.Image.Error.BusyFailure", 5453 "Subsystem": "bmc_firmware", 5454 "ComponentID": "0x3600", 5455 "SRC": { 5456 "ReasonCode": "0x3607", 5457 "Words6To9": {} 5458 }, 5459 5460 "Callouts": [ 5461 { 5462 "CalloutList": [ 5463 { "Priority": "high", "Procedure": "BMC0001" } 5464 ] 5465 } 5466 ], 5467 5468 "Documentation": { 5469 "Description": "The device is busy during the update.", 5470 "Message": "The device is busy during the update." 5471 } 5472 }, 5473 5474 { 5475 "Name": "xyz.openbmc_project.Software.Version.Error.ExpiredAccessKey", 5476 "Subsystem": "bmc_firmware", 5477 "ComponentID": "0x3600", 5478 "SRC": { 5479 "ReasonCode": "0x3608", 5480 "Words6To9": {} 5481 }, 5482 5483 "Callouts": [ 5484 { 5485 "CalloutList": [ 5486 { "Priority": "high", "Procedure": "BMC0001" } 5487 ] 5488 } 5489 ], 5490 5491 "Documentation": { 5492 "Description": "The Update Access Key has expired.", 5493 "Message": "The Update Access Key has expired." 5494 } 5495 }, 5496 5497 { 5498 "Name": "xyz.openbmc_project.Software.Version.Error.InvalidSignature", 5499 "Subsystem": "bmc_firmware", 5500 "ComponentID": "0x3600", 5501 "SRC": { 5502 "ReasonCode": "0x3609", 5503 "Words6To9": {} 5504 }, 5505 5506 "Callouts": [ 5507 { 5508 "CalloutList": [ 5509 { "Priority": "high", "Procedure": "BMC0001" } 5510 ] 5511 } 5512 ], 5513 5514 "Documentation": { 5515 "Description": "The software image has an invalid signature.", 5516 "Message": "The software image has an invalid signature" 5517 } 5518 }, 5519 5520 { 5521 "Name": "xyz.openbmc_project.Software.Version.Error.HostFile", 5522 "Subsystem": "bmc_firmware", 5523 "ComponentID": "0x3600", 5524 5525 "SRC": { 5526 "ReasonCode": "0x360A", 5527 "Words6To9": { 5528 "6": { 5529 "Description": "Size of the current running partition", 5530 "AdditionalDataPropSource": "CURRENT_FILE_SIZE" 5531 }, 5532 "7": { 5533 "Description": "Size of the read only partition", 5534 "AdditionalDataPropSource": "EXPECTED_FILE_SIZE" 5535 } 5536 } 5537 }, 5538 "Callouts": [ 5539 { 5540 "CalloutList": [ 5541 { "Priority": "high", "Procedure": "BMC0001" } 5542 ] 5543 } 5544 ], 5545 "Documentation": { 5546 "Description": "Corrupted or changed preserved file", 5547 "Message": "Partition was not preserved on reboot", 5548 "Notes": [ 5549 "This error may occur if one of the partitions marked", 5550 "PRESERVED is either corrupted, or a change of size is ", 5551 "desired for a particular partition." 5552 ] 5553 } 5554 }, 5555 5556 { 5557 "Name": "xyz.openbmc_project.PLDM.Error.findDumpObjPath.GetManagedObjectsFail", 5558 "Subsystem": "bmc_firmware", 5559 "ComponentID": "0x6000", 5560 "Severity": "predictive", 5561 "SRC": { 5562 "ReasonCode": "0x6001", 5563 "Words6To9": {} 5564 }, 5565 "Callouts": [ 5566 { 5567 "CalloutList": [ 5568 { "Priority": "high", "Procedure": "BMC0001" } 5569 ] 5570 } 5571 ], 5572 5573 "Documentation": { 5574 "Description": "Failed to get the requested dump object path.", 5575 "Message": "Failed to get the requested dump object path from the system." 5576 } 5577 }, 5578 { 5579 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailable.NewDumpNotifyFail", 5580 "Subsystem": "bmc_firmware", 5581 "ComponentID": "0x6000", 5582 "Severity": "unrecoverable", 5583 "SRC": { 5584 "ReasonCode": "0x6002", 5585 "Words6To9": {} 5586 }, 5587 "Callouts": [ 5588 { 5589 "CalloutList": [ 5590 { "Priority": "high", "Procedure": "BMC0001" } 5591 ] 5592 } 5593 ], 5594 "Documentation": { 5595 "Description": "Failed to make a new dump notify request to the dump manager application.", 5596 "Message": "Failed to make a new dump notify request to the dump manager application." 5597 } 5598 }, 5599 { 5600 "Name": "xyz.openbmc_project.PLDM.Error.DumpHandler.getOffloadUriFail", 5601 "Subsystem": "bmc_firmware", 5602 "ComponentID": "0x6000", 5603 "Severity": "unrecoverable", 5604 "SRC": { 5605 "ReasonCode": "0x6003", 5606 "Words6To9": {} 5607 }, 5608 "Callouts": [ 5609 { 5610 "CalloutList": [ 5611 { "Priority": "high", "Procedure": "BMC0001" } 5612 ] 5613 } 5614 ], 5615 "Documentation": { 5616 "Description": "Failed to get the dump offload URI path from the dump entry.", 5617 "Message": "Failed to get the dump offload URI path from the dump entry." 5618 } 5619 }, 5620 { 5621 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckFail", 5622 "Subsystem": "bmc_firmware", 5623 "ComponentID": "0x6000", 5624 "Severity": "non_error", 5625 "SRC": { 5626 "ReasonCode": "0x6004", 5627 "Words6To9": {} 5628 }, 5629 "Callouts": [ 5630 { 5631 "CalloutList": [ 5632 { "Priority": "medium", "Procedure": "BMC0001" } 5633 ] 5634 } 5635 ], 5636 "Documentation": { 5637 "Description": "The hypervisor rejected the request to initiate a new resource dump.", 5638 "Message": "The hypervisor rejected the request to initiate a new resource dump." 5639 } 5640 }, 5641 { 5642 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.SourceDumpIdResetFail", 5643 "Subsystem": "bmc_firmware", 5644 "ComponentID": "0x6000", 5645 "Severity": "unrecoverable", 5646 "SRC": { 5647 "ReasonCode": "0x6005", 5648 "Words6To9": {} 5649 }, 5650 "Callouts": [ 5651 { 5652 "CalloutList": [ 5653 { "Priority": "high", "Procedure": "BMC0001" } 5654 ] 5655 } 5656 ], 5657 "Documentation": { 5658 "Description": "Failed to reset the dump ID, due to this requested dump will not be deleted.", 5659 "Message": "Failed to reset the dump ID, due to this requested dump will not be deleted." 5660 } 5661 }, 5662 { 5663 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryDeleteFail", 5664 "Subsystem": "bmc_firmware", 5665 "ComponentID": "0x6000", 5666 "Severity": "unrecoverable", 5667 "SRC": { 5668 "ReasonCode": "0x6006", 5669 "Words6To9": {} 5670 }, 5671 "Callouts": [ 5672 { 5673 "CalloutList": [ 5674 { "Priority": "high", "Procedure": "BMC0001" } 5675 ] 5676 } 5677 ], 5678 "Documentation": { 5679 "Description": "Failed to carry out the dump delete request from the hypervisor.", 5680 "Message": "Failed to carry out the dump delete request from the hypervisor." 5681 } 5682 }, 5683 { 5684 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadedSetFail", 5685 "Subsystem": "bmc_firmware", 5686 "ComponentID": "0x6000", 5687 "Severity": "unrecoverable", 5688 "SRC": { 5689 "ReasonCode": "0x6007", 5690 "Words6To9": {} 5691 }, 5692 "Callouts": [ 5693 { 5694 "CalloutList": [ 5695 { "Priority": "high", "Procedure": "BMC0001" } 5696 ] 5697 } 5698 ], 5699 "Documentation": { 5700 "Description": "Failed to set the dump offloaded completion flag in the dump entry.", 5701 "Message": "Failed to set the dump offloaded completion flag in the dump entry." 5702 } 5703 }, 5704 { 5705 "Name": "xyz.openbmc_project.PLDM.Error.readIntoMemory.GetFilepathFail", 5706 "Subsystem": "bmc_firmware", 5707 "ComponentID": "0x6000", 5708 "Severity": "unrecoverable", 5709 "SRC": { 5710 "ReasonCode": "0x6008", 5711 "Words6To9": {} 5712 }, 5713 "Callouts": [ 5714 { 5715 "CalloutList": [ 5716 { "Priority": "high", "Procedure": "BMC0001" } 5717 ] 5718 } 5719 ], 5720 "Documentation": { 5721 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", 5722 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." 5723 } 5724 }, 5725 { 5726 "Name": "xyz.openbmc_project.PLDM.Error.read.GetFilepathFail", 5727 "Subsystem": "bmc_firmware", 5728 "ComponentID": "0x6000", 5729 "Severity": "unrecoverable", 5730 "SRC": { 5731 "ReasonCode": "0x6009", 5732 "Words6To9": {} 5733 }, 5734 "Callouts": [ 5735 { 5736 "CalloutList": [ 5737 { "Priority": "high", "Procedure": "BMC0001" } 5738 ] 5739 } 5740 ], 5741 "Documentation": { 5742 "Description": "Failed to get the file path for the BMC dump and offload to the hypervisor.", 5743 "Message": "Failed to get the file path for the BMC dump and offload to the hypervisor." 5744 } 5745 }, 5746 { 5747 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.ResourceDumpFileAckWithMetaDataFail", 5748 "Subsystem": "bmc_firmware", 5749 "ComponentID": "0x6000", 5750 "Severity": "non_error", 5751 "SRC": { 5752 "ReasonCode": "0x6010", 5753 "Words6To9": {} 5754 }, 5755 "Callouts": [ 5756 { 5757 "CalloutList": [ 5758 { "Priority": "medium", "Procedure": "BMC0001" } 5759 ] 5760 } 5761 ], 5762 "Documentation": { 5763 "Description": "Could not create a new resource dump due to hypervisor verification failed.", 5764 "Message": "Could not create a new resource dump due to hypervisor verification failed." 5765 } 5766 }, 5767 { 5768 "Name": "xyz.openbmc_project.PLDM.Error.fileAckWithMetaData.DumpEntryOffloadedSetFail", 5769 "Subsystem": "bmc_firmware", 5770 "ComponentID": "0x6000", 5771 "Severity": "unrecoverable", 5772 "SRC": { 5773 "ReasonCode": "0x6011", 5774 "Words6To9": {} 5775 }, 5776 "Callouts": [ 5777 { 5778 "CalloutList": [ 5779 { "Priority": "high", "Procedure": "BMC0001" } 5780 ] 5781 } 5782 ], 5783 "Documentation": { 5784 "Description": "Failed to set the dump offload completion flag in the dump entry details.", 5785 "Message": "Failed to set the dump offload completion flag in the dump entry details." 5786 } 5787 }, 5788 { 5789 "Name": "xyz.openbmc_project.PLDM.Error.newFileAvailableWithMetaData.NewDumpNotifyFail", 5790 "Subsystem": "bmc_firmware", 5791 "ComponentID": "0x6000", 5792 "Severity": "unrecoverable", 5793 "SRC": { 5794 "ReasonCode": "0x6012", 5795 "Words6To9": {} 5796 }, 5797 "Callouts": [ 5798 { 5799 "CalloutList": [ 5800 { "Priority": "high", "Procedure": "BMC0001" } 5801 ] 5802 } 5803 ], 5804 "Documentation": { 5805 "Description": "Failed to notify a new dump available request.", 5806 "Message": "Failed to notify a new dump available request." 5807 } 5808 }, 5809 { 5810 "Name": "xyz.openbmc_project.PLDM.Error.sendNewFileAvailableCmd.SendDumpParametersFail", 5811 "Subsystem": "bmc_firmware", 5812 "ComponentID": "0x6000", 5813 "Severity": "unrecoverable", 5814 "SRC": { 5815 "ReasonCode": "0x6013", 5816 "Words6To9": {} 5817 }, 5818 "Callouts": [ 5819 { 5820 "CalloutList": [ 5821 { "Priority": "high", "Procedure": "BMC0001" } 5822 ] 5823 } 5824 ], 5825 "Documentation": { 5826 "Description": "Failed to send the resource dump parameters for a new dump initiation.", 5827 "Message": "Failed to send the resource dump parameters for a new dump initiation." 5828 } 5829 }, 5830 { 5831 "Name": "xyz.openbmc_project.PLDM.Error.SendFileToHostFail", 5832 "Subsystem": "bmc_firmware", 5833 "ComponentID": "0x6000", 5834 "Severity": "unrecoverable", 5835 "SRC": { 5836 "ReasonCode": "0x6014", 5837 "Words6To9": {} 5838 }, 5839 "Callouts": [ 5840 { 5841 "CalloutList": [ 5842 { "Priority": "high", "Procedure": "BMC0001" } 5843 ] 5844 } 5845 ], 5846 "Documentation": { 5847 "Description": "Failed to send the certificate/license file to the host.", 5848 "Message": "Failed to send the certificate/license file to the host." 5849 } 5850 }, 5851 { 5852 "Name": "xyz.openbmc_project.PLDM.Error.DecodeNewFileResponseFail", 5853 "Subsystem": "bmc_firmware", 5854 "ComponentID": "0x6000", 5855 "Severity": "unrecoverable", 5856 "SRC": { 5857 "ReasonCode": "0x6015", 5858 "Words6To9": {} 5859 }, 5860 "Callouts": [ 5861 { 5862 "CalloutList": [ 5863 { "Priority": "high", "Procedure": "BMC0001" } 5864 ] 5865 } 5866 ], 5867 "Documentation": { 5868 "Description": "Failed to decode the response of certificate/license file sent to the host.", 5869 "Message": "Failed to decode the response of certificate/license file sent to the host." 5870 } 5871 }, 5872 { 5873 "Name": "xyz.openbmc_project.PLDM.Error.NewFileAvailableRequestFail", 5874 "Subsystem": "bmc_firmware", 5875 "ComponentID": "0x6000", 5876 "Severity": "unrecoverable", 5877 "SRC": { 5878 "ReasonCode": "0x6016", 5879 "Words6To9": {} 5880 }, 5881 "Callouts": [ 5882 { 5883 "CalloutList": [ 5884 { "Priority": "high", "Procedure": "BMC0001" } 5885 ] 5886 } 5887 ], 5888 "Documentation": { 5889 "Description": "Failed to send the new certificate/license file to the host.", 5890 "Message": "Failed to send the new certificate/license file to the host." 5891 } 5892 }, 5893 { 5894 "Name": "xyz.openbmc_project.PLDM.Error.SetHostEffecterFailed", 5895 "Subsystem": "bmc_firmware", 5896 "ComponentID": "0x6000", 5897 "Severity": "non_error", 5898 "SRC": { 5899 "ReasonCode": "0x6017", 5900 "Words6To9": {} 5901 }, 5902 5903 "Callouts": [ 5904 { 5905 "CalloutList": [ 5906 { "Priority": "high", "Procedure": "BMC0001" } 5907 ] 5908 } 5909 ], 5910 "Documentation": { 5911 "Description": "Failed to set state effecter states.", 5912 "Message": "Failed to set state effecter states." 5913 } 5914 }, 5915 { 5916 "Name": "xyz.openbmc_project.PLDM.Error.Generate.PDRJsonFileParseFail", 5917 "Subsystem": "bmc_firmware", 5918 "ComponentID": "0x6000", 5919 "Severity": "unrecoverable", 5920 "SRC": { 5921 "ReasonCode": "0x6018", 5922 "Words6To9": {} 5923 }, 5924 "Callouts": [ 5925 { 5926 "CalloutList": [ 5927 { "Priority": "high", "Procedure": "BMC0001" } 5928 ] 5929 } 5930 ], 5931 "Documentation": { 5932 "Description": "Failed to parse PDR JSON file.", 5933 "Message": "Failed to parse PDR JSON file." 5934 } 5935 }, 5936 { 5937 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.GetStateSensorPDRFail", 5938 "Subsystem": "bmc_firmware", 5939 "ComponentID": "0x6000", 5940 "Severity": "unrecoverable", 5941 "SRC": { 5942 "ReasonCode": "0x6019", 5943 "Words6To9": {} 5944 }, 5945 "Callouts": [ 5946 { 5947 "CalloutList": [ 5948 { "Priority": "high", "Procedure": "BMC0001" } 5949 ] 5950 } 5951 ], 5952 "Documentation": { 5953 "Description": "Failed to get state sensor PDR state.", 5954 "Message": "Failed to get state sensor PDR state." 5955 } 5956 }, 5957 { 5958 "Name": "xyz.openbmc_project.PLDM.Error.SetHostSensorState.EncodeStateSensorFail", 5959 "Subsystem": "bmc_firmware", 5960 "ComponentID": "0x6000", 5961 "Severity": "unrecoverable", 5962 "SRC": { 5963 "ReasonCode": "0x6020", 5964 "Words6To9": {} 5965 }, 5966 "Callouts": [ 5967 { 5968 "CalloutList": [ 5969 { "Priority": "high", "Procedure": "BMC0001" } 5970 ] 5971 } 5972 ], 5973 "Documentation": { 5974 "Description": "Failed to encode state sensor request.", 5975 "Message": "Failed to encode state sensor request." 5976 } 5977 }, 5978 { 5979 "Name": "xyz.openbmc_project.PLDM.Error.CMsubscribeFailure", 5980 "Subsystem": "bmc_firmware", 5981 "ComponentID": "0x6000", 5982 "Severity": "unrecoverable", 5983 "SRC": { 5984 "ReasonCode": "0x6021", 5985 "Words6To9": {} 5986 }, 5987 "Callouts": [ 5988 { 5989 "CalloutList": [ 5990 { "Priority": "high", "Procedure": "BMC0001" } 5991 ] 5992 } 5993 ], 5994 "Documentation": { 5995 "Description": "Failed to subscribe for concurrent maintenance of FRU.", 5996 "Message": "Failed to subscribe for concurrent maintenance of FRU." 5997 } 5998 }, 5999 { 6000 "Name": "xyz.openbmc_project.PLDM.Error.setSurvTimer.RecvSurveillancePingFail", 6001 "Subsystem": "bmc_firmware", 6002 "ComponentID": "0x6000", 6003 "Severity": "non_error", 6004 "SRC": { 6005 "ReasonCode": "0x6022", 6006 "Words6To9": {} 6007 }, 6008 "Callouts": [ 6009 { 6010 "CalloutList": [ 6011 { "Priority": "high", "Procedure": "BMC0001" } 6012 ] 6013 } 6014 ], 6015 "Documentation": { 6016 "Description": "Host did not send a surveillance ping within stipulated timeout interval.", 6017 "Message": "Host did not send a surveillance ping within stipulated timeout interval." 6018 } 6019 }, 6020 { 6021 "Name": "xyz.openbmc_project.PLDM.Error.fileAck.DumpEntryOffloadUriSetFail", 6022 "Subsystem": "bmc_firmware", 6023 "ComponentID": "0x6000", 6024 "Severity": "unrecoverable", 6025 "SRC": { 6026 "ReasonCode": "0x6023", 6027 "Words6To9": {} 6028 }, 6029 "Callouts": [ 6030 { 6031 "CalloutList": [ 6032 { "Priority": "high", "Procedure": "BMC0001" } 6033 ] 6034 } 6035 ], 6036 "Documentation": { 6037 "Description": "Failed to reset the dump offload URI path from the dump entry.", 6038 "Message": "Failed to reset the dump offload URI path from the dump entry." 6039 } 6040 }, 6041 { 6042 "Name": "xyz.openbmc_project.PLDM.Error.SoftPowerOff.HostSoftOffTimeOut", 6043 "Subsystem": "bmc_firmware", 6044 "ComponentID": "0x6000", 6045 "Severity": "unrecoverable", 6046 "SRC": { 6047 "ReasonCode": "0x6024", 6048 "Words6To9": {} 6049 }, 6050 "Callouts": [ 6051 { 6052 "CalloutList": [ 6053 { "Priority": "high", "Procedure": "BMC0001" } 6054 ] 6055 } 6056 ], 6057 "Documentation": { 6058 "Description": "Host failed to complete the power off gracefully within the timeout.", 6059 "Message": "Host failed to complete the power off gracefully within the timeout." 6060 } 6061 }, 6062 { 6063 "Name": "xyz.openbmc_project.Dump.Error.Invalidate", 6064 "Subsystem": "bmc_firmware", 6065 "ComponentID": "0x6000", 6066 "SRC": { 6067 "ReasonCode": "0x6025", 6068 "Words6To9": {} 6069 }, 6070 "Documentation": { 6071 "Description": "Dump has been deleted/offloaded", 6072 "Message": "BMC/System/Resource dump has been deleted/offloaded" 6073 } 6074 }, 6075 { 6076 "Name": "xyz.openbmc_project.PLDM.Error.GetPDR.PDRExchangeFailure", 6077 "Subsystem": "bmc_firmware", 6078 "ComponentID": "0x6000", 6079 "Severity": "unrecoverable", 6080 "SRC": { 6081 "ReasonCode": "0x6026", 6082 "Words6To9": {} 6083 }, 6084 "Callouts": [ 6085 { 6086 "CalloutList": [ 6087 { "Priority": "high", "Procedure": "BMC0001" } 6088 ] 6089 } 6090 ], 6091 "Documentation": { 6092 "Description": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange.", 6093 "Message": "Failed to collect PDR from Host within the timeout of BMC PDR Exchange." 6094 } 6095 }, 6096 { 6097 "Name": "xyz.openbmc_project.PLDM.Error.ReportResourceDumpFail.NewFileAvailableRequest", 6098 "Subsystem": "bmc_firmware", 6099 "ComponentID": "0x6000", 6100 "Severity": "predictive", 6101 "SRC": { 6102 "ReasonCode": "0x6027", 6103 "Words6To9": {} 6104 }, 6105 "Callouts": [ 6106 { 6107 "CalloutList": [ 6108 { "Priority": "high", "Procedure": "BMC0001" } 6109 ] 6110 } 6111 ], 6112 "Documentation": { 6113 "Description": "Failed to send NewFileAvailable request to remote terminus.", 6114 "Message": "Failed to send NewFileAvailable request to remote terminus." 6115 } 6116 }, 6117 { 6118 "Name": "xyz.openbmc_project.PLDM.Error.ReportResourceDumpFail.DecodeNewFileResp", 6119 "Subsystem": "bmc_firmware", 6120 "ComponentID": "0x6000", 6121 "Severity": "predictive", 6122 "SRC": { 6123 "ReasonCode": "0x6028", 6124 "Words6To9": {} 6125 }, 6126 "Callouts": [ 6127 { 6128 "CalloutList": [ 6129 { "Priority": "high", "Procedure": "BMC0001" } 6130 ] 6131 } 6132 ], 6133 "Documentation": { 6134 "Description": "Failed to decode NewFileAvailable response", 6135 "Message": "Failed to decode NewFileAvailable response" 6136 } 6137 }, 6138 { 6139 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CEThresholdReached", 6140 "Subsystem": "cec_hardware", 6141 "ComponentID": "0xF300", 6142 "Severity": "predictive", 6143 6144 "SRC": { 6145 "ReasonCode": "0xF301", 6146 "Words6To9": {} 6147 }, 6148 6149 "Callouts": [ 6150 { 6151 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 6152 "CalloutList": [ 6153 { 6154 "Priority": "high", 6155 "LocCode": "P0-C5" 6156 } 6157 ] 6158 }, 6159 { 6160 "System": "com.ibm.Hardware.Chassis.Model.Everest", 6161 "CalloutList": [ 6162 { 6163 "Priority": "high", 6164 "LocCode": "P0-C0" 6165 } 6166 ] 6167 }, 6168 { 6169 "System": "com.ibm.Hardware.Chassis.Model.Bonnell", 6170 "CalloutList": [ 6171 { 6172 "Priority": "high", 6173 "LocCode": "P0" 6174 } 6175 ] 6176 } 6177 ], 6178 6179 "Documentation": { 6180 "Description": "Correctable ECC memory error collection limit is reached.", 6181 "Message": "Correctable ECC memory error collection limit is reached." 6182 } 6183 }, 6184 { 6185 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.CE", 6186 "Subsystem": "cec_hardware", 6187 "ComponentID": "0xF300", 6188 "Severity": "non_error", 6189 6190 "SRC": { 6191 "ReasonCode": "0xF302", 6192 "Words6To9": {} 6193 }, 6194 6195 "Documentation": { 6196 "Description": "Correctable ECC/other correctable memory error.", 6197 "Message": "Correctable ECC/other correctable memory error." 6198 } 6199 }, 6200 { 6201 "Name": "xyz.openbmc_project.Memory.MemoryECC.Error.UE", 6202 "Subsystem": "cec_hardware", 6203 "ComponentID": "0xF300", 6204 "Severity": "predictive", 6205 6206 "SRC": { 6207 "ReasonCode": "0xF303", 6208 "Words6To9": {} 6209 }, 6210 6211 "Callouts": [ 6212 { 6213 "System": "com.ibm.Hardware.Chassis.Model.Rainier", 6214 "CalloutList": [ 6215 { 6216 "Priority": "high", 6217 "LocCode": "P0-C5" 6218 } 6219 ] 6220 }, 6221 { 6222 "System": "com.ibm.Hardware.Chassis.Model.Everest", 6223 "CalloutList": [ 6224 { 6225 "Priority": "high", 6226 "LocCode": "P0-C0" 6227 } 6228 ] 6229 }, 6230 { 6231 "System": "com.ibm.Hardware.Chassis.Model.Bonnell", 6232 "CalloutList": [ 6233 { 6234 "Priority": "high", 6235 "LocCode": "P0" 6236 } 6237 ] 6238 } 6239 ], 6240 6241 "Documentation": { 6242 "Description": "Uncorrectable ECC/other uncorrectable memory error.", 6243 "Message": "Uncorrectable ECC/other uncorrectable memory error." 6244 } 6245 }, 6246 6247 { 6248 "Name": "org.open_power.OCMB.Error.SbeChipOpFailure", 6249 "Subsystem": "memory", 6250 "ComponentID": "0x4500", 6251 6252 "SRC": { 6253 "ReasonCode": "0x4501", 6254 "Words6To9": { 6255 "6": { 6256 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 6257 "AdditionalDataPropSource": "SRC6" 6258 }, 6259 "7": { 6260 "Description": "Chip Type", 6261 "AdditionalDataPropSource": "CHIP_TYPE" 6262 } 6263 } 6264 }, 6265 6266 "Documentation": { 6267 "Description": "chipop failure with OCMB SBE provided FFDC", 6268 "Message": "chipop request failure reported by OCMB SBE", 6269 "Notes": [ 6270 "The severity is set by the creator.", 6271 "Callouts added based on OCMB SBE provided FFDC.", 6272 "OCMB SBE provided additional debug data included as part of the", 6273 "additional user data section." 6274 ] 6275 } 6276 }, 6277 6278 { 6279 "Name": "org.open_power.OCMB.Error.SbeChipOpTimeout", 6280 "Subsystem": "memory", 6281 "ComponentID": "0x4500", 6282 6283 "SRC": { 6284 "ReasonCode": "0x4502", 6285 "Words6To9": { 6286 "6": { 6287 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 6288 "AdditionalDataPropSource": "SRC6" 6289 }, 6290 "7": { 6291 "Description": "Chip Type", 6292 "AdditionalDataPropSource": "CHIP_TYPE" 6293 } 6294 } 6295 }, 6296 6297 "Callouts": [ 6298 { 6299 "CalloutList": [ 6300 { 6301 "Priority": "high", 6302 "Procedure": "BMC0002" 6303 } 6304 ] 6305 } 6306 ], 6307 6308 "Documentation": { 6309 "Description": "OCMB SBE chipop timeout", 6310 "Message": "OCMB chipop timeout reported during SBE communication", 6311 "Notes": [ 6312 "The severity is set by the creator.", 6313 "Check OCMB SBE Dump associated to this error to debug the failure." 6314 ] 6315 } 6316 }, 6317 { 6318 "Name": "org.open_power.OCMB.Error.SbeInternalFFDCData", 6319 "Subsystem": "memory", 6320 "ComponentID": "0x4500", 6321 6322 "SRC": { 6323 "ReasonCode": "0x4503", 6324 "Words6To9": { 6325 "6": { 6326 "Description": "[0:15] chip position, [16:23] command class, [24:31] command type", 6327 "AdditionalDataPropSource": "SRC6" 6328 }, 6329 "7": { 6330 "Description": "Chip Type", 6331 "AdditionalDataPropSource": "CHIP_TYPE" 6332 } 6333 } 6334 }, 6335 6336 "Documentation": { 6337 "Description": "SBE internal FFDC data after SBE chipop success", 6338 "Message": "SBE internal FFDC data after SBE chipop success", 6339 "Notes": [ 6340 "The severity is set by the creator.", 6341 "Callouts added based on OCMB SBE provided FFDC.", 6342 "OCMB SBE provided additional debug data included as part of ", 6343 "the additional user data section." 6344 ] 6345 } 6346 } 6347 ] 6348} 6349