<?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: vgextend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698485#M57331</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you need to extend lvol1-3 there is also an alternative way which I use when possible&lt;BR /&gt;&lt;BR /&gt;to do this you can use ignite backing the system up to a tape then restoring with a larger file system. &lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -p -A &lt;BR /&gt;&lt;BR /&gt;edit the config.recover file to increase the size of the required file system/s. &lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -r &lt;BR /&gt;&lt;BR /&gt;once the tape has finished, &lt;BR /&gt;halt the system &lt;BR /&gt;boot from tape &lt;BR /&gt;&lt;BR /&gt;wait for restore to finish &lt;BR /&gt;&lt;BR /&gt;all done. &lt;BR /&gt;&lt;BR /&gt;cheers &lt;BR /&gt;John. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 07 Apr 2002 01:56:36 GMT</pubDate>
    <dc:creator>John Carr_2</dc:creator>
    <dc:date>2002-04-07T01:56:36Z</dc:date>
    <item>
      <title>vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698478#M57324</link>
      <description>Ok i have about 4000mb left on my root disk is there any way that i can extend or add on space to any particular mount point&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3     /&lt;BR /&gt;/dev/vg00/lvol1     /stand&lt;BR /&gt;/dev/vg00/lvol8     /var&lt;BR /&gt;/dev/vg00/lvol7     /usr&lt;BR /&gt;/dev/vg00/lvol4     /tmp&lt;BR /&gt;/dev/vg00/lvol6     /opt&lt;BR /&gt;/dev/vg00/lvol5     /home&lt;BR /&gt;&lt;BR /&gt;I keep getting this message that i have unallocated disk space&lt;BR /&gt;You may use the LVM (Logical Volume Manager)&lt;BR /&gt;    portion of SAM to allocate more disk space for your use&lt;BR /&gt;&lt;BR /&gt;and i go into the logical volume manager in sam and it claims that there is some policy on the drive that does not let me preform this, meanwhile i just installed HP UX 11.11 on this machine, and i forgot to use all of the space, and i would like to extend, can anyone help</description>
      <pubDate>Sat, 06 Apr 2002 14:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698478#M57324</guid>
      <dc:creator>Brian butler</dc:creator>
      <dc:date>2002-04-06T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698479#M57325</link>
      <description>Hello Brian,&lt;BR /&gt;&lt;BR /&gt;only some LVOLs need the special policy called "strict &amp;amp; contigous", and those are the ones used for "/", "/stand", and "swap" (not shown in your list) - usually they are "lvol1" to "lvol3". All the others can be extended (command "lvextend" for the LVOL and then the command "extendfs" or "fsadm" for the file-system in that LVOL).&lt;BR /&gt;If neccessary you may change the policy using "lvchange" for your LVOLs 4, 5, 6, and 8.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wodisch&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Apr 2002 15:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698479#M57325</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-06T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698480#M57326</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;The only way to add more space to / or /stand is to do a "make_tape_recovery -Avi" and restore your system, then when in recovery extending your / or /stand.&lt;BR /&gt;&lt;BR /&gt;For the others you can do it while the system is running IF you have ONLINE-JFS. Otherwise you have to stop any processes from using them because you have to unmount them to extend them. The best way to do such is to go into single user mode.&lt;BR /&gt;&lt;BR /&gt;Also, clean up your system of unneeded files. One culprit is usually regular files in /dev. Do this:&lt;BR /&gt;&lt;BR /&gt;find /dev -type f -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;In /dev you usually only have Character and Block device files, directory files, and sometimes sockets and pipes. The find command above should return back with nothing.&lt;BR /&gt;&lt;BR /&gt;Use the search function to the left under the "IT Resource center" title, select "community forums", and enter in the search string:&lt;BR /&gt;&lt;BR /&gt;+vgextend +root +ignite&lt;BR /&gt;&lt;BR /&gt;here's one that will help:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7e95e938a10d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7e95e938a10d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Apr 2002 15:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698480#M57326</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-06T15:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698481#M57327</link>
      <description>Do you have on-line JFS installed?  &lt;BR /&gt;Use swlist -l product |grep -i online&lt;BR /&gt;or strings /stand/vmunix |grep -i vx&lt;BR /&gt;&lt;BR /&gt;If not, you can umount the file system, &lt;BR /&gt;vgextend, lvextend, extendfs.&lt;BR /&gt;&lt;BR /&gt;umount /?&lt;BR /&gt;vgextend vg01 /dev/dsk/c?t?d?&lt;BR /&gt;lvextend -L 1000M /dev/vg01/lv?&lt;BR /&gt;extendfs -F vxfs /dev/vg01/rlv?&lt;BR /&gt;mount /?&lt;BR /&gt;&lt;BR /&gt;Online JFS allows you to extend a fs live without umounting any file system.</description>
      <pubDate>Sat, 06 Apr 2002 15:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698481#M57327</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-04-06T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698482#M57328</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;well, just to oppose one of our famous "sandy" hats: yes, you can increase the root file system (without Ignite/UX, nor reboot), and I have done that in that past, successfully!&lt;BR /&gt;&lt;BR /&gt;Read the description over there:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x957b06295e00d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x957b06295e00d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But be careful - it needs additional software (Online JFS), additional hardware (and unused disk drive of the neccessary size), some time, and it is not supported (AFAIK)...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Apr 2002 17:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698482#M57328</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-06T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698483#M57329</link>
      <description>Wodisch, unconventional , but very cool workaround. I like it !!&lt;BR /&gt;&lt;BR /&gt;..(no points please..)</description>
      <pubDate>Sat, 06 Apr 2002 17:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698483#M57329</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-06T17:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698484#M57330</link>
      <description>Wodisch, like SK Chan said "cool" workaround, but I have to ask: have you been drinking again? :-))&lt;BR /&gt;&lt;BR /&gt;btw: save one for me&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 06 Apr 2002 17:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698484#M57330</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-06T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698485#M57331</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you need to extend lvol1-3 there is also an alternative way which I use when possible&lt;BR /&gt;&lt;BR /&gt;to do this you can use ignite backing the system up to a tape then restoring with a larger file system. &lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -p -A &lt;BR /&gt;&lt;BR /&gt;edit the config.recover file to increase the size of the required file system/s. &lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_recovery -r &lt;BR /&gt;&lt;BR /&gt;once the tape has finished, &lt;BR /&gt;halt the system &lt;BR /&gt;boot from tape &lt;BR /&gt;&lt;BR /&gt;wait for restore to finish &lt;BR /&gt;&lt;BR /&gt;all done. &lt;BR /&gt;&lt;BR /&gt;cheers &lt;BR /&gt;John. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Apr 2002 01:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698485#M57331</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-07T01:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698486#M57332</link>
      <description>Hi&lt;BR /&gt;1) unmount the point which you want to extend let say /tmp&lt;BR /&gt;umount /tmp&lt;BR /&gt;lvexted -L total size in mb &lt;BR /&gt;/dev/vg00/lvol4 &lt;BR /&gt;extendfs -F filesystem type&lt;BR /&gt;/dev/vg00/rlvol4&lt;BR /&gt;mount /dev/vg00/lvol4 /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;chears sudhir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Apr 2002 13:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698486#M57332</guid>
      <dc:creator>sudhir_3</dc:creator>
      <dc:date>2002-04-07T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698487#M57333</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;S.K. &amp;amp; Harry: thanks :-)&lt;BR /&gt;&lt;BR /&gt;Harry: I was completely sober when I did that - and I am still staying on the arabian paeninsula (no alcohol here; guess what, I am drinking Mango juice and WATER).&lt;BR /&gt;Well, I'll be back in germany next weekend, but my boss has announced a job in Qatar (two hours by car from here, no alcohol), then one in athens, and then one in finland (alcohol seems to be rare and expensive there); but at least the greek DO have great wine (I prefer the strong and sweet, both red and white)...</description>
      <pubDate>Sun, 07 Apr 2002 14:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/2698487#M57333</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-07T14:32:31Z</dc:date>
    </item>
  </channel>
</rss>

