Set Stateless Compute Parameter
更新时间: 2026/08/06
在Gitcode上查看源码

Set Stateless Compute Parameter

Change History

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

Basic Information

Function Description

Set stateless computing parameters.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD94h
1:3Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.
4Sub command: 23h
5Parameter selector, 1 based. See Table 1.
6[7:1]: reserved
[0]: cascading flag
0: last data
1: middle data
7Offset, indicating the offset of the written data. The value starts from 0.
Write data in sequence when they are written as multiple frames.
8Length: write length
9Written data

Response Information

ByteData Field
1Completion Code
2:4Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.

Reference

Table 1 Stateless computing parameters

Parameter#Data#(Decimal)
power on permitwrite-onlydata1:1: indicates whether the system management (such as eSight) allows the server to be powered on in the controlled power-on scenario.
0: power-on not allowed
1: power-on allowed
1
auto discovery enableread-writedata1:1 indicates whether to enable the automatic discovery function.
0: disabled
1: enabled
2
power on controled enableread-writedata1: 1 indicates whether to enable the power-on control function.
0: disabled
1: enabled
3
auto discovery broadcast parameterread-writeSetting UDP broadcast parameters for automatic discovery
data1:1: broadcast port number
Data2:4-broadcast network segment
4
encrypt keywrite-onlyIndicates the encryption key for UDP packets between the server and NMS in stateless computing.
Data1:1:1 indicates the encryption key length N.
data2:N: encryption key data
5

Command Example

Set stateless parameters.

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index