Querying the Key Setting Status
更新时间: 2026/08/06
在Gitcode上查看源码Querying the Key Setting Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This API is used to query the key setting status.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | d6h |
| 1:3 | 0x00 0x02 0x00 |
| 4:5 | 0x00 0x00 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Setting 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 0x00Response:
text
04