Hi,<br><br>I am trying to configure a two node cluster on SLES10SP2 using user level heartbeat. Here is my configuration.<br><br>ocfs2-tools-1.4.0-0.3<br>**user level heartbeat**<br><br>-> lsmod | grep ocfs<br>ocfs2_user_heartbeat 20992 1<br>
ocfs2_dlmfs 37776 1<br>ocfs2_dlm 204456 1 ocfs2_dlmfs<br>ocfs2_nodemanager 223384 6 ocfs2_user_heartbeat,ocfs2_dlmfs,ocfs2_dlm<br>configfs 44700 3 ocfs2_user_heartbeat,ocfs2_nodemanager<br><br>mounted filesystem list contains following two lines which are required for o2cb.<br>
configfs on /sys/kernel/config type configfs (rw)<br>ocfs2_dlmfs on /dlm type ocfs2_dlmfs (rw)<br><br>/etc/ocfs2/cluster.conf file is created on one node using ocfs2console and then propogated changes to other host.<br><br>
->/etc/init.d/o2cb status<br>Module "configfs": Loaded<br>Filesystem "configfs": Mounted<br>Module "ocfs2_nodemanager": Loaded<br>Module "ocfs2_dlm": Loaded<br>Module "ocfs2_dlmfs": Loaded<br>
Filesystem "ocfs2_dlmfs": Mounted<br>Checking O2CB cluster ocfs2: Online<br>Network idle timeout: 30000<br>Network keepalive delay: 2000<br>Network reconnect delay: 2000<br>Checking O2CB heartbeat: Not active<br>
<br>Everything looks fine till this point. I am able to configure and start o2cb successfully.<br>Now when I try to mount a ocfs2 filesystem, it give me following error.<br><br>->mount /dev/mapper/360a980004334637558344a7863755656 /hdmnt1<br>
ocfs2_hb_ctl: Unable to access cluster service while starting heartbeat<br>mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted"<br><br>As per my opnion, I have followed proper stepts to configure. (I had done same with kernel level heartbeat successfully.) Is user level heartbeat supported in sles10sp2?<br>
<br>Can somebody please give me some direction?<br><br>Thanks <br>Nand<br><br>