CMAN Project Page



Introduction

CMAN is a symmetric, general-purpose, kernel-based cluster manager. It has two parts. Connection Manager (cnxman) handles membership, messaging, quorum, event notification and transitions. Service Manager (sm) handles "service groups" which are a general way of representing and managing instances of external systems that require cluster management. The CMAN cluster manager is the foundational system upon which DLM, GFS, CLVM, and Fence all depend. The CMAN API in the kernel and userspace is general and available for other programs to use.

CMAN consists of a set of kernel patches and a userspace program (cman_tool). CMAN depends on CCS (only cman_tool which can optionally be used without CCS if all parameters are given on the command line.)

Mailing lists

linux-cluster is the mailing list for cluster-related questions and discussion.
Subscribe to this from https://www.redhat.com/mailman/listinfo/linux-cluster.
The list archives are at https://www.redhat.com/archives/linux-cluster/.
The mailing list address is linux-cluster@redhat.com.

Whenever the development source code repository is updated, email is sent to the cluster-cvs mailing list. This list is run using ezmlm.
To subscribe, send an email to cluster-cvs-subscribe@sources.redhat.com or cluster-cvs-digest-subscribe@sources.redhat.com.
You can read the list archives at http://sources.redhat.com/ml/cluster-cvs/

Source code

Information about building cman is included in the top level cluster web page.

Documentation

usage.txt
Symmetric Cluster Architecture sca.pdf
Frequently Asked Questions

IRC

Channel #linux-cluster on freenode

References

Cluster Project Page