High Availability Clusters
A computer cluster refers to a group or collection of computers – connected by a local area network (LAN) – that are working extremely well together that one can think of them as being a single computer. Computer clusters were created to improve performance. An office network can be considered a cluster since multiple computers and users are tied in to a server to exchange information or data in order to perform their assigned tasks or roles and to ensure availability of service by having a fallback computer(s) ready to take over in the event of failure in the primary system.
Conceptual Basis for High-Availability Clusters
The overall concept of high-availability clusters is simple. A single server by itself can be considered a point of failure. If something causes the server to shut down (power failure, software glitches, virus attack, natural disaster), the whole network shuts down and becomes non-operational until the problem is solved, the server can be restarted and the whole network is brought up again.
A high-availability cluster will have (at minimum) two 'nodes' – a primary and backup, with the backup on standby until something happens to the primary. At just such an occurrence, the backup takes over operations seamlessly, without the need for outside intervention.
While simple in concept, the actual design and implementation of a high-availability cluster is a complex undertaking involving both software design and hardware architecture.
Issues and Concerns with High-Availability Clusters
One issue is ensuring that both primary and backup nodes have the same programs, operating systems and data in real time, to ensure seamless switching from primary node to backup node with no disruption.
Think of it this way: most commercial software allows for automatic backup of data using pre-set or manually-programmed time frames. If something happens to one's computer, it is simply a matter of finding the problem (e.g. a pulled power cord), restarting the computer and going to the backed-up data and starting from there. The problem, of course, is the fact that a fairly large amount of work can be done between the time a backup is done and the moment the disruption occurs – which means that work done is lost when operations resume again.
An HA Cluster must be designed in such a way that there will be no loss of data or work when something happens to the primary node and that there will be automatic and effortless switching over to the backup. This means that the data on the backup should be constantly updated in real time.
Another issue concerns redundancy. While a cluster can be made up of two nodes, there is still a risk of simultaneous failure happening (especially if both nodes are in a single location). As such, most clusters have multiple backup nodes which are interconnected through multiple links to ensure immediate fallback in case of multiple failures. Again, the software design and hardware architecture of the cluster must be carefully considered. These concerns require consideration if one's setting up an HA Cluster.
Comments (1)
Leave a Reply
- High Resolution
High resolution basically means that an image is reproduced with a high level of detail. Usually, it refers to an image that is of very high quality, where there is a lot of detail. When talking about high resolution, most people are usually referring to digital images such as digital photographs, television resolution either on [...]...
- HDMI (High Definition Multimedia Interface)
HDMI stands for High Definition Multimedia Interface. It is a compact 19-pin plug and cable for connecting High-Definition video and multi-channel audio-capable as well as helping to speed the convergence of computer and consumer AV products. High Definition technology or HD has seen a rapid increase in consumer use especially with HDTVs, HD-DVD and Blu-ray [...]...
- High Frequency Alternator
A high-frequency alternator is an electrical device used for radio communications. It yields high-frequency, periodically alternating current that can go as high as 100,000 Hz for the purpose of producing stable radio waves. The History of High-Frequency Alternators By the first decade of the 20th century, wireless telegraphy was already in place and was no [...]...
- HDCP (High-Bandwidth Digital Content Protection)
High-Bandwidth Digital Content Protection, also known as HDCP, is a newer form of Digital Rights Management (DRM) that was designed to control digital video and audio content. The technology was originally created by Intel to ensure that digital audio and video travelling across a Digital Video Interface (DVI) or High-Definition Multimedia Interface (HDMI) would follow [...]...
- HSCSD (High Speed Circuit Switched Data)
Fixed/Mobile Mobile Circuit/Packet Circuit Max Bandwidth 57.6Kb Range Coverage area of host network Frequency Frequency of host network Host Network GSM Definer ETSI (European Telecommunications Standards Institute) URL http://www.etsi.org/ HSCSD (High Speed Circuit Switched Data) is a specification for data transfer over GSM networks. HSCSD utilizes up to four 9.6Kb or 14.4Kb time slots, for [...]...





Dear, I made two node HA Cluster for Apache service. Here we got the virtual IP and service is running fine. But whenever my first node goes down or its network goes down the virtual IP stops responding and i am not able to retreive it until unless the node comes up again. Please help, i think there is some problem with my configuration but after a lot on google i did not find the mistakes.