Set power working mode to stop routine testing
更新时间: 2026/08/06
在Gitcode上查看源码

Set power working mode to stop routine testing

Change History

openUBMC VersionRevision DateDescriptionRevised By
3.22.15.012026-06-10New APIWang Han/30068863

Basic Information

Function Description

Set the power supply working mode and stop the routine test.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1:3fru_id: 0x000080
4device_id: 0x00
5sdr_type: 0x8b
6option
0x00: Clear the test stop flag.
0x01: valid stop flag

Response Information

ByteData Field
1Completion 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 0x01

Response:

text

Back to Index