代码仓
中
Get Power Supply Input Power
更新时间: 2026/08/06
在AtomGit上查看源码

Get Power Supply Input Power ​

Change History ​

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

Basic Information ​

Function Description ​

Obtaining the Input Power

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDa3h
1slotNum
2:30x1000
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x00.

Response Information ​

ByteData Field
1Completion Code
2Input Power

Command Example ​

Obtain the input power of the power module in slot 1. ​

Request:

bash
ipmitool raw 0x32 0xa3 0x01 0x10 0x00 0x00 0x00

Response:

text
6c 01

Back to Index ​