Querying the Key Setting Status
更新时间: 2026/08/06
在Gitcode上查看源码

Querying the Key Setting Status

Change History

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

Basic Information

Function Description

This API is used to query the key setting status.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDd6h
1:30x00 0x02 0x00
4:50x00 0x00

Response Information

ByteData Field
1Completion Code
2Setting status:
0x0: The BMC does not send the key file to the IMU.
0x1: The BMC fails to send the key file to the IMU.
0x2: The BMC is sending the key file to the IMU.
0x3: The BMC successfully sends the key file to the IMU.
0x4: The BMC fails to obtain the IMU key.
0x5: The BMC queries and learns that the IMU is deregistering the key.
0x6: The BMC queries the IMU key deregistration success.

Command Example

Query the key setting status.

Request:

bash
ipmitool raw 0x32 0xd6 0x00 0x02 0x00 0x00 0x00

Response:

text
04

Back to Index