<?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: extending the root filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376891#M560571</link>
    <description>If you do not use VxVM, you can uninstall Base-VxVM. That will free up some space. But I usually only do that if I am in a desperate situation.</description>
    <pubDate>Wed, 11 Mar 2009 16:38:00 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2009-03-11T16:38:00Z</dc:date>
    <item>
      <title>extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376885#M560565</link>
      <description>How can we increase the root filesystem. &lt;BR /&gt;There is no online JFS on the system</description>
      <pubDate>Wed, 11 Mar 2009 14:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376885#M560565</guid>
      <dc:creator>Amit Manna_5</dc:creator>
      <dc:date>2009-03-11T14:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376886#M560566</link>
      <description>take an ignite image of the system with the -I option. Then ignite the box. / needs to be contiguous. There are other options, but ignite is probably the easiest.</description>
      <pubDate>Wed, 11 Mar 2009 14:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376886#M560566</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-03-11T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376887#M560567</link>
      <description>Use Ignite/UX to create a make_tape_recovery tape.  Then boot from that tape and recover your OS.  During the recovery you can resize your file systems.</description>
      <pubDate>Wed, 11 Mar 2009 14:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376887#M560567</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-11T14:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376888#M560568</link>
      <description>During the interactive recovery of the make_tape_recovery archive you can resize the file system but you need to see as why you need to increase the root file system.&lt;BR /&gt;&lt;BR /&gt;what is the current size and what is the usage of this file system. there are not much files in there which could be more than 200 mb.&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;#du -kx /|sort -nr|more&lt;BR /&gt;&lt;BR /&gt;to find which directories are occupying more space with /</description>
      <pubDate>Wed, 11 Mar 2009 14:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376888#M560568</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-11T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376889#M560569</link>
      <description>make sure you use the -l option with make_tape_recovery which is recommended  to perofrm the interactive recovery.</description>
      <pubDate>Wed, 11 Mar 2009 14:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376889#M560569</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-11T14:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376890#M560570</link>
      <description>As T G says, you need to ask if this is really necessary.&lt;BR /&gt;&lt;BR /&gt;Is the filesystem growing? If not, it can happily run for a long time at 90% + full. If it is growing, you almost certainly have an application writing to it that should be writing to a dedicated filesystem.&lt;BR /&gt;&lt;BR /&gt;Check for core files and check for ordinary files (type f) in /dev. One of the most common reasons for root filling is someone mis-typing a tape device name and ending up with a large text file in /dev.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 11 Mar 2009 14:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376890#M560570</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2009-03-11T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376891#M560571</link>
      <description>If you do not use VxVM, you can uninstall Base-VxVM. That will free up some space. But I usually only do that if I am in a desperate situation.</description>
      <pubDate>Wed, 11 Mar 2009 16:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376891#M560571</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-03-11T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376892#M560572</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Bill Hassell usually says, extending the root file system should not be needed.&lt;BR /&gt;&lt;BR /&gt;It is not intended for files, and you probably have some files on it.&lt;BR /&gt;&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Find the problem spot and make some cuts.&lt;BR /&gt;&lt;BR /&gt;Because root must be contiguous, an Ignite restore is the only way to "extend" the root file system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 Mar 2009 16:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376892#M560572</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-11T16:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376893#M560573</link>
      <description>Here are some steps that you will need to follow in order to change the size of your root filesystem using Ignite/UX and the make_recovery tape.&lt;BR /&gt;---------------------------------------------------------------------&lt;BR /&gt;1.  Install Ignite-UX on your system&lt;BR /&gt;2.  run make_recovery (with relevant options), to create bootable tape&lt;BR /&gt; 3.  reboot your system &amp;amp; Press a key to abort non-interactive recovery.&lt;BR /&gt;4.  Select appropriate language.&lt;BR /&gt;5.  Select Advanced Options from the menu (3rd option).&lt;BR /&gt;6.  Select Edit Config from the submenu (2nd option).&lt;BR /&gt;7.  Change the last RECOVERY entry in the file to RECOVERY=TRUE and exit vi.&lt;BR /&gt;8.  Select Install HP-UX from the menu (1st option).&lt;BR /&gt;9.  Choose either Guided or Advanced Installation (advanced is required for changing filesystems).&lt;BR /&gt;10. Complete all other required information and select Go! to begin the recovery.&lt;BR /&gt;&lt;BR /&gt;Please assign points to your threads &lt;BR /&gt;&lt;BR /&gt;Good Luck !</description>
      <pubDate>Wed, 11 Mar 2009 17:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376893#M560573</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-11T17:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376894#M560574</link>
      <description>I apologize if this is patronizing.  I have no idea if you have even stumbled on this issue in the past. &lt;BR /&gt;&lt;BR /&gt;One reason why a person would want to extend a root filesystem is that they want to drop 300 megs into a new directory called /stuff because the "stuff" software company said it MUST be there.&lt;BR /&gt;&lt;BR /&gt;But you don't have to extend the root filesystem for this.  There are other options.&lt;BR /&gt;&lt;BR /&gt;You could make a new filesystem and mount it to a new directory called /stuff.  The 300 megs of space would be grabbed from a different disk, and NOT be taking root's filesystem space.&lt;BR /&gt;&lt;BR /&gt;You could make a directory /stuff relative to a big old disk on the system and link it back to root. &lt;BR /&gt;Let's say you have a big old disk with 3 gigs free on it.  &lt;BR /&gt;Let's say the disk is mounted to /bigdisk. &lt;BR /&gt;You could do this:&lt;BR /&gt;mkdir /bigdisk/stuff&lt;BR /&gt;cd / &lt;BR /&gt;ln -/bigdisk/stuff /stuff&lt;BR /&gt;Now /stuff looks like it is in root.  But it is using the space on the /bigdisk filesystem.&lt;BR /&gt;&lt;BR /&gt;Funny story:  I had a guy blow up a root filesytem on a computer because he wanted to store if 500 megs of stuff.  So he made a directory like /mystuff.  Then uploaded the data there.  Since /mystuff was not a filesystem or a link to a bigger filesystem, it just ate up the space in root's filesystem.  Then ....bomb. &lt;BR /&gt;&lt;BR /&gt;Funny... he is also the guy that needed to delete that pesky file that just happened to be called *&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376894#M560574</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-03-12T11:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376895#M560575</link>
      <description>First of all /stand, swap space and / need to contigeous.&lt;BR /&gt;&lt;BR /&gt;In order to increase any of them, you will have to use ignite and &lt;BR /&gt;resize the partitions.&lt;BR /&gt;&lt;BR /&gt;First check why you need to extend /. / is static file system and &lt;BR /&gt;should not grow if you /var etc on different file systems. The good practise &lt;BR /&gt;is to have /var on different filesystem. &lt;BR /&gt;&lt;BR /&gt;On top of ignite, you could also do this manually from LVM Maintenance &lt;BR /&gt;mode.&lt;BR /&gt;&lt;BR /&gt;As an example, I had to increase the size of /stand for a recent 11i &lt;BR /&gt;upgrade.&lt;BR /&gt;Below, my lvol1 is stand and lvol2 is primary swap (used to have swap &lt;BR /&gt;on lvol3 as well) and root is lvol4.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;boot into LVM maintenance mode:&lt;BR /&gt;&lt;BR /&gt;hpux -lm&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00 &lt;BR /&gt;lvrmboot -r /dev/vg00 &lt;BR /&gt;lvremove /dev/vg00/lvol2 &lt;BR /&gt;lvextend -L 256 /dev/vg00/lvol1 &lt;BR /&gt;extendfs /dev/vg00/rlvol1 &lt;BR /&gt;lvcreate -L 1024 -C y -r n -n lvol2 /dev/vg00 &lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1 &lt;BR /&gt;lvlnboot -r /dev/vg00/lvol4 &lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 &lt;BR /&gt;lvlnboot -R&lt;BR /&gt;reboot -r&lt;BR /&gt;&lt;BR /&gt;What you could do is remove your primary swap - extend root - then add &lt;BR /&gt;swap back with what is left.&lt;BR /&gt;&lt;BR /&gt;Of course this is not for the meek of heart :)&lt;BR /&gt;&lt;BR /&gt;The ignite way is probably easier...&lt;BR /&gt;&lt;BR /&gt;The real question is, why do you want to increase your root filesystem?&lt;BR /&gt;&lt;BR /&gt;Better to move that which does not belong into a new lvol...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johson</description>
      <pubDate>Thu, 12 Mar 2009 11:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376895#M560575</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-12T11:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376896#M560576</link>
      <description>First, do a "vgdisplay -v vg00" and a "bdf" to determine what file &lt;BR /&gt;systems you have that are not part of the / file system. Then do a "du -sk &lt;BR /&gt;/* |sort -n" to see the size of what exists under /, ignoring the other &lt;BR /&gt;mounted file systems. This will tell you where most of the space is &lt;BR /&gt;being consumed.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JOhnson</description>
      <pubDate>Thu, 12 Mar 2009 11:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376896#M560576</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-12T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: extending the root filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376897#M560577</link>
      <description>Hi Amit,&lt;BR /&gt;   If you want to increase the root file system with out Online JFS, the only way is to Re-ignite with a make_tape_recovery or make_net_recovery archive(period).</description>
      <pubDate>Thu, 12 Mar 2009 14:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-root-filesystem/m-p/4376897#M560577</guid>
      <dc:creator>Shailendran V Naidu</dc:creator>
      <dc:date>2009-03-12T14:30:10Z</dc:date>
    </item>
  </channel>
</rss>

