Difference between revisions of "High availability (Heartbeat clustering)"
(+) |
|||
Line 10: | Line 10: | ||
==Configuration== | ==Configuration== | ||
http://193.138.191.205/trac/wiki/Heartbeat |
Revision as of 14:30, 23 December 2008
Welcome High availability (Heartbeat clustering) page!
What is High availability?
High availability is a system design protocol and associated implementation that ensures a certain absolute degree of operational continuity during a given measurement period. Lets say you have two servers 'A' and 'B' with MOR installed, MySQL is running replication between them. By default all trafic comming to server 'A' is monitored by server 'B', so when server 'A' fails, server 'B' stands in its position by given time. So allmost no data is lost, and your users will be happy with your services.
What is Heartbeat?
Heartbeat is software which implements these monitoring and availability features for your servers. It must be carrefully installed, configured and tested on both servers to ensure correct producing of services.