<?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: Extending /opt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572787#M942971</link>
    <description>Thanks all -&lt;BR /&gt;&lt;BR /&gt;Single user mode&lt;BR /&gt;fuser -cu&lt;BR /&gt;kill rpcd process&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;WORKED LIKE A CHAMP ----&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Aug 2002 13:52:35 GMT</pubDate>
    <dc:creator>Randy Gibson</dc:creator>
    <dc:date>2002-08-02T13:52:35Z</dc:date>
    <item>
      <title>Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572781#M942965</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   is it completely necessary to be in single-user to extend /opt filesystem??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Thu, 30 Aug 2001 12:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572781#M942965</guid>
      <dc:creator>Alex_17</dc:creator>
      <dc:date>2001-08-30T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572782#M942966</link>
      <description>If you don't have online-jfs, then yes. Although, if you needed space for a new piece of software, you could create another lvol and mount it as a subdirectory of /opt.</description>
      <pubDate>Thu, 30 Aug 2001 12:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572782#M942966</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-08-30T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572783#M942967</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;the  reason that the best think is to increase the /opt in a single user mode is because most of the software have open file in /opt .&lt;BR /&gt;&lt;BR /&gt;you can use online-jfs in you have it install &lt;BR /&gt;you can also use the command :&lt;BR /&gt;fuser to see which process have open file in this file system .&lt;BR /&gt;&lt;BR /&gt;but the easier way is to do it in a single user mode .&lt;BR /&gt;&lt;BR /&gt;if it very imporent not to shutdown the system it will be the best way to install online jfs &lt;BR /&gt;that will able you t oincrease it without shutdowning the system . &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 13:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572783#M942967</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-08-30T13:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572784#M942968</link>
      <description>Hi,&lt;BR /&gt;Absolutely?.. NO, your main concern is more can you avoid other users to try to use /opt?&lt;BR /&gt;I have to do so on some box that dont have onlineJfs... without onlineJFS you will have to stop users to use /opt, use fuser to see what is still stopping you to unmount /opt...&lt;BR /&gt;maybe you will have to fuser -ku ...&lt;BR /&gt;then you can go ahead&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 30 Aug 2001 13:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572784#M942968</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-08-30T13:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572785#M942969</link>
      <description>I'm afraid so because at run level 3 (where systems normally run at) /opt is used internally by the OS and applications (doing an fuser -c /opt will show them).  You will have to boot into single-user mode .  Sorry&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 30 Aug 2001 13:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572785#M942969</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-08-30T13:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572786#M942970</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Bring everybody out from /opt&lt;BR /&gt;#fuser -cu /opt&lt;BR /&gt;#umount /opt&lt;BR /&gt;#lvextend &lt;BR /&gt;#extendfs&lt;BR /&gt;&lt;BR /&gt;And you got it.&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 14:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572786#M942970</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-30T14:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extending /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572787#M942971</link>
      <description>Thanks all -&lt;BR /&gt;&lt;BR /&gt;Single user mode&lt;BR /&gt;fuser -cu&lt;BR /&gt;kill rpcd process&lt;BR /&gt;extendfs&lt;BR /&gt;&lt;BR /&gt;WORKED LIKE A CHAMP ----&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2002 13:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-opt/m-p/2572787#M942971</guid>
      <dc:creator>Randy Gibson</dc:creator>
      <dc:date>2002-08-02T13:52:35Z</dc:date>
    </item>
  </channel>
</rss>

