Reset Watchdog Timer
更新时间: 2026/08/06
在Gitcode上查看源码

Reset Watchdog Timer

Change History

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

Basic Information

Function Description

Resets the BMC watchdog timer.

Privilege

PowerMgnt

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD22h
-N/A

Response Information

ByteData Field
1Completion Code. Generic plus the following command-specific completion
codes:
80h=Attempt to start un-initialized watchdog. It is recommended that a
BMC implementation return this error completion code to indicate to software that a Set Watchdog Timer command has not been issued
to initialize the timer since the last system power on, reset, or BMC
reset. Note that since many systems may initialize the watchdog timer
during BIOS operation, this condition may only be seen by software if
a BMC gets re-initialized during system operation (as might be the
case if a firmware update occurred, for example).

Command Example

Reset the BMC watchdog timer.

Request:

bash
ipmicmd -k "0f 00 06 22" smi 0

Response:

text
0f 07 00 22 80

Back to Index