1keepalived(8) System Manager's Manual keepalived(8)
2
3
4
6 keepalived. - keepalive demon
7
9 /usr/sbin/keepalived [-n] [-f keepalived.conf] [-d] [-h] [-v]
10
12 The keepalived The keepalived server implements the vrrpd routing demon
13 which enables routing failover for a pair (or set) of routers (or LVS
14 directors) and the keepalived demon which sets up and does the health
15 checking of virtual services in a Linux Virtual Servier.
16
18 --vrrp, -P
19 Only run the VRRP subsystem.
20
21 --check, -C
22 Only run the healthchecker subsystem.
23
24 --dont-release-vrrp, -V
25 leave (don't remove) VRRP VIPs & VROUTEs on daemon stop.
26
27 --dont-release-ipvs, -I
28 Dont remove IPVS topology on daemon stop.
29
30 --dont-fork, -n
31 Dont fork the daemon process.
32
33 --use-file, -f keepalived.conf_file
34 Use the specified configuration file.
35
36 --wdog-vrrp, -R
37 Define VRRP watchdog polling delay (default=5s)
38
39 --wdog-check, -H
40 Define healthchecker's watchdog polling delay (default=5s)
41
42 --dump-conf, -d
43 Dump the configuration data.
44
45 --log-console, -l
46 Log messages to local console.
47
48 --log-detail, -D
49 Detailed log messages (the default with the rc script provided).
50
51 --log-facility, -S
52 0-7 Set syslog facility to LOG_LOCAL[0-7] (default=LOG_DAEMON)
53
54 --help, -h
55 Display a short inlined help screen.
56
57 --version, -v
58 Display the version number.
59
60
62 /etc/keepalived/keepalived.conf
63
65 keepalived.conf(5)
66
68 Joseph Mack
69 from inspection of the output of keepalived --help from
70 keepalived-1.1.4
71
72
73
74 Jan 2004 keepalived(8)