Heartbeat-driven Apache HA Setup and Production Maintenance Guide
Practical Example: Highly Available Apache Web Service with Heartbeat
1. Lab Environment
Two RHEL/CentOS hosts:
node-a – 192.168.1.130
node-b – 192.168.1.129
A floating virtual IP (VIP) 192.168.1.131/24 will be managed by Heartbeat and bound to whichever node is active.
2. Install Apache on Both Nodes
sudo yum install -y httpd
3. Prepare the ...
Posted on Sun, 17 May 2026 16:29:21 +0000 by saqibb
Deploying a Two-Node Heartbeat High Availability Cluster on CentOS
Cluster Architecture and Prerequisites
To establish a robust High Availability (HA) environment using Heartbeat, a two-node architecture is configured on CentOS 6.8 (x86_64). The setup requires distinct network interfaces for management traffic and heartbeat signals to ensure reliable failover mechanisms.
Primary Node (ha-node-primary):
Menag ...
Posted on Thu, 14 May 2026 06:19:14 +0000 by stonefish
Open-Falcon Agent Setup and Configuration Guide
Official documentation: https://book.open-falcon.org/zh_0_2/usage/nodata.html
API reference: http://open-falcon.org/falcon-plus/
Agent Overview
Once the agent is deployed on a machine and properly configured with heartbeat (hbs) and transfer settings, it automatically starts collecting metrics and sending data to the backend.
Host Groups and Ma ...
Posted on Sat, 09 May 2026 23:51:23 +0000 by HeinekenBeer
Oracle RAC Cluster Heartbeat Mechanisms and Best Practices
Physical Network Configuration Guidelines
Avoid direct crossover cabling between nodes; use dedicated switches instead.
Isolate the private interconnect (heartbeat network) from the public application network.
If sharing a switch is unavoidable, enforce VLAN segmentation.
Oracle explicitly prohibits crossover cables for Clusterware internal ...
Posted on Sat, 09 May 2026 14:38:34 +0000 by kinaski