Hi, I wanted to try out gfs2 instead of ocfs2 because of the acl's that it supports, but I do not get it running. I am on openSUSE 10.2, x86_64. my kernel is Linux srv4 2.6.20.15-default #1 SMP Fri Jul 13 12:44:51 CEST 2007 x86_64 x86_64 x86_64 GNU/Linux I have openais rpm's created from source rpm's: openais-devel-0.80.1-6 openais-0.80.1-6 and I use cluster-2.00.00, just compiled from source. My *.lcrso files are in /usr/lib64/lcrso/ and /usr/libexec/lcrso/. The LD_LIBRARY_PATH and the PATH variable have both pathes included. when I start /etc/init.d/cman then I see the following: /etc/init.d/cman start Starting cluster: Loading modules... done Mounting configfs... done Starting ccsd... done Starting cman... failed /usr/sbin/cman_tool: aisexec daemon didn't start /etc/init.d/cman: line 413: failure: command not found and this is /var/log/messages: Jul 16 15:10:00 srv4 ccsd[23855]: Starting ccsd 2.00.00: Jul 16 15:10:00 srv4 ccsd[23855]: Built: Jul 13 2007 13:24:27 Jul 16 15:10:00 srv4 ccsd[23855]: Copyright (C) Red Hat, Inc. 2004 All rights reserved. Jul 16 15:10:00 srv4 ccsd[23855]: cluster.conf (cluster name = correo, version = 1) found. Jul 16 15:10:01 srv4 aisexec: [MAIN ] AIS Executive Service RELEASE 'subrev 1204 version 0.80.1' Jul 16 15:10:01 srv4 aisexec: [MAIN ] Copyright (C) 2002-2006 MontaVista Software, Inc and contributors. Jul 16 15:10:01 srv4 aisexec: [MAIN ] Copyright (C) 2006 Red Hat, Inc. Jul 16 15:10:01 srv4 aisexec: [MAIN ] AIS Executive couldn't open configuration object database component. Jul 16 15:10:01 srv4 aisexec: [MAIN ] AIS Executive exiting (-13). When I run cman_tool -w join manually, the same happens, when I run it within strace, I see it trying sometimes to connect to the socket /var/run/cman_admin, and then it fails, because the socket is not there. I can start aisexec, but it does not create sockets /var/run/cman_client and /var/run/cman_admin. below my cluster.conf file: <?xml version="1.0"?> <cluster name="correo" config_version="1"> <cman two_node="1" expected_votes="1"> </cman> <clusternodes> <clusternode name="srv4" votes="1"> <fence> <method name="single"> <device name="ilo_srv4"/> </method> </fence> </clusternode> <clusternode name="srv5" votes="1"> <fence> <method name="single"> <device name="ilo_srv5"/> </method> </fence> </clusternode> </clusternodes> <fencedevices> <fencedevice name="ilo_srv4" agent="fence_ilo" ipaddr="192.168.9.180" login="ilo" /> <fencedevice name="ilo_srv5" agent="fence_ilo" ipaddr="192.168.9.181" login="ilo" /> </fencedevices> </cluster> and my openais.conf file: # Please read the openais.conf.5 manual page totem { version: 2 secauth: off interface { bindnetaddr: 192.168.8.0 mcastaddr: 226.94.1.1 mcastport: 5405 } } logging { debug: on timestamp: on } amf { mode: disabled } any hint what my problem is, and how to get the cman running? kind regards Sebastian -- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster