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

21 December 2007 Heartbeat release 2.1.3 is now out Download it and install 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-07-25 12:53:25

Cluster Information Base (CIB)

The Cluster Information Base is a replicated store of (primarily) two types of cluster related information. The first type is mostly static configuration data and is a definition of all the resources, cluster nodes and constraints (or dependencies) that exist in the cluster. The other information stored in the Cluster Information Base is the current state of the cluster. This takes the form of a list of the known nodes with information from the LocalResourceManager about currently active (NOTE: "active" is not the same thing as "running") resources.

The Cluster Information Base is stored and processed as whitespace insignificant XML and its layout and mandatory information is contained in the Annotated DTD.

The Cluster Information Base is PolicyFree. During updates, all elements and attributes are copied verbatim. This enables the Cluster Information Base to be both forwards and backwards compatible.

The role of filling in defaults, enforcing the DTD listed above, and detecting integrity issues is that of the PolicyEngine who is the primary user of the Cluster Information Base's contents.

See Also

ClusterInformationBase/UserGuide