<?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: root extend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108107#M312840</link>
    <description>Hi Kelvin,&lt;BR /&gt;&lt;BR /&gt;unfortunatly / (usually /dev/vg00/lvol3) MUST have contiguous extends.&lt;BR /&gt;&lt;BR /&gt;Unless you have only /stand, swap and / on one disk of vg00 and others LV on an other disk, you CAN'T extend lvol3 in the way describes above.&lt;BR /&gt;&lt;BR /&gt;The supported way to do this is to reinstall your system with an fresh ignite image.&lt;BR /&gt;&lt;BR /&gt;Here is an idea to it online if you have sufficient free space on the disk in vg00. But probably an usupported way ;-)&lt;BR /&gt;&lt;BR /&gt;- add a temporary disk in vg00&lt;BR /&gt;- with "pvmove", transfer all LV but lvol1, lvol2 and lvol3 to this new disk. (that is don't move lvol1, lvol2 and lvol3)&lt;BR /&gt;- extend lvol3 with "lvextend" and "fsadm -b"&lt;BR /&gt;- bring back all LV from the new disk to the main one.&lt;BR /&gt;- with vgreduce remove the temporary disk from vg00.&lt;BR /&gt;&lt;BR /&gt;I think it should work&lt;BR /&gt;&lt;BR /&gt;Hope this will help&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Nov 2007 07:51:35 GMT</pubDate>
    <dc:creator>Eric SAUBIGNAC</dc:creator>
    <dc:date>2007-11-27T07:51:35Z</dc:date>
    <item>
      <title>root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108103#M312836</link>
      <description>I need to extend lvol3(root) online.. what all steps do i need to perform...tnks in advance</description>
      <pubDate>Tue, 27 Nov 2007 07:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108103#M312836</guid>
      <dc:creator>kelvin567</dc:creator>
      <dc:date>2007-11-27T07:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108104#M312837</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, run &lt;BR /&gt;"lvextend -L &lt;NEW size=""&gt; /dev/vgNAME/lvolX"&lt;BR /&gt;to extend the logical volume. This can always be done while the filesystem is mounted.&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS installed, you can then run &lt;BR /&gt;"fsadm -F vxfs -b &lt;NEW size="" in="" kb=""&gt; /mountpoint"&lt;BR /&gt;to extend the filesystem without umounting it.&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS, you'll have to umount the filesystem, run&lt;BR /&gt;"extendfs /dev/vgNAME/lvolX"&lt;BR /&gt;and then mount the filesystem again.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth&lt;/NEW&gt;&lt;/NEW&gt;</description>
      <pubDate>Tue, 27 Nov 2007 07:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108104#M312837</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2007-11-27T07:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108105#M312838</link>
      <description>lvol3 is countigous volume we cant follow this process to extend it...</description>
      <pubDate>Tue, 27 Nov 2007 07:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108105#M312838</guid>
      <dc:creator>kelvin567</dc:creator>
      <dc:date>2007-11-27T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108106#M312839</link>
      <description>The only two ways to do this are going to involve going off line.  &lt;BR /&gt;&lt;BR /&gt;The first, and best, way is to use an Ignite make_tape_recovery tape to re-create vg00.  This involves booting the machine from the tape drive, sizing your vg00 LVM layout, and restoring vg00 from the tape.&lt;BR /&gt;&lt;BR /&gt;The second way is to shrink the file system that immediately follows lvol3, possibly /home, depending on your layout, then extending lvol3 and extending the file system.&lt;BR /&gt;&lt;BR /&gt;Quite possibly the best way of dealing with this is to address why you would need to expand the / filesystem in the first place.  It should be capable of being quite small and very static.  If either of these conditions are not being met, then the filesystem is being mis-used.  Clean out large files, core dumps, /tmp files, etc., etc.  Check the /dev directory for regular files - there should be none.&lt;BR /&gt;&lt;BR /&gt;In short, address the reason for the growth first before you consider growing the file system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 27 Nov 2007 07:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108106#M312839</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-11-27T07:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108107#M312840</link>
      <description>Hi Kelvin,&lt;BR /&gt;&lt;BR /&gt;unfortunatly / (usually /dev/vg00/lvol3) MUST have contiguous extends.&lt;BR /&gt;&lt;BR /&gt;Unless you have only /stand, swap and / on one disk of vg00 and others LV on an other disk, you CAN'T extend lvol3 in the way describes above.&lt;BR /&gt;&lt;BR /&gt;The supported way to do this is to reinstall your system with an fresh ignite image.&lt;BR /&gt;&lt;BR /&gt;Here is an idea to it online if you have sufficient free space on the disk in vg00. But probably an usupported way ;-)&lt;BR /&gt;&lt;BR /&gt;- add a temporary disk in vg00&lt;BR /&gt;- with "pvmove", transfer all LV but lvol1, lvol2 and lvol3 to this new disk. (that is don't move lvol1, lvol2 and lvol3)&lt;BR /&gt;- extend lvol3 with "lvextend" and "fsadm -b"&lt;BR /&gt;- bring back all LV from the new disk to the main one.&lt;BR /&gt;- with vgreduce remove the temporary disk from vg00.&lt;BR /&gt;&lt;BR /&gt;I think it should work&lt;BR /&gt;&lt;BR /&gt;Hope this will help&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2007 07:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108107#M312840</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2007-11-27T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108108#M312841</link>
      <description>Someone has published full procedure for root extension  on forum.  but i am unable to locate that tread...</description>
      <pubDate>Tue, 27 Nov 2007 08:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108108#M312841</guid>
      <dc:creator>kelvin567</dc:creator>
      <dc:date>2007-11-27T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108109#M312842</link>
      <description>Hi Kelvin,&lt;BR /&gt;&lt;BR /&gt;Since root lv is contiguous in nature , it cannot be extended easily. However there are some alternative methode to acheive this. &lt;BR /&gt;Make sure that u have "Online JFS installed" and working properly. Then execute "pvdisplay -v &lt;VG00 disk="" name=""&gt;" , that will give the details of LE - LVOL mapping details. Note down the LV coming just after LVOL3 and move the physical extends of that Lv to a different location using "pv move command.&lt;BR /&gt;#pvmove -n &lt;LVOL name=""&gt; &lt;SOURCE disk=""&gt; &lt;DESTINATION disk=""&gt;&lt;BR /&gt;&lt;BR /&gt;This will relase some contiguous space for root LVOL and can be extended using "lvextend" and "fsadm" command.&lt;BR /&gt;#lvextend -L &lt;NEW size=""&gt; &lt;LVOL name=""&gt;&lt;BR /&gt;#fsadm -b &lt;NEWSIZE&gt;M &lt;MOUNT point="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;After this  you can move back the "pvmoved" lvol to the original disk using pvmove command by altering the source and destination disk.&lt;BR /&gt;&lt;BR /&gt;Regards !&lt;BR /&gt;Jijeesh&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT&gt;&lt;/NEWSIZE&gt;&lt;/LVOL&gt;&lt;/NEW&gt;&lt;/DESTINATION&gt;&lt;/SOURCE&gt;&lt;/LVOL&gt;&lt;/VG00&gt;</description>
      <pubDate>Tue, 27 Nov 2007 09:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108109#M312842</guid>
      <dc:creator>JIJ_1</dc:creator>
      <dc:date>2007-11-27T09:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108110#M312843</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Sorry, I missed the root disk information. (1) Intrupt boot sequence to goto single user mode.&lt;BR /&gt;&lt;BR /&gt;(2) copy the /etc/fstab to /etc/fstab.backup.&lt;BR /&gt;&lt;BR /&gt;(3) Either create a larger lvol and then copy the contents of existing root file system mount point as given in the below thread &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1130122&amp;amp;admit=-682735245+1196172097189+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1130122&amp;amp;admit=-682735245+1196172097189+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;you can try the following&lt;BR /&gt;&lt;BR /&gt;fsck -y /dev/vg00/lvol7&lt;BR /&gt;mount /dev/vg00/lvol7 /usr &lt;BR /&gt;&lt;BR /&gt;lvextend -L &amp;lt;10000&amp;gt; /dev/vg00/lvol3&lt;BR /&gt;extend the fs&lt;BR /&gt;extendfs -F vxfs /dev/vg00/rlvol3&lt;BR /&gt;mount -a&lt;BR /&gt;reboot -rqs &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2007 09:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108110#M312843</guid>
      <dc:creator>Srikanth Arunachalam</dc:creator>
      <dc:date>2007-11-27T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108111#M312844</link>
      <description>Kelvin&lt;BR /&gt;&lt;BR /&gt;the link given by Srikanth CAN'T work as the goal in this thread was to extend /opt, not /&lt;BR /&gt;&lt;BR /&gt;More, the procedure he gives will not work as you have probably no extends available behind lvol3 ... you must free some space before.&lt;BR /&gt;&lt;BR /&gt;If you want more details on the way to achieve online reconfiguration of lvol3, as I have suggested before, take a look at &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1096861" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1096861&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can find more threads with "advanced search", then search for "pvmove lvol3", in HP-UX forums&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 27 Nov 2007 09:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108111#M312844</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2007-11-27T09:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108112#M312845</link>
      <description>hello eric u r right. n best thing is that i have succeeded in extending root filesyetm following ur method&lt;BR /&gt;&lt;BR /&gt;tnks</description>
      <pubDate>Tue, 27 Nov 2007 10:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108112#M312845</guid>
      <dc:creator>kelvin567</dc:creator>
      <dc:date>2007-11-27T10:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108113#M312846</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;Geoff Wild have made a site for tips and tricks:&lt;BR /&gt;&lt;A href="http://www.met.ca/itrc/" target="_blank"&gt;http://www.met.ca/itrc/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And this is the trick you need:&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;This does not shed new light on the issue but anyway.</description>
      <pubDate>Tue, 27 Nov 2007 15:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108113#M312846</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2007-11-27T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108114#M312847</link>
      <description>Yes - here's the "not for the faint of heart" way to do it:&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>Tue, 27 Nov 2007 15:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108114#M312847</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-27T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: root extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108115#M312848</link>
      <description>I see Jannik put the same as me - before I posted...  :)&lt;BR /&gt;&lt;BR /&gt;Also, here was I believe the first post I did on how to extend root live:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1081666" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1081666&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds....Geoff</description>
      <pubDate>Tue, 27 Nov 2007 15:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-extend/m-p/4108115#M312848</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-27T15:20:26Z</dc:date>
    </item>
  </channel>
</rss>

