代码仓
中
Start IPMB Test
更新时间: 2026/08/06
在AtomGit上查看源码

Start IPMB Test ​

Change History ​

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

Basic Information ​

Function Description ​

Start the IPMB test.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command = 0Ch

Response Information ​

ByteData Field
1Completion Code
The completion code only indicates whether the command is executed successfully, but does not indicate whether the test is successful. The test result is determined based on the following bytes.
2Test result:
0: success
1=IPMB-B SCL or SDA cannot be driven low.
2=IPMB-B SCL or SDA cannot be driven high.
3=IPMB-A SCL or SDA cannot be driven high.
4=IPMB-A SCL or SDA cannot drive low.

Command Example ​

Start the IPMB test. ​

Request:

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

Response:

text
0f MM NN

Back to Index ​