Set BBU Online Test Switch
更新时间: 2026/08/06
在Gitcode上查看源码Set BBU Online Test Switch
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Setting the BBU Online Test Switch
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | b5h |
| 1 | bbu_id: BBU slot ID. Generally, the value is 0x00. |
| 2:3 | bbu_logic_type: 0x0080 |
| 4 | Device_id. Set this parameter to 0x00. |
| 5 | sdr_type: 0x80 |
| 6 | set_value: online test switch 0: disabled; 1: enabled |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the BBU online test switch.
Request:
bash
ipmitool raw 0x32 0xb5 0x00 0x00 0x80 0x00 0x80 0x01Response:
text