[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Looking for Near 100% Up Time for a Very Vocal Hosting Customer
- Subject: Re: [cobalt-users] Looking for Near 100% Up Time for a Very Vocal Hosting Customer
- From: Alex Krohn <alex@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Dec 12 15:53:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
> Currently have a customer that is very vocal and they are wanting to know
> what can be done to prevent any kind of outage for their email and web
> sites.
We've used fake (part of the linux high availabilty project) before and it
works quite well:
http://www.vergenet.net/linux/fake/
If the main server is not responsive, the backup server steals it's ip address
and comes online almost instantly.
Never tried it with raq's, but I don't see why it wouldn't work there as well.
The tricky part is keeping the data in sync, but depending on your needs, you
can use things such as rsync, mysql server replication, or nfs.
Cheers,
Alex