Get Riser Card Alarm Count
更新时间: 2026/08/06
在Gitcode上查看源码Get Riser Card Alarm Count
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the number of riser card alarms.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | b9h |
| 1:3 | Fru_id. Set this parameter to 0x000004. |
| 4 | device_id: 0x00 |
| 5 | sdr_type: Set it to 0xff. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | alarm_num: number of riser card alarms |
Command Example
Obtain the number of riser card alarms.
Request:
bash
ipmitool raw 0x32 0xb9 0x00 0x00 0x04 0x00 0xffResponse:
text
02