<?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: extendfs on root in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868919#M821817</link>
    <description>Hi Gents,&lt;BR /&gt;&lt;BR /&gt;Thanks for all u help. I did ignite it and succ increased it . My problem was that I forgot to modify it.&lt;BR /&gt;Bill: "/" consits of var,opt,sbin,tmp,usr on one logical vol and /stand on another (lvol1). It was create by DD years ago, I dont know why!.&lt;BR /&gt;&lt;BR /&gt;What would we "dummies" do without ITRC forums.&lt;BR /&gt;&lt;BR /&gt;Once again thanks&lt;BR /&gt;Chris&lt;BR /&gt;</description>
    <pubDate>Sat, 21 Dec 2002 02:25:57 GMT</pubDate>
    <dc:creator>Chris Frangandonis</dc:creator>
    <dc:date>2002-12-21T02:25:57Z</dc:date>
    <item>
      <title>extendfs on root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868914#M821812</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have a root disk which was a 2g, which I increased it to 4G with ignite. There are 3 vol groups which are /dev/vg00/lvol3 as "/",and dev/vg00/lvol1 as "stand", dev/vg00/lvol2 as swap.&lt;BR /&gt;I have lvextend lvol3 to 2.5G, and tryied to extendfs -F hfs, but with not luck. Is it possible to increase lvol3 to show 2.5G&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 20 Dec 2002 23:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868914#M821812</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-12-20T23:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs on root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868915#M821813</link>
      <description>Why do you want LVOL3 to be 2.5G?  That is awfully large for the / partition.&lt;BR /&gt;&lt;BR /&gt;The easiest way to do that would have been when you put the 4G disk in.  You used ignite so you could have just modified the LV sizes when you were there.</description>
      <pubDate>Sat, 21 Dec 2002 00:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868915#M821813</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-12-21T00:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs on root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868916#M821814</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;Thanks ,but it was 1,6G and inorder for my to load our Dec Patches as well as our software maintance release, it goes up to 97% on /. I did increase the lvol3 with ignite but no success. Is it possible to re-ignite the disk and change values?.&lt;BR /&gt;&lt;BR /&gt;Chris-</description>
      <pubDate>Sat, 21 Dec 2002 00:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868916#M821814</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-12-21T00:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs on root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868917#M821815</link>
      <description>Yes, it is possible to reignite your system and change the values.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 02:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868917#M821815</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-12-21T02:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs on root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868918#M821816</link>
      <description>It sounds as if you have one giant / volume. The root volume cannot be extended as every extent must be contiguous. You'll have to use Ignite to rebuild lvol3.&lt;BR /&gt;&lt;BR /&gt;However, a large / volume is VERY non-standard. /tmp, /var, /opt, /usr and /home are usually separate volumes. The / volume needs to be only 100 to 300 megs. Things like patches and installed programs should never go into /.</description>
      <pubDate>Sat, 21 Dec 2002 02:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868918#M821816</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-12-21T02:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: extendfs on root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868919#M821817</link>
      <description>Hi Gents,&lt;BR /&gt;&lt;BR /&gt;Thanks for all u help. I did ignite it and succ increased it . My problem was that I forgot to modify it.&lt;BR /&gt;Bill: "/" consits of var,opt,sbin,tmp,usr on one logical vol and /stand on another (lvol1). It was create by DD years ago, I dont know why!.&lt;BR /&gt;&lt;BR /&gt;What would we "dummies" do without ITRC forums.&lt;BR /&gt;&lt;BR /&gt;Once again thanks&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 02:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extendfs-on-root/m-p/2868919#M821817</guid>
      <dc:creator>Chris Frangandonis</dc:creator>
      <dc:date>2002-12-21T02:25:57Z</dc:date>
    </item>
  </channel>
</rss>

