Set Test Count
更新时间: 2026/08/06
在Gitcode上查看源码Set Test Count
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the number of tests.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand = 31h |
| 2 | FRU Device ID |
| 3 | test 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 |
| 4 | count: number of tests |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion 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 0Response:
text
0f 31 00 90 00