hi,<br><br>  # two vbos host database1 and database2<br># A database1    192.168.1.181    2.6.26-1-686<br># B database2    192.168.1.182    2.6.26-1-686<br><br># cause install drbd via apt-get will need to install<br># drbd modules, and when install drbd modules it will<br>
# install kernel 2.6.26-2-686, so today i try to instal<br># drbd8 via source<br><br># on database1/2<br>&gt; apt-get install flex<br>&gt; cd /usr/src<br>&gt; wget <a href="http://oss.linbit.com/drbd/8.3/drbd-8.3.4.tar.gz">http://oss.linbit.com/drbd/8.3/drbd-8.3.4.tar.gz</a><br>
&gt; tar -xvf drbd-8.3.4.tar.gz<br>&gt; cd drbd-9.3.4/drbd<br>&gt; make clean all<br>&gt; cd ..<br>&gt; make tools<br>&gt; make install<br>&gt; make install-tools<br># then modify /etc/drbd.conf and do set just like<br># i did on 22-09-2009 via apt.<br>
# everything with no issue until mount, when i did<br>&gt; mount /dev/drbd0 /data<br># on both, it shows exception<br>    mount.ocfs2: Invalid argument while mounting /dev/drbd1 on /data. Check &#39;dmesg&#39; for more information on this error.<br>
# the &#39;dmesg&#39; on database1 is(type command mount on database1 first )<br>    [ 2372.313025] o2net: accepted connection from node database2 (num 1) at <a href="http://192.168.1.182:7777">192.168.1.182:7777</a><br>    [ 2373.313159] ocfs2_dlm: Nodes in domain (&quot;2CB614EFAA2246CE8AC37D5F5E32EDDA&quot;): 0 <br>
    [ 2373.339646] JBD: no valid journal superblock found<br>    [ 2373.340077] (3059,0):ocfs2_journal_wipe:770 ERROR: status = -22<br>    [ 2373.340230] (3059,0):ocfs2_check_volume:1695 ERROR: status = -22<br>    [ 2373.340240] (3059,0):ocfs2_mount_volume:1235 ERROR: status = -22<br>
    [ 2376.049733] ocfs2_dlm: Node 1 joins domain 2CB614EFAA2246CE8AC37D5F5E32EDDA<br>    [ 2376.049733] ocfs2_dlm: Nodes in domain (&quot;2CB614EFAA2246CE8AC37D5F5E32EDDA&quot;): 0 1 <br>    [ 2379.984272] ocfs2_dlm: Node 1 leaves domain 2CB614EFAA2246CE8AC37D5F5E32EDDA<br>
    [ 2379.984363] ocfs2_dlm: Nodes in domain (&quot;2CB614EFAA2246CE8AC37D5F5E32EDDA&quot;): 0 <br>    [ 2380.484602] ocfs2: Unmounting device (147,1) on (node 0)<br>    [ 2381.293484] o2net: no longer connected to node database2 (num 1) at <a href="http://192.168.1.182:7777">192.168.1.182:7777</a><br>
# the &#39;dmesg&#39; on database2 is similar to database1 just with no the lines contain &#39;ocfs2_dlm&#39;<br># and the drbd status(cat /proc/drbd) is <br>    0: cs:Connected ro:Primary/Primary ds:UpToDate/UpToDate C r----<br>
# but the status of drbd on 22-09-2009 is<br>    0: cs:Connected st:Primary/Primary ds:UpToDate/UpToDate C r---<br><br><br>if this is because the status one is &#39;ro&#39; another one is &#39;st&#39;? how can i slove this problem? if i install drbd via apt<br>
on debian5 how can i install modules without install kernel 2.6.26-2-686? <br><br>thanks.<br><br>woo.<br>