Get Payload Instance Info 命令详情
更新时间:2025/06/26
在Gitcode上查看源码

修订记录

openUBMC版本号修订日期修订人修订内容
25.062025/06/26pengqiang-gs初稿,新增命令详情

基本信息

功能说明

标准命令,获取具体会话实例信息。当前命令仅用于 RMCP 会话。 This command returns information about a specific instance of a payload type.

权限

ReadOnly

命令信息

请求信息

字节顺序域取值说明
1Payload Type Number - Type number of the standard payload type or OEM Payload Handle to retrieve status for.
See Payload Type Numbers.
2Payload Instance. 1-based. 0h = reserved.

响应信息

字节顺序域取值说明
1Completion Code
An error completion code should be returned if the payload type in the request is set to “IPMI Message” ( 0h ) .
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.

命令样例

样例1:获取当前IPMI会话实例1的信息

  • 请求:
  • 响应:

返回到索引