Set Command Enables
更新时间: 2026/08/06
在Gitcode上查看源码Set Command Enables
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the command enabling status.
Privilege
UserMgmt
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 06h |
| CMD | 60h |
| 1 | Channel: channel for querying the command support |
| 2 | Operation: indicates the operation parameters for querying the command support. The details are as follows: [0:5] NetFN: NetFN required for querying the command support. [6:7] Operation: Query the command support flag. The values are as follows: 00b: The query command ranges from 00h to 7Fh. 01b: The query command ranges from 80h to FFh. |
| 3 | Specifies the LUN whose command support is to be queried. The value range is [0, 3]. |
| 4:19 | Enable Mask: command status mask. The meaning of each bit in the mask is as follows: 00b: The command is disabled. 01b: The command is enabled. The overall mask layout is as follows (depending on the operation in the request): byte 1, bit 0 corresponds to command 00h or command 80hbyte 1, bit 7 corresponds to command 07h or command 87h...byte 16, bit 0 correspond to command 78h or command F8hbyte 16, bit 7 corresponds to command 7Fh or command FFh |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the command enabling status.
Request:
bash
ipmitool raw 0x06 0x60 0x01 0x06 0x00 0x02 0x00 0x00 0x00 0x20 0x00 0x00 0x19 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00Response:
text