<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245723#M551091</link>
    <description>try this...&lt;BR /&gt;#lvextend -L 5120 /dev/testvgo1/lvol1&lt;BR /&gt;&lt;BR /&gt;or else if you want do do in extent no level&lt;BR /&gt;#lventend -l 160 /dev/testvgo1/lvol1..&lt;BR /&gt;&lt;BR /&gt;i hope this will work out and make your LV as 5GB&lt;BR /&gt;&amp;amp; dont forget to increase the file system too...&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jun 2010 05:06:16 GMT</pubDate>
    <dc:creator>Deepankar Panda</dc:creator>
    <dc:date>2010-06-30T05:06:16Z</dc:date>
    <item>
      <title>lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245718#M551086</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have extend logical volume&lt;BR /&gt;&lt;BR /&gt;VG Name                     /dev/testvg01&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                      4&lt;BR /&gt;Open LV                     4&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               3199&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    3199&lt;BR /&gt;Alloc PE                    2528&lt;BR /&gt;Free PE                     671&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;/dev/testvg01/lvol1 24117248 21438332 2637064   89% /test&lt;BR /&gt;i have to increase 5gb to /dev/testvg01/lvol1 &lt;BR /&gt;&lt;BR /&gt;I have tried this command&lt;BR /&gt;&lt;BR /&gt;#lvextend -L 900 /dev/testvg01/lvol1 &lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "928" MB.&lt;BR /&gt;lvextend: "LogicalExtentsNumber" is not bigger than current setting.&lt;BR /&gt;&lt;BR /&gt;ps suggest any one urgent</description>
      <pubDate>Wed, 30 Jun 2010 04:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245718#M551086</guid>
      <dc:creator>rajesh73_1</dc:creator>
      <dc:date>2010-06-30T04:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245719#M551087</link>
      <description>You need to specify the total size at the end with lvextend, not "increase by".</description>
      <pubDate>Wed, 30 Jun 2010 04:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245719#M551087</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-30T04:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245720#M551088</link>
      <description>"lvextend -L 900 /dev/testvg01/lvol1" means "increase the size of /dev/testvg01/lvol1 to 900 MB". &lt;BR /&gt;&lt;BR /&gt;The upper-case option "-L" specifies the new size in megabytes; the lower-case "-l" specifies the new size as a number of extents.&lt;BR /&gt;&lt;BR /&gt;Your "bdf" output indicates the LV is already bigger than that (its current size is about 24 000 MB), so your command makes no sense. &lt;BR /&gt;&lt;BR /&gt;First lvextend tells you it must round the value 900 MB to the nearest multiple of 32 MB (the PE size), then it notices the problem (you're asking to make the LV smaller than it already is) and stops before doing anything.&lt;BR /&gt;&lt;BR /&gt;I guess you wanted "lvextend -l 900 /dev/testvg01/lvol1"?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 30 Jun 2010 04:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245720#M551088</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-30T04:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245721#M551089</link>
      <description>If you want to increase the size by 5 Gb then,&lt;BR /&gt;&lt;BR /&gt;lvextend -L 5120 /dev/testvg01/lvol1&lt;BR /&gt;&lt;BR /&gt;Provided you have space in the VG.&lt;BR /&gt;&lt;BR /&gt;-L specifies the resultant LV size in MB</description>
      <pubDate>Wed, 30 Jun 2010 04:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245721#M551089</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2010-06-30T04:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245722#M551090</link>
      <description>Hi sorry&lt;BR /&gt;&lt;BR /&gt;I have done one mistake&lt;BR /&gt;&lt;BR /&gt;i have lvextend -L 900 /dev/testvg01/lvol1 &lt;BR /&gt;given pv size but normally we given byttes size know! that is the problem&lt;BR /&gt;&lt;BR /&gt;after i given below command&lt;BR /&gt;&lt;BR /&gt;#lvextend -L 28672 /dev/testvg01/lvol1Logical volume "/dev/vg00/lvol6" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/testvg has been saved in /etc/lvmconf/vg00.con&lt;BR /&gt;&lt;BR /&gt;before this is 23gb now i extend 28gb&lt;BR /&gt;&lt;BR /&gt;now lvextended&lt;BR /&gt;&lt;BR /&gt;i sorry&lt;BR /&gt;thanku for all helping&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2010 05:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245722#M551090</guid>
      <dc:creator>rajesh73_1</dc:creator>
      <dc:date>2010-06-30T05:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245723#M551091</link>
      <description>try this...&lt;BR /&gt;#lvextend -L 5120 /dev/testvgo1/lvol1&lt;BR /&gt;&lt;BR /&gt;or else if you want do do in extent no level&lt;BR /&gt;#lventend -l 160 /dev/testvgo1/lvol1..&lt;BR /&gt;&lt;BR /&gt;i hope this will work out and make your LV as 5GB&lt;BR /&gt;&amp;amp; dont forget to increase the file system too...&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2010 05:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245723#M551091</guid>
      <dc:creator>Deepankar Panda</dc:creator>
      <dc:date>2010-06-30T05:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245724#M551092</link>
      <description>well done Rajesh... mistakes provide exposure to learn more... cheers</description>
      <pubDate>Wed, 30 Jun 2010 05:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245724#M551092</guid>
      <dc:creator>Deepankar Panda</dc:creator>
      <dc:date>2010-06-30T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245725#M551093</link>
      <description>thank u for all</description>
      <pubDate>Wed, 30 Jun 2010 05:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-problem/m-p/5245725#M551093</guid>
      <dc:creator>rajesh73_1</dc:creator>
      <dc:date>2010-06-30T05:43:24Z</dc:date>
    </item>
  </channel>
</rss>

