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

Get BBU Working Status ​

Change History ​

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

Basic Information ​

Function Description ​

Obtaining the Working Status of the BBU

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD47h
1:3fru_id: 0x002000
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x37

Response Information ​

ByteData Field
1Completion Code
2work_status: working status
0: battery pack not detected (valid only for low-end devices); 1: initial; 2: self-check; 3: charging; 4: full charging; 5: discharging; 6: online test; 7: protection; 8: shutdown

Command Example ​

Obtain the working status of the BBU. ​

Request:

bash
ipmitool raw 0x32 0x47 0x00 0x20 0x00 0x00 0x37

Response:

text

Back to Index ​