代码仓
中
Obtain BBU voltage
更新时间: 2026/08/06
在AtomGit上查看源码

Obtain BBU voltage ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains the BBU voltage.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD3eh
1:3fru_id: 0x002000

Response Information ​

ByteData Field
1Completion Code
2:3voltage1, bus voltage (mV)
4:5voltage2: discharge voltage (mV)
6:7voltage3: charging voltage (mV)
8:9voltage4: battery voltage (mV)
10:11voltage5: 5V (valid only for Pangu mid-range models) (mV)

Command Example ​

Obtain the BBU voltage. ​

Request:

bash
ipmitool raw 0x32 0x3e 0x00 0x20 0x00

Response:

text
9d 2f 2a 02 61 02 e7 2e 00 00

Back to Index ​