New answers tagged cluster
0
Your ulimit -u is < 144. Have an admin change that.
0
It was a configuration mistake. There needs to be subnet and not ip address or subnet mask in interconnects
1
I believe this tutorial is exactly what you're looking for. The tutorial is titled: Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Lenny.
In general you're /etc/haproxy.cfg file will look similar to this:
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
...
0
Nitesh, you should read about High Availability and Fault Tolerant systems.
From your description you have a High Availability configured in Active-Passive mode, withing this scenario you will not get zero downtime. As the application has to start on the second server when it fails on the primary server.
Unless you application is Active-Active wise then ...
Top 50 recent answers are included