<?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: how to increase / in Linux RH ENT 4.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001841#M28335</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could use &lt;A href="http://www.acronis.com" target="_blank"&gt;http://www.acronis.com&lt;/A&gt; to back up the system to image and try the resize option when restoring it.&lt;BR /&gt;&lt;BR /&gt;You are right about root.&lt;BR /&gt;&lt;BR /&gt;For /usr&lt;BR /&gt;&lt;BR /&gt;lets say /usr is lvol2&lt;BR /&gt;&lt;BR /&gt;Lets say the new disk device, set up in fdisk is /dev/sdb2&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/sdb2&lt;BR /&gt;# may need -f or -ff&lt;BR /&gt;vgextend vg_name /dev/sdb2&lt;BR /&gt;lvextend -L 6000M /dev/vg_name/lvol2 /dev/sdb2&lt;BR /&gt;ext2online /dev/vg_name/lvol2&lt;BR /&gt;&lt;BR /&gt;The lvextend extends to 6000M. You can also specify in GB.&lt;BR /&gt;&lt;BR /&gt;ext2online was deprecated and removed from FC6 and Red Hat 5. resize2fs does the same job with the same command syntax in those releases. I've personally confirmed this fact.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 17 May 2007 06:48:20 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-05-17T06:48:20Z</dc:date>
    <item>
      <title>how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001839#M28333</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;   currently I need to increase the space for my / mount point which is /dev/rootvg/lvol00. the file system is ext3 and I have LVM.&lt;BR /&gt;&lt;BR /&gt;   Could I have the safer way to do this?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 17 May 2007 06:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001839#M28333</guid>
      <dc:creator>kenken_3</dc:creator>
      <dc:date>2007-05-17T06:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001840#M28334</link>
      <description>it looks it is not possible without third party tools to increase / (root) mount point.&lt;BR /&gt;&lt;BR /&gt;how about /usr?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 17 May 2007 06:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001840#M28334</guid>
      <dc:creator>kenken_3</dc:creator>
      <dc:date>2007-05-17T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001841#M28335</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could use &lt;A href="http://www.acronis.com" target="_blank"&gt;http://www.acronis.com&lt;/A&gt; to back up the system to image and try the resize option when restoring it.&lt;BR /&gt;&lt;BR /&gt;You are right about root.&lt;BR /&gt;&lt;BR /&gt;For /usr&lt;BR /&gt;&lt;BR /&gt;lets say /usr is lvol2&lt;BR /&gt;&lt;BR /&gt;Lets say the new disk device, set up in fdisk is /dev/sdb2&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/sdb2&lt;BR /&gt;# may need -f or -ff&lt;BR /&gt;vgextend vg_name /dev/sdb2&lt;BR /&gt;lvextend -L 6000M /dev/vg_name/lvol2 /dev/sdb2&lt;BR /&gt;ext2online /dev/vg_name/lvol2&lt;BR /&gt;&lt;BR /&gt;The lvextend extends to 6000M. You can also specify in GB.&lt;BR /&gt;&lt;BR /&gt;ext2online was deprecated and removed from FC6 and Red Hat 5. resize2fs does the same job with the same command syntax in those releases. I've personally confirmed this fact.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 May 2007 06:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001841#M28335</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-17T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001842#M28336</link>
      <description>&amp;gt;&amp;gt;  It looks it is not possible without third party tools to increase / (root) mount point.&lt;BR /&gt;&lt;BR /&gt;Not true. I did increase the root paritition without any problems more than one time.&lt;BR /&gt;&lt;BR /&gt;If you have free space in your volume group, you can do it by extending the logical volume using lvextend and then extending the filesystem with ext2online.</description>
      <pubDate>Thu, 17 May 2007 10:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001842#M28336</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-17T10:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001843#M28337</link>
      <description># lvextend -l +&lt;HOW_MUCH_TO_ADD&gt; /dev/rootvg/lvol00&lt;BR /&gt;&lt;BR /&gt;# ext2online /&lt;BR /&gt;&lt;BR /&gt;ex. add 1G to /&lt;BR /&gt;&lt;BR /&gt;# lvexnted -L +1G /dev/rootvg/lvol00&lt;BR /&gt;# ext2online /&lt;BR /&gt;&lt;BR /&gt;I do not believe that / on linux has to be in a contiguous space like on HP-UX.&lt;/HOW_MUCH_TO_ADD&gt;</description>
      <pubDate>Thu, 17 May 2007 13:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001843#M28337</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-17T13:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001844#M28338</link>
      <description>Typo.&lt;BR /&gt;&lt;BR /&gt;this&lt;BR /&gt;&lt;BR /&gt; # lvextend -l +&lt;HOW_MUCH_TO_ADD&gt; /dev/rootvg/lvol00&lt;BR /&gt;&lt;BR /&gt;should be this&lt;BR /&gt;&lt;BR /&gt; # lvextend -L +&lt;HOW_MUCH_TO_ADD&gt; /dev/rootvg/lvol00&lt;/HOW_MUCH_TO_ADD&gt;&lt;/HOW_MUCH_TO_ADD&gt;</description>
      <pubDate>Thu, 17 May 2007 13:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001844#M28338</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-17T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001845#M28339</link>
      <description>It was already mentioned, but you need to make sure you have free extents in the volume group before you extend the logical volume.</description>
      <pubDate>Thu, 17 May 2007 13:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001845#M28339</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-17T13:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001846#M28340</link>
      <description>Indeed, there should be no problem extending / on linux if you're using LVM.&lt;BR /&gt;&lt;BR /&gt;Unless, / contains /boot. that could be a problem then.</description>
      <pubDate>Fri, 18 May 2007 01:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001846#M28340</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-05-18T01:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001847#M28341</link>
      <description>Court,&lt;BR /&gt;&lt;BR /&gt;   Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;   Have you tried it for the / (root) mount point. I tried other mount points without any problem.&lt;BR /&gt;&lt;BR /&gt;  As for this /, I am not very sure. want to ask it before I tried it out.&lt;BR /&gt;&lt;BR /&gt;  if it is safe to do it, I will try it.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 18 May 2007 08:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001847#M28341</guid>
      <dc:creator>kenken_3</dc:creator>
      <dc:date>2007-05-18T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001848#M28342</link>
      <description>&amp;gt;&amp;gt;&amp;gt;  As for this /, I am not very sure. want to ask it before I tried it out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As I say it before, I did it more then one time. It works and it's safe.&lt;BR /&gt;&lt;BR /&gt;If you are unsure, install a test machine and try it first. You can install on a virtual machine like vmware.</description>
      <pubDate>Fri, 18 May 2007 08:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001848#M28342</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-18T08:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase / in Linux RH ENT 4.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001849#M28343</link>
      <description>Yes, it works fine.</description>
      <pubDate>Sun, 20 May 2007 20:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-increase-in-linux-rh-ent-4-0/m-p/4001849#M28343</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-20T20:23:31Z</dc:date>
    </item>
  </channel>
</rss>

