<div dir="ltr">Hi,<br>I was interested in a simple configuration with 2 machines sharing a drbd drive in primary-primary mode.<br>I am done with drbdb, but&nbsp; I am a newbie to ocfs, so wanted some help.<br>I have 2 machines, with centos5.2 , kernel 2.6.18-8.el5. I downloaded the following packages :<br>
<br>ocfs2-2.6.18-92.el5-1.4.1-1.el5.x86_64.rpm <br>ocfs2-tools-1.4.1-1.el5.x86_64.rpm<br>ocfs2console-1.4.1-1.el5.x86_64.rpm<br>(download from oss.oracle)<br><br>Installed them (good enough).&nbsp; Placed&nbsp; the following /etc/ocfs2/cluster.conf :<br>
cluster:<br>&nbsp;&nbsp;&nbsp;&nbsp; node_count = 2<br>&nbsp;&nbsp;&nbsp;&nbsp; name = ocfscluster<br>node:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_port = 7777<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_address = <a href="http://192.168.2.36">192.168.2.36</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number = 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = newglfs01<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster = ocfscluster<br>
node:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_port = 7777<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_address = <a href="http://192.168.2.37">192.168.2.37</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number = 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = newglfs02<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster = ocfscluster<br><br>Tried to run : service o2cb configure&nbsp; ... and got the following error at the end :<br>
Loading filesystem &quot;ocfs2_dlmfs&quot;: Unable to load filesystem &quot;ocfs2_dlmfs&quot;<br>Failed<br><br>so i looked up for ocfs2_dlmfs.ko&nbsp; on my system, found it here :<br>/lib/modules/2.6.18-92.el5/kernel/fs/ocfs2/dlm/ocfs2_dlmfs.ko<br>
<br>tried : insmod&nbsp; /lib/modules/2.6.18-92.el5/kernel/fs/ocfs2/dlm/ocfs2_dlmfs.ko&nbsp; ......... but got following error.<br>insmod: error inserting &#39;/lib/modules/2.6.18-92.el5/kernel/fs/ocfs2/dlm/ocfs2_dlmfs.ko&#39;: -1 Unknown symbol in module<br>
<br>Could some one point as to what I might be doing wrong !...<br><br>Regards<br>Ritesh<br><br></div>