<!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">
it was kind of hard for me to follow what you are trying to do here,&nbsp;
but here is my shot at answering:<br>
<br>
<i>I created a lv call disk1 on both&nbsp;servers&nbsp;witch&nbsp;i wanted drdb to
sync between them. Is this possible??</i><br>
-- yes, it is possible.&nbsp; I do it myself.&nbsp; I dont use Volgroup00, I
create a separate VG, but should still be ok. <br>
<br>
<br>
I dont personally use internal metadata for the disks, so I cannot talk
about that.<br>
I create another LV along with the data LV.<br>
in your case (the way I do it) I would create: <br>
<i>&nbsp; LV Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/VolGroup00/disk1 (yours is 1Gb)<br>
&nbsp; LV Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/VolGroup00/disk1_metadata (usually around
3Mb per 50Gb, but you can just make it 3Mb for yours too)<br>
</i><br>
change the configurations from <br>
<i>meta-disk internal;</i><br>
TO:<br>
<i>flexible-meta-disk&nbsp; /dev/VolGroup00/disk1_metadata;</i><br>
<br>
then run the commands:<br>
<p style="margin: 0in; font-family: &quot;Courier New&quot;; font-size: 10pt;">drbdadm
create-md &lt;resource_name&gt; # where resource_name is your resource
name (looks to be "azv")<br>
</p>
<br>
then:<br>
stop/start drbd<br>
<br>
at this point you are at the "dual secondary" state:<br>
<p style="margin: 0in; font-family: &quot;Courier New&quot;; font-size: 10pt;">drbdadm
state all</p>
<p style="margin: 0in; font-family: &quot;Courier New&quot;; font-size: 10pt;">#
both will show as "Secondary"</p>
<br>
<br>
and on whatever server you want to be the source to sync from:<br>
<p style="margin: 0in; font-family: &quot;Courier New&quot;; font-size: 10pt;"><font
 face="Courier New, Courier, monospace">drbdsetup /dev/drbd0 primary
--overwrite-data-of-peer&nbsp; # this will do a full sync from here to your
other server</font><br>
</p>
<br>
you can check the sync status with:<br>
<small><font face="Courier New, Courier, monospace">cat /proc/drbd<br>
<br>
then you need to create the FS.&nbsp; do this on one server using the
/dev/drbd0 device.&nbsp; it will propagate to the other<br>
</font></small><br>
hope this helps you answer the questions you have..<br>
<br>
<br>
<br>
-JPH<br>
<br>
<br>
<br>
Earnie Panneflek wrote:
<blockquote
 cite="mid7d6f626c0803061903w4da0b02bxc173645092ef46c8@mail.gmail.com"
 type="cite">why won't anybody even answer my questions?<br>
is this a 'ONLY friends kind a mailing list?? '<br>
  <br>
  <div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Earnie Panneflek</b> &lt;<a
 href="mailto:epanneflek@gmail.com">epanneflek@gmail.com</a>&gt;<br>
