代码仓
中
Get Handle State
更新时间: 2026/08/06
在AtomGit上查看源码

Get Handle State ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains the processing status.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 13h
2FRU Device ID
0: front board
1=Rear board

Response Information ​

ByteData Field
1Completion Code
2[7:4] Upper ejector lever status
0: closed
1 = Open
[3:0]: lower ejector lever status
0: closed
1: enabled

Command Example ​

Obtain the processing status. ​

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index ​