<?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: Not enough free physical extents in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496103#M654907</link>
    <description>I think that you must change lv setings.&lt;BR /&gt;&lt;BR /&gt;lvchange -C n # no contigous allocation policy.</description>
    <pubDate>Wed, 21 Feb 2001 11:41:41 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2001-02-21T11:41:41Z</dc:date>
    <item>
      <title>Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496095#M654899</link>
      <description>I am trying to extend /usr "on-the-fly" but when I use lvextend I get an error message saying &lt;BR /&gt;"lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol6" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy"&lt;BR /&gt;&lt;BR /&gt;I have 1024MB available on this disk and am only trying to extend the vol by 500MB&lt;BR /&gt;&lt;BR /&gt;Any ideas why this is not working?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Colin.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Feb 2001 14:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496095#M654899</guid>
      <dc:creator>Warren griggs</dc:creator>
      <dc:date>2001-02-20T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496096#M654900</link>
      <description>OK..I must assume that since your doing this 'on the fly' you really do have Online AdvanceJFS...&lt;BR /&gt;&lt;BR /&gt;So let me give you a little tip...if your extending vg00 I would be willing to bet your entering the /dev/dsk/c_t_d_ at the end of your lvextend statement...don't...just enter it without this ..&lt;BR /&gt;&lt;BR /&gt;lvextend -l _ _ _ /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;/rcw&lt;BR /&gt;rcw</description>
      <pubDate>Tue, 20 Feb 2001 14:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496096#M654900</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-20T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496097#M654901</link>
      <description>The command line that I am using is...&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 1500 /dev/vg00/lvol6</description>
      <pubDate>Tue, 20 Feb 2001 15:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496097#M654901</guid>
      <dc:creator>Warren griggs</dc:creator>
      <dc:date>2001-02-20T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496098#M654902</link>
      <description>In using the capital L in your command you are telling it to extend by MB and I don't think you have a 1500MB disk, at least you don't say so. Use the lower case l (el) switch to the command, this will tell it to extend using extents rather that MB. If you have the default 4MB per extent and you want to increase by 500MB, &lt;BR /&gt;lvextend -l 125&lt;BR /&gt;&lt;BR /&gt;(4)*(125)=500</description>
      <pubDate>Tue, 20 Feb 2001 15:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496098#M654902</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-02-20T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496099#M654903</link>
      <description>Hi Colin:&lt;BR /&gt;&lt;BR /&gt;If you have mirrored this logical volume, it is also possible to obtain the failure in the 'lvextend' you are getting, if there is insufficient space on one of the physical disks to allocate extents and keep the primary and mirrored extents separate.&lt;BR /&gt;&lt;BR /&gt;In this case, an 'lvdisplay' will show "stict" (the default) for the allocation policy.  This insures that mirror copies and primary copies of the same logical volume cannot exist on the same physical volume.&lt;BR /&gt;&lt;BR /&gt;If this is the case, look at the output of 'lvdisplay -v /dev/vg00/lvolX' and 'vgdisplay -v /dev/vg00' to find the number and distribution of free extents on each of the disks.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 20 Feb 2001 15:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496099#M654903</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-20T15:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496100#M654904</link>
      <description>If you use the lower case l (el) in the lvextend command, then you will need to specify the TOTAL number of extents you want the logical volume to be.  &lt;BR /&gt;&lt;BR /&gt;Say /usr is currently 352 MB.  With 4MB extents, that would be 88 extents.  If you want to increase by 500 MB, to make it 852 MB or 213 extents (213 extents * 4 MB = 852 MB), then your lvextend would be: 'lvextend -l 213 /dev/vg00/lvol7'&lt;BR /&gt;&lt;BR /&gt;If you wanted to use the upper case L option, then you would do an 'lvextend -L 852 /dev/vg00/lvol7'&lt;BR /&gt;&lt;BR /&gt;I also agree with James, in that there may not be enough extents available on one of the disks in your mirror.  That is a definite possibility as well.</description>
      <pubDate>Tue, 20 Feb 2001 16:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496100#M654904</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-02-20T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496101#M654905</link>
      <description>Hi Colin,&lt;BR /&gt;&lt;BR /&gt;How full is the filesystem at this point? If it is at 100% in a bdf output it will probably be helpfull to increase a little bit at a time. Or you could delete some files in the filesystem, but of course this is usally not recommended or a preferd solution. &lt;BR /&gt;(Just make sure you have a valid backup!!!)&lt;BR /&gt;&lt;BR /&gt;Here is a Document (KBAN00000084) which you should be able to find in the ITRC under knowledge tree.&lt;BR /&gt;&lt;BR /&gt;Short is that when you perform a lvextend the command needs some space on the logical volume to perform some operations.&lt;BR /&gt;&lt;BR /&gt;Hope this is of help to you.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Johan Carlsson</description>
      <pubDate>Tue, 20 Feb 2001 18:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496101#M654905</guid>
      <dc:creator>Johan Carlsson</dc:creator>
      <dc:date>2001-02-20T18:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496102#M654906</link>
      <description>Thanks for your help, I have sorted the problem now.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Colin.</description>
      <pubDate>Wed, 21 Feb 2001 09:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496102#M654906</guid>
      <dc:creator>Warren griggs</dc:creator>
      <dc:date>2001-02-21T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough free physical extents</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496103#M654907</link>
      <description>I think that you must change lv setings.&lt;BR /&gt;&lt;BR /&gt;lvchange -C n # no contigous allocation policy.</description>
      <pubDate>Wed, 21 Feb 2001 11:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-free-physical-extents/m-p/2496103#M654907</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-02-21T11:41:41Z</dc:date>
    </item>
  </channel>
</rss>

