Query self-test results
更新时间: 2026/08/06
在Gitcode上查看源码

Query self-test results

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Queries the self-check result.

Privilege

Command Information

Request Information

ByteData Field
NetFnPICMG 2Ch
CMD36h
1Set PICMG ID to 0.

Response Information

ByteData Field
1Completion Code
0: The self-check is complete. For the self-test result, see the Self-test Result 1 and Self-test Result 2 fields in the response.
80h=The self-check is in progress. Run the Query self-test results command to query the progress of the self-check.
81h=The current interface does not support software upgrade. The remaining response bytes are valid.
D5h=No self-check is performed and no self-check result is available. The Self-test Result 1 and Self-test Result 2 fields are not displayed.
2Set PICMG ID to 0.
3Self-test Result 1
55h=No error. The self-check is passed.
56h=Reserved
57h=The data or device cannot be accessed or is damaged.
58h: fatal hardware error (The system considers that the IPMC cannot work.) This indicates that the hardware, sensor, or memory needs to be replaced or repaired.
60h=The component is faulty.
FFh=Reserved
Other values are related to the device. For details, see the specific device specifications.
4Self-test Result 2
If Self-test Result 1 is 55h or FFh, set this parameter to 0.
If the value of Self-test Result 1 is 57h, 1b indicates that the test fails, and 0 indicates that the test result is unknown.
[7] 1=The SEL device cannot be accessed.
[6] 1=The SDR storage device cannot be accessed.
[5] 1=Failed to access the BMC FRU device.
[4] 1=The IPMB signal cable does not respond.
[3] 1: The SDR memory is empty.
[2] 1=The internal use area of the FRU is damaged.
[1] 1=The boot block software of the controller is damaged.
[0] 1=The controller software is damaged.
If the value of Self-test Result 1 is 58h, this field is reserved.
If the value of Self-test Result 1 is 60h, the component test fails.
Other values of Self-test Result 1 are reserved.

Command Example

Query the self-check result.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index