hello,<br>
<br>
I'm running Ubuntu Breezy with the OCFS2 modules in the standard kernel. I installed ocfs2console and ocfs2-tools<br>
I've formatted a partition with ocfs2. But I can't add any node or
mount the device(with the ocfs2console). because I get a &quot;Unable to
access cluster service&quot;<br>
I can't find the cause nor the solution to this.<br>
<br>
root@lenaeja:~# /etc/init.d/o2cb status<br>
Module &quot;sctp&quot;: Loaded<br>
Module &quot;configfs&quot;: Loaded<br>
Filesystem &quot;configfs&quot;: Mounted<br>
Module &quot;ocfs2_nodemanager&quot;: Loaded<br>
Module &quot;ocfs2_dlm&quot;: Loaded<br>
Module &quot;ocfs2_dlmfs&quot;: Loaded<br>
Filesystem &quot;ocfs2_dlmfs&quot;: Mounted<br>
Checking cluster ocfs2: Offline<br>
root@lenaeja:~# /etc/init.d/o2cb online ocfs2<br>
Starting cluster ocfs2: Failed<br>
Cluster ocfs2 created<br>
o2cb_ctl: Configuration error discovered while populating cluster
ocfs2.&nbsp; None of its nodes were considered local.&nbsp; A node is
considered local when its node name in the configuration maches this
machine's host name.<br>
Stopping cluster ocfs2: OK<br>
<br>
root@lenaeja:~# lsmod | grep ocfs<br>
ocfs2_dlmfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19592&nbsp; 0<br>
ocfs2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 306848&nbsp; 0<br>
ocfs2_dlm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 134540&nbsp; 2 ocfs2_dlmfs,ocfs2<br>
ocfs2_nodemanager&nbsp;&nbsp;&nbsp;&nbsp; 133624&nbsp; 3 ocfs2_dlmfs,ocfs2,ocfs2_dlm<br>
configfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22028&nbsp; 2 ocfs2_nodemanager<br>
jbd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
48536&nbsp; 2 ocfs2,ext3<br>
root@lenaeja:~# /etc/init.d/o2cb start<br>
Mounting configfs filesystem at /config: OK<br>
Mounting ocfs2_dlmfs filesystem at /dlm: OK<br>
Starting cluster ocfs2: Failed<br>
Cluster ocfs2 created<br>
o2cb_ctl: Configuration error discovered while populating cluster
ocfs2.&nbsp; None of its nodes were considered local.&nbsp; A node is
considered local when its node name in the configuration maches this
machine's host name.<br>
Stopping cluster ocfs2: OK<br>
<br>
when I try to mount the device with the console:<br>
ocfs2_hb_ctl: Unable to access cluster service while starting heartbeat
<br>
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: &quot;Operation not permitted&quot;
<br>
: Could not mount /dev/hda3<br>
<br>
when I try to add a node:<br>
o2cb_ctl: Unable to access cluster service while creating node
<br>
<br>
Could not add node lenaeja<br>
<br>
root@lenaeja:~# cat /etc/ocfs2/cluster.conf<br>
cluster:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; node_count = 0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = ocfs2<br>
<br>
in the messages:<br>
Oct 12 11:00:23 localhost kernel: [4365348.899000] OCFS2 Node Manager 1.1.2<br>
Oct 12 11:00:23 localhost kernel: [4365349.032000] OCFS2 DLM 1.1.1<br>
Oct 12 11:00:23 localhost kernel: [4365349.084000] OCFS2 DLMFS 1.1.1<br>
Oct 12 11:00:23 localhost kernel: [4365349.085000] OCFS2 User DLM kernel interface loaded<br>
<br>
Thanks in advance!<br>