<?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: Need to extend file system Online in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767628#M43956</link>
    <description>Sree,&lt;BR /&gt;&lt;BR /&gt;An alternative to Matti's if you'er uncomfy with Command Line is to use the GUI:&lt;BR /&gt;&lt;BR /&gt;system-config-lvm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to have the Graphics NEnvironment up though or set up VNC or EXceed, REflection-X, etc.&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Mar 2011 15:42:42 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-03-21T15:42:42Z</dc:date>
    <item>
      <title>Need to extend file system Online</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767626#M43954</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;I need to extend my /loca/opt FS online.&lt;BR /&gt;&lt;BR /&gt;am not sure about the fs extension in Linux .&lt;BR /&gt;&lt;BR /&gt;Version is =&amp;gt; Red Hat Enterprise Linux Client release 5.4&lt;BR /&gt;&lt;BR /&gt;root @psp-adoc-01:/local/opt# cat /etc/*release&lt;BR /&gt;Red Hat Enterprise Linux Client release 5.4 (Tikanga)&lt;BR /&gt;root @psp-adoc-01:/local/opt# df -h .&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/DataVol-LogVol04&lt;BR /&gt;                       30G   26G  2.4G  92% /local/opt&lt;BR /&gt;root @psp-adoc-01:/local/opt#&lt;BR /&gt;&lt;BR /&gt;root @psp-adoc-01:/local/opt# mount | grep -i /local/opt&lt;BR /&gt;/dev/mapper/DataVol-LogVol04 on /local/opt type ext3 (rw)&lt;BR /&gt;root @psp-adoc-01:/local/opt#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is using ext3 .&lt;BR /&gt;&lt;BR /&gt;I heard that we cant extend fs in Linux even though the FS is of ext3? Is it so?&lt;BR /&gt;&lt;BR /&gt;Pls help me to proceed on this extension.&lt;BR /&gt;many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sree&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 05:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767626#M43954</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2011-03-21T05:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to extend file system Online</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767627#M43955</link>
      <description>You're using LVM, so extending the filesystem is very simple if the volume group has free space available.&lt;BR /&gt;&lt;BR /&gt;Run "vgs" as root and look at the line for volume group DataVol. If the VFree column indicates there is free space, you can use lvextend to extend the LV, then resize2fs to extend the filesystem within the LV. This can be done on-line.&lt;BR /&gt;&lt;BR /&gt;For example, to extend your filesystem by 10 gigabytes:&lt;BR /&gt;&lt;BR /&gt;lvextend -L +10G /dev/mapper/DataVol-LogVol04&lt;BR /&gt;resize2fs /dev/mapper/DataVol-LogVol04&lt;BR /&gt;&lt;BR /&gt;If "vgs" indicates there is no free space in the DataVol VG, you must first add a new disk/LUN to the system, then use pvcreate to make it a LVM physical volume, and add it to the DataVol VG using vgextend. Then you can use the procedure above to extend the filesystem.&lt;BR /&gt;&lt;BR /&gt;For example, to add /dev/sdXX to your volume group:&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/sdXX&lt;BR /&gt;vgextend DataVol /dev/sdXX&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 21 Mar 2011 13:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767627#M43955</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-21T13:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need to extend file system Online</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767628#M43956</link>
      <description>Sree,&lt;BR /&gt;&lt;BR /&gt;An alternative to Matti's if you'er uncomfy with Command Line is to use the GUI:&lt;BR /&gt;&lt;BR /&gt;system-config-lvm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to have the Graphics NEnvironment up though or set up VNC or EXceed, REflection-X, etc.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-extend-file-system-online/m-p/4767628#M43956</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-03-21T15:42:42Z</dc:date>
    </item>
  </channel>
</rss>

