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-05-12 16:09:52

Highly-Available Resource

A resource is the basic unit of high-availability. It is a service or facility which is made to be highly-available by the high-availability cluster resource manager.

A resource is an abstraction which can be one of many different types. It can be something very concrete like a disk volume, or a badge reader, or it can be more abstract like an IP address, or a set of firewall rules, or a software service like a web server, or a database server.

The basic operations which resources have to support include:

  • start: initiate or gain control of the resource.

  • stop: terminate or give up control of the resource

  • status: determine if the resource is started, or stopped.

  • monitor: determine in more depth if the resource is operating correctly

(Note that R1-style resources must support status, and R2-style resources must support the monitor operation).

The high-availability cluster resource manager tries to make sure that every resource is made available to users by making sure it is running somewhere in the cluster.

The Heartbeat R1 cluster manager, (and many other cluster resource managers) group resources together into groups, called ResourceGroups. In this case, each group is then started, stopped or moved as a whole by the cluster resource manager.

See Also

ResourceAgent, primary node, hb_standby, hb_takeover, haresources