代码仓
中
Set Chassis Capabilities
更新时间: 2026/08/06
在AtomGit上查看源码

Set Chassis Capabilities ​

Change History ​

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

Basic Information ​

Function Description ​

Set the chassis function.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFnChassis 00h
CMD05h
1Capabilities Flags
[7:2]- reserved
[1]- 1b=Provides Front Panel Lockout.
[0]- 1b=Provides intrusion
2Chassis FRU Info Device Address (see Get Chassis Capabilities for a description of these addresses, their use, and the field formatting.)
3Chassis SDR Device Address
4Chassis SEL Device Address
5Chassis SM Device Address
(6)Chassis Bridge Device Address

Response Information ​

ByteData Field
1Completion Code. Note, this command does not return an error completion code if an attempt is made to change a 'read-only' parameter
Software must check which fields in the response match the value from the request by using the Get Chassis Capabilities command

Command Example ​

Set the chassis function. ​

Request:

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

Response:

text
0f MM NN

Back to Index ​