Obtain BBU Alarm Status
更新时间: 2026/08/06
在Gitcode上查看源码Obtain BBU Alarm Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the BBU alarm status.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 9fh |
| 1:3 | fru_id: 0x002000 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | bbu_status: BBU alarm status 0: The alarm does not exist. 1: The alarm exists. |
Command Example
Obtain the BBU alarm status.
Request:
bash
ipmitool raw 0x32 0x9f 0x00 0x20 0x00Response:
text
00