Blame SOURCES/README.Fedora

3c2ebf
This is the watchdog package for Fedora.  It implements a userspace
3c2ebf
daemon which periodically pings (usually hardware) to tell the
3c2ebf
hardware that the machine is alive.  If the hardware times out without
3c2ebf
receiving a ping, it assumes userspace is dead and reboots the
3c2ebf
machine.
3c2ebf
3c2ebf
There are several major classes of watchdog available:
3c2ebf
3c2ebf
 - watchdog hardware implementing the Linux /dev/watchdog API
3c2ebf
3c2ebf
     * drivers in /lib/modules/$(uname -r)/kernel/drivers/watchdog/
3c2ebf
     * http://lxr.linux.no/linux/Documentation/watchdog/watchdog-api.txt
3c2ebf
3c2ebf
 - softdog
3c2ebf
3c2ebf
     * software watchdog (just runs inside the kernel)
3c2ebf
     * implements the Linux /dev/watchdog API
3c2ebf
     * won't help you if the kernel fails (obvious, right?)
3c2ebf
3c2ebf
 - IPMI
3c2ebf
3c2ebf
     * a heavyweight standard for all things server-management
3c2ebf
     * separate Linux driver
3c2ebf
     * ipmitool to control it
3c2ebf
     * see README.watchdog.ipmi for how to use this daemon together
3c2ebf
       with IPMI
3c2ebf
3c2ebf
You can also use watchdogs inside recent QEMU/KVM virtual machines.
3c2ebf
When running qemu, specify "-watchdog i6300esb" on the qemu command
3c2ebf
line (or use libvirt).  Inside the guest, the i6300esb watchdog driver
3c2ebf
should automatically load and provide you with a Linux /dev/watchdog-
3c2ebf
compatible API.
3c2ebf
3c2ebf
	- Richard W.M. Jones (rjones@redhat.com) 2009-02-26