代码仓
中
Set SOL Configuration Parameters
更新时间: 2026/08/06
在AtomGit上查看源码

Set SOL Configuration Parameters ​

Change History ​

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

Basic Information ​

Function Description ​

Configure SOL.

Privilege ​

KVMMgnt

Command Information ​

Request Information ​

ByteData Field
NetFnTransport 0Ch
CMD21h
1[7:4]-reserved
[3:0]-Channel number.
2Parameter selector
3Configuration parameter data, per Table 8-5, SOL Configuration Parameters

Response Information ​

ByteData Field
1Completion Code
80h=parameter not supported.
81h=attempt to set the 'set in progress' value (in parameter #0) when not in
the 'set complete' state. (This completion code provides a way to recognize that another party has already 'claimed' the parameters)
82h=attempt to write read-only parameter
83h=attempt to read write-only parameter

Command Example ​

Set the SOL configuration. ​

Request:

bash
ipmicmd -k "0f 00 0c 21 00 00 c9" smi 0

Response:

text
0f 0d 00 21 cc

Back to Index ​