Set Test Count
更新时间: 2026/08/06
在Gitcode上查看源码

Set Test Count

Change History

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

Basic Information

Function Description

Sets the number of tests.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 31h
2FRU Device ID
3test type:
0: power cycle test
1=cold reset
3=AC Cycle: The AC command is forcibly executed, regardless of the power-on status of the service system. (The disk data of the service system may be lost.)
Other values: reserved
4count: number of tests

Response Information

ByteData Field
1Completion Code
80h=Not supported
C0h=node busy: indicates that the test is in progress.

Command Example

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

Request:

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

Response:

text
0f 31 00 90 00

Back to Index