代码仓
中
Get power working mode setting result
更新时间: 2026/08/06
在AtomGit上查看源码

Get power working mode setting result ​

Change History ​

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

Basic Information ​

Function Description ​

Query the setting result of the power supply working mode.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1:3fru_id: 0x000080
4device_id: 0x00
5sdr_type: 0x9f

Response Information ​

ByteData Field
1Completion Code
2Setting result of the power supply working mode
00h: The power supply working mode is set successfully.
01h: The power supply working mode is being set.
02h: The power supply working mode fails to be set.

Command Example ​

Query the setting result of the power supply working mode. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x00 0x80 0x00 0x9f

Response:

text
00

Back to Index ​