<?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 extend ROOT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983957#M122709</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I had HPUX 11.0 on J5000 machine. I managed to increase the /opt &amp;amp; /home file system using /sbin/lvextend command; but how to increased the / , /usr &amp;amp; /var. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; Thanx &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;  Walter Crasto</description>
    <pubDate>Thu, 29 May 2003 02:29:44 GMT</pubDate>
    <dc:creator>waltercrasto</dc:creator>
    <dc:date>2003-05-29T02:29:44Z</dc:date>
    <item>
      <title>extend ROOT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983957#M122709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   I had HPUX 11.0 on J5000 machine. I managed to increase the /opt &amp;amp; /home file system using /sbin/lvextend command; but how to increased the / , /usr &amp;amp; /var. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; Thanx &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;  Walter Crasto</description>
      <pubDate>Thu, 29 May 2003 02:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983957#M122709</guid>
      <dc:creator>waltercrasto</dc:creator>
      <dc:date>2003-05-29T02:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: extend ROOT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983958#M122710</link>
      <description>There can be easiest way to do it is take ignote backup with interactive option and while restoring choose new desired size of File systems.&lt;BR /&gt;Or alternatively you can do this in single user mode.&lt;BR /&gt;boot m/c in single user mode using hpux -is option but root required contiguous block so you may require to do some more excercise so best is use Ignite option.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 29 May 2003 02:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983958#M122710</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-05-29T02:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: extend ROOT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983959#M122711</link>
      <description>You can only extend this logical volumes (/) using ignite. You first create a bootable ignite tape, boot from it, extend the size. The reason you can't do this with the standard commands is that / /stand and the primary swap partitions must be contiguous.&lt;BR /&gt;Y&lt;BR /&gt;ou can extend the others (/usr and /var) by booting your system into single-user mode and extend them that way. &lt;BR /&gt;&lt;BR /&gt;Interrupt the boot sequence&lt;BR /&gt;Interact with ISL --&amp;gt; yes&lt;BR /&gt;from the ISL prompt&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;NEW size=""&gt; /dev/vg00/lvol?&lt;BR /&gt;# extendfs /dev/vg00/rlvol?&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;# init 3 (or whatever your default run level is or press control-D)&lt;BR /&gt;&lt;BR /&gt;You can get ignite from here:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Documentation from here:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90767/B2355-90767.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90767/B2355-90767.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To cut a bootable interactive ignite tape&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome" &lt;BR /&gt;&lt;BR /&gt;&lt;/NEW&gt;</description>
      <pubDate>Thu, 29 May 2003 02:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983959#M122711</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-29T02:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: extend ROOT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983960#M122712</link>
      <description>There is no way to extend root / other than with the Ignite method.&lt;BR /&gt;&lt;BR /&gt;root requires contiguous space and you only get a shot at that when you install or reinstall via Ignite.&lt;BR /&gt;&lt;BR /&gt;If you have onlineJfs, you can extend /var any time you want.&lt;BR /&gt;&lt;BR /&gt;If you don't have onlineJFS, you have to extend /var in single user mode.&lt;BR /&gt;&lt;BR /&gt;Boot&lt;BR /&gt;&lt;BR /&gt;Interupt the 10 Second prompt.&lt;BR /&gt;&lt;BR /&gt;bo &lt;ENTER&gt;&lt;BR /&gt;Y Interact with the IPL&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;lvextend /dev/vg00/lvol#  I think the # is 8 on a standard install.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;</description>
      <pubDate>Thu, 29 May 2003 03:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-root/m-p/2983960#M122712</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-29T03:14:21Z</dc:date>
    </item>
  </channel>
</rss>

