<?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: Increasing /opt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436374#M5244</link>
    <description>Check for either:&lt;BR /&gt;/sbin/init.d/ncs stop &amp;amp; start  /sbin/init.d/dce stop &amp;amp; start &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Aug 2000 15:08:06 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2000-08-14T15:08:06Z</dc:date>
    <item>
      <title>Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436362#M5232</link>
      <description>I wish to increase /opt on a 10:20 K370&lt;BR /&gt;when I do an fuser  -c /opt &lt;BR /&gt;there are several processes which are using this partition. I have checked these processes and the only one I am uncertain about is :&lt;BR /&gt;            /opt/dce/sbin/rpcd&lt;BR /&gt;&lt;BR /&gt;Can I stop this without causing any problems?&lt;BR /&gt;If so is there an rc script ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2000 14:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436362#M5232</guid>
      <dc:creator>Neale Machin</dc:creator>
      <dc:date>2000-08-14T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436363#M5233</link>
      <description>You don't just want to umount /opt.....better to schedule to take the system down and go into single user mode and than extend the file system.&lt;BR /&gt;When extending operating system file systems - it is far cleaner to do it single user.</description>
      <pubDate>Mon, 14 Aug 2000 14:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436363#M5233</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-14T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436364#M5234</link>
      <description>When extending operating system file systems - it is far cleaner to do it in single user mode.&lt;BR /&gt;You don't just want to umount /opt.....better to schedule to take the system down and go into single user mode and than extend the file system.</description>
      <pubDate>Mon, 14 Aug 2000 14:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436364#M5234</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-14T14:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436365#M5235</link>
      <description>you should not have any problems if you shut rpcd down and restart it when  completed.&lt;BR /&gt;&lt;BR /&gt;HPUX 11.0&lt;BR /&gt;# /sbin/init.d/Rpcd stop&lt;BR /&gt;# fuser -ku /opt&lt;BR /&gt;# umount /opt&lt;BR /&gt;...continue as usual&lt;BR /&gt;&lt;BR /&gt;# mount /opt&lt;BR /&gt;# /sbin/init.d/Rcpd start&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20&lt;BR /&gt;# /sbin/init.d/ncs stop   (to kill rpcd daemons)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2000 14:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436365#M5235</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-14T14:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436366#M5236</link>
      <description>You will want to look at Ignite for doing the modifications. The process you are seeing works with NFS (among other things). You could stop but you just as well be in single-user mode.&lt;BR /&gt;&lt;BR /&gt;Check out the ignite package. It is a no-cost package from HP.</description>
      <pubDate>Mon, 14 Aug 2000 14:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436366#M5236</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-14T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436367#M5237</link>
      <description>you should not have any problems if you shut rpcd down and restart it when  completed.&lt;BR /&gt;&lt;BR /&gt;HPUX 11.0&lt;BR /&gt;# /sbin/init.d/Rpcd stop&lt;BR /&gt;# fuser -ku /opt&lt;BR /&gt;# umount /opt&lt;BR /&gt;...continue as usual&lt;BR /&gt;&lt;BR /&gt;# mount /opt&lt;BR /&gt;# /sbin/init.d/Rcpd start&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20&lt;BR /&gt;# /sbin/init.d/ncs stop   (to kill rpcd daemons)&lt;BR /&gt;&lt;BR /&gt;However, if you can, you might want to go to single user mode before increasing /opt (although you really do not need to)</description>
      <pubDate>Mon, 14 Aug 2000 14:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436367#M5237</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-14T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436368#M5238</link>
      <description>you should not have any problems if you shut rpcd down and restart it when  completed.&lt;BR /&gt;&lt;BR /&gt;HPUX 11.0&lt;BR /&gt;# /sbin/init.d/Rpcd stop&lt;BR /&gt;# fuser -ku /opt&lt;BR /&gt;# umount /opt&lt;BR /&gt;...continue as usual&lt;BR /&gt;&lt;BR /&gt;# mount /opt&lt;BR /&gt;# /sbin/init.d/Rcpd start&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20&lt;BR /&gt;# /sbin/init.d/ncs stop   (to kill rpcd daemons)&lt;BR /&gt;&lt;BR /&gt;However, if you can, you might want to go to single user mode before increasing /opt (although you really do not need to)</description>
      <pubDate>Mon, 14 Aug 2000 14:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436368#M5238</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-14T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436369#M5239</link>
      <description>You should be OK unless your system is part of a DCE Cell in which case it would be wise to run /opt/dce/bin/dce_shutdown or /opt/dce/bin/dce_config and option 3 Shutdown first</description>
      <pubDate>Mon, 14 Aug 2000 14:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436369#M5239</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-14T14:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436370#M5240</link>
      <description>You should be OK unless the system is part of a DCE cell in which case it would be wise to run /opt/dce/bin/dce_config : option 3 : shutdown, otherwise I think rpcd is started by /sbin/init.d/ncs</description>
      <pubDate>Mon, 14 Aug 2000 14:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436370#M5240</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-14T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436371#M5241</link>
      <description>You should be OK unless the system is part of a DCE cell in which case it would be wise to run /opt/dce/bin/dce_config : option 3 : shutdown, otherwise I think rpcd is started by /sbin/init.d/ncs</description>
      <pubDate>Mon, 14 Aug 2000 14:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436371#M5241</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-14T14:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436372#M5242</link>
      <description>you should not have any problems if you shut rpcd (with /sbin/init.d/ncs) down and restart it when  completed.&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20&lt;BR /&gt;# /sbin/init.d/ncs stop   &lt;BR /&gt;# fuser -ku /opt&lt;BR /&gt;# umount /opt&lt;BR /&gt;...continue as usual&lt;BR /&gt;&lt;BR /&gt;# mount /opt&lt;BR /&gt;# /sbin/init.d/ncs start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, if you can, you might want to go to single user mode before increasing /opt (although you really do not need to)</description>
      <pubDate>Mon, 14 Aug 2000 15:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436372#M5242</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-14T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436373#M5243</link>
      <description>you should not have any problems if you shut rpcd (with /sbin/init.d/ncs) down and restart it when  completed.&lt;BR /&gt;&lt;BR /&gt;HPUX 10.20&lt;BR /&gt;# /sbin/init.d/ncs stop   &lt;BR /&gt;# fuser -ku /opt&lt;BR /&gt;# umount /opt&lt;BR /&gt;...continue as usual&lt;BR /&gt;&lt;BR /&gt;# mount /opt&lt;BR /&gt;# /sbin/init.d/ncs start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, if you can, you might want to go to single user mode before increasing /opt (although you really do not need to)</description>
      <pubDate>Mon, 14 Aug 2000 15:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436373#M5243</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-14T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436374#M5244</link>
      <description>Check for either:&lt;BR /&gt;/sbin/init.d/ncs stop &amp;amp; start  /sbin/init.d/dce stop &amp;amp; start &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2000 15:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436374#M5244</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-08-14T15:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436375#M5245</link>
      <description>Check for either:&lt;BR /&gt;/sbin/init.d/ncs stop &amp;amp; start  /sbin/init.d/dce stop &amp;amp; start &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2000 15:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436375#M5245</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-08-14T15:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436376#M5246</link>
      <description>Mark:&lt;BR /&gt;&lt;BR /&gt;If you have online JFS you can do this "on-the-fly".  The online component is well worth the cost of license.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 14 Aug 2000 15:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436376#M5246</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-14T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436377#M5247</link>
      <description>/opt is not a "critical" fs. As it was already said, with On Line JFS you can do it on fly, don't worry about any processes.&lt;BR /&gt;If you do not have it, either kill or stop of the process will work. (stop is more recommended but kill will not catastrophically damage). No need to go in single user mode.</description>
      <pubDate>Mon, 14 Aug 2000 16:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436377#M5247</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-14T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436378#M5248</link>
      <description>Hi,&lt;BR /&gt;If I am right, erpcd daemons will be killed by /sbin/init.d/dce shutdown script.&lt;BR /&gt;/sbin/init.d/ncs will not shutdown erpcd daemons. You can look at the above shutdown scripts, they are self-explanatory.&lt;BR /&gt;&lt;BR /&gt;To add stregth to couple of guys, you can very well do fuser -k on /opt and go ahead with unmounting filesystem.&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS, just forget about above things. You can do LV and filesystem extension even when the filesystem is mounted and being used.</description>
      <pubDate>Tue, 15 Aug 2000 06:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436378#M5248</guid>
      <dc:creator>Ramesh Donti</dc:creator>
      <dc:date>2000-08-15T06:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436379#M5249</link>
      <description>Many thanks for the responses.&lt;BR /&gt;I would have loved to have had the opportunity to have taken the box down into single user mode but its in another country.&lt;BR /&gt;Online JFS is a great bit of software but we dont have it on this node(Unfortunately)&lt;BR /&gt;Sorry for taking so long to apply points but had difficulty logging onto web</description>
      <pubDate>Tue, 22 Aug 2000 06:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436379#M5249</guid>
      <dc:creator>Neale Machin</dc:creator>
      <dc:date>2000-08-22T06:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436380#M5250</link>
      <description>It may be a little late regarding this, but I have been doing this for years.  When it comes to increasing O/S filesystems, and doing it remotely for several, rather than doing it in Single User locally, do this.  lvextend can be performed on a volume regardless of whether the filesystem is mounted or not.&lt;BR /&gt;&lt;BR /&gt;lvextend -L number_in_MB /dev/vg00/lvol{vol_number}&lt;BR /&gt;Edit your /sbin/ioinitrc file&lt;BR /&gt;Toward the end, just before the exit, add these lines:&lt;BR /&gt;PATH=$PATH:/sbin&lt;BR /&gt;export PATH&lt;BR /&gt;extendfs /dev/vg00/rlvol{vol_number}&lt;BR /&gt;&lt;BR /&gt;Then reboot the workstation/server.  This will increase the filesystem size to the volume size just before it goes into multiuser.  You cannot do this to /stand, though, because it requires contiguous disk space.&lt;BR /&gt;&lt;BR /&gt;Make sure you remove the entries added to /sbin/ioinitrc after it comes back up, just to ensure cleanup and sanity.  extendfs cannot extend the filesystem past the volume size, so if you forget to take it out and reboot again, don't worry, just take it out when it comes back up to multiuser.</description>
      <pubDate>Tue, 19 Aug 2003 15:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-opt/m-p/2436380#M5250</guid>
      <dc:creator>Ron Bogard</dc:creator>
      <dc:date>2003-08-19T15:28:43Z</dc:date>
    </item>
  </channel>
</rss>

