<?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 Getting error while  extending LV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596249#M553098</link>
    <description>How to calculate the FREE PE size&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol5" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy</description>
    <pubDate>Sun, 07 Mar 2010 12:09:10 GMT</pubDate>
    <dc:creator>Prabhi</dc:creator>
    <dc:date>2010-03-07T12:09:10Z</dc:date>
    <item>
      <title>Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596249#M553098</link>
      <description>How to calculate the FREE PE size&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol5" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy</description>
      <pubDate>Sun, 07 Mar 2010 12:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596249#M553098</guid>
      <dc:creator>Prabhi</dc:creator>
      <dc:date>2010-03-07T12:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596250#M553099</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you do a 'vgdisplay -v vgname' then you will see the overall available physical extents as "Free PE".&lt;BR /&gt;&lt;BR /&gt;However, if you are mirroring your logical volume, the 'strict' allocation policy will be the default.  This policy says that you cannot allocate mirrored extents on the same physical volume.  After all, to do so would defeat the high-availability protection that mirroring offers since if you lost a physical volume and all of its mirrors were on it, you lost everything.&lt;BR /&gt;&lt;BR /&gt;That said, an 'lvdisplay -v lvname' of the logical volume in question will show you *where* the logical volume extents reside.  From that distribution summary you can find the physical volumes used; and from a 'pvdisplay' of the physical volumes in the original 'vgdisplay' you can ascertain where you have room.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 07 Mar 2010 12:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596250#M553099</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-07T12:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596251#M553100</link>
      <description>How to calculate from the belowvgdisplay output ?&lt;BR /&gt;&lt;BR /&gt;uctnp612% nexec -e vgdisplay -v vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      8&lt;BR /&gt;Open LV                     8&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      3&lt;BR /&gt;Act PV                      3&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        6&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    8654&lt;BR /&gt;Alloc PE                    6510&lt;BR /&gt;Free PE                     2144&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  512&lt;BR /&gt;   Allocated PE                1536&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3024&lt;BR /&gt;   Current LE                  378&lt;BR /&gt;   Allocated PE                1134&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3072&lt;BR /&gt;   Current LE                  384&lt;BR /&gt;   Allocated PE                1152&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                768&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol9&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                768&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t6d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    2170&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t6d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    2170&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On</description>
      <pubDate>Sun, 07 Mar 2010 13:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596251#M553100</guid>
      <dc:creator>Prabhi</dc:creator>
      <dc:date>2010-03-07T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596252#M553101</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Your output from 'vgdisplay -v vg00' shows that vg00 contains *three* physical volumes ("Cur PV 3" and "Act PV 3") and yet you haven't shown me the last physical volume.  It appears that you 'vgextend'ed into vg00 another physical volume although you only show two physical volumes (c1t6d0 and c2t6d0), neither of which free extents available (Free PE 0).&lt;BR /&gt;&lt;BR /&gt;Examining the 'vgdisplay' further shows that every logical volume has allocated physical extents (PE) that are *three* times the value for the current logical extents (LE).  &lt;BR /&gt;&lt;BR /&gt;Had you posted the 'lvdisplay -v' for 'dev/vg00/lvol5' as I asked, I think you will see that the number of mirror copies is two (2) which is actually a 3-way mirror.&lt;BR /&gt;&lt;BR /&gt;Further, the verbose output of the 'lvdisplay' will show you the allocation of logical extents to physical extents by physical volume.&lt;BR /&gt;&lt;BR /&gt;While you have free physical extents, enlarging the logical volume can't be done unless no mirrored extent is placed on the same physical volume as I said originally.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 07 Mar 2010 17:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596252#M553101</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-07T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596253#M553102</link>
      <description>PE Size (Mbytes) 8&lt;BR /&gt;----&lt;BR /&gt;----&lt;BR /&gt;Free PE 2144&lt;BR /&gt;&lt;BR /&gt;Its PE size*Free PE=8*2144=17152(16.6G)&lt;BR /&gt;&lt;BR /&gt;You will also have to check if you LVs are mirrored then available space would be 16.6/2&lt;BR /&gt;if you have 3 mirror copeies  then free space would be 16.6/3 and so on.&lt;BR /&gt;&lt;BR /&gt;One thing PVG also comes in picture here you don't have PVG anyways but you should take care of PVG as well.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2010 02:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596253#M553102</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-08T02:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596254#M553103</link>
      <description>In your vgdisplay output one disk is missing. Cut'n'paste problem?&lt;BR /&gt;&lt;BR /&gt;Do also&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol5 | head -n 30</description>
      <pubDate>Mon, 08 Mar 2010 06:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596254#M553103</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-03-08T06:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while  extending LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596255#M553104</link>
      <description>Hi,&lt;BR /&gt;   where is third PV? &lt;BR /&gt;if you post the lvdisplay -v /dev/vg00/lvol5 o/p and the vgdisplay -v vg00 o/p details, it will be easy to help you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shnamugam.B</description>
      <pubDate>Mon, 08 Mar 2010 07:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-while-extending-lv/m-p/4596255#M553104</guid>
      <dc:creator>shanmuhanandam</dc:creator>
      <dc:date>2010-03-08T07:01:38Z</dc:date>
    </item>
  </channel>
</rss>

