<?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 Cannot lvextend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959061#M618175</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've an issue with an lvextend.  I'm trying to grow an fs by 150GB - I know I'm overlooking something silly.  The particulars are attached.&lt;BR /&gt;&lt;BR /&gt;Thanks much,&lt;BR /&gt;Joe&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 11 Feb 2006 15:39:36 GMT</pubDate>
    <dc:creator>Jay Core</dc:creator>
    <dc:date>2006-02-11T15:39:36Z</dc:date>
    <item>
      <title>Cannot lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959061#M618175</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've an issue with an lvextend.  I'm trying to grow an fs by 150GB - I know I'm overlooking something silly.  The particulars are attached.&lt;BR /&gt;&lt;BR /&gt;Thanks much,&lt;BR /&gt;Joe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Feb 2006 15:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959061#M618175</guid>
      <dc:creator>Jay Core</dc:creator>
      <dc:date>2006-02-11T15:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959062#M618176</link>
      <description>OK, I'm confused.  You say you are trying to extend by 150GB, but the command you list says:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 819072 /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;which means you are trying to extedn by more than 300GB.&lt;BR /&gt;&lt;BR /&gt;According to your vgdisplay you have 9,598 extents available with a PE size of 16 MB, which means you have a total of 153,568 MB available to extend by.&lt;BR /&gt;&lt;BR /&gt;Your VG02/LVOL1 size is currently 460,736 MB.  You can extend by 153,568 MB for a total of 614,304MB.  So your lvextend command should be:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 614304 /dev/vg02/lvol1</description>
      <pubDate>Sat, 11 Feb 2006 15:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959062#M618176</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-02-11T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959063#M618177</link>
      <description>Hi joe,&lt;BR /&gt;&lt;BR /&gt;You have strict allacotion polici on the logical volume.&lt;BR /&gt;This means that all the PE must be behind each other.&lt;BR /&gt;Firast change this by using lvmodify then after this you can de an lvextend.&lt;BR /&gt;see the manpages of lvmodify to get the strict allocation police off.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Sat, 11 Feb 2006 15:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959063#M618177</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2006-02-11T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959064#M618178</link>
      <description>Shalom Joe,&lt;BR /&gt;&lt;BR /&gt;If its the allocation policy&lt;BR /&gt;&lt;BR /&gt;lvchange -C n /dev/vg02/lvol1    &lt;BR /&gt;&lt;BR /&gt;Try again.&lt;BR /&gt;&lt;BR /&gt;I'm assuming you have enough disk space do do this. Hopefully your volume group is configured in such a way to allow this many PE's, otherwise you will be needing to rebuild the volume group.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 11 Feb 2006 16:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959064#M618178</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-11T16:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959065#M618179</link>
      <description>Hi Men,&lt;BR /&gt;&lt;BR /&gt;thanks alot.  I knew it was something silly - sorry to bother you.  Have a great weekend.</description>
      <pubDate>Sat, 11 Feb 2006 18:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959065#M618179</guid>
      <dc:creator>Jay Core</dc:creator>
      <dc:date>2006-02-11T18:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959066#M618180</link>
      <description>Thanks to all, and of course to Patrick for the Magic Answer!</description>
      <pubDate>Sat, 11 Feb 2006 18:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-lvextend/m-p/4959066#M618180</guid>
      <dc:creator>Jay Core</dc:creator>
      <dc:date>2006-02-11T18:06:17Z</dc:date>
    </item>
  </channel>
</rss>

