Set power working mode to stop routine testing
更新时间: 2026/08/06
在Gitcode上查看源码Set power working mode to stop routine testing
Change History
| openUBMC Version | Revision Date | Description | Revised By |
|---|---|---|---|
| 3.22.15.01 | 2026-06-10 | New API | Wang Han/30068863 |
Basic Information
Function Description
Set the power supply working mode and stop the routine test.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1:3 | fru_id: 0x000080 |
| 4 | device_id: 0x00 |
| 5 | sdr_type: 0x8b |
| 6 | option 0x00: Clear the test stop flag. 0x01: valid stop flag |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the power supply working mode to stop the routine test.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x00 0x80 0x00 0x8b 0x01Response:
text