Hi,

Heartbeat can give you solutions for that.. The only real problem is
indeed the storage which you want to be synchronized.
High Availability clusters should provide a way for having shared
storage (i.e. scsi disk / JBOD connected to two servers), while the main
node is down, the other will mount the disk.

(Note that there's a big risk if two nodes mount the same storage. The
cluster should be connected with at least two internal cables so it
could monitor each node even when main network is down)

Anyway you'd better read some in www.linux-ha.org . Also note that
RedHat has its own HA cluster solution (pirhana I think) which comes
with their RH Advanced Server, which I have no experience with.

- Oren

On Thu, 2003-09-25 at 02:42, Sagi Bashari wrote:
> Hello
> 
> We are running a website that is written in PHP and is using a MySQL 
> database. It runs on Linux, of course.
> 
> We're trying to find a method to setup a complete mirror of the server 
> on a standby server that we can bring up easily if the main server goes 
> down.
> 
> The website is very dynamic and data changes all the time. I'm looking 
> for a way to keep the standby server in identical state as the master 
> server.
> 
> After doing some research I found out that I could use the built-in 
> MySQL replication for that, but we also have dynamic data directories on 
> our server - I could setup an rsync script that runs every few minutes, 
> but it'll probably take too many resources and won't be accurate.
> 
> I would like to hear the experiences of others who had the same problem 
> (and hopefully solved it).
> 
> * Both servers are running at the same location right now, so I can 
> takeover the main IP address easily. However, we considered having a 
> backup server on another location (where we can't use the same ip 
> address). Is there any way to do this?
> 
> Sagi
> 
> 
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to