1HA_LOGD(8) System Manager's Manual HA_LOGD(8)
2
3
4
6 ha_logd - Logging Daemon for High-Availability Linux
7
9 ha_logd [ -skdh ] [ -c configure file ]
10
12 ha_logd is a logging daemon for Linux-HA. It receives messages from a
13 local domain socket /var/lib/log_daemon, writes them to appropriate
14 files and syslog if enabled. The reason the logging daemon is written
15 is that occationally Heartbeat suffers from disk I/O delays. By sending
16 log messages to logging daemon, heatbeat can avoid disk I/O delays.
17
19 -s Show the status of ha_logd, running or stopped.
20
21 -k Stop (kill) the daemon
22
23 -d Make the logging daemon a daemon
24
25 -h Show help message
26
27 -c configure file
28 Configure file for ha_logd. User can configure log file, debuf
29 file, log facility, entity and useapphbd.
30 For details, see sample configure file ha_logd.cf.
31
33 /var/run/ha_logd.pid Default PID file.
34
35 ha_logd.cf Sample config file for ha_logd. This file is installed
36 together with other Heartbeat documents.
37
38
40 heartbeat(8) ha_logger(8)
41
42
44 More information may be found at http://www.linux-ha.org.
45
46
48 Guochun Shi <gshi@ncsa.uiuc.edu>
49 Alan Robertson <alanr@unix.sh>
50 Lars Marowsky-Bree <lmb@suse.de>
51
52
53
54
55 5th November 2004 HA_LOGD(8)