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