<?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: Lvextend question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354758#M625650</link>
    <description>Even though you have enough free space, ability to successfully extend LV also depends on the allocation policy.&lt;BR /&gt;&lt;BR /&gt;Is your LV mirrored ?&lt;BR /&gt;&lt;BR /&gt;If not, you can safely ignore "strict" allocation.&lt;BR /&gt;&lt;BR /&gt;If your LV is neither mirrored nor is a extend based stripe, you can ignore the PVG-strict allocation.&lt;BR /&gt;&lt;BR /&gt;Most probably your LV extend allocation is set to "contiguous"&lt;BR /&gt;&lt;BR /&gt;# lvchange -C n /dev/vgXX/lvolXX&lt;BR /&gt;&lt;BR /&gt;# lvextend .....&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Aug 2004 11:40:31 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-08-11T11:40:31Z</dc:date>
    <item>
      <title>Lvextend question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354755#M625647</link>
      <description>Need some help with extending a couple of lvols. It seems that I have enough space but I get the following message:&lt;BR /&gt;&lt;BR /&gt;The command used to extend logical volumes, /sbin/lvextend, has         &lt;BR /&gt;&lt;BR /&gt;failed.  The stderr output from the command is shown below.  The                                                    &lt;BR /&gt;&lt;BR /&gt;Log logical volume has not been extended.                                             &lt;BR /&gt;&lt;BR /&gt;                                                                                                  &lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;&lt;BR /&gt;Logical volume "/dev/vg07/ora12" could not be extended.&lt;BR /&gt;&lt;BR /&gt;Failure possibly caused by strict allocation policy       &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Logical Volume:  ora12&lt;BR /&gt;&lt;BR /&gt;Volume Group:    vg07&lt;BR /&gt;&lt;BR /&gt;Space Available in Volume Group (Mbytes): 45992&lt;BR /&gt;&lt;BR /&gt;Current Logical Volume Size (Mbytes):     10000&lt;BR /&gt;&lt;BR /&gt;New Size (Mbytes):  20000    &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;ora12            vg07           VxFS         10000   1        /ora12&lt;BR /&gt;&lt;BR /&gt;ora13            vg07           VxFS         17000   1        /ora13                 &lt;BR /&gt;&lt;BR /&gt;ora14            vg07           VxFS         20000   0        /ora14                 &lt;BR /&gt;&lt;BR /&gt;ora15            vg07           VxFS         20000   0        /ora15&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 11:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354755#M625647</guid>
      <dc:creator>MarkW_1</dc:creator>
      <dc:date>2004-08-11T11:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lvextend question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354756#M625648</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Do a "lvdisplay" on the logical volume and check the "Allocation" policy.  It will probably say "strict/contiguous".  If this is the case, the extents you're trying to add need to be contiguous to the existing ones.  Probably the easiest way to fix this, is to use lvchange to alter the contiguous flag (-C) - assuming that the lvol doesn't really need to be contiguous, that is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Aug 2004 11:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354756#M625648</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-08-11T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lvextend question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354757#M625649</link>
      <description>Two things can cause this:&lt;BR /&gt;&lt;BR /&gt;1) strict / contigious allocation policy has been set&lt;BR /&gt;&lt;BR /&gt;2) The LVOL is mirrored and although there are enough free extents in total to grant the request, there are no enough free extents available on separate physical volumes (PV's) to allow each mirror to be housed on separate PV's.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 11:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354757#M625649</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-08-11T11:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lvextend question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354758#M625650</link>
      <description>Even though you have enough free space, ability to successfully extend LV also depends on the allocation policy.&lt;BR /&gt;&lt;BR /&gt;Is your LV mirrored ?&lt;BR /&gt;&lt;BR /&gt;If not, you can safely ignore "strict" allocation.&lt;BR /&gt;&lt;BR /&gt;If your LV is neither mirrored nor is a extend based stripe, you can ignore the PVG-strict allocation.&lt;BR /&gt;&lt;BR /&gt;Most probably your LV extend allocation is set to "contiguous"&lt;BR /&gt;&lt;BR /&gt;# lvchange -C n /dev/vgXX/lvolXX&lt;BR /&gt;&lt;BR /&gt;# lvextend .....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 11:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-question/m-p/3354758#M625650</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-08-11T11:40:31Z</dc:date>
    </item>
  </channel>
</rss>

