<?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: Increasing lvol size of the root, boot, etc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931504#M410106</link>
    <description>Muthu,&lt;BR /&gt;&lt;BR /&gt;No, I've hardly looked at that thread. The point I'm making is that I don't believe people have deliberately given a wrong answer on THIS thread because he didn't give points on THAT thread, which is what Joseph seemed to be suggesting. I really don't believe people on this forum would do that.&lt;BR /&gt;&lt;BR /&gt;I hope I'm right ;-)&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Wed, 05 Oct 2005 05:19:19 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2005-10-05T05:19:19Z</dc:date>
    <item>
      <title>Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931494#M410096</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to to increase lovol size of the root, boot, usr, tmp and home. How can I do this without any hassle?</description>
      <pubDate>Wed, 05 Oct 2005 04:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931494#M410096</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2005-10-05T04:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931495#M410097</link>
      <description>Try as,&lt;BR /&gt;&lt;BR /&gt;      Increase the size of a file system existing on a logical volume.&lt;BR /&gt;&lt;BR /&gt;           First, increase the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt;                lvextend -L 400 /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;           Unmount the file system.&lt;BR /&gt;&lt;BR /&gt;                umount /dev/vg06/lvol3&lt;BR /&gt;&lt;BR /&gt;           Extend the file system to occupy the entire (larger) logical volume.&lt;BR /&gt;&lt;BR /&gt;                extendfs /dev/vg06/rlvol3&lt;BR /&gt;&lt;BR /&gt;           Remount the file system.&lt;BR /&gt;&lt;BR /&gt;                mount /dev/vg06/lvol3 /mnt&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 04:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931495#M410097</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-05T04:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931496#M410098</link>
      <description>Do you have Online JFS installed ? If yes, you can do it on the fly with SAM. &lt;BR /&gt;If not, &lt;BR /&gt;1) lvextend -L &lt;SIZE&gt;  &lt;LV&gt;&lt;BR /&gt;2)  umount &lt;LV&gt;&lt;BR /&gt;3) extendfs &lt;LV&gt;&lt;BR /&gt;4) mount&lt;BR /&gt;&lt;BR /&gt;/tmp and /home can be done without booting into single user mode. Others do require a reboot into Single user mode ISL&amp;gt; hpux -iS&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;/LV&gt;&lt;/LV&gt;&lt;/LV&gt;&lt;/SIZE&gt;</description>
      <pubDate>Wed, 05 Oct 2005 04:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931496#M410098</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-05T04:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931497#M410099</link>
      <description>For increasing lvols - /stand, swap and root, it is difficult. You will have to use ignite tape and rebuild system with required sizes.&lt;BR /&gt;&lt;BR /&gt;For other, if you have OnlineJFS installed, this can be done online.&lt;BR /&gt;&lt;BR /&gt;lvextend -L "new_sizein_MB" /dev/vgxx/lvol&lt;BR /&gt;fsadm -b "size_in_mb" /mount_point&lt;BR /&gt;&lt;BR /&gt;If you do not have OnlineJFS, then unmount, lvextend and fsadm</description>
      <pubDate>Wed, 05 Oct 2005 04:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931497#M410099</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-05T04:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931498#M410100</link>
      <description>You can sam as well as lvextend to do this job. How ever, It is not possible do to /root /stand directly.  &lt;BR /&gt;&lt;BR /&gt;Good Manual for reference:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-8172/ch09s01.html" target="_blank"&gt;http://docs.hp.com/en/5990-8172/ch09s01.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=104718" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=104718&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=19353" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=19353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 05 Oct 2005 04:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931498#M410100</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-05T04:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931499#M410101</link>
      <description>&lt;A href="http://docs.hp.com/en/B7961-90025/ch08s15.html" target="_blank"&gt;http://docs.hp.com/en/B7961-90025/ch08s15.html&lt;/A&gt;&lt;BR /&gt;[Resizing a Volume] &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825170" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825170&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Oct 2005 04:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931499#M410101</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-05T04:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931500#M410102</link>
      <description>I hate to copy answers - it makes it look as though I'm point-hunting - but you've been given so many incorrect answers I think it's important to confirm what RAC said: you need to use an ignite backup to increase these filesystems.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 05 Oct 2005 04:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931500#M410102</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-10-05T04:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931501#M410103</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;maybe there is a reason for doing so. &lt;BR /&gt;&lt;BR /&gt;look at this, he close this thread without even assigning points:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962442" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962442&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hmmm....;)&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 05 Oct 2005 04:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931501#M410103</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-10-05T04:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931502#M410104</link>
      <description>Joseph: are you seriously suggesting that people are deliberately giving wrong answers because he closed a thread without giving points? I hope you're wrong!&lt;BR /&gt;&lt;BR /&gt;I think people have made a genuine mistake and don't realize he needs to use ignite. In my opinion, deliberately giving a wrong answer is worse than not assigning points.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 05 Oct 2005 05:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931502#M410104</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-10-05T05:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931503#M410105</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Did you look at his question: &lt;BR /&gt;Please suggest me which Kernel parameters should be modified to which value to get rid of this error.&lt;BR /&gt;&lt;BR /&gt;I think it is related with nfile kernel parameter correct. I hope he forgot to assign points since he is a 3 days older member to this forum ;) check his profile. He will do it soon.&lt;BR /&gt;&lt;BR /&gt;PS&amp;gt; Assign 0 points for this post &lt;BR /&gt;&lt;BR /&gt;thx.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 05:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931503#M410105</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-05T05:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931504#M410106</link>
      <description>Muthu,&lt;BR /&gt;&lt;BR /&gt;No, I've hardly looked at that thread. The point I'm making is that I don't believe people have deliberately given a wrong answer on THIS thread because he didn't give points on THAT thread, which is what Joseph seemed to be suggesting. I really don't believe people on this forum would do that.&lt;BR /&gt;&lt;BR /&gt;I hope I'm right ;-)&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 05 Oct 2005 05:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931504#M410106</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-10-05T05:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931505#M410107</link>
      <description>From what I know if you want to increase the root you can do it by decreasing the size of swap, then go to maintenance mode to increase the root but this method is not recommended and the best method is doing ignite as said RAC and Mark, Also for boot ignite is the solution.&lt;BR /&gt;For the other filesystem you can do lvextend and after extendfs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ziad</description>
      <pubDate>Wed, 05 Oct 2005 05:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931505#M410107</guid>
      <dc:creator>Morcos</dc:creator>
      <dc:date>2005-10-05T05:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931506#M410108</link>
      <description>You can do it, even without ignite, but I assure you its not a pretty sight.&lt;BR /&gt;&lt;BR /&gt;The boot, swap, and root logical volumes, because of the way they are handled at boot up, have some specific requirements.  They must occur in a specific order, they must not relocate bad blocks, and most important for this project, they must be contiguous.&lt;BR /&gt;&lt;BR /&gt;So, the boot lv, mounted on /stand has to be first, and its likely that the next lv, usually swap, starts right where lvol1 ends.  That means lvol1 can't grow contiguously without you moving the next lvol to somewhere else to get it out of the way.  Then because the swap volume also has to be contiguous you will have to move anything thatâ  s it the way of putting it back, and so forth.&lt;BR /&gt;&lt;BR /&gt;Just so you know, this all has to be done while the system is down, you know, just to make things more complicated.&lt;BR /&gt;&lt;BR /&gt;All in all, ignite is probably the lowest headache inducing of the processes but you may very well be a lvm expert by the time your done if you do it the other way.&lt;BR /&gt;&lt;BR /&gt;another option that you may have to releave some space issues in the / file system is to create a new lv and file system and mount it to the directory that is filling up the file system.&lt;BR /&gt;&lt;BR /&gt;Howard&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 12:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931506#M410108</guid>
      <dc:creator>Howard Marshall</dc:creator>
      <dc:date>2005-10-05T12:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931507#M410109</link>
      <description>Well with onlineJFS, and if you have 2 disks in VG00 you can extend all of these on the fly. &lt;BR /&gt;even / though it needs to be contiguous&lt;BR /&gt;&lt;BR /&gt;Since the other posts tell you how to extend the normal filesystems with lvextend and fsadm. &lt;BR /&gt;&lt;BR /&gt;I will cover how I have extended / on the fly. &lt;BR /&gt;&lt;BR /&gt;It is important to make sure that the logical volumes be moved in the correct order. If you move them in numeric order you should be ok. &lt;BR /&gt;&lt;BR /&gt;1) Break the mirror of your root drives. &lt;BR /&gt;2) ensure that the second disk is properly bootable, or you will have problems when you reboot. &lt;BR /&gt;    mkboot -a "hpux -lq" /dev/rdsk/c?t?d?&lt;BR /&gt;3) using the pvmove command move the logical volumes to the new disk. &lt;BR /&gt;   pvmove /dev/vg00/lvol1 /dev/dsk/c?t?d?&lt;BR /&gt;   lvextend -L xx /dev/vg00/lvol1&lt;BR /&gt;   umount /stand &lt;BR /&gt;   extendfs -F hfs /dev/vg00/rlvol1&lt;BR /&gt;4) pvmove /dev/vg00/lvol2 /dev/dsk/c?t?d?&lt;BR /&gt;    lvol2 is swap and I wouldn't recommend extending swap just add a new swap device. &lt;BR /&gt;5) pvmove /dev/vg00/lvol3 /dev/dsk/c?t?d?&lt;BR /&gt;   lvextend -L xx /dev/vg00/lvol3&lt;BR /&gt;   fsadm -F vxfs -b $(( xx * 1024)) /&lt;BR /&gt;&lt;BR /&gt;note: if you don't have OnlineJFS you have to do the fsadm in single user mode. However you can still lvextend the logical volume here.  &lt;BR /&gt;&lt;BR /&gt;6) continue with pvmove the rest of the  logical volumes. &lt;BR /&gt;&lt;BR /&gt;After you have pvmoved all the logical volumes reestablish your mirrors. &lt;BR /&gt;&lt;BR /&gt;Granted this is an involved process but I have done it a few times, and even walked someone through it over the phone once.</description>
      <pubDate>Wed, 05 Oct 2005 14:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931507#M410109</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-10-05T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931508#M410110</link>
      <description>Hi Guys,&lt;BR /&gt;I don't bother what you are talking about. I need solution.&lt;BR /&gt;&lt;BR /&gt;I have JFS installed and I have taken ignite make_tape_recovery backup. Any way can anyone provide me the documents for increasing root, boot using make_tape?</description>
      <pubDate>Sat, 08 Oct 2005 02:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931508#M410110</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2005-10-08T02:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931509#M410111</link>
      <description>Hi,&lt;BR /&gt;First do make_tape_recovery to get the volume group vg00.Then reboot your server and on PDC type the command sea, then choose to boot from tape: choose [ Install HP-UX ], then [ * ]Advanced Installation, from the next screen,"Basic" make sure that the [Root disk..] corresponds to the right path. Go with tab to "File System" and here change the size as needed.&lt;BR /&gt;&lt;BR /&gt;Also if you want you can keep your disk, and put a new bigger one and do the above procedure(it's my recommendation).</description>
      <pubDate>Sat, 08 Oct 2005 05:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931509#M410111</guid>
      <dc:creator>Morcos</dc:creator>
      <dc:date>2005-10-08T05:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing lvol size of the root, boot, etc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931510#M410112</link>
      <description>Its ok.</description>
      <pubDate>Mon, 10 Oct 2005 00:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-lvol-size-of-the-root-boot-etc/m-p/4931510#M410112</guid>
      <dc:creator>Walker_3</dc:creator>
      <dc:date>2005-10-10T00:28:13Z</dc:date>
    </item>
  </channel>
</rss>

