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

ホームページ

サイトについて

コンタクト情報

使用条件

協力方法

セキュリティ

2008.7.18
RHEL用rpm更新
更新情報はこちらから

2008.6.30
パッケージ追加
追加パッケージ集にパッケージを追加しました

2007.12.21
Heartbeat 2.1.3
リリース!
Downloadはこちらから

2007.11.13
Linux-ha-japan日本語ML移植しました

2007.10.5
日本語サイトOPEN
日本語MLも開設しました

2007.10.5
OSC2007 Tokyo/Fall で Heartbeat紹介
発表資料を公開しました

Last site update:
2008-07-20 21:59:09

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