代码仓
中
Deactivate Payload
更新时间: 2026/08/06
在AtomGit上查看源码

Deactivate Payload ​

Change History ​

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

Basic Information ​

Function Description ​

Disables the payload.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFnApp 06h
CMD49h
1[7:6]-reserved
[5:0]-payload type
2Payload Instance
[7:4]-reserved
[3:0]-payload instance, 1-based. 0h=reserved
3:6Payload Auxiliary Data, Additional parameters to configure behavior of the payload when it becomes deactivated. Ignored if no auxiliary data is specified for given payload type
For Payload Type=SOL: (no auxiliary data) write as 0000_0000h

Response Information ​

ByteData Field
1Completion Code
Generic plus the following command-specific completion codes:
80h: Payload already deactivated
81h: Payload type is disabled (optional). Given payload type is not configured to be enabled for activation

Command Example ​

Disable the payload. ​

Request:

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

Response:

text
0f MM NN

Back to Index ​