Resource Group (Service) Manager

Running under CMAN (and using the DLM), rgmanager manages and provides failover capabilities for collections of resources called services, resource groups, or resource trees in a cluster. These resource groups are tree-structured, and have parent-child dependency and inheritance relationships within each subtree.

There are many resource types provided with rgmanager; the most important being the service resource type. The service resource type is more or less a container resource type. It has two primary purposes:

For a full list of resource types available with rgmanager, check here.

Service How-To Documents

Logging Configuration

rgmanager configuration

Rgmanager may be configured for various log levels using different syslog facilities.

syslog configuration

It may be desirable to redirect rgmanager's logging messages to a different file (instead of /var/log/messages). In order to do this, place a line like the following in /etc/syslog.conf and restart syslog:

local4.* /var/log/rgmanager

(The former assumes you have set log_facility to local4 in cluster.conf; the default is daemon. For more information, see the manual page for syslog.conf(5).

RIND Configuration

RIND is not dependencies. TBD.

Links

http://www.clusterlabs.org/mw/Install - Installation guide for Pacemaker, a proposed replacement for rgmanager.

None: RGManager (last edited 2009-11-18 17:21:59 by LonHohberger)