Set Front Panel Button Enables
更新时间: 2026/08/06
在Gitcode上查看源码

Set Front Panel Button Enables

Change History

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

Basic Information

Function Description

Enable the buttons on the front panel.

Privilege

Command Information

Request Information

ByteData Field
NetFnChassis 00h
CMD0Ah
1Front Panel Button Enables
[7:4]-reserved
[3]-1b=disable Standby (sleep) button for entering standby (sleep)
(control can still be used to wake the system)
[2]-1b=disable Diagnostic Interrupt button
[1]-1b=disable Reset button
[0]-1b=disable Power off button for power off only (in the case there is a single combined power/standby (sleep) button, then this also disables sleep requests via that button.)

Response Information

ByteData Field
1Completion Code

Command Example

Enable the buttons on the front panel.

Request:

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

Response:

text
0f MM NN

Back to Index