<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<br><br>&gt; Date: Tue, 29 Jul 2008 07:59:26 -0700<br>&gt; From: digolinopage@yahoo.com.br<br>&gt; Subject: Re: [DRBD-user] Create partitions from DRBD<br>&gt; To: drbd-user@lists.linbit.com<br>&gt; <br>&gt; Hello Lars,<br>&gt; <br>&gt; I readed all chapter five in the DRBD site.<br>&gt; All steps are successful, then i saw the result of /proc/drbd in both machines:<br>&gt; <br>&gt; root@ubuntu-cluster1:~# cat /proc/drbd <br>&gt; version: 8.0.5 (api:86/proto:86)<br>&gt; SVN Revision: 3011 build by root@ubuntu-cluster1, 2008-07-25 14:46:01<br>&gt;  0: cs:WFConnection st:Primary/Unknown ds:UpToDate/DUnknown C r---<br>&gt;     ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0<br>&gt;         resync: used:0/31 hits:0 misses:0 starving:0 dirty:0 changed:0<br>&gt;         act_log: used:0/257 hits:0 misses:0 starving:0 dirty:0 changed:0<br>&gt; <br>&gt; <br>&gt; root@ubuntu-cluster2:~# cat /proc/drbd <br>&gt; version: 8.0.5 (api:86/proto:86)<br>&gt; SVN Revision: 3011 build by root@ubuntu-cluster2, 2008-07-28 10:28:49<br>&gt;  0: cs:WFConnection st:Secondary/Unknown ds:Inconsistent/DUnknown C r---<br>&gt;     ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0<br>&gt;         resync: used:0/31 hits:0 misses:0 starving:0 dirty:0 changed:0<br>&gt;         act_log: used:0/257 hits:0 misses:0 starving:0 dirty:0 changed:0<br>&gt; <br>&gt; I believe this allright. Then I added the drbd in /etc/modules, and reboot the machine. After reboot I'll see the result of the command cat /proc/drdb.<br>&gt; <br><br>This is not correct:<br><br>&nbsp;&nbsp;&nbsp; st:Primary/Unknown and st:Secondary/Unknown<br><br>The correct is:<br><br>&nbsp;&nbsp;&nbsp; st:Secondary/Secondary in both nodes.<br><br>The partition is probably the problem. If now the data is not important do:<br><br>Delete the partitions created for drbd. they should be create without file system (you can use gparted). Partition type primary, no format, without format (no<span style="text-decoration: underline;"></span> ext3, ext2, etc)...<br><br>in both nodes:<br>drbdadm attach r0<br>drbdadm create-md r0<br>drbdadm connect r0<br><br><br>in one node:<br>drbdadm -- --overwrite-data-of-peer primary r0<br><br><br>&gt; root@ubuntu-cluster2:~# cat /proc/drbd <br>&gt; version: 8.0.5 (api:86/proto:86)<br>&gt; SVN Revision: 3011 build by root@ubuntu-cluster2, 2008-07-28 10:28:49<br>&gt; <br>&gt; root@ubuntu-cluster1:~# cat /proc/drbd<br>&gt; version: 8.0.5 (api:86/proto:86)<br>&gt; SVN Revision: 3011 build by root@ubuntu-cluster1, 2008-07-25 14:46:0<br>&gt; <br>&gt; Then I try run the daemon drbd :<br>&gt; <br>&gt; root@ubuntu-cluster2:~# /etc/init.d/drbd start<br>&gt; Starting DRBD resources:    [ d0 n0 ].<br>&gt; ..........<br>&gt; ***************************************************************<br>&gt;  DRBD's startup script waits for the peer node(s) to appear.<br>&gt;  - In case this node was already a degraded cluster before the<br>&gt;    reboot the timeout is 0 seconds. [degr-wfc-timeout]<br>&gt;  - If the peer was available before the reboot the timeout will<br>&gt;    expire after 0 seconds. [wfc-timeout]<br>&gt;    (These values are for resource 'r0'; 0 sec -&gt; wait forever)<br>&gt;  To abort waiting enter 'yes' [  39]:<br>&gt; <br>&gt; I the two node this message happen.<br>&gt; <br>&gt; My drbd.conf is equal the example in five chapter.<br>&gt; <br>&gt; What's missing ?<br>&gt; <br>&gt; Att,<br>&gt; <br>&gt; Faria<br>&gt; <br>&gt; others logs:<br>&gt; <br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: resync bitmap: bits=48176 words=1506<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: size = 188 MB (192704 KB)<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: reading of bitmap took 0 jiffies<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: recounting of set bits took additional 0 jiffies<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: 188 MB marked out-of-sync by on disk bit-map.<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: disk( Attaching -&gt; UpToDate ) <br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.050000] drbd0: Writing meta data super block now.<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.060000] drbd0: conn( StandAlone -&gt; Unconnected ) <br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.060000] drbd0: receiver (re)started<br>&gt; Jul 29 11:24:02 ubuntu-cluster1 kernel: [  185.060000] drbd0: conn( Unconnected -&gt; WFConnection )<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; --- Em seg, 28/7/08, Lars Ellenberg &lt;lars.ellenberg@linbit.com&gt; escreveu:<br>&gt; <br>&gt; &gt; De: Lars Ellenberg &lt;lars.ellenberg@linbit.com&gt;<br>&gt; &gt; Assunto: Re: [DRBD-user] Create partitions from DRBD<br>&gt; &gt; Para: drbd-user@lists.linbit.com<br>&gt; &gt; Data: Segunda-feira, 28 de Julho de 2008, 18:35<br>&gt; &gt; On Mon, Jul 28, 2008 at 10:16:16AM -0700, Faria wrote:<br>&gt; &gt; &gt; Hello,<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; I set the drbd.conf, then when in start drbd come this<br>&gt; &gt; message : <br>&gt; &gt; &gt; cmd /sbin/drbdsetup /dev/drbd0 disk /dev/sda7<br>&gt; &gt; /dev/sda7 internal --set-defaults --create-device<br>&gt; &gt; --on-io-error=panic  failed - continuing!<br>&gt; &gt; <br>&gt; &gt; normally, there should be some more information as just<br>&gt; &gt; this.<br>&gt; &gt; have a look at your syslog or kernel log files,<br>&gt; &gt; or try that command by itself.<br>&gt; &gt; <br>&gt; &gt; &gt; I searched in web, then I found one message in forum<br>&gt; &gt; say this :<br>&gt; &gt; &gt; "create the partition with size 192MB in your<br>&gt; &gt; hard disk."<br>&gt; &gt; &gt; Ask: Do I must create this partition physically (in<br>&gt; &gt; the hard disk) or logically ?<br>&gt; &gt; <br>&gt; &gt; what is the difference between a physical and a logical<br>&gt; &gt; partition?<br>&gt; &gt; all partitions are "logical", no?<br>&gt; &gt; <br>&gt; &gt; &gt; Other ask : Is partition (drdb) have a type ?<br>&gt; &gt; <br>&gt; &gt; no. it does not care.<br>&gt; &gt; <br>&gt; &gt; note:<br>&gt; &gt;         to set up drbd,<br>&gt; &gt;         it is not enough<br>&gt; &gt;         to create a config file<br>&gt; &gt;         and say /etc/init.d/drbd start.<br>&gt; &gt; <br>&gt; &gt; you need to explicitly create the drbd meta data as well,<br>&gt; &gt; and initiate the initial sync.<br>&gt; &gt; <br>&gt; &gt; you probably did neither of the latter yet.<br>&gt; &gt; <br>&gt; &gt; may I suggest that you have a look at the users guide<br>&gt; &gt;  http://www.drbd.org/doc/about<br>&gt; &gt; <br>&gt; &gt; read it.<br>&gt; &gt; read it again.<br>&gt; &gt; complain on this list about anything that still may seem<br>&gt; &gt; unclear.<br>&gt; &gt; <br>&gt; &gt; then follow chapter 5. "configuring drbd", and<br>&gt; &gt; experiment with<br>&gt; &gt; the things in chapter 6. "common administrative<br>&gt; &gt; tasks".<br>&gt; &gt; <br>&gt; &gt; -- <br>&gt; &gt; : Lars Ellenberg                          <br>&gt; &gt; http://www.linbit.com :<br>&gt; &gt; : DRBD/HA support and consulting             sales at<br>&gt; &gt; linbit.com :<br>&gt; &gt; : LINBIT Information Technologies GmbH      Tel<br>&gt; &gt; +43-1-8178292-0  :<br>&gt; &gt; : Vivenotgasse 48, A-1120 Vienna/Europe     Fax<br>&gt; &gt; +43-1-8178292-82 :<br>&gt; &gt; __<br>&gt; &gt; please don't Cc me, but send to list -- I'm<br>&gt; &gt; subscribed<br>&gt; &gt; _______________________________________________<br>&gt; &gt; drbd-user mailing list<br>&gt; &gt; drbd-user@lists.linbit.com<br>&gt; &gt; http://lists.linbit.com/mailman/listinfo/drbd-user<br>&gt; <br>&gt; <br>&gt;       Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com.<br>&gt; http://br.new.mail.yahoo.com/addresses<br>&gt; _______________________________________________<br>&gt; drbd-user mailing list<br>&gt; drbd-user@lists.linbit.com<br>&gt; http://lists.linbit.com/mailman/listinfo/drbd-user<br><br /><hr />¡Lo mejor de MSN y Windows Live en tu móvil! Hotmail, Messenger, Spaces. Pruébalo ya  y disfruta de todas sus ventajas donde quieras <a href='http://serviciosmoviles.es.msn.com/' target='_new'>¡Lo mejor de MSN y Windows Live en tu móvil!</a></body>
</html>