I'm not much familiar with up2date, but try --channel option to make sure you're refreshing the cluster suite software too. Your kernel may be newer than the kernel modules of RHCS. You can get the latest cluster suite rpms from Red Hat Network site. My test box has kernel 2.6.9-67.ELsmp, which is slightly older than yours. My box also has these cman-related rpms:
cman-1.0.17-0
cman-kernel-smp-2.6.9-53.5
cman-kernel-2.6.9-53.5
As you can see the kernel versions don't match up exactly. The smp kernel module is installed but not used because I'm not running that kernel.
As for order of ccsd/cman execution, ccsd runs first then cman. You don't have a problem there. The error message on your machine implies you either don't have the cman-kernel rpm installed or its version it out of sync with kernel version.
I suggest you go to the Red Hat Network site to check on your rpm versions. |