Networking Forums

Networking Forums > Computer Networking > Linux Networking > Can one create a "bi-directional" heartbeat cluster with 2 nodes?

Reply
Thread Tools Display Modes

Can one create a "bi-directional" heartbeat cluster with 2 nodes?

 
 
Wayne de Villiers
Guest
Posts: n/a

 
      10-24-2003, 11:50 AM
Hi all

I need to know if Linux-HA clustercan do the following:

I want to put 2 Apache servers side by side.
Both servers contain the same 8 web sites and relevant config.
Server1 serves sites A,B,C and D
Server2 serves sites E,F,G and H

If EITHER server dies then the remaining server takes its IP address and
thus starts serving all 8 sites.

So, my question.... can this be done with heartbeat?

Thanks in advance for any clues.

--
Wayne de Villiers
wayne AT inxcom.com

 
Reply With Quote
 
 
 
 
Peter T. Breuer
Guest
Posts: n/a

 
      10-26-2003, 05:20 PM
Wayne de Villiers <(E-Mail Removed)> wrote:
> I need to know if Linux-HA clustercan do the following:


What you descibe is bog standard failover stuff.

> I want to put 2 Apache servers side by side.
> Both servers contain the same 8 web sites and relevant config.
> Server1 serves sites A,B,C and D
> Server2 serves sites E,F,G and H


> If EITHER server dies then the remaining server takes its IP address and
> thus starts serving all 8 sites.


That's what normally happens.

> So, my question.... can this be done with heartbeat?


Yes, but why heartbeat? A simple 10 line shell script would do it.

Heartbeat is essentially a failover architecture. You slot your
failover actions into it. Heartbeat is made infinitely worse however,
by its almost total inability to work decently when the failover hosts
are separated by a LAN or WAN (packets don't route, complete mess with
multiple hosts on the same ports, etc.). It's intended to work with a
serial line or dedicated crossover cable between the two hosts.

> Thanks in advance for any clues.


Get some more.

Peter
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Fwd: SPEWS DOLTS "SneakyP", "Kevin!:?)", "WindsorFox" SPAM braodbandnewsgroup] !:?) Broadband 0 11-30-2005 01:04 AM
Re: SPEWS SLIMES "WindsorFox", "Kevin-!:?)", "Spin Dryer" get the cold shoulder at broadband ng! SneakyP Broadband 0 11-29-2005 10:46 PM
Attention Plus.net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM broadband newsgroup !:?) Broadband 0 11-28-2005 04:28 AM
Attention Plus.Net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM braodband newsgroup !:?) Broadband 0 11-28-2005 03:03 AM
"brctl" command not working, how to create "brctl" file? santa19992000@yahoo.com Linux Networking 1 06-05-2005 12:38 AM



1 2 3 4 5 6 7 8 9 10 11