Date: Fri, Feb 29, 2008 at 1:49 PM<br>
Subject: DRD and LVM matters..<br>
To: <a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
  <br>
  <br>
  <div>Fellow drbd's,</div>
  <div>&nbsp;</div>
  <div>I have just install two servers(both configured identically
(with as the only diffrence the hostnames and ipadresses)&nbsp;running RHEL
4 and wanted to test Heart Beat with DRBD on them.</div>
  <div>&nbsp;</div>
  <div>The heartbeat installation when well, only problem is the drdb
installation. I have already create a VG&nbsp;and LV's on both servers and
don't have space left on disk, only space i can get is from my
Volgroup00.&nbsp; I created a lv call disk1 on both&nbsp;servers&nbsp;witch&nbsp;i wanted
drdb to sync between them. Is this possible?? </div>
  <div>&nbsp;</div>
  <div>p.s. i didn't create a filesystem on the lv i want drdb to
handle yet, and didn't mount yet.</div>
  <div>&nbsp;</div>
  <div>filesystem: (both servers the same)</div>
  <div>&nbsp;</div>
  <div>/dev/mapper/VolGroup00-LogVol00<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7.7G&nbsp; 2.9G&nbsp; 4.5G&nbsp; 39% /<br>
/dev/sda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 99M&nbsp;&nbsp; 13M&nbsp;&nbsp; 81M&nbsp; 14% /boot<br>
none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 501M&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 501M&nbsp;&nbsp; 0% /dev/shm<br>
/dev/mapper/VolGroup00-LogVol01<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.8G&nbsp;&nbsp; 45M&nbsp; 5.5G&nbsp;&nbsp; 1% /home<br>
/dev/mapper/VolGroup00-LogVol02<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.9G&nbsp;&nbsp; 54M&nbsp; 3.6G&nbsp;&nbsp; 2% /tmp<br>
/dev/mapper/VolGroup00-LogVol05<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.9G&nbsp;&nbsp; 40M&nbsp; 3.7G&nbsp;&nbsp; 2% /u01<br>
/dev/mapper/VolGroup00-LogVol06<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7.7G&nbsp;&nbsp; 50M&nbsp; 7.3G&nbsp;&nbsp; 1% /u02<br>
/dev/mapper/VolGroup00-LogVol03<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.9G&nbsp; 118M&nbsp; 3.6G&nbsp;&nbsp; 4% /var<br>
  </div>
  <div>Vgdisplay:</div>
  <div>&nbsp;--- Volume group ---<br>
&nbsp; VG Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VolGroup00<br>
&nbsp; System ID<br>
&nbsp; Format&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lvm2<br>
&nbsp; Metadata Areas&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
&nbsp; Metadata Sequence No&nbsp; 12<br>
&nbsp; VG Access&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read/write<br>
&nbsp; VG Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resizable<br>
&nbsp; MAX LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
&nbsp; Cur LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9<br>
&nbsp; Open LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7<br>
&nbsp; Max PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
&nbsp; Cur PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
&nbsp; Act PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
&nbsp; VG Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37.16 GB<br>
&nbsp; PE Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32.00 MB<br>
&nbsp; Total PE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1189<br>
&nbsp; Alloc PE / Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1166 / 36.44 GB<br>
&nbsp; Free&nbsp; PE / Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23 / 736.00 MB<br>
&nbsp; VG UUID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UoAEEi-v9LE-aBEE-9JnC-hoRr-Rd39-EGBTtC</div>
  <div><br>
&nbsp;&nbsp;&nbsp; --- Logical volume&nbsp; i created:</div>
  <div><br>
&nbsp; LV Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/VolGroup00/disk1<br>
&nbsp; VG Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VolGroup00<br>
&nbsp; LV UUID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; u5fWpd-ZZY1-yTO4-l4Lt-0xCb-ZWgt-WSOyYT<br>
&nbsp; LV Write Access&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read/write<br>
&nbsp; LV Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; available<br>
&nbsp; # open&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
&nbsp; LV Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.00 GB<br>
&nbsp; Current LE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32<br>
&nbsp; Segments&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>
&nbsp; Allocation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inherit<br>
&nbsp; Read ahead sectors&nbsp;&nbsp;&nbsp;&nbsp; 0<br>
&nbsp; Block device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 253:8</div>
  <div>&nbsp;</div>
  <div>drdb conf:</div>
  <div>&nbsp;</div>
  <div>resource azv {<br>
protocol C; </div>
  <div>on azv-test01 {<br>
device /dev/drbd0; </div>
  <div>disk /dev/VolGroup00/disk1;<br>
address <a href="http://192.168.50.195:7788" target="_blank">192.168.50.195:7788</a>;
  <br>
meta-disk internal; <br>
}</div>
  <div>on azv-test02 {<br>
device /dev/drbd0; </div>
  <div>disk /dev/VolGroup00/disk1; <br>
address <a href="http://192.168.50.196:7788" target="_blank">192.168.50.196:7788</a>;
  <br>
meta-disk internal; </div>
  <div>}</div>
  <div>disk {<br>
on-io-error detach; What to do when the lower level device errors.<br>
}</div>
  <div>net {<br>
max-buffers 2048; <br>
ko-count 4;<br>
#on-disconnect reconnect; # Peer disconnected, try to reconnect.<br>
}</div>
  <div>syncer {<br>
rate 10M; <br>
#group 1; <br>
al-extents 257; <br>
}</div>
  <div>startup {<br>
wfc-timeout 0; <br>
degr-wfc-timeout 120; <br>
}<br>
} <br>
  <br>
It won't work, could u please help me out?<br>
&nbsp;</div>
  <div><b><font color="#cc0000">Tha </font><font color="#ffcc00">Jamaican</font>
  <font color="#009900">Nebie</font></b></div>
  </div>
  <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>
</body>
</html>