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