Set Stateless Compute Parameter
更新时间: 2026/08/06
在Gitcode上查看源码Set Stateless Compute Parameter
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set stateless computing parameters.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 94h |
| 1:3 | Manufacturer 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. |
| 4 | Sub command: 23h |
| 5 | Parameter selector, 1 based. See Table 1. |
| 6 | [7:1]: reserved [0]: cascading flag 0: last data 1: middle data |
| 7 | Offset, indicating the offset of the written data. The value starts from 0. Write data in sequence when they are written as multiple frames. |
| 8 | Length: write length |
| 9 | Written data |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer 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 permit | write-only | data1: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 enable | read-write | data1:1 indicates whether to enable the automatic discovery function. 0: disabled 1: enabled | 2 |
| power on controled enable | read-write | data1: 1 indicates whether to enable the power-on control function. 0: disabled 1: enabled | 3 |
| auto discovery broadcast parameter | read-write | Setting UDP broadcast parameters for automatic discovery data1:1: broadcast port number Data2:4-broadcast network segment | 4 |
| encrypt key | write-only | Indicates 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 0Response:
text
00 DB 07 00 00