LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cluster question: Is it possible to make a bulletproof cluster? (https://www.linuxquestions.org/questions/linux-software-2/cluster-question-is-it-possible-to-make-a-bulletproof-cluster-360756/)

ValidiusMaximus 09-06-2005 11:57 AM

Cluster question: Is it possible to make a bulletproof cluster?
 
Is it possible to greate a cluster in which any one computer can go down and the cluster will continue to operate? From what i understand about clusters, there is one master computer and the rest are slaves. If a slave goes down it really doesnt matter but if the master goes down the cluster is toast. I need the ultament reliability and i dont wanna spent tons of money.

Does anyone know if this is possible?:scratch:

r0b0 09-06-2005 02:07 PM

Re: Cluster question: Is it possible to make a bulletproof cluster?
 
Quote:

From what i understand about clusters, there is one master computer and the rest are slaves. If a slave goes down it really doesnt matter but if the master goes down the cluster is toast.
Your understanding is wrong. The idea of clusters and high-availability is that there is no single point of failure - that means that failure of one single component (be it a computer in a cluster or a hardware device inside a computer) does not prevent operation of the entire system.

So even if in your architecture there will be some "master" and "slave" roles, the slaves will be able to take over master responsibilities in case the old master goes to lunch.


All times are GMT -5. The time now is 07:41 AM.