<?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: Insufficient Space in /opt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069024#M735263</link>
    <description>Thank you all&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Sep 2007 17:37:29 GMT</pubDate>
    <dc:creator>Nelson Ros</dc:creator>
    <dc:date>2007-09-18T17:37:29Z</dc:date>
    <item>
      <title>Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069016#M735255</link>
      <description>Trying to install Oracle 10g r2.&lt;BR /&gt;Need to install HP ANSI C++ compiler (oracle&lt;BR /&gt;requirment). Procurred ANSI C++, however will not let me install because I have insufficient space in /opt directory. (system specifics follow).&lt;BR /&gt;My sysadmin allocated all remaining space to /oracle. Question ?&lt;BR /&gt;1. Can I de-allocate space from /oracle and then re-use/extend  in /opt ? or&lt;BR /&gt;2. Is there a switch or command that will allow me to install the compiler in a different directory. ?&lt;BR /&gt;My initial guess is that I will have to re-install o/s, and re-apportion the disk space.&lt;BR /&gt;Hate to do this as HUPX came pre-installed. Have TAPE LIF image and Golden Image (of existing system)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Details of System&lt;BR /&gt;&lt;BR /&gt;HP-UX hpuxsv1 B.11.11 U 9000/785 2005884946 unlimited-user license&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     204800  121552   82688   60% /&lt;BR /&gt;/dev/vg00/lvol1     295024   60296  205224   23% /stand&lt;BR /&gt;/dev/vg00/lvol8    2609152  385768 2206560   15% /var&lt;BR /&gt;/dev/vg00/lvol7    2293760 1227408 1058592   54% /usr&lt;BR /&gt;/dev/vg00/lvol4     204800    2592  200824    1% /tmp&lt;BR /&gt;/dev/vg00/lvo19    8769536 2351552 6223214   27% /oracle&lt;BR /&gt;/dev/vg00/lvol6    1269760 1149696  119192   91% /opt&lt;BR /&gt;/dev/vg00/lvol5      20480    2664   17736   13% /home&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 09:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069016#M735255</guid>
      <dc:creator>Nelson Ros</dc:creator>
      <dc:date>2007-09-17T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069017#M735256</link>
      <description>Sure, you can "de-allocate".&lt;BR /&gt;&lt;BR /&gt;lvreduce -L {new size in MB} /dev/vg00/lvo19&lt;BR /&gt;newfs /dev/vg00/rlvol9&lt;BR /&gt;&lt;BR /&gt;lvextend /dev/vg00/lvol6&lt;BR /&gt;umount /dev/vg00/lvol6 &lt;BR /&gt;extendfs /dev/vg00/rlvol6&lt;BR /&gt;&lt;BR /&gt;The trick is in getting /opt un-mounted.  You will probably have to re-boot in single user mode in order to accomplish this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 17 Sep 2007 09:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069017#M735256</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-09-17T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069018#M735257</link>
      <description>Pete&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;I assume that the newfs command will wipe out all the /oracle directory ???&lt;BR /&gt;&lt;BR /&gt;No problem rebooting in sibgle user mode as long as I do not have to do a "restore" of the o/s I am happy....&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 10:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069018#M735257</guid>
      <dc:creator>Nelson Ros</dc:creator>
      <dc:date>2007-09-17T10:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069019#M735258</link>
      <description>Here is a description of the filesystem type&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvo19 /oracle vxfs delaylog,nodatainlog,largefiles,rw,suid 0 2&lt;BR /&gt;&lt;BR /&gt;Note that /opt is vxfs.&lt;BR /&gt;Does this mean that I do not have to reboot in single user mode as /lvol17 is vxfs ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 10:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069019#M735258</guid>
      <dc:creator>Nelson Ros</dc:creator>
      <dc:date>2007-09-17T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069020#M735259</link>
      <description>&lt;!--!*#--&gt;Only if you have OnlineJFS.  Do a "swlist |grep -i online"  to check.&lt;BR /&gt;&lt;BR /&gt;# swlist |grep -i online&lt;BR /&gt;  B3929CA                               B.11.11        HP OnLineJFS&lt;BR /&gt;  OnlineDiag                            B.11.11.12.09  HPUX 11.11 Support Tools&lt;BR /&gt;Bundle, Sep 2003&lt;BR /&gt;  OnlineJFS                             B.11.11.03.03  Online features of the Vx&lt;BR /&gt;FS File System&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 17 Sep 2007 10:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069020#M735259</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-09-17T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069021#M735260</link>
      <description>If you have online JFS, you won't need to.  However, since you are dealing with the ROOTvg and are doing a reduction as well, you may want to reboot to single user just to ensure that you have all the processes shutdown.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 10:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069021#M735260</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2007-09-17T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069022#M735261</link>
      <description>Thank you..(both of you)&lt;BR /&gt;&lt;BR /&gt;I do not have the required software.&lt;BR /&gt;To install it would probably run me into the same problem.&lt;BR /&gt;&lt;BR /&gt;Since my "HP-UX" training happened over 10 years ago,(OLD SCHOOL)I think i'll just do it the old fashioned way via command line and single user mode reboot.&lt;BR /&gt;&lt;BR /&gt;Great response time from both of you. I appreciate the help and will assign points ASAP&lt;BR /&gt;&lt;BR /&gt;thanks Again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 10:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069022#M735261</guid>
      <dc:creator>Nelson Ros</dc:creator>
      <dc:date>2007-09-17T10:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069023#M735262</link>
      <description>&amp;gt;Need to install HP ANSI C++ compiler (oracle requirement). &lt;BR /&gt;&lt;BR /&gt;You don't need this unless you are installing Oracle Apps.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;2. Is there a switch or command that will allow me to install the compiler in a different directory?&lt;BR /&gt;&lt;BR /&gt;Sure, you can install into an alternate root and then symlink /opt/aCC to that directory.&lt;BR /&gt;You won't get /opt/aCC added to /etc/PATH and /etc/MANPATH though.&lt;BR /&gt;&lt;BR /&gt;Of course you can create a symlink from /opt/aCC to another directory and then install normally.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Sep 2007 00:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069023#M735262</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-18T00:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069024#M735263</link>
      <description>Thank you all&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Sep 2007 17:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-in-opt/m-p/5069024#M735263</guid>
      <dc:creator>Nelson Ros</dc:creator>
      <dc:date>2007-09-18T17:37:29Z</dc:date>
    </item>
  </channel>
</rss>

