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

Get Test Count ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains the number of tests.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command=32h
2FRU Device ID.
3test type:
0: power cycle test
1=cold reset
Other values: reserved

Response Information ​

ByteData Field
1Completion Code
80h=Not supported
C0h=node busy: indicates that the test is in progress.
2count: indicates the number of test times. The default value is 0.

Command Example ​

Obtain the number of power-on and power-off tests on the service side. ​

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 90 32 00 00" smi 0

Response:

text
0f 31 00 90 00 03

Back to Index ​