This site is a work in progress — you can help!
Please see the Site news for details.
Configuration
From Linux-HA
Contents |
Basic Connectivity
/etc/ha.d/authkeys
Sample Heartbeat configuration: /etc/ha.d/authkeys
auth 1 1 crc
See also authkeys
/etc/ha.d/ha.cf
Sample Heartbeat configuration: /etc/ha.d/ha.cf
# Node communication bcast eth0 udpport 694 autojoin any # Logging debug 0 coredumps true logfacility daemon # Timeouts suitable for clusters with 2-8 nodes keepalive 1 warntime 6 deadtime 10 initdead 15 # Advanced settings, read the detailed configuration notes before changing realtime yes compression bz2 traditional_compression off
A complete listing of all the Heartbeat configuration options is also available.
Resources
There are two options for configuring cluster resources:
The first is very simple to configure because it doesn't do very much
- Clusters are limited to 2 nodes
- No detection of resource-level failures
- Resources organized into independent groups with a strictly linear start/stop order
Traditionally Pacemaker has been more complex to configure, however it now comes with a nice command line tool that hides the XML scaffolding that frightened many potential users.
To enable Pacemaker, shut down all the nodes and adding the following to /etc/ha.d/ha.cf
crm respawn
Then sit down with a warm drink and read the Pacemaker documentation.
