Query If Light Board Supports Upgrade
更新时间: 2026/08/06
在Gitcode上查看源码Query If Light Board Supports Upgrade
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Queries whether the indicator board supports upgrade.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 73h |
| 1:3 | fru_id: 0x000400 |
| 4 | device_id: 0x03 |
| 5 | sdr_type: 0x03 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 00h: Upgrade is not supported. 01h: Upgrade is supported. |
Command Example
Query whether the indicator board supports upgrade.
Request:
bash
ipmitool raw 0x32 0x73 0x00 0x04 0x00 0x03 0x03Response:
text
01