Set System Info Parameters
更新时间: 2026/08/06
在Gitcode上查看源码

Set System Info Parameters

Change History

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

Basic Information

Function Description

This command is used to save third-party information to the BMC.

Privilege

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD58h
1Parameter selector
2-NConfiguration parameter data
See Table 1.

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

Command Example

Set the BMC MAC address to 00 18 82 01 02 03.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index