Query Onboard Optical Module Presence Info
更新时间: 2026/08/06
在Gitcode上查看源码Query Onboard Optical Module Presence Info
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Querying the In-Position Information About an Onboard Optical Module
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | 00h |
| 2:3 | FruType 0x200 |
| 4 | deviceId Onboard optical module ID |
| 5 | 90h |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Present Status 00: not in position 01: in position |
Command Example
Query the installation status of onboard optical module 0.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x90Response:
text
01