<?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: Extend Filesystem REL3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524372#M17030</link>
    <description>if you are not using lvm, it gets tricky, because you will have to examine your disk layout first. if you can not extend your partitions on the disk itself, there is no way to increase that filesystem (but create a new one which is larger somewhere else on the disk).&lt;BR /&gt;lvm will allow you to span filesystems across partitions so you do not have that limitation. ofcourse if you are not using it, you're stuck with solution 1.</description>
    <pubDate>Thu, 14 Apr 2005 01:36:48 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2005-04-14T01:36:48Z</dc:date>
    <item>
      <title>Extend Filesystem REL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524368#M17026</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I was wondering if anyone can tell me how I can extend a filesystem on REL3?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 13 Apr 2005 14:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524368#M17026</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2005-04-13T14:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Filesystem REL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524369#M17027</link>
      <description>Was this filesystem created as a LVM filesystem? If so, use the commands that are common to HPUX.&lt;BR /&gt;&lt;BR /&gt;If the filesystem was not created with LVM, you will have to backup data, resize the filesystem, then reload the data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 14:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524369#M17027</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-04-13T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Filesystem REL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524370#M17028</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;I am assuming you are interested in extending FS on RHEL 3 (Red Hat Linux) and not HP-UX.&lt;BR /&gt;&lt;BR /&gt;We have used ext2fs utility to resize your filesystem without any problems.&lt;BR /&gt;&lt;BR /&gt;Hope, this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Saket.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 23:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524370#M17028</guid>
      <dc:creator>SAKET_5</dc:creator>
      <dc:date>2005-04-13T23:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Filesystem REL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524371#M17029</link>
      <description>There is lvm also under RHEL.  More information under:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/LVM-HOWTO/" target="_blank"&gt;http://www.tldp.org/HOWTO/LVM-HOWTO/&lt;/A&gt;</description>
      <pubDate>Wed, 13 Apr 2005 23:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524371#M17029</guid>
      <dc:creator>Hugo_14</dc:creator>
      <dc:date>2005-04-13T23:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Filesystem REL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524372#M17030</link>
      <description>if you are not using lvm, it gets tricky, because you will have to examine your disk layout first. if you can not extend your partitions on the disk itself, there is no way to increase that filesystem (but create a new one which is larger somewhere else on the disk).&lt;BR /&gt;lvm will allow you to span filesystems across partitions so you do not have that limitation. ofcourse if you are not using it, you're stuck with solution 1.</description>
      <pubDate>Thu, 14 Apr 2005 01:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524372#M17030</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-04-14T01:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Filesystem REL3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524373#M17031</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;I was in a rush last time and hence the typos in my last post and also, I perhaps did not phrase my statements well.&lt;BR /&gt;&lt;BR /&gt;We have recently extended the capacity of a disk and the filesystem on top of it on RHEL 3 with no LVM. The host is attached to EVA 5000 using SAN storage, hence expansion of the Vdisk on EVA was straightforward. Now at the OS end, we had to reboot the host to scan the disk geometry - no filesystem growth occurs so far.&lt;BR /&gt;&lt;BR /&gt;Once it has been established that the disk as seen by the OS has grown in size, we then used ext2fs utility to extend the fileystem size. No probs experienced.&lt;BR /&gt;&lt;BR /&gt;Note: we did try a couple of the tools from hp_fibrechannel_utilities.rpm called probe-luns and hp_rescan to prevent the reboot for scanning the disk geometry online- it didnt quite work and hence the reboot step.&lt;BR /&gt;&lt;BR /&gt;Hope, this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 02:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-filesystem-rel3/m-p/3524373#M17031</guid>
      <dc:creator>SAKET_5</dc:creator>
      <dc:date>2005-04-14T02:23:02Z</dc:date>
    </item>
  </channel>
</rss>

