Get Payload Instance Info
更新时间: 2026/08/06
在Gitcode上查看源码

Get Payload Instance Info

Change History

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

Basic Information

Function Description

This API is used to obtain the payload instance information.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD4Bh
1Payload 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.
2Payload Instance
1-based
0h=reserved

Response Information

ByteData Field
1Completion Code
2:5Session 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:13Payload-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 0

Response:

text
0f 07 00 4b 00 00 00 00 00 01 00 00 00 00 00 00 00

Back to Index