High reliability web server - cluster, redundancy, etc

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications High Performance Computing High reliability web server - cluster, redundancy, etc
# 1  
Old 03-29-2009
High reliability web server - cluster, redundancy, etc

Hi. I am IT manager/developer for a small organization. I have been doing as-needed linux server administration for several years and am by no means an expert. I've built several of my own servers, and our org is currently using hosting services for our servers and I am relatively happy.

We recently had an outage at the host, and management has made clear that this is unacceptable. Our host is one of the larger ones, a publicly traded company, and their techs are onsite and knowledgeable. The outage was a problem with the pipe between the hosting company and the backbone to the internet, caused by the hosting company's pipe provider. It lasted about 25 minutes. Just FYI.

So the conversation about redundancy and clusters has begun. I have never done this before. My hosting company offers a cluster plan that would be easy to implement (CPanel based) but that won't solve the problem of a pipe outage. We are thinking of clustered web servers (apache, php) and clustered databases (mysql) in different locations geographically. Wha are the considerations involved? Rough idea of costs, risks that remain, etc.

Any direction would be really appreciated.
# 2  
Old 03-29-2009
you should invite a ha consultant to help you...
# 3  
Old 03-29-2009
Quote:
Originally Posted by DukeNuke2
you should invite a ha consultant to help you...
Thank you, that may happen, but I want to understand the overall issues first.
# 4  
Old 03-30-2009
Keep in mind that clustering does not mean high availability. CLustering is sharing resources with multiple machines. What you need to look into is syncing and failover mechanisms so that 2 web servers at different locations are mirrored copies so that if one goes down, dns is routed to the other server.

I am kind of down this route myself and learning as I go. Be nice to utilize an HA consultant as trial and error can be costly.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Red Hat

Web server cluster at some point ?

What's the best way clusters for Storage at some point? (The way that data is the same in all parts) To set up a Web server cluster is the logical way?! Cluster database and Storage and then by keepalived + HA cluster will be communicated? Or, there a better solution? (For about 4 points) Thank... (0 Replies)
Discussion started by: mnnn
0 Replies

2. Red Hat

Red Hat High Availability (HA) Cluster

How can we implement a service in HA, which in not available in HA. like sldap or customize application. Requirement Details. NODE1 service slapd is running.(Require) NODE2 service slapd is running.(Require) on both the node replication is happening. Now here requirement is need... (2 Replies)
Discussion started by: Priy
2 Replies

3. Solaris

High Availability zone on Sun Cluster

HI Experts, Could some one help me in configuring high availability zone on Sun Cluster Reg: Sudhan (3 Replies)
Discussion started by: sudhan143
3 Replies
Login or Register to Ask a Question