Reset Watchdog Timer 命令详情
更新时间:2025/06/26
在Gitcode上查看源码

修订记录

openUBMC版本号修订日期修订人修订内容
25.062025/06/26pengqiang-gs初稿,新增命令详情

基本信息

功能说明

标准命令,重置看门狗的计数器,用于启动/重启看门狗。 The Reset Watchdog Timer command is used for starting and restarting the Watchdog Timer from the initial countdown value that was specified in the Set Watchdog Timer command.

权限

PowerMgmt

命令信息

请求信息

无请求参数

响应信息

字节顺序域取值说明
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).

命令样例

样例1:重置看门狗的计数器

  • 请求:ipmitool raw 0x06 0x022
  • 响应:

返回到索引