<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 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). Placed the following /etc/ocfs2/cluster.conf :<br>
cluster:<br> node_count = 2<br> name = ocfscluster<br>node:<br> ip_port = 7777<br> ip_address = <a href="http://192.168.2.36">192.168.2.36</a><br> number = 1<br> name = newglfs01<br> cluster = ocfscluster<br>
node:<br> ip_port = 7777<br> ip_address = <a href="http://192.168.2.37">192.168.2.37</a><br> number = 2<br> name = newglfs02<br> cluster = ocfscluster<br><br>Tried to run : service o2cb configure ... and got the following error at the end :<br>
Loading filesystem "ocfs2_dlmfs": Unable to load filesystem "ocfs2_dlmfs"<br>Failed<br><br>so i looked up for ocfs2_dlmfs.ko 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 /lib/modules/2.6.18-92.el5/kernel/fs/ocfs2/dlm/ocfs2_dlmfs.ko ......... but got following error.<br>insmod: error inserting '/lib/modules/2.6.18-92.el5/kernel/fs/ocfs2/dlm/ocfs2_dlmfs.ko': -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>