Obtain the Number of Device Alarms
更新时间: 2026/08/06
在Gitcode上查看源码Obtain the Number of Device Alarms
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This interface is used to obtain the number of device alarms.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | B9h |
| 1 | The FRU ID starts from 0. |
| 2:3 | Fru type 0x0002: control board 0x0004: BBU 0x0001: interface card (CST0221V6) |
| 4 | Device id |
| 5 | Sdr type |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Alarm num |
Command Example
Obtain the number of device alarms.
Request:
bash
ipmitool raw 0x32 0xb9 0x00 0x02 0x00 0x00 0xffResponse:
text
33