Get Payload Instance Info
更新时间: 2026/08/06
在Gitcode上查看源码Get Payload Instance Info
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 obtain the payload instance information.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | App 06h |
| CMD | 4Bh |
| 1 | Payload Type Number-Type number of the standard payload type or OEM Payload Handle to retrieve status for For details, see 8-1, Payload Type Numbers in the IPMI specification table. |
| 2 | Payload Instance 1-based 0h=reserved |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:5 | Session ID-ID of session that instance is presently activated on. (The Managed System Session ID that the BMC generated when the session was activated) 00_00_00_00h if given instance is not activated. Remote software can use this information with the Get Session Info command to identify the remote console that presently is using a given payload type |
| 6:13 | Payload-specific information (8-bytes) For Payload Type=SOL: Byte 1: Port Number, A number representing the system serial port that is being redirected 1-based 0h=unspecified, Used when more than one port can be redirected on a system Byte 2:8=reserved |
Command Example
Obtain payload instance information.
Request:
bash
ipmicmd -k "0f 00 06 4b 01 01" smi 0Response:
text
0f 07 00 4b 00 00 00 00 00 01 00 00 00 00 00 00 00