<?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 Re: Mirroring question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939390#M113370</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Nope - you can't mirror a standard striped LV.&lt;BR /&gt;&lt;BR /&gt;You can mirror if you use extent-based striping (lvcreate -D y) in a PVG (Physical Volume group). But then you're limited to the stripe size being equal to the extent size.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Mon, 31 Mar 2003 14:14:01 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-03-31T14:14:01Z</dc:date>
    <item>
      <title>Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939389#M113369</link>
      <description>I received an error when attempting to mirror the database volume.&lt;BR /&gt; ERROR:&lt;BR /&gt; The command used to extend logical volumes, /sbin/lvextend, has  failed.  The stderr output from the command is shown below.  The  logical volume has not been extended.&lt;BR /&gt;&lt;BR /&gt; lvextend: Couldn't extend the logical volume:&lt;BR /&gt; A physical extent described by the extent array is already in use, or  a sparing operation is in progress.&lt;BR /&gt; lvextend: The LVM device driver could not extend the&lt;BR /&gt; logical volume "/dev/vg01/lvol5".&lt;BR /&gt;&lt;BR /&gt;This volume is striped across 2 disk can you mirror a striped volume????&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Mar 2003 14:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939389#M113369</guid>
      <dc:creator>Lacrosse</dc:creator>
      <dc:date>2003-03-31T14:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939390#M113370</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Nope - you can't mirror a standard striped LV.&lt;BR /&gt;&lt;BR /&gt;You can mirror if you use extent-based striping (lvcreate -D y) in a PVG (Physical Volume group). But then you're limited to the stripe size being equal to the extent size.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 31 Mar 2003 14:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939390#M113370</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-31T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939391#M113371</link>
      <description>The built in striping (-i -I) with LVM does not work with mirroring. You should use extent striping with the -D option during lvcreate.</description>
      <pubDate>Mon, 31 Mar 2003 14:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939391#M113371</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2003-03-31T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939392#M113372</link>
      <description>The answer is no (almost). You can mirror using extent based striping but then the striping is done in PE-sized chunks so that the performance benefits from striping are almost nil because the chunks are so large. (e.g. 4MB vs 64k).&lt;BR /&gt;&lt;BR /&gt;You can look into the Veritas volume manager (VxVM) that will give you more flexibility but frankly, I have not been too impressed with it and it does impose a noticable overhead (~ 5%) on the system.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Mar 2003 14:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939392#M113372</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-31T14:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939393#M113373</link>
      <description>It all looks a bit messy. Take a look at these they may help :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9cbc4e49c5cdd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9cbc4e49c5cdd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is for hpux 9, but gives you an idea of the scripting process that is invoved :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aa11.cjb.net/hpux_admin/1997/0301.html" target="_blank"&gt;http://aa11.cjb.net/hpux_admin/1997/0301.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 31 Mar 2003 14:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939393#M113373</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2003-03-31T14:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939394#M113374</link>
      <description>Usually when extent striping is used the PE size is taken done to 1MB but there is a limitation to the number of PEs you can have on one spindle and with the bigger disks we have these days it could leave lots of unable disk.  The max PE is 65535.</description>
      <pubDate>Mon, 31 Mar 2003 14:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939394#M113374</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2003-03-31T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939395#M113375</link>
      <description>For striping with mirrorring (RAID 0/1) you need at least 4 disks.&lt;BR /&gt;Greetzz&lt;BR /&gt;Donald</description>
      <pubDate>Mon, 31 Mar 2003 15:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-question/m-p/2939395#M113375</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2003-03-31T15:02:38Z</dc:date>
    </item>
  </channel>
</rss>

