1checkquorum(8) Check Quorum Watchdog Script checkquorum(8)
2
3
4
6 checkquorum - Check Quorum Watchdog Script
7
9 checkquorum
10
12 The checkquorum watchdog script, when copied to the /etc/watchdog.d
13 directory and after enabling/starting the watchdog daemon causes the
14 node to reboot if quorum is lost and not regained within a user configā
15 urable amount of time (default: 60 seconds).
16
18 The checkquorum script includes several options which can be set by
19 editing the script with a text editor.
20
21 $wait_time
22 Amount of time in seconds to wait after quorum is lost before
23 trigger a reboot (Default: 60 seconds).
24
25 $hardreboot
26 Instantly reboot the machine without cleanly shutting down the
27 system. Useful when the machine may hang on reboot. Set to 1
28 to hard reboot the system, 0 to do a normal reboot.
29
31 checkquorum should never be called outside of watchdog except for
32 debugging purposes.
33
34
36 watchdog(8)
37
38
39
40 February 2011 checkquorum(8)