<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Tony Gan wrote:
<blockquote
 cite="mid:f2b153231001261548k537c2715wcfb28fa2c6e294f5@mail.gmail.com"
 type="cite">I was following the installation online guide.<br>
The metadata is created successfully by "drbdadm create-md r0." <br>
However When I was trying to attach the resource by using "drbdadm
attach r0" command, it gave me this error message:<br>
Could not stat("/proc/drbd"): No such file or directory
  <br>
do you need to load the module?
  <br>
try: modprobe drbd
  <br>
</blockquote>
Is your DRBD module loaded? ^^&nbsp; <br>
What's the output of 'lsmod | grep drbd'?<br>
<br>
If it returns nothing, then try 'modprobe drbd', and try again.<br>
<br>
Brian<br>
<br>
<blockquote
 cite="mid:f2b153231001261548k537c2715wcfb28fa2c6e294f5@mail.gmail.com"
 type="cite">Command 'drbdsetup 0 /dev/drbd0 disk /dev/sda7 /dev/sda7
internal
--set-defaults --create-device' terminated with
exit code 20
  <br>
drbdadm attach r0: exited with code 20
  <br>
  <br>
  <br>
My /etc/drbd.conf is<br>
global {<br>
&nbsp; usage-count yes;<br>
}<br>
common {<br>
&nbsp; protocol C;<br>
}<br>
resource r0 {<br>
&nbsp; on node1 {<br>
&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>
&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sda7;<br>
&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp; <a moz-do-not-send="true" href="http://192.168.0.1:7789">192.168.0.1:7789</a>;<br>
&nbsp;&nbsp;&nbsp; meta-disk internal;<br>
&nbsp; }<br>
&nbsp; on node2 {<br>
&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>
&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sda7;<br>
&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp; <a moz-do-not-send="true" href="http://192.168.0.2:7789">192.168.0.2:7789</a>;<br>
&nbsp;&nbsp;&nbsp; meta-disk internal;<br>
&nbsp; }<br>
}<br>
  <br>
I am using drbd-8.3.2-6.2.x86_64.rpm on SLES10 sp2 64bits and I have a
partition /dev/sda7 on both my two linux machine,&nbsp; 192.168.0.1 and
192.168.0.2 can ping to each other.<br>
  <br>
What could be the problem? any idea or suggestions is welcome, thanks.<br>
  <br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
drbd-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a>
<a class="moz-txt-link-freetext" href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">
LINBIT - Your Way to High Availability
7959 SW Cirrus Dr. 
Beaverton, OR 97008 

<a class="moz-txt-link-freetext" href="http://www.linbit.com">http://www.linbit.com</a>
</pre>
</body>
</html>