ha_logd(8) - Linux man page
Name
ha_logd - Logging Daemon for High-Availability Linux
Synopsis
ha_logd [ -skdh ] [ -c configure file ]
Description
ha_logd is a logging daemon for Linux-HA. It receives messages from a local domain socket /var/lib/log_daemon, writes them to appropriate files and syslog if enabled. The reason the logging daemon is written is that occationally Heartbeat suffers from disk I/O delays. By sending log messages to logging daemon, heatbeat can avoid disk I/O delays.
Options
- -s
Show the status of ha_logd, running or stopped.
-k
Stop (kill) the daemon
-d
Make the logging daemon a daemon
-h
Show help message
- -c configure file
- Configure file for ha_logd. User can configure log file, debuf file, log facility, entity and useapphbd. For details, see sample configure file ha_logd.cf.
Files
/var/run/ha_logd.pid Default PID file.
ha_logd.cf Sample config file for ha_logd. This file is installed together with other Heartbeat documents.
See Also
heartbeat(8) ha_logger(8)
Documentation
More information may be found at http://www.linux-ha.org.
Authors
Guochun Shi <gshi@ncsa.uiuc.edu> Alan Robertson <alanr@unix.sh> Lars Marowsky-Bree <lmb@suse.de>
