<?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 Increasing / (root) size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016564#M605402</link>
    <description>Hey Pete -&lt;BR /&gt;Are you out there or anyone else that can answer this one?  &lt;BR /&gt;&lt;BR /&gt;I took Pete's advice from a March 22, 2007 thread on moving /tmp to another mount point to free up contiguous space after root to extend. I did that and everything is fine, now I need to extend root to take advantage of that space. Yes, I checked for files that shouldn't be there and everything like that and there is nothing.  I have no choice but to extend root. The 200mb is not enough space to upgrade oracle 10G products and patch HP 11i products any more.&lt;BR /&gt;&lt;BR /&gt;My question now is how do I actually extend root now, since I'm working in root?  Do I need to log in as a single user to accomplish this or am I missing something?  &lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
    <pubDate>Fri, 08 Jun 2007 15:19:57 GMT</pubDate>
    <dc:creator>TWBSupport</dc:creator>
    <dc:date>2007-06-08T15:19:57Z</dc:date>
    <item>
      <title>Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016564#M605402</link>
      <description>Hey Pete -&lt;BR /&gt;Are you out there or anyone else that can answer this one?  &lt;BR /&gt;&lt;BR /&gt;I took Pete's advice from a March 22, 2007 thread on moving /tmp to another mount point to free up contiguous space after root to extend. I did that and everything is fine, now I need to extend root to take advantage of that space. Yes, I checked for files that shouldn't be there and everything like that and there is nothing.  I have no choice but to extend root. The 200mb is not enough space to upgrade oracle 10G products and patch HP 11i products any more.&lt;BR /&gt;&lt;BR /&gt;My question now is how do I actually extend root now, since I'm working in root?  Do I need to log in as a single user to accomplish this or am I missing something?  &lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Fri, 08 Jun 2007 15:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016564#M605402</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2007-06-08T15:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016565#M605403</link>
      <description>See my tip here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.met.ca/itrc/index.php?option=com_content&amp;amp;task=view&amp;amp;id=89&amp;amp;Itemid=2" target="_blank"&gt;http://www.met.ca/itrc/index.php?option=com_content&amp;amp;task=view&amp;amp;id=89&amp;amp;Itemid=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 08 Jun 2007 15:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016565#M605403</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-06-08T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016566#M605404</link>
      <description>Also check this out&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1090172" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1090172&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Specifically RAC's second response.&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Fri, 08 Jun 2007 15:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016566#M605404</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2007-06-08T15:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016567#M605405</link>
      <description>The first question is:  Do you have the OnlineJFS / Advanced JFS product installed?&lt;BR /&gt;&lt;BR /&gt;If so, you should be able to do:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEW_SIZE_IN_MB&gt; /dev/vg00/lvol3&lt;BR /&gt;# fsadm -b &lt;NEW_SIZE_IN_MB&gt;m /&lt;BR /&gt;# bdf /&lt;BR /&gt;(To verify the extend worked)&lt;BR /&gt;&lt;BR /&gt;That is all that's required if Online JFS is present.&lt;BR /&gt;&lt;BR /&gt;If you DO NOT have Online JFS / Advanced JFS then you should do:&lt;BR /&gt;&lt;BR /&gt;1) Reboot the machine and interrupt the boot process.&lt;BR /&gt;2) Boot from your primary drive - 'bo pri' command&lt;BR /&gt;3) At the ISL prompt go into LVM maintenance mode.  'hpux -lm'&lt;BR /&gt;4) Once there you can hopefully extend '/' by doing:&lt;BR /&gt;# /sbin/lvextend -L &lt;NEW_SIZE_IN_MB&gt; /dev/vg00/lvol3&lt;BR /&gt;# /sbin/extendfs -F vxfs /dev/vg00/rlvol3&lt;BR /&gt;If it complains here because '/' is mounted, you might be out of luck.&lt;BR /&gt;5) Reboot the machine and let it come up in multi-user mode.&lt;/NEW_SIZE_IN_MB&gt;&lt;/NEW_SIZE_IN_MB&gt;&lt;/NEW_SIZE_IN_MB&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016567#M605405</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-06-08T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016568#M605406</link>
      <description>Ok, iff (if and only if) /tmp immediately follows / (ie lvol4 follows lvol3 in terms of its physical extents and all of the extents were contiguously allocated) and iff you have OnlineJFS and iff / is a vxfs filesystem then you can execute lvextend and them execute fsadm -F vxfs -b newsize to increase the size of / 'on the fly'. I can't imagine what Oracle products are in / that need to be patched that would take up any significant space.&lt;BR /&gt;&lt;BR /&gt;The much smarter (and safer way) to expand root is via Ignite.</description>
      <pubDate>Fri, 08 Jun 2007 15:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016568#M605406</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-06-08T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016569#M605407</link>
      <description>Thanks for all your suggestions, I'll take a look at each one on Monday.  I do not have JFS.  &lt;BR /&gt;&lt;BR /&gt;For clarification, these products/patches do not reside in /, but when I go to install anything bigger than 75Mb now (patches or products), my disk analysis fails and states I need more space in /.</description>
      <pubDate>Fri, 08 Jun 2007 15:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016569#M605407</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2007-06-08T15:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016570#M605408</link>
      <description>Need Help urgently...&lt;BR /&gt;&lt;BR /&gt;Was able to take the advice above and boot to single user mode and increase / that way w/no issues at all UNTIL I reboot the system.  I now am in a constant loop of gsmp alerts of software failure and then it goes into an immediate dump!  HELP!&lt;BR /&gt;&lt;BR /&gt;HPUX 11.1&lt;BR /&gt;rp2400</description>
      <pubDate>Fri, 15 Jun 2007 14:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016570#M605408</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2007-06-15T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016571#M605409</link>
      <description>Do you have an Ignite backup (make_net_recovery or make_tape_recovery) of your system?&lt;BR /&gt;&lt;BR /&gt;At this point, using it may be the most expeditious way to recover your system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried getting back into 'single-user mode' or 'lvm maintenance mode'?  Did it work?  If not, you may be facing a restore.&lt;BR /&gt;&lt;BR /&gt;Other than that, without seeing the exact steps you took, their results, and the errors you are now getting, it is very difficult to offer intelligent suggestions.&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jun 2007 14:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016571#M605409</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-06-15T14:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016572#M605410</link>
      <description>no haven't tried single user mode.  I sort of panicked.  sorry, I'll try that and report back.</description>
      <pubDate>Fri, 15 Jun 2007 14:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016572#M605410</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2007-06-15T14:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016573#M605411</link>
      <description>I can stop the boot process and get to the ipl&amp;gt; prompt, but once I try to boot to hpux -lm, it does the same thing and throws up the gsmp software failure alerts and then starts the dump process.</description>
      <pubDate>Fri, 15 Jun 2007 14:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016573#M605411</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2007-06-15T14:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing / (root) size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016574#M605412</link>
      <description>sorry I forgot to answer the ignite question.  Yes I do have an ignite tape for this system, however I have never been given time to test this.  Don't cha love it, I can't believe I did this w/o insisting I have time to test a disaster recovery method.&lt;BR /&gt;&lt;BR /&gt;The tape in on an external Ultrium drive.  I'll start looking for the steps.&lt;BR /&gt;&lt;BR /&gt;The steps that I did was exactly what I was told above in single user mode.  Nothing more, nothing less.  Definately screwed up somewhere though.</description>
      <pubDate>Fri, 15 Jun 2007 15:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-root-size/m-p/4016574#M605412</guid>
      <dc:creator>TWBSupport</dc:creator>
      <dc:date>2007-06-15T15:02:32Z</dc:date>
    </item>
  </channel>
</rss>

