FYI, we're not using any modules since we've statically compiled GFS support into the kernel. According to your formula my quorate is 1.5 ((2 nodes +1)/2). The number of total votes is 1 (when i bring up only one system) and the quorum is 1 also so that checks out. I'm still getting this wacky "Cluster is not quorate" error though. Argh Argh! Jim On Wed, 27 Oct 2004, Jonathan E Brassow wrote: > quorate == majority -- generally, (# of Nodes+1)/2 > > Try this on all your cluster nodes: > 1. modprobe cman > 2. ccsd > 3. cman_tool join -c <cluster name> > > before bring up any other subsystems, do > 4. cat /proc/cluster/status > > Total_votes should be >= Quorum > > brassow