From: <go...@bo...> - 2007-11-08 12:19:57
|
On Thu, 8 Nov 2007, Mark Hlawatschek wrote: >> Once my shared root cluster has booted, if I try cman_tool status, it >> tells me that cman isn't running. Taking a closer look, dlm_controld, >> aisexec and fenced are running, but not cman. Is this normal? > > There should be the following two symbolic links. The links should be > automatically created during the bootprocess from /etc/init.d/bootsr > > # ls -l /var/run/cman_* > lrwxrwxrwx 1 root root 40 Nov 8 > 14:30 /var/run/cman_admin -> /var/comoonics/chroot/var/run/cman_admin > lrwxrwxrwx 1 root root 41 Nov 8 > 14:30 /var/run/cman_client -> /var/comoonics/chroot/var/run/cman_client There are no /var/run/cman* links. But manually symlinking it fixed the problem, thanks. :-) Gordan |