代码仓
中
Query Onboard Optical Module Presence Info
更新时间: 2026/08/06
在AtomGit上查看源码

Query Onboard Optical Module Presence Info ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Querying the In-Position Information About an Onboard Optical Module

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
100h
2:3FruType
0x200
4deviceId
Onboard optical module ID
590h

Response Information ​

ByteData Field
1Completion Code
2Present 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 0x90

Response:

text
01

Back to Index ​