summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-11-30 20:21:43 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-11-30 20:21:43 +0000
commite62e8dd7cb55a1e3f43113c48790da49b453fcef (patch)
tree2ad9baa2a3a3b60076e5a245d9359db409706493 /share/man
parentd927a28eb7bc4ee3a99aeba6ae1b356bd241454f (diff)
Add watchdog heading. Lots of help from various people.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ipmi.422
1 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man4/ipmi.4 b/share/man/man4/ipmi.4
index 3b846d33d96..cf242d34498 100644
--- a/share/man/man4/ipmi.4
+++ b/share/man/man4/ipmi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipmi.4,v 1.8 2005/11/21 07:05:53 dlg Exp $
+.\" $OpenBSD: ipmi.4,v 1.9 2005/11/30 20:21:42 marco Exp $
.\"
.\" Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
.\" Text was heavily borrowed from the IPMI spec V1.5
@@ -139,9 +139,27 @@ upstream and downstream message blocks.
The BT interface can be implemented using an ASIC or FPGA
or may be built in to a custom-designed management controller.
.El
+.Sh WATCHDOG
+IPMI provides watchdog timer functionality.
+Once configured, if the watchdog is not reset within a x second timeout,
+the server will reset.
+The reset will occur regardless of the recoverability of the hang or crash.
+.Bl -tag -width Ds
+.It Example of enabling a watchdog:
+sysctl -w kern.watchdog.period=10
+.El
+.Pp
+In this case if the watchdog is not reset it'll reboot the server after roughly
+10 seconds.
+.Pp
+.Bl -tag -width Ds
+.It Example of disabling watchdog:
+sysctl -w kern.watchdog.period=0
+.El
.Sh SEE ALSO
.Xr sensorsd 8 ,
-.Xr sysctl 8
+.Xr sysctl 8 ,
+.Xr watchdog 4
.Sh HISTORY
The
.Nm