Hi,
I have set up Highly Available HAProxy Servers with Keepalived and Floating
IP. I have the below details
*Master Node keepalived.conf*
global_defs {
# Keepalived process identifier
#lvs_id haproxy_DH
}
# Script used to check if HAProxy is running
vrrp_script check_haproxy {
script "/usr/bin/
Hi,
I got the below reply from the shorewall firewall mailing list.
>From my own experiment for failover solution (not loadbalancing), it's much
better for you to >play with keepalived, rather than linux HA. Reason: linux
HA tends to put the virtual IP on >aliased interface; where keepalived puts
On Mon, May 25, 2009 at 10:38 PM, Graeme Fowler wrote:
> On Mon, 2009-05-25 at 20:49 +0530, Kaushal Shriyan wrote:
> > I have heartbeat 2.99 and ldirectord running on mthost04 and mthost03.
> when
> > i stop apache on either of mthost05/02 it works as expected. when i sto
Hi,
My setup are as below :-
mthost04 -172.26.1.112 (primary node)
mthost03 - 172.26.1.133 (standby node)
mthost05 - 172.26.1.109(apache server)
mthost02 - 172.26.1.174(apache server)
I have heartbeat 2.99 and ldirectord running on mthost04 and mthost03. when
i stop apache on either of mthost05/
On Wed, Apr 29, 2009 at 1:02 AM, Joseph Mack NA3T wrote:
> On Tue, 28 Apr 2009, Kaushal Shriyan wrote:
>
> > Hi,
> >
> > I have been able to setup Linux HA tested and successfully running it.
> > Couple of questions
> > 1) I have configured the Virtual IP a
Hi,
I have been able to setup Linux HA tested and successfully running it.
Couple of questions
1) I have configured the Virtual IP as a alias to the eth0 on the primary
node. is that correct ?
2) I am stuck with adding resources in my setup. I have referred to the
linux-ha.org website too. But I a