<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks . <br>
<br>
I am using drbd-rh9-1.0.0.i686.tar&nbsp; available at openssi.org . Trying
to use drbd with SSI . But you cleared up&nbsp; a few things for me I think .<br>
<br>
James Doherty wrote:
<blockquote cite="mid1100576831.3139.36.camel@virgil" type="cite">
  <pre wrap="">On Mon, 2004-11-15 at 17:26 -0800, aleks wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I loaded the module ..... insmod nbd  .... then /dev/nbd/0 shows up in 
my filesystem ....
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The DRBD module is called "drbd". Once you modprobe this /dev/drbdX
devices will appear (and you should be able to cat /proc/drbd)

  </pre>
  <blockquote type="cite">
    <pre wrap="">I run /etc/init.d/drbd start  which does not show any output ( should 
there be ? ) ...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There should be quite a bit of output (assuming you are physically at
the machine). 

  </pre>
  <blockquote type="cite">
    <pre wrap="">Then I try mkfs -t ext3 /dev/nbd/0 ..... which fails ( I forget the 
exact error messages , I'll repost
if that's important ) .
    </pre>
  </blockquote>
  <pre wrap=""><!---->
After you modprobe the "drbd" module and set the resource(s) of one
machine to the "primary" state, you should be able to create the
filesystem.

You didn't mention what version of DRBD you are running, but you might
find this useful:
<a class="moz-txt-link-freetext" href="http://linuxha.trick.ca/DRBD">http://linuxha.trick.ca/DRBD</a>
  </pre>
</blockquote>
<br>
</body>
</html>