代码仓
中
Set BBU Charging High and Low Current
更新时间: 2026/08/06
在AtomGit上查看源码

Set BBU Charging High and Low Current ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the charging current of the BBU.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1bbu_id: BBU slot ID. Generally, the value is 0x00.
2:3fru_logic_type: 0x2000
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x0a
6ctrl_mode: charging type function mask. Set this field to 0x02.
7charge_mode: charging mode
0x00: excessive current; 0x01: weak current

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the charging current of the BBU. ​

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x20 0x00 0x00 0x0a 0x02 0x00

Response:

text

Back to Index ​