<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LV mirroring and how it works... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983295#M616593</link>
    <description>I need to migrate data from one san to another san.  I have decided to use the lvextend -m to do so.  I am trying to figure out (in advance) approx. how long it will take.  My question is that when I mirror a logical volume, is the mirroring of the *whole* lv and data, or just lv?  In other words, would it take the same time to mirror the lv irregardless of how much data is in the lv; or there is x amount of time to mirror the LV and then x amount of time to mirror the data within the lv?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;S.</description>
    <pubDate>Tue, 06 Jun 2006 12:13:16 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2006-06-06T12:13:16Z</dc:date>
    <item>
      <title>LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983295#M616593</link>
      <description>I need to migrate data from one san to another san.  I have decided to use the lvextend -m to do so.  I am trying to figure out (in advance) approx. how long it will take.  My question is that when I mirror a logical volume, is the mirroring of the *whole* lv and data, or just lv?  In other words, would it take the same time to mirror the lv irregardless of how much data is in the lv; or there is x amount of time to mirror the LV and then x amount of time to mirror the data within the lv?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;S.</description>
      <pubDate>Tue, 06 Jun 2006 12:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983295#M616593</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-06-06T12:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983296#M616594</link>
      <description>Hi Sally:&lt;BR /&gt;&lt;BR /&gt;LVM mirroring is done at the *logical volume* level and is physical extent based.  That is, each LVM extent is copied to create a mirror.  The filesystem and any data in it, is an abstraction layer *above* the logical volume and matters not.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Jun 2006 12:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983296#M616594</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-06T12:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983297#M616595</link>
      <description>No this will take only x time to mirror data/lv, so its not 2x time only x will be taken while extending lv or syncing.</description>
      <pubDate>Tue, 06 Jun 2006 12:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983297#M616595</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-06-06T12:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983298#M616596</link>
      <description>hi;&lt;BR /&gt;&lt;BR /&gt;lvextend ,require the installation of the optional HP MirrorDisk/UX software, which is not included in the standard HP-UX operating system.&lt;BR /&gt;to check mirrorDisk/ux;&lt;BR /&gt;&lt;BR /&gt;#swlist -l fileset|grep -i mirror&lt;BR /&gt;&lt;BR /&gt;you can use lvextend like following;&lt;BR /&gt;&lt;BR /&gt;#lvextend -m /dev/vg00/lvol1 /dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt; A mirror copy contains the same data as the original.mirror_copies can have the value 1 or 2.&lt;BR /&gt;The synchronization process can be time consuming, depending on hardware characteristics and the amount of data.&lt;BR /&gt;&lt;BR /&gt;regards;&lt;BR /&gt;mustafa</description>
      <pubDate>Tue, 06 Jun 2006 12:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983298#M616596</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2006-06-06T12:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983299#M616597</link>
      <description>The synchronization time depends solely upon the number of logical extents that comprise the LVOL (assuming identical hardware and system loads). LVM doesn't have a clue (or care) that a given LVOL is used as a raw device or houses a fully-cooked filesystem. All other things being equal, the time will be a linear function of the size of the LVOL.</description>
      <pubDate>Tue, 06 Jun 2006 12:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983299#M616597</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-06T12:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983300#M616598</link>
      <description>Sally,&lt;BR /&gt;&lt;BR /&gt;If you don't have your target disk ready yet, you can try running dd to get timings.  It may not be perfect, but will get you a respectable estimate:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vgxx/lvoly of=/dev/null bs=&lt;VG extent="" size=""&gt;&lt;BR /&gt;&lt;BR /&gt;-tjh&lt;/VG&gt;</description>
      <pubDate>Wed, 07 Jun 2006 07:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983300#M616598</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2006-06-07T07:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: LV mirroring and how it works...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983301#M616599</link>
      <description>Thanks folks!</description>
      <pubDate>Wed, 07 Jun 2006 07:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-mirroring-and-how-it-works/m-p/4983301#M616599</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-06-07T07:52:38Z</dc:date>
    </item>
  </channel>
</rss>

