Obtains the basic BMC type
更新时间: 2026/08/06
在Gitcode上查看源码Obtains the basic BMC type
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the basic BMC type. If the value 1 is returned, the underlying layer is implemented based on iBMCBMC. The original eBMC does not have this interface, which is used by the DMI to determine the BMC type.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1:3 | fruId |
| 4 | deviceId |
| 5 | sdrType 0x7e |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | iBMCBMC: 1 |
Command Example
Check the current BMC basic type.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x74Response:
text
01