Set BBU Charging High and Low Current
更新时间: 2026/08/06
在Gitcode上查看源码Set BBU Charging High and Low Current
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the charging current of the BBU.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | bbu_id: BBU slot ID. Generally, the value is 0x00. |
| 2:3 | fru_logic_type: 0x2000 |
| 4 | Device_id. Set this parameter to 0x00. |
| 5 | sdr_type: 0x0a |
| 6 | ctrl_mode: charging type function mask. Set this field to 0x02. |
| 7 | charge_mode: charging mode 0x00: excessive current; 0x01: weak current |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the charging current of the BBU.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x20 0x00 0x00 0x0a 0x02 0x00Response:
text