<?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 Striped Logical Volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098714#M311577</link>
    <description>Okay - you won't be able to do what you want - unless you upgrade to 11.31:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-7518/5991-7518.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-7518/5991-7518.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Page 6:&lt;BR /&gt;&lt;BR /&gt;"The following feature is new with the HP-UX 11i v3 release of MirrorDisk/UX:&lt;BR /&gt;â ¢ Striped Mirrors: In previous releases, LVM supported a limited extent-based striped mirror&lt;BR /&gt;functionality, as described in the lvcreate(1M) manpage. This type of striped mirror required&lt;BR /&gt;the stripe size to be a multiple of extent size. In HP-UX 11i v3, LVM supports mirroring of&lt;BR /&gt;striped logical volumes with the entire range of stripe sizes. The lvcreate command&lt;BR /&gt;options -m and -i/-I can be used together, and the -m option of the lvextend and&lt;BR /&gt;lvreduce commands can be applied to striped logical volumes."&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 07 Nov 2007 11:29:18 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2007-11-07T11:29:18Z</dc:date>
    <item>
      <title>Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098711#M311574</link>
      <description>Is there a way to mirror a logical volume group which is already striped on HP-UX 11.11 using LVM?  We are migrating to a new SAN and had hoped to mirror the existing volumes to the new SAN.  However, our striped logical volume groups are getting an error below:&lt;BR /&gt;Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),&lt;BR /&gt;do not specify the striping options (-i, -I) when creating logical volumes.&lt;BR /&gt;&lt;BR /&gt;Thanks for any ideas/suggestions.</description>
      <pubDate>Wed, 07 Nov 2007 11:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098711#M311574</guid>
      <dc:creator>JoAnn Nagel</dc:creator>
      <dc:date>2007-11-07T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098712#M311575</link>
      <description>I think it has to be created a certain way - with EXTENT BASED MIRRORED STRIPES:&lt;BR /&gt;&lt;BR /&gt;man page show:&lt;BR /&gt;&lt;BR /&gt;    Distributed Allocation Policy&lt;BR /&gt;      This example shows how the -D y option can be used to create EXTENT-&lt;BR /&gt;      BASED MIRRORED STRIPES.&lt;BR /&gt;&lt;BR /&gt;      Assume that volume group /dev/vgtest has two physical volume groups:&lt;BR /&gt;      pvg1 and pvg2.&lt;BR /&gt;&lt;BR /&gt;      Assume that each physical volume group has 2 physical volumes.&lt;BR /&gt;&lt;BR /&gt;      Assume that the first physical volume in each pvg has 3 extents free&lt;BR /&gt;      and the second physical volume in each pvg has 2 extents free.&lt;BR /&gt;&lt;BR /&gt;      The following command creates a logical volume in vgtest with EXTENT-&lt;BR /&gt;      BASED MIRRORED STRIPES:&lt;BR /&gt;&lt;BR /&gt;           lvcreate -D y -s g -m 1 -l 5 /dev/vgtest&lt;BR /&gt;&lt;BR /&gt;      The distributed allocation proceeds as follows:&lt;BR /&gt;           +    A free extent is allocated from the 1st pvol in pvg1.&lt;BR /&gt;           +    A free extent is allocated from the 2nd pvol in pvg1.&lt;BR /&gt;           +    A free extent is allocated from the 1st pvol in pvg1.&lt;BR /&gt;           +    A free extent is allocated from the 2nd pvol in pvg1.&lt;BR /&gt;           +    A free extent is allocated from the 1st pvol in pvg1.&lt;BR /&gt;           +    Mirrors for the five extents are then allocated from the&lt;BR /&gt;                free extents in pvg2 in a similar manner.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 07 Nov 2007 11:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098712#M311575</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-07T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098713#M311576</link>
      <description>JoAnn,&lt;BR /&gt;&lt;BR /&gt;The error message you're getting seems to be pretty definitive.  The man page, however, doesn't mention any such restriction.  The only thing I did pick up was this:&lt;BR /&gt;&lt;BR /&gt;"LVM striped logical volumes are always allocated using a strict allocation policy. Consequently, striped logical volumes may only be extended by a number extents that is a multiple of disks the logical volume is striped across."&lt;BR /&gt;&lt;BR /&gt;If you've complied with that restriction then I guess the error message is your final answer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 07 Nov 2007 11:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098713#M311576</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-11-07T11:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098714#M311577</link>
      <description>Okay - you won't be able to do what you want - unless you upgrade to 11.31:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-7518/5991-7518.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-7518/5991-7518.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Page 6:&lt;BR /&gt;&lt;BR /&gt;"The following feature is new with the HP-UX 11i v3 release of MirrorDisk/UX:&lt;BR /&gt;â ¢ Striped Mirrors: In previous releases, LVM supported a limited extent-based striped mirror&lt;BR /&gt;functionality, as described in the lvcreate(1M) manpage. This type of striped mirror required&lt;BR /&gt;the stripe size to be a multiple of extent size. In HP-UX 11i v3, LVM supports mirroring of&lt;BR /&gt;striped logical volumes with the entire range of stripe sizes. The lvcreate command&lt;BR /&gt;options -m and -i/-I can be used together, and the -m option of the lvextend and&lt;BR /&gt;lvreduce commands can be applied to striped logical volumes."&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 07 Nov 2007 11:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098714#M311577</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-07T11:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098715#M311578</link>
      <description>Sounds very clear:&lt;BR /&gt;&lt;BR /&gt;"Striped mirrors are not supported. To enable mirroring options (-m, -M, -c),&lt;BR /&gt;do not specify the striping options (-i, -I) when creating logical volumes."&lt;BR /&gt;&lt;BR /&gt;Once it is striped, it cannot be mirrored.&lt;BR /&gt;&lt;BR /&gt;Consider to backup the data and restore to the new device.</description>
      <pubDate>Wed, 07 Nov 2007 11:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098715#M311578</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-11-07T11:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098716#M311579</link>
      <description>Thanks to all!  This is sort of what I thought, but needed confirmation.</description>
      <pubDate>Wed, 07 Nov 2007 13:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098716#M311579</guid>
      <dc:creator>JoAnn Nagel</dc:creator>
      <dc:date>2007-11-07T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring Striped Logical Volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098717#M311580</link>
      <description>Striped lvols cannot be migrated without taking an outage by mirroring them at the LVM layer. Instead create the destination lvol in the target VG and unmount the striped lvol which is the source and then copy it over with dd(1) viz.,&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/vgOLD/rlvol1?? of=/dev/vgNEW/rlvol?? bs=1024k</description>
      <pubDate>Wed, 07 Nov 2007 14:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-striped-logical-volumes/m-p/4098717#M311580</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-11-07T14:53:15Z</dc:date>
    </item>
  </channel>
</rss>

