<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791929#M637040</link>
    <description>The current size of lvol8 is equal or more than 1024MB, that's why you're getting the error. You have 275x4=1100MB ie about 1.1GB of free extents available in vg00. So when you extent lvol8, just make sure you do not extent it by more than 1.1GB. For example ..&lt;BR /&gt;# lvextend -L 1800 /dev/vg00/lvol8&lt;BR /&gt;would be fine ... (new size is 1.8GB)</description>
    <pubDate>Thu, 22 Aug 2002 15:24:34 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-08-22T15:24:34Z</dc:date>
    <item>
      <title>lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791924#M637035</link>
      <description>Hey all,&lt;BR /&gt;&lt;BR /&gt;I need to extend the file-system to 1gig and when I ran the lvextend -L 1024 /dev/vg00/lvol8, I get this error. &lt;BR /&gt;&lt;BR /&gt;lvextend: "LogicalExtentsNumber" is not bigger than current setting.&lt;BR /&gt;&lt;BR /&gt;Doing my vgdisplay shows the following information...&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                      11&lt;BR /&gt;Open LV                     11&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    4340&lt;BR /&gt;Alloc PE                    4065&lt;BR /&gt;Free PE                     275&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;Please help. Points will be given.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 15:14:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791924#M637035</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2002-08-22T15:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791925#M637036</link>
      <description>That error is saying that vg00/lvol8 is already at 1024MB or more.&lt;BR /&gt;&lt;BR /&gt;If you do a 'vgdisplay -v vg00' and look at the info for lvol8, how many extents are allocated?  Take that number and multiply by 4 and you get the # of MB that lvol8 is currently.  I will bet that it is larger than 1024.&lt;BR /&gt;&lt;BR /&gt;To fix the error you are getting, pick a number that is larger than the current size of lvol8.</description>
      <pubDate>Thu, 22 Aug 2002 15:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791925#M637036</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-22T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791926#M637037</link>
      <description>You want to give the new size not the increase.&lt;BR /&gt;cf lvextend man pages&lt;BR /&gt;&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Thu, 22 Aug 2002 15:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791926#M637037</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2002-08-22T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791927#M637038</link>
      <description>It appears that lvol8 is already at least 1024MB. Do a vgdisplay -v /dev/vg00 and let's see how big the LVOL's are.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 15:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791927#M637038</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-22T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791928#M637039</link>
      <description>Are you using '-l' or '-L' ? what about the LVM patches?</description>
      <pubDate>Thu, 22 Aug 2002 15:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791928#M637039</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-22T15:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791929#M637040</link>
      <description>The current size of lvol8 is equal or more than 1024MB, that's why you're getting the error. You have 275x4=1100MB ie about 1.1GB of free extents available in vg00. So when you extent lvol8, just make sure you do not extent it by more than 1.1GB. For example ..&lt;BR /&gt;# lvextend -L 1800 /dev/vg00/lvol8&lt;BR /&gt;would be fine ... (new size is 1.8GB)</description>
      <pubDate>Thu, 22 Aug 2002 15:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791929#M637040</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-08-22T15:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791930#M637041</link>
      <description>Try this command:&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;This will tell you the LV details and size. For increasing it to 2GB:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 2048 /dev/vg00/rlvol8</description>
      <pubDate>Thu, 22 Aug 2002 15:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791930#M637041</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-22T15:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791931#M637042</link>
      <description>lvextend: "LogicalExtentsNumber" is not bigger than current setting.&lt;BR /&gt;&lt;BR /&gt;what is the current size , if you are increasing it by 1.gb then do a lvexnted -L 2048 /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alternatively use SAM &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 22 Aug 2002 15:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791931#M637042</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-22T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791932#M637043</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;If you still have the problem and if you are running 10.20, then install this patch - PHCO_23427. This is the LVM cumulative patch and will eliminate errors of lvextend when using -L.&lt;BR /&gt;&lt;BR /&gt;hth,</description>
      <pubDate>Thu, 22 Aug 2002 17:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791932#M637043</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-22T17:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791933#M637044</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;From your original output really doesn't help because we need to see the lvdisplay output as well. For instance:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vg00/lvolx&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvolx&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            2000             &lt;BR /&gt;Current LE                  500       &lt;BR /&gt;Allocated PE                500         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   off          &lt;BR /&gt;Allocation                  strict/contiguous         &lt;BR /&gt;IO Timeout (Seconds)        default    &lt;BR /&gt;&lt;BR /&gt;In this logical volume it shows: &lt;BR /&gt;Allocated PE =35&lt;BR /&gt;&lt;BR /&gt;Take this and the original output you posted from the vgdisplay which showed:&lt;BR /&gt;&lt;BR /&gt;PE Size (Mbytes) 4 &lt;BR /&gt;&lt;BR /&gt;So 500 x 4= 2000 which is displayed as:&lt;BR /&gt;LV Size 2000&lt;BR /&gt;&lt;BR /&gt;So if I ran your command on this logical volume I would receive the same kind of error because my logical extents would be less than what I have configured already.&lt;BR /&gt;&lt;BR /&gt;lvextend can be used with lower case "-l" which will specify size using extents. This is more accurate than using the upper case "-L" which specifies size in MB. The "-l" option will round the size off to the nearest whole extent value.&lt;BR /&gt;&lt;BR /&gt;Thanks for participating in the forums,&lt;BR /&gt;&lt;BR /&gt;Martin&lt;BR /&gt;Chaos reigns within. Reflect, repent, and reboot. Order shall return.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 17:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend/m-p/2791933#M637044</guid>
      <dc:creator>Martin Burnett_2</dc:creator>
      <dc:date>2002-08-22T17:48:09Z</dc:date>
    </item>
  </channel>
</rss>

