<?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 rootvol in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056352#M305322</link>
    <description>&amp;gt; Is it not possible to extend ?&lt;BR /&gt; &lt;BR /&gt;Correct. You cannot extend the root filesystem because it must remain contiguous, that is, every extent must be adjacent. The root filesystem is unique because of boot requirements so it should be carefully managed, just like /var. The only supported way to extend the root filesystem is to use your latest Ignite backup tape to reinstall HP-UX on your boot disks. But unless you have dozens of volume groups and/or thousands of LUNs and alternate links to add, the / filesystem won't have to be recreated. Find out where the unusual amount of space is being consumed:&lt;BR /&gt; &lt;BR /&gt;# du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;Only two filesystems should be at the top: /etc and /sbin. If /dev is more than 50-100 KB then the root user made a spelling error with a backup command. Find the error with:&lt;BR /&gt; &lt;BR /&gt;# find /dev -type f&lt;BR /&gt; &lt;BR /&gt;There must be no regular files in /dev. If /dev is OK, then look at / which should have only directories present. Unfortunately, root's $HOME is there by default so a lot of junk appears in /. To check if there are any files in /, use:&lt;BR /&gt; &lt;BR /&gt;find /* -prune -type f&lt;BR /&gt; &lt;BR /&gt;Regular files, especially big files, do not belong in the / directory.&lt;BR /&gt; &lt;BR /&gt;Now look at any directories that do not begin with /sbin or /etc.</description>
    <pubDate>Sun, 19 Aug 2007 14:20:05 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-08-19T14:20:05Z</dc:date>
    <item>
      <title>Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056348#M305318</link>
      <description>I have 2 local disks, while installing HP-UX 11.23 PA, i have used only first disk with VxVM/VxFS. Now my root partition is full, so i have added second disk to rootdg, and now i am trying to extend rootvol.&lt;BR /&gt;&lt;BR /&gt;#./vxresize -f -g rootdg rootvol 25G&lt;BR /&gt;VxVM vxassist ERROR V-5-1-638 Failed to get a contiguous extension of volume rootvol&lt;BR /&gt;VxVM vxresize ERROR V-5-1-4703 Problem running vxassist command for volume rootvol, in diskgroup rootdg&lt;BR /&gt;&lt;BR /&gt;The command is throwing the above message.&lt;BR /&gt;&lt;BR /&gt;#./vxresize -f -g rootdg rootvol 25G&lt;BR /&gt;VxVM vxassist ERROR V-5-1-638 Failed to get a contiguous extension of volume rootvol&lt;BR /&gt;VxVM vxresize ERROR V-5-1-4703 Problem running vxassist command for volume rootvol, in diskgroup rootdg&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help here?&lt;BR /&gt;&lt;BR /&gt;Is it not possible to extend ?&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Aug 2007 02:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056348#M305318</guid>
      <dc:creator>shashi kanth</dc:creator>
      <dc:date>2007-08-18T02:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056349#M305319</link>
      <description>I have another box with LVM, after adding the 2nd disk to vg00, when i try to extend a logical volume where my "/" is mounted upon, i am receiving the bellow error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol3" could not be extended.&lt;BR /&gt;Failure possibly caused by contiguous allocation policy.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Aug 2007 02:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056349#M305319</guid>
      <dc:creator>shashi kanth</dc:creator>
      <dc:date>2007-08-18T02:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056350#M305320</link>
      <description>On the LVM box, doesn't seem to be enough physical extents, what does the following command show you:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay vg00&lt;BR /&gt;&lt;BR /&gt;Likely new physical volumes have to be added to vg00.</description>
      <pubDate>Sat, 18 Aug 2007 04:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056350#M305320</guid>
      <dc:creator>Hash_1</dc:creator>
      <dc:date>2007-08-18T04:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056351#M305321</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Extending / root file system:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97821" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97821&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 18 Aug 2007 04:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056351#M305321</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-08-18T04:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056352#M305322</link>
      <description>&amp;gt; Is it not possible to extend ?&lt;BR /&gt; &lt;BR /&gt;Correct. You cannot extend the root filesystem because it must remain contiguous, that is, every extent must be adjacent. The root filesystem is unique because of boot requirements so it should be carefully managed, just like /var. The only supported way to extend the root filesystem is to use your latest Ignite backup tape to reinstall HP-UX on your boot disks. But unless you have dozens of volume groups and/or thousands of LUNs and alternate links to add, the / filesystem won't have to be recreated. Find out where the unusual amount of space is being consumed:&lt;BR /&gt; &lt;BR /&gt;# du -kx / | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;Only two filesystems should be at the top: /etc and /sbin. If /dev is more than 50-100 KB then the root user made a spelling error with a backup command. Find the error with:&lt;BR /&gt; &lt;BR /&gt;# find /dev -type f&lt;BR /&gt; &lt;BR /&gt;There must be no regular files in /dev. If /dev is OK, then look at / which should have only directories present. Unfortunately, root's $HOME is there by default so a lot of junk appears in /. To check if there are any files in /, use:&lt;BR /&gt; &lt;BR /&gt;find /* -prune -type f&lt;BR /&gt; &lt;BR /&gt;Regular files, especially big files, do not belong in the / directory.&lt;BR /&gt; &lt;BR /&gt;Now look at any directories that do not begin with /sbin or /etc.</description>
      <pubDate>Sun, 19 Aug 2007 14:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056352#M305322</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-08-19T14:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056353#M305323</link>
      <description>one of the common errors that fill the root file system is creating a directoy and putting some files there and mounting a fs to that directoy. unless you unmount the fs you cannot see that files, but that files fills up /. in order to see such a schnerio you must compare bdf and du -sk / &lt;BR /&gt;Mathmad</description>
      <pubDate>Sun, 19 Aug 2007 15:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056353#M305323</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-08-19T15:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056354#M305324</link>
      <description>&amp;gt;mathmad: unless you unmount the fs you cannot see that files&lt;BR /&gt;&lt;BR /&gt;You can also see these files by exporting and mounting the underlying directory on another machine.</description>
      <pubDate>Sun, 19 Aug 2007 21:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056354#M305324</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-19T21:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056355#M305325</link>
      <description>For Vxvm, See this&lt;BR /&gt;&lt;A href="http://seer.support.veritas.com/docs/231559.htm" target="_blank"&gt;http://seer.support.veritas.com/docs/231559.htm&lt;/A&gt;&lt;BR /&gt;and for LVM use ignite-ux to extend root file system.</description>
      <pubDate>Sun, 19 Aug 2007 23:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056355#M305325</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-08-19T23:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the rootvol</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056356#M305326</link>
      <description>as the root LVs need to be contiguous, it is not that simple to extend the root /. I'm not saying it's impossible but you have to be extremeley careful, otherwise it may lead to an unbootable system.&lt;BR /&gt;&lt;BR /&gt;One supported way to extend is to take a backup of the vg00 configuration with Ignite and to restore it back. During restoring you will be prompted a window where you can define new size of root (/).</description>
      <pubDate>Mon, 20 Aug 2007 03:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-rootvol/m-p/4056356#M305326</guid>
      <dc:creator>wittie</dc:creator>
      <dc:date>2007-08-20T03:13:14Z</dc:date>
    </item>
  </channel>
</rss>

