IntroductionCMAN 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.
Whenever the development source code repository is updated,
email is sent to the cluster-cvs mailing list.
This list is run using ezmlm.
Source codeInformation about building cman is included in the top level cluster web page.Documentationusage.txt
IRCChannel #linux-cluster on freenode References |