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