<?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 How to increase /opt file system? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783655#M77862</link>
    <description>When I tried to install DB2 on HP-UX, I was told not enough space on /opt. I can not change the install directory. When I used  umount and extendfs command to increase /opt, it prompted me that the filesystem was busy.&lt;BR /&gt;&lt;BR /&gt;How can I increase /opt ?or do I have to reinstall the system ?</description>
    <pubDate>Sun, 11 Aug 2002 22:16:29 GMT</pubDate>
    <dc:creator>Steve Yang_2</dc:creator>
    <dc:date>2002-08-11T22:16:29Z</dc:date>
    <item>
      <title>How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783655#M77862</link>
      <description>When I tried to install DB2 on HP-UX, I was told not enough space on /opt. I can not change the install directory. When I used  umount and extendfs command to increase /opt, it prompted me that the filesystem was busy.&lt;BR /&gt;&lt;BR /&gt;How can I increase /opt ?or do I have to reinstall the system ?</description>
      <pubDate>Sun, 11 Aug 2002 22:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783655#M77862</guid>
      <dc:creator>Steve Yang_2</dc:creator>
      <dc:date>2002-08-11T22:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783656#M77863</link>
      <description>It sounds like you do NOT have the Advanced JFS (Online JFS) product.  Pity.  It would be much simpler if you did.&lt;BR /&gt;&lt;BR /&gt;Since you don't the easiest thing is going to be to reboot your system, interrupt the system when it says "press any key in 10 seconds....." and boot into single user mode.&lt;BR /&gt;&lt;BR /&gt;When in single-user mode you can then extend /opt without any problem.  Be sure to mount the other VG00 LV's (especially /usr) so that you have all the commands you need.</description>
      <pubDate>Sun, 11 Aug 2002 22:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783656#M77863</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-11T22:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783657#M77864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have free extents left in the vg00 ( root volume group) then you can increase the /opt filesystem by booting the system into the single-user mode.&lt;BR /&gt;&lt;BR /&gt;If you dont have the free extents then you may have to add another harddisk to the root volume-group or you may have to free some space from the /opt fileysystem if possible. If you cannot add a new harddisk then you can reinstall the OS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush</description>
      <pubDate>Sun, 11 Aug 2002 22:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783657#M77864</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-08-11T22:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783658#M77865</link>
      <description>Unless you have the On-Line JFS product, forget it. You'll need to boot into single-user mode and do it that way as suggested by Patrick. To check if you have the product.&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/swlist -l product | grep -i jfs&lt;BR /&gt;  JFS                   B.11.11        The Base VxFS File System &lt;BR /&gt;  OnlineJFS             B.11.11        Online features of the VxFS File System&lt;BR /&gt;&lt;BR /&gt;If you do have this product, assuming new size is 2Gb. For the sizes in blocks you can refer to the 'fsadm_vxfs' man page.&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 2048 /dev/vg00/lvol?&lt;BR /&gt;# fsadm -F vxfs -b 2097152 /opt</description>
      <pubDate>Sun, 11 Aug 2002 22:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783658#M77865</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-11T22:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783659#M77866</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to add a new hardisk to the vg00. Boot in single user mode.&lt;BR /&gt;&lt;BR /&gt;Umount /opt: umount /opt &lt;BR /&gt;&lt;BR /&gt;1. Create LVM info to the unused disk:&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/c?t?d0 &lt;BR /&gt;&lt;BR /&gt;2. Add the unused disk to vg00: &lt;BR /&gt;#vgextend vg00 /dev/dsk/c?t?d0 &lt;BR /&gt;&lt;BR /&gt;3.Increase the logical volume:&lt;BR /&gt;&lt;BR /&gt;#lvextend -L &lt;MB_SIZE&gt; /dev/vg00/lvol6 /dev/dsk/c?t?d0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extend the filesystem: &lt;BR /&gt;#extendfs -F &lt;FS_TYP&gt; /dev/vg00/rlvol? &lt;BR /&gt;&lt;BR /&gt;Remount /opt: &lt;BR /&gt;mount /opt &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush&lt;/FS_TYP&gt;&lt;/MB_SIZE&gt;</description>
      <pubDate>Sun, 11 Aug 2002 22:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783659#M77866</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-08-11T22:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783660#M77867</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would rather suggest you to take an ignite backup. While restoring go to advanced options and increase your /opt size then continue restoration.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;AM</description>
      <pubDate>Mon, 12 Aug 2002 01:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783660#M77867</guid>
      <dc:creator>Amruth</dc:creator>
      <dc:date>2002-08-12T01:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783661#M77868</link>
      <description>Amruth,&lt;BR /&gt;&lt;BR /&gt;While taking an ignite backup and then booting from that tape is a viable option.  I think it is overkill and not necessary in this case and would take much more time than you need to in this case.&lt;BR /&gt;&lt;BR /&gt;  /opt does NOT have to be contiguous like /, /stand and primary swap (lvols 1, 2 and 3) so you don't have to use the ignite backup here.&lt;BR /&gt;&lt;BR /&gt;The only time an ignite backup is the best option is when you want to extend /, /stand or pri. swap.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 02:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783661#M77868</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-12T02:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783662#M77869</link>
      <description>THe document attached will be helpful if you do not have Online Jfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;&lt;BR /&gt;you can create a link to opt from some other file system for installation so that /opt is not taken for space&lt;BR /&gt;&lt;BR /&gt;eg.&lt;BR /&gt;&lt;BR /&gt;ln -s /home2/DB2 /opt/DB2&lt;BR /&gt;&lt;BR /&gt;You can install DB2 under a file system which has enough space eg.home2 and link that to opt so that your application can refer to /opt/ file system.&lt;BR /&gt;&lt;BR /&gt;If /opt is to used for all application installations then I think it should have around 10GB of space.&lt;BR /&gt;I have seen oracle,WEbsphere,Weblogic,DB2 and many other application to be installed on /opt.&lt;BR /&gt;So you can just create a link from other file system to /opt.&lt;BR /&gt;&lt;BR /&gt;but make sure that you document it so that the next administrator does not delete the files on ignorance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 12 Aug 2002 02:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783662#M77869</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-12T02:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase /opt file system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783663#M77870</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;There is also an online document which explains how to Adjust File System Sizes  such as /usr, /opt, /stand or /var.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-0103/5187-0103_top.html&amp;amp;con=/hpux/onlinedocs/5187-0103/00/00/44-con.html&amp;amp;toc=/hpux/onlinedocs/5187-0103/00/00/44-toc.html&amp;amp;searchterms=/opt%7cincrease&amp;amp;queryid=20020811-204641" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-0103/5187-0103_top.html&amp;amp;con=/hpux/onlinedocs/5187-0103/00/00/44-con.html&amp;amp;toc=/hpux/onlinedocs/5187-0103/00/00/44-toc.html&amp;amp;searchterms=/opt%7cincrease&amp;amp;queryid=20020811-204641&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Of course, if you don't have online JFS.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Mon, 12 Aug 2002 02:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-opt-file-system/m-p/2783663#M77870</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-08-12T02:49:09Z</dc:date>
    </item>
  </channel>
</rss>

