Hi of all,<br>I'm trying to setup a dual primary DRDB with Pacemaker and OCFS2.<br><br>I have followed the '<span class="CategoryTreeBullet"></span>Clusters from Scratch - Apache on Fedora11' pdf but when mount the ocfs2 partition I'm receiving this error message:<br>
<br>Sep 30 00:03:17 fedora-kvm1 kernel: dlm: TCP protocol can't handle multi-homed hosts, try SCTP<br>Sep 30 00:03:17 fedora-kvm1 kernel: dlm: cannot start dlm lowcomms -22<br>Sep 30 00:03:17 fedora-kvm1 kernel: (7101,1):ocfs2_dlm_init:2828 ERROR: status = -22<br>
Sep 30 00:03:17 fedora-kvm1 kernel: (7101,1):ocfs2_mount_volume:1741 ERROR: status = -22<br>Sep 30 00:03:17 fedora-kvm1 kernel: ocfs2: Unmounting device (147,1) on (node 0)<br><br>DLM and O2CB are started.<br><br>Why?<br>
<br>Furthermore in this manual it is suggested to modify the OCF sript o2cb to improve the compatibility with fedora 11.<br><br>sed -i.gres s/start_daemon//g /usr/lib/ocf/resource.d/ocfs2/o2cb<br>sed -i.gres s/pidofproc/pidof/g /usr/lib/ocf/resource.d/ocfs2/o2cb<br>
<br>What are the incompatibility with this release?<br><br>Thanks.<br>