<?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: increase /opt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863792#M397192</link>
    <description>1. Goto single user mode.&lt;BR /&gt;2. extennd the LV for opt.&lt;BR /&gt;3. Extend the fs&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS, no need to go to single user mode, just LVextend and fsadm &lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Mon, 04 Oct 2004 08:23:36 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-10-04T08:23:36Z</dc:date>
    <item>
      <title>increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863790#M397190</link>
      <description>We needed to increase the /opt partition. It would not let us unmount the disk.&lt;BR /&gt;&lt;BR /&gt;What would be the correct procedures?</description>
      <pubDate>Mon, 04 Oct 2004 08:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863790#M397190</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2004-10-04T08:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863791#M397191</link>
      <description>Boot into single user mode.  Re-boot the machine, interrupt at the 10 second prompt, enter "hpus -is" and the machine will come up in single user mode with nothing but / mounted.  I normally do a mount -a at that point so I can access all the commands and stuff I need.  Then unmount /opt, lvextend and extendfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 04 Oct 2004 08:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863791#M397191</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-04T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863792#M397192</link>
      <description>1. Goto single user mode.&lt;BR /&gt;2. extennd the LV for opt.&lt;BR /&gt;3. Extend the fs&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS, no need to go to single user mode, just LVextend and fsadm &lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 04 Oct 2004 08:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863792#M397192</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-04T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863793#M397193</link>
      <description>If you don't have online JFS, You have to go in single user mode and then extend lvol6.&lt;BR /&gt;In this case:&lt;BR /&gt;-reboot&lt;BR /&gt;-interact with IPL&lt;BR /&gt;-Boot with tool "HPUX -is"&lt;BR /&gt;-You are in single user mode.&lt;BR /&gt;-Extend lvol6&lt;BR /&gt;-Reboot.&lt;BR /&gt;&lt;BR /&gt;That's all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RGDS&lt;BR /&gt;&lt;BR /&gt;Mauro&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 08:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863793#M397193</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2004-10-04T08:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863794#M397194</link>
      <description>You could also do a :&lt;BR /&gt;&lt;BR /&gt;fuser -cu /opt&lt;BR /&gt;&lt;BR /&gt;See what processes are there - if you can - kill them, then unmount it, lvextend, extendfs it.&lt;BR /&gt;&lt;BR /&gt;Otherwise, single user mode as above, or if you have online JFS:&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;SIZE in="" mb=""&gt; /vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;fsadm -b &lt;SIZE in="" mb=""&gt;M /opt&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;/SIZE&gt;&lt;/SIZE&gt;</description>
      <pubDate>Mon, 04 Oct 2004 08:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863794#M397194</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-04T08:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863795#M397195</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;It would be worth nothing the space available in the VG. &lt;BR /&gt;Plan for the application/s outage. Then it is good idea to go for single user mode otherwise stop all applications ,might be init 2. &lt;BR /&gt;then fuser -u /opt&lt;BR /&gt;fuser -ku /dev/vg00/lvolx&lt;BR /&gt;umount /opt &lt;BR /&gt;lvdisplay /dev/vg00/lvolx | egrep "Allocated|Size" &lt;BR /&gt;Add to it the PE's you will be allocating. &lt;BR /&gt;then&lt;BR /&gt;lvextend -l|L &lt;PE&gt;|&lt;MB size=""&gt; /dev/vg00/lvolx&lt;BR /&gt;fsadm -b &lt;SIZE in="" mb=""&gt; -r &lt;RLVOLX&gt; &lt;MOUNT point=""&gt;.&lt;BR /&gt;Hope this helps&lt;BR /&gt;Prashant&lt;/MOUNT&gt;&lt;/RLVOLX&gt;&lt;/SIZE&gt;&lt;/MB&gt;&lt;/PE&gt;</description>
      <pubDate>Mon, 04 Oct 2004 08:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863795#M397195</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-04T08:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863796#M397196</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can logon to single user mode ,extend the logical volume for /opt and extend the filesystem ,mount it back &amp;amp; check.Online JFS will be helpful to extend without unmounting /opt.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 04 Oct 2004 09:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863796#M397196</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-10-04T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: increase /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863797#M397197</link>
      <description>You have all answered my questions</description>
      <pubDate>Mon, 04 Oct 2004 16:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-opt/m-p/4863797#M397197</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2004-10-04T16:17:33Z</dc:date>
    </item>
  </channel>
</rss>

