<?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: LVM mirroring issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637416#M619965</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;When PVG-Strict allocation is inforce, mirrors of a logical extent cannot share the same physical volume group.  The "not enough free physical extents available" message means that pool of free entents is not allocated in a fashion that satisfies the PVG-strict allocation policy.  This is not unexpected if you set the policy after the logical volume was originally allocated.&lt;BR /&gt;&lt;BR /&gt;Do a 'vgdisplay -v vgNN' to see if you have enough free extents on both physical volumes and 'lvdisplay -v /dev/vgNN/lvolX' to see the current distribution of physical extents across them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 28 Sep 2005 15:06:06 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2005-09-28T15:06:06Z</dc:date>
    <item>
      <title>LVM mirroring issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637414#M619963</link>
      <description>Hi all!&lt;BR /&gt;Im facing this problem while doin LVM mirroring could any1 guide me to solve this issue.&lt;BR /&gt;&lt;BR /&gt;i've changed my Allocation policy to PVG-strict by issuin the following command:&lt;BR /&gt;#lvchange -s g /dev/vgdata/lvol1&lt;BR /&gt;&lt;BR /&gt;After doin that i hv create a /etc/lvmpvg file contain the following etries&lt;BR /&gt;&lt;BR /&gt;VG /dev/vgdata&lt;BR /&gt;PVG eva01&lt;BR /&gt;/dev/dsk/c0t2d0&lt;BR /&gt;PVG ev02&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;After doin that when i verifiedir thru vgdisplay -v vgdata command. and PVG entries are there.&lt;BR /&gt;&lt;BR /&gt;Now when im trying to mirror the two disks with lvextend. Im facing the following error:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vgdata/lvol1 eva01 eva02&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vgdata/lvol1" could not be extended.&lt;BR /&gt;&lt;BR /&gt;Kindly let me know, if im not using the proper syntax for lvextend command or theres some other issue in it.&lt;BR /&gt;&lt;BR /&gt;Any help in this regard is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Byee&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 14:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637414#M619963</guid>
      <dc:creator>Fenny_1</dc:creator>
      <dc:date>2005-09-28T14:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637415#M619964</link>
      <description>I assume the /dev/vgdata/lvol1 is already configured?  Does it reside on the disk in eva01 or eva02?&lt;BR /&gt;&lt;BR /&gt;If the LV already exists on the disk in eva01, then try this:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vgdata/lvol1 eva02&lt;BR /&gt;&lt;BR /&gt;or just try:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vgdata/lvol1&lt;BR /&gt;&lt;BR /&gt;If you don't specify any disks, LVM should pick the correct disk from the correct PVG.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 15:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637415#M619964</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-09-28T15:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637416#M619965</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;When PVG-Strict allocation is inforce, mirrors of a logical extent cannot share the same physical volume group.  The "not enough free physical extents available" message means that pool of free entents is not allocated in a fashion that satisfies the PVG-strict allocation policy.  This is not unexpected if you set the policy after the logical volume was originally allocated.&lt;BR /&gt;&lt;BR /&gt;Do a 'vgdisplay -v vgNN' to see if you have enough free extents on both physical volumes and 'lvdisplay -v /dev/vgNN/lvolX' to see the current distribution of physical extents across them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Sep 2005 15:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637416#M619965</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-28T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: LVM mirroring issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637417#M619966</link>
      <description>HI BYEE&lt;BR /&gt;1, show me result of vgdisplay&lt;BR /&gt;#vgdisplay /dev/vgdata&lt;BR /&gt;2, show contents of /etc/lvmpvg&lt;BR /&gt;#cat /etc/lvmpvg&lt;BR /&gt;after review you result, I will give you solution.&lt;BR /&gt;tienna</description>
      <pubDate>Wed, 28 Sep 2005 23:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-mirroring-issue/m-p/3637417#M619966</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-09-28T23:12:29Z</dc:date>
    </item>
  </channel>
</rss>

