<?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 Increase /opt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112207#M631671</link>
    <description>As I can increase file system /opt</description>
    <pubDate>Thu, 06 Nov 2003 08:49:55 GMT</pubDate>
    <dc:creator>Jose_129</dc:creator>
    <dc:date>2003-11-06T08:49:55Z</dc:date>
    <item>
      <title>Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112207#M631671</link>
      <description>As I can increase file system /opt</description>
      <pubDate>Thu, 06 Nov 2003 08:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112207#M631671</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2003-11-06T08:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112208#M631672</link>
      <description># bdf /opt&lt;BR /&gt;&lt;BR /&gt;Note the device file from the output&lt;BR /&gt;&lt;BR /&gt;# lvextend -L &lt;TOTAL num="" new="" mb=""&gt; /dev/vg00/lv???&lt;BR /&gt;&lt;BR /&gt;lv??? will be the device that represents /opt&lt;BR /&gt;&lt;BR /&gt;Now, you will have to boot to single user mode and unmount /opt&lt;BR /&gt;&lt;BR /&gt;# shutdown now&lt;BR /&gt;&lt;BR /&gt;Wait for the transition&lt;BR /&gt;&lt;BR /&gt;# umount /opt&lt;BR /&gt;# extendfs /dev/vg00/rlv???&lt;BR /&gt;&lt;BR /&gt;If you have paid for OJFS, you skip the shutdown and unmount and use fsadm to extend the filesystem while it's mounted.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;/TOTAL&gt;</description>
      <pubDate>Thu, 06 Nov 2003 08:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112208#M631672</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-11-06T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112209#M631673</link>
      <description>hi&lt;BR /&gt;if there space on your volume group vg00, then you can increase the size opt file system</description>
      <pubDate>Thu, 06 Nov 2003 08:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112209#M631673</guid>
      <dc:creator>TSaliba</dc:creator>
      <dc:date>2003-11-06T08:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112210#M631674</link>
      <description>Some additional information</description>
      <pubDate>Thu, 06 Nov 2003 09:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112210#M631674</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2003-11-06T09:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112211#M631675</link>
      <description>like what?  What exactly is it you require?</description>
      <pubDate>Thu, 06 Nov 2003 09:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112211#M631675</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-11-06T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112212#M631676</link>
      <description>Is correct?&lt;BR /&gt;First&lt;BR /&gt;# lvextend -L &lt;TOTAL num="" new="" mb=""&gt; /dev/vg00/lv???&lt;BR /&gt;&lt;BR /&gt;Second&lt;BR /&gt;Now, you will have to boot to single user mode and unmount /opt&lt;BR /&gt;&lt;BR /&gt;Third&lt;BR /&gt;# umount /opt&lt;BR /&gt;# extendfs /dev/vg00/rlv???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;Verification increase /opt&lt;/TOTAL&gt;</description>
      <pubDate>Thu, 06 Nov 2003 09:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112212#M631676</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2003-11-06T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112213#M631677</link>
      <description>hi&lt;BR /&gt;1- check if you have space &lt;BR /&gt;# vgdisplay vg00&lt;BR /&gt; the free space(MB)= Free PE  * 4 &lt;BR /&gt;&lt;BR /&gt;2- if you have a free space run bdf&lt;BR /&gt;to note the device file for opt&lt;BR /&gt;   bdf | grep opt&lt;BR /&gt;you have an output like this:&lt;BR /&gt;/dev/vg00/lvolX ??? ???? ??? ??% /opt&lt;BR /&gt;3- you can increase opt file system online or you can go to single user mode&lt;BR /&gt;online mode &lt;BR /&gt;# lvextend -L new_size /dev/vg00/lvolX&lt;BR /&gt;&lt;BR /&gt;#fuser -kc /opt&lt;BR /&gt;#umount /opt&lt;BR /&gt;# extendfs /dev/vg00/rlvolX&lt;BR /&gt;#mount -a&lt;BR /&gt;&lt;BR /&gt;check the new size bdf&lt;BR /&gt;&lt;BR /&gt;ofline follow the procedure of brian</description>
      <pubDate>Thu, 06 Nov 2003 09:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112213#M631677</guid>
      <dc:creator>TSaliba</dc:creator>
      <dc:date>2003-11-06T09:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112214#M631678</link>
      <description>Is correct?&lt;BR /&gt;Hi,&lt;BR /&gt;#bdf&lt;BR /&gt;locate what is the /opt ex: lvol6 in hpux11.00&lt;BR /&gt;# lvextend -L &lt;TOTAL num="" new="" mb=""&gt; /dev/vg00/lvol6&lt;BR /&gt;&lt;BR /&gt;#shutdown 0&lt;BR /&gt;#umount /opt&lt;BR /&gt;#extendfs -F vxfs /dev/vg00/rlvol6&lt;BR /&gt;#shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;DGH&lt;BR /&gt;&lt;/TOTAL&gt;</description>
      <pubDate>Thu, 06 Nov 2003 09:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112214#M631678</guid>
      <dc:creator>DGH_2</dc:creator>
      <dc:date>2003-11-06T09:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112215#M631679</link>
      <description>Jose,&lt;BR /&gt; &lt;BR /&gt;what you said is correct as long as you don't have onlineJFS.  This product allows you to do this without unmounting the filesystem and without re-booting&lt;BR /&gt; &lt;BR /&gt;check if you have it with "swlist | grep JFS"</description>
      <pubDate>Thu, 06 Nov 2003 09:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112215#M631679</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-06T09:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112216#M631680</link>
      <description>Why exactly are you doing this? Is /opt full (or nearly full), or are you intending to install another application under /opt and you don't believe you have the space?&lt;BR /&gt;&lt;BR /&gt;Have you any idea why /opt is full? Has it suddenly become full, or is it just that its grown as you've installed more products?&lt;BR /&gt;&lt;BR /&gt;I usually install applications on their own filesystems mounted under /opt rather than just increase the size of /opt. That way if,  for example, an application goes nuts and starts creating huge log-files, it won't affect other applications.&lt;BR /&gt;&lt;BR /&gt;So, the things to consider:&lt;BR /&gt;1) Why /opt is full, and how quickly did it fill up. Do you have an application writing stuff there which can be cleared down, or is it just natural growth.&lt;BR /&gt;2) Are you installing a new application which will fill up /opt? You can either extend /opt as suggested by others in this thread, or create and mount a new filesystem under /opt and install your application there.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Thu, 06 Nov 2003 19:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/3112216#M631680</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2003-11-06T19:23:05Z</dc:date>
    </item>
  </channel>
</rss>

