<?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: pvg under lvm2 on redhat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106059#M30815</link>
    <description>I assume that what you're trying to do is the equivalent of defining one PVG for each array and setting the LV to mirror across PVGs instead of just across devices. I don't think Linux LVM has an automatic way to do that. You could probably do it manually by specifying devices to use every time you create/extend a volume.&lt;BR /&gt;&lt;BR /&gt;Another option is to do it at a lower level and create a software RAID1 set across the arrays. You would then put a volume group on that instead of directly on the array devices.</description>
    <pubDate>Wed, 21 Nov 2007 11:20:29 GMT</pubDate>
    <dc:creator>Heironimus</dc:creator>
    <dc:date>2007-11-21T11:20:29Z</dc:date>
    <item>
      <title>pvg under lvm2 on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106054#M30810</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a dl385 on 2 xp1024. Is it possible to mirror one array on the second array by using lvm pvg (lvm2-2.02.01-1.3 on redhat as4 u3) ?&lt;BR /&gt;I do it find on hpux 11.23 on the same array&lt;BR /&gt;&lt;BR /&gt;If it's not possible on this way (i find nothing on pvg in redhat) there is a another way to synchronize/backup lvol on 2 arrays.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thank for your help&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;francois</description>
      <pubDate>Wed, 21 Nov 2007 09:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106054#M30810</guid>
      <dc:creator>franlo</dc:creator>
      <dc:date>2007-11-21T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: pvg under lvm2 on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106055#M30811</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can use lvextend to do this.&lt;BR /&gt;&lt;BR /&gt;You have to mirror the entire logical volume,not the physical volume.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 Nov 2007 09:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106055#M30811</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-21T09:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: pvg under lvm2 on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106056#M30812</link>
      <description>Yes it's possible, but I don't like it last time I tested, wasn't good enough for me. We ended doing replication on storage basis.&lt;BR /&gt;&lt;BR /&gt;For example, to mirror 2 LUNs, you need 3, one small lun acting as "LOG" to avoid full resync (unless --corelog is used, but this requires full resync at reboot, it really sucks).&lt;BR /&gt;&lt;BR /&gt;Full information here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/en-US/RHEL510/Cluster_Logical_Volume_Manager/mirrored_volumes.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/en-US/RHEL510/Cluster_Logical_Volume_Manager/mirrored_volumes.html&lt;/A&gt;</description>
      <pubDate>Wed, 21 Nov 2007 09:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106056#M30812</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-21T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: pvg under lvm2 on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106057#M30813</link>
      <description>Thank for your quick reply.&lt;BR /&gt;&lt;BR /&gt;i tried whith both lvextend and lvconvert with no result :&lt;BR /&gt;&lt;BR /&gt;lvdisplay -m /dev/vgSAP/lvTESTFL&lt;BR /&gt;  --- Logical volume ---&lt;BR /&gt;  LV Name                /dev/vgSAP/lvTESTFL&lt;BR /&gt;  VG Name                vgSAP&lt;BR /&gt;  LV UUID                pkZCl0-0DRP-IvAP-PfKY-q5VP-s3Hk-dfIDc8&lt;BR /&gt;  LV Write Access        read/write&lt;BR /&gt;  LV Status              available&lt;BR /&gt;  # open                 1&lt;BR /&gt;  LV Size                1000.00 MB&lt;BR /&gt;  Current LE             125&lt;BR /&gt;  Segments               1&lt;BR /&gt;  Allocation             inherit&lt;BR /&gt;  Read ahead sectors     0&lt;BR /&gt;  Block device           253:32&lt;BR /&gt;&lt;BR /&gt;  --- Segments ---&lt;BR /&gt;  Logical extent 0 to 124:&lt;BR /&gt;    Type                linear&lt;BR /&gt;    Physical volume     /dev/sdc&lt;BR /&gt;    Physical extents    1080 to 1204&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vgSAP/lvTESTFL /dev/sdz&lt;BR /&gt;  Please specify either size or extents (not both)&lt;BR /&gt;  lvextend: Add space to a logical volume&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;        [-A|--autobackup y|n]&lt;BR /&gt;        [--alloc AllocationPolicy]&lt;BR /&gt;        [-d|--debug]&lt;BR /&gt;        [-h|--help]&lt;BR /&gt;        [-i|--stripes Stripes [-I|--stripesize StripeSize]]&lt;BR /&gt;        {-l|--extents [+]LogicalExtentsNumber |&lt;BR /&gt;         -L|--size [+]LogicalVolumeSize[kKmMgGtT]}&lt;BR /&gt;        [-m|--mirrors Mirrors]&lt;BR /&gt;        [-n|--nofsck]&lt;BR /&gt;        [-r|--resizefs]&lt;BR /&gt;        [-t|--test]&lt;BR /&gt;        [--type VolumeType]&lt;BR /&gt;        [-v|--verbose]&lt;BR /&gt;        [--version]&lt;BR /&gt;        LogicalVolume[Path] [ PhysicalVolumePath... ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvconvert -v -d -m 1 /dev/vgSAP/lvTESTFL /dev/sdz&lt;BR /&gt;    Checking for existing volume group "vgSAP"&lt;BR /&gt;    Archiving volume group "vgSAP" metadata (seqno 13).&lt;BR /&gt;  Adding mirror images is not supported yet.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what's happend ? have you an idea ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thank a lot for your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;francois</description>
      <pubDate>Wed, 21 Nov 2007 10:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106057#M30813</guid>
      <dc:creator>franlo</dc:creator>
      <dc:date>2007-11-21T10:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: pvg under lvm2 on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106058#M30814</link>
      <description>&amp;gt;&amp;gt;&amp;gt;  Adding mirror images is not supported yet.&lt;BR /&gt;&lt;BR /&gt;You need a newer Red Hat Update. Mirror support was introduced in U4 or U5, i'm not sure.</description>
      <pubDate>Wed, 21 Nov 2007 10:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106058#M30814</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-21T10:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: pvg under lvm2 on redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106059#M30815</link>
      <description>I assume that what you're trying to do is the equivalent of defining one PVG for each array and setting the LV to mirror across PVGs instead of just across devices. I don't think Linux LVM has an automatic way to do that. You could probably do it manually by specifying devices to use every time you create/extend a volume.&lt;BR /&gt;&lt;BR /&gt;Another option is to do it at a lower level and create a software RAID1 set across the arrays. You would then put a volume group on that instead of directly on the array devices.</description>
      <pubDate>Wed, 21 Nov 2007 11:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pvg-under-lvm2-on-redhat/m-p/4106059#M30815</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-11-21T11:20:29Z</dc:date>
    </item>
  </channel>
</rss>

