<?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 - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593665#M39958</link>
    <description>Both would work fine.&lt;BR /&gt;ext2online (increase ext3 only)&lt;BR /&gt;resize2fs  (inclrease both ext2 and 3)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Wed, 03 Mar 2010 06:47:26 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-03-03T06:47:26Z</dc:date>
    <item>
      <title>lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593661#M39954</link>
      <description>Hello&lt;BR /&gt;i am having one vg which still have around 60gb free space (unallocated) i would like to extend existing lv which is in the same vg below is the correct way&lt;BR /&gt;&lt;BR /&gt;1) umount the lvm&lt;BR /&gt;&lt;BR /&gt;2)lvextend  -L +61440 /dev/vg01/lvol10 /dev/sdk3&lt;BR /&gt;3)ext2online /dev/vg01/lvol10&lt;BR /&gt;&lt;BR /&gt;4) mount back the lvm&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Wed, 03 Mar 2010 03:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593661#M39954</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2010-03-03T03:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593662#M39955</link>
      <description>do you have online JFS, if yes then no need to umount the LV you can do it online.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;which verious of lvm and Linux.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 03 Mar 2010 06:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593662#M39955</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-03T06:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593663#M39956</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i'm using :&lt;BR /&gt;&lt;BR /&gt;1. umount the LVMs-lvol&lt;BR /&gt;&lt;BR /&gt;2. lvextend --size +2G -n /dev/.../LVMs-lvol&lt;BR /&gt;&lt;BR /&gt;3. e2fsck -f /dev/.../LVMs-lvol&lt;BR /&gt;&lt;BR /&gt;4. resize2fs /dev/.../LVMs-lvol&lt;BR /&gt;&lt;BR /&gt;5. e2fsck -f /dev/.../LVMs-lvol&lt;BR /&gt;&lt;BR /&gt;of course the fsck is depend what type of file system do you use.&lt;BR /&gt;&lt;BR /&gt;PS : i think your way is correct.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 03 Mar 2010 06:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593663#M39956</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-03-03T06:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593664#M39957</link>
      <description>file system type is ext3&lt;BR /&gt;i dont have online jfs lincese, can not use &lt;BR /&gt;&lt;BR /&gt;in this lvm i am already having 50gb+ data so below is the correct way which is suggested by mikap,?&lt;BR /&gt;&lt;BR /&gt;1) umount /data (which is /dev/vg01/lvol10&lt;BR /&gt;2)lvextend -L +61440 /dev/vg01/lvol10 /dev/sdk3 &lt;BR /&gt;(need to extend 60gb i already verify free space is there in this vg)&lt;BR /&gt;&lt;BR /&gt;3)e2fsck -f /dev/vg01/lvol10 &lt;BR /&gt;4)resize2fs /dev/vg01/lvol10 &lt;BR /&gt;5)e2fsck -f /dev/vg01/lvol10 &lt;BR /&gt;6) mount back the file system&lt;BR /&gt;&lt;BR /&gt;please advice,&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Mar 2010 06:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593664#M39957</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2010-03-03T06:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593665#M39958</link>
      <description>Both would work fine.&lt;BR /&gt;ext2online (increase ext3 only)&lt;BR /&gt;resize2fs  (inclrease both ext2 and 3)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 03 Mar 2010 06:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593665#M39958</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-03T06:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593666#M39959</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No umount is needed while extension of lvols.&lt;BR /&gt;ext2online works as well while mounted ( in most cases )&lt;BR /&gt;Only if ext2online refuses to extend fs then Michal's offline solution is needed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Mar 2010 07:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend/m-p/4593666#M39959</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2010-03-03T07:47:22Z</dc:date>
    </item>
  </channel>
</rss>

