< Home - < Back

watchdog


Information about the package, watchdog, which is shipped with common Linux distributions. The watchdog package is designed for, Software and/or Hardware watchdog daemon.


Package Name:

watchdog

Summary:

Software and/or Hardware watchdog daemon

Description:

The watchdog program can be used as a powerful software watchdog daemon or may be alternately used with a hardware watchdog device such as the IPMI hardware watchdog driver interface to a resident Baseboard Management Controller (BMC). watchdog periodically writes to /dev/watchdog; the interval between writes to /dev/watchdog is configurable through settings in the watchdog sysconfig file. This configuration file is also used to set the watchdog to be used as a hardware watchdog instead of its default software watchdog operation. In either case, if the device is open but not written to within the configured time period, the watchdog timer expiration will trigger a machine reboot. When operating as a software watchdog, the ability to reboot will depend on the state of the machine and interrupts. When operating as a hardware watchdog, the machine will experience a hard reset (or whatever action was configured to be taken upon watchdog timer expiration) initiated by the BMC.

Architecture:

x86_64

Version:

5.6

Release:

5.el6

Size:

67 k

Repository:

base

From Repository:

Licence:

GPL+



Handy Yum Commands for watchdog


Control the watchdog package with the following handy commands outlined below.


Command

Description of Command

yum install watchdog

This command will install watchdog on the server.

yum remove watchdog

This command will un-install watchdog on the server. When you run this command, you will be asked if you are sure that you want to remove watchdog, so you have to manually confirm that you want to do this.

yum -y remove watchdog

This command will un-install watchdog on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove watchdog when using the -y flag.

yum update watchdog

This command will update watchdog to the latest version. When you run this command, you will be asked if you are sure that you want to remove watchdog, so you have to manually confirm that you want to do this.

yum -y update watchdog

This command will update watchdog to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove watchdog when using the -y flag.

yum info watchdog

This command will show you core information about the watchdog package.

yum deplist watchdog

This command will show you the dependencies for watchdog. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update watchdog

This command will check if there is an update waiting on watchdog. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.