<?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: Moving /opt (again...) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441168#M7511</link>
    <description>I addition to the suggestions above, since you are new to HPUX, you might want to check out the HPUX system Administration tasks available at &lt;A href="http://docs.hp.com/hpux/pdf/B2355-90672.pdf" target="_blank"&gt;http://docs.hp.com/hpux/pdf/B2355-90672.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;specifically, chapter 3 talks about logical volumes and all that good stuff.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
    <pubDate>Wed, 30 Aug 2000 12:36:08 GMT</pubDate>
    <dc:creator>Kofi ARTHIABAH</dc:creator>
    <dc:date>2000-08-30T12:36:08Z</dc:date>
    <item>
      <title>Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441163#M7506</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt;I'm new to HP-UX, have been running Linux, FreeBSD and some Solaris before. Now I have "inherited" an HP 9000 C100 running HP-UX B10.20 and I am trying to learn as much as possible.&lt;BR /&gt;Now, I have seen this question before but as I felt unsure regarding the answers I've seen (e.g. referring to a KB doc that I cannot find), I will ask this again. Bear with me, please...!&lt;BR /&gt;&lt;BR /&gt;My boot/system disk is getting quite full and as I want to install more software under /opt I want to move /opt to a LV with much more space. How do I do this without the risk of anything BAAAD happening?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;/Per Berger</description>
      <pubDate>Wed, 30 Aug 2000 06:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441163#M7506</guid>
      <dc:creator>Per Berger</dc:creator>
      <dc:date>2000-08-30T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441164#M7507</link>
      <description>There are two ways you can do this. If you have a free disk, add the free disk to /dev/vg00 volume group and extend the required file systems on it ( mainly /usr , /opt )&lt;BR /&gt;&lt;BR /&gt;If you do not have a free disk and want to use the existing Volume group ( other than /dev/vg00)where you have space, then create a logical volume of enough space for a file system which you want to move and copy the data from root VG file system to the new file system and mount the new file system in place of root VG filesystem. Obser the system for few days. If everything is file, then delete the OLD root VG file system and the space created by this can be used to extend other root VG file systems.&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 30 Aug 2000 07:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441164#M7507</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-08-30T07:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441165#M7508</link>
      <description>Instead of extending /opt why dont you do like most of us,:filesystems for specific application  or software like:&lt;BR /&gt;/opt/oracle&lt;BR /&gt;/opt/netscape&lt;BR /&gt;etc...&lt;BR /&gt;and leave in opt what came with the install otherwise you will have hard work in migrating at the next release</description>
      <pubDate>Wed, 30 Aug 2000 07:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441165#M7508</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-30T07:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441166#M7509</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I agree with Victor.  Subdividing /opt into addition mountpoints is a clean way to remain close to the original architecture.  This is what we have done at my site.&lt;BR /&gt;&lt;BR /&gt;A very good discussion can be found at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd05468c57f64d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd05468c57f64d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;..JRF...</description>
      <pubDate>Wed, 30 Aug 2000 08:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441166#M7509</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-30T08:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441167#M7510</link>
      <description>Per, &lt;BR /&gt;&lt;BR /&gt;Divide and conquer!  (That is /opt I mean.)&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 30 Aug 2000 12:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441167#M7510</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-30T12:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441168#M7511</link>
      <description>I addition to the suggestions above, since you are new to HPUX, you might want to check out the HPUX system Administration tasks available at &lt;A href="http://docs.hp.com/hpux/pdf/B2355-90672.pdf" target="_blank"&gt;http://docs.hp.com/hpux/pdf/B2355-90672.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;specifically, chapter 3 talks about logical volumes and all that good stuff.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Wed, 30 Aug 2000 12:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441168#M7511</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-30T12:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Moving /opt (again...)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441169#M7512</link>
      <description>Hi all again!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for all answers! Now I know what to do. The concept of LV:s is no problem for me, my primary job is as System Manager for a bunch of servers running Novell NetWare...&lt;BR /&gt;&lt;BR /&gt;My first encounter with this forum has been a happy one...! I'll be back.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;/Per Berger&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2000 06:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-opt-again/m-p/2441169#M7512</guid>
      <dc:creator>Per Berger</dc:creator>
      <dc:date>2000-08-31T06:13:52Z</dc:date>
    </item>
  </channel>
</rss>

