Results 1 to 3 of 3
We have a couple of linux web servers. One holds the web scripts the other the database. I have limited knowledge with Linux..(trying hard to read as much as poss). ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-26-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 2
creating a redundant backup Apache web server
We have a couple of linux web servers. One holds the web scripts the other the database. I have limited knowledge with Linux..(trying hard to read as much as poss). We had a hardware fail recently which caused a downtime of 24 hours. I have now purchased a new server unit and would like to use it as a backup to the web server (in case of further hardware problems). Does anyone know how this could be achieved.
Thanks
- 03-26-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Ok there is a few ways of doing this. You could have your new unit act as a nas to store data on. Just install nfs on it and mount that on your servers. Then have it copy data to the nfs point to back it up. Another way is to have this server act as both of your other servers. I am not sure what type of database server you are using buy mysql has a replication feature so it can act as a slave to your master db server. You can use nfs to mirror the scripts over incase your scripts server goes down. There is a program called heartbeat which will give you high avail by having a box taking the ip of a node that goes down. You could install that so if any of the servers go down, the backup server will take their ip until they go back up.
- 03-27-2003 #3Just Joined!
- Join Date
- Mar 2003
- Posts
- 2
A bit of direction
Thanks Genlee........ Not only one solution but a few to choose from. I will check which one would be most suited. We are using a Sybase backend....i will have a look at the options.
Thanks again...


Reply With Quote
