Set Force Power On Status
更新时间: 2026/08/06
在Gitcode上查看源码

Set Force Power On Status

Change History

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

Basic Information

Function Description

Set the forcible startup flag of the server, cancel the BIOS, wait until the DPU startup is complete, and continue to start the host OS.

Privilege

PowerMgnt, a common user. After the system is locked, the SET operation is prohibited.

Available only after China Telecom customization is enabled

Command Information

Request Information

ByteData Field
NetFn3ah
CMDf6h
1Sub command=00h

Response Information

ByteData Field
1Completion Code
0x0: The command is executed successfully.
Other return codes: The command execution is abnormal.

Command Example

Set the forcible boot flag of the server to cancel the BIOS waiting for the DPU to start and continue to start the host OS.

Request:

bash
ipmitool raw 0x3a 0xf6 0x00

Response:

text
0x00

Back to Index