sort of a load balancing question

2000-08-23 Thread Shao Zhang

Hi,
This is not a really load balancing question, but similar sort
of thing.

We are an isp here and we would like to set up two webservers
that are completely tranparent(rsync daily).

We will only be using one webserver to server all the pages, but
if it goes down, we would like the second webserver to take over
without any downtime.

Is there any programs out there that does this?

Thanks.

Shao.

-- 

Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]  |___/ 
_


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi,
This is not a really load balancing question, but similar sort
of thing.

We are an isp here and we would like to set up two webservers
that are completely tranparent(rsync daily).

We will only be using one webserver to server all the pages, but
if it goes down, we would like the second webserver to take over
without any downtime.

Is there any programs out there that does this?

Thanks.

Shao.

-- 

Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]  |___/ 
_




Re: sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi,
Yes. But I would like to know a way to let the backup server
automatically take over when the primary web server is down.

Thanks.

Shao.

Robert Davidson [EMAIL PROTECTED] wrote:
 We are also a small ISP and do exactly that with one of our vital servers.
 We used rsync for this.

 
 Regards,
 Robert Davidson.
 
 
 On Thu, Aug 24, 2000 at 12:30:12PM +1000, Shao Zhang wrote:
  Hi,
  This is not a really load balancing question, but similar sort
  of thing.
  
  We are an isp here and we would like to set up two webservers
  that are completely tranparent(rsync daily).
  
  We will only be using one webserver to server all the pages, but
  if it goes down, we would like the second webserver to take over
  without any downtime.
  
  Is there any programs out there that does this?
  
  Thanks.
  
  Shao.
  
  -- 
  
  Shao Zhang - Running Debian 2.1  ___ _   _
  Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ 
  _ 
  University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` 
  |
  Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, 
  |
  Email: [EMAIL PROTECTED]  
  |___/ 
  _
  
  
  --  
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
  
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 

Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]  |___/ 
_




Re: sort of a load balancing question

2000-08-23 Thread Shao Zhang
Hi,

ridgey [EMAIL PROTECTED] wrote:
 you could put the primary name record on the primary webserver and have the
 www pointing to itself, then put the secondary name record on the secondary
 sever and have its www pointing to itself, so when the primary goes down,
 the secondary will kick in, it may take a little while to filter through but
 would be good for like over night or on a weekend. i dont know if this is a
 by the book way but its works for us.

This is an interesting idea. But there are some problems with this
approach.

1. need to reduct TTL to minimise the take over time
2. secondary named server is supposed to maintain exactly the same information 
as the primary name server
3. it will not work if only webserver died, but not the dns server.

Thanks.

Shao.
 
 Ridgey
 
  From: Shao Zhang [EMAIL PROTECTED]
  Date: Thu, 24 Aug 2000 12:30:12 +1000
  To: debian-isp@lists.debian.org
  Subject: sort of a load balancing question
  Resent-From: debian-isp@lists.debian.org
  Resent-Date: Thu, 24 Aug 2000 12:26:59 +1000
  
  Hi,
  This is not a really load balancing question, but similar sort
  of thing.
  
  We are an isp here and we would like to set up two webservers
  that are completely tranparent(rsync daily).
  
  We will only be using one webserver to server all the pages, but
  if it goes down, we would like the second webserver to take over
  without any downtime.
  
  Is there any programs out there that does this?
  
  Thanks.
  
  Shao.
  
  -- 
  
  Shao Zhang - Running Debian 2.1  ___ _   _
  Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _
  University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` 
  |
  Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, 
  |
  Email: [EMAIL PROTECTED]  
  |___/
  _
  
  
  --  
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
  
  
 
 

-- 

Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]  |___/ 
_