<?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: Adding space to /opt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796200#M637112</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you want to install one large application in opt and dont have enough space it can be easier to create a new logical volume for this application and mount this volume on (for example) /opt/largeapp.</description>
    <pubDate>Wed, 28 Aug 2002 19:12:01 GMT</pubDate>
    <dc:creator>Leif Halvarsson_2</dc:creator>
    <dc:date>2002-08-28T19:12:01Z</dc:date>
    <item>
      <title>Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796195#M637107</link>
      <description>This might be a stupid one but here goes.  I am used to using Online JFS with 11.00  I have a machine with no Online JFS and want to add space that is available to the /opt.  Do I need to go into a single user mode to umount /opt and then add and then boot back into regular run level?  Thank you for your help.</description>
      <pubDate>Wed, 28 Aug 2002 19:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796195#M637107</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2002-08-28T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796196#M637108</link>
      <description>Yes, that is the easiest way.&lt;BR /&gt;&lt;BR /&gt;Make sure that you actually reboot, interrupt the boot process, do an 'hpux -is' to get to single-user mode.&lt;BR /&gt;&lt;BR /&gt;Just doing an 'init 1' may leave some processes running that still access /opt.</description>
      <pubDate>Wed, 28 Aug 2002 19:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796196#M637108</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-28T19:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796197#M637109</link>
      <description>Unless you have OnlineJFS then you have to do it by your method. You may very well have to knock down and boot single user depending on what processes are actually running. You will have to first extend the LVOL and then the filesystem.</description>
      <pubDate>Wed, 28 Aug 2002 19:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796197#M637109</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-28T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796198#M637110</link>
      <description>Hi Larry:&lt;BR /&gt;&lt;BR /&gt;You might be able to unmount '/opt' to extend the filesystem.  This is easier than dealing with '/usr' and '/var'.  You can use 'fuser' to find and kill processes using '/opt'.  These will include Measureware, etc.&lt;BR /&gt;&lt;BR /&gt;Otherwise, I suggest you boot into single-user mode; 'lvextend' and 'extendfs' appropriately; and either reboot or do 'init 3' (or to whatever constitutes your default run-level).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 Aug 2002 19:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796198#M637110</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-28T19:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796199#M637111</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would go to single user and then increase&lt;BR /&gt;&lt;BR /&gt;You can do this from your desktop&lt;BR /&gt;&lt;BR /&gt;shutdown -y 0&lt;BR /&gt;&lt;BR /&gt;lvextend -L &lt;SIZE&gt; /dev/vg0#/lvol#&lt;BR /&gt;&lt;BR /&gt;extendfs -F vxfs /dev/vg0#/rlvol#&lt;BR /&gt;&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;HTH &lt;BR /&gt;&lt;BR /&gt;Steve&lt;/SIZE&gt;</description>
      <pubDate>Wed, 28 Aug 2002 19:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796199#M637111</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-08-28T19:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796200#M637112</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you want to install one large application in opt and dont have enough space it can be easier to create a new logical volume for this application and mount this volume on (for example) /opt/largeapp.</description>
      <pubDate>Wed, 28 Aug 2002 19:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796200#M637112</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-08-28T19:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding space to /opt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796201#M637113</link>
      <description>Always when you don't have online JFS, go to single user mode and do these type of tasks. It will be more convenient and easy. Take a make_recovery tape and good full backup before making any changes. Once extended, do a fsck on the file system and make sure that everything is alright.&lt;BR /&gt;&lt;BR /&gt;gl,</description>
      <pubDate>Wed, 28 Aug 2002 19:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-space-to-opt/m-p/2796201#M637113</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-28T19:14:33Z</dc:date>
    </item>
  </channel>
</rss>

