This site best when viewed with a modern standards-compliant browser. We recommend Firefox Get Firefox!.

Linux-HA project logo
Providing Open Source High-Availability Software for Linux and other OSes since 1999.

USA Flag UK Flag

Japanese Flag

Homepage

About Us

Contact Us

Legal Info

How To Contribute

Security Issues

7th - 10th September 2009 Linux-Kongress in Hamburg will have several sessions on Linux-HA - see you there!

18 August 2008 Heartbeat release 2.1.4 is now out Download it

11 October 2007 NEW educational HA/DR Blog hosted by Alan Robertson

9 April 2007 Check out the Cool Heartbeat Screencasts: Installation, Intro to the GUI Part of the Heartbeat Education project

Last site update:
2008-08-30 10:06:54

Design goal: Have the cluster stay up for 100 years without interrupting service

One of our design goals is to design a system for which it is possible to have a system stay up without a major service interruption for 100 years.

This will likely never be achieved, but holding this as a goal will help us to make the right decisions regarding compatibility.

This goal means that it should be able to provide service through:

  • HA software bug fixes
  • HA software major upgrades
  • OS upgrades
  • Application upgrades
  • Hardware upgrades
  • Major hardware architecture revisions (like 32-64 bit ints, bus changes, etc.)

Toward this end, we believe that message formats are a critical piece of the solution to this process. We have chosen a self-describing data format with data values being both named and typed.

This permits new versions of the software to easily interact with old ones without having to know the data format of every preceding version of the software.