<?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: newbie trying to moving directories to from internal disks to VA… in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070121#M600942</link>
    <description>1) Create a new logical volume on /opt/tomcat1&lt;BR /&gt;&lt;BR /&gt;2) Stop your tomcat application&lt;BR /&gt;&lt;BR /&gt;3) cd /opt/tomcat&lt;BR /&gt;4) find . -depth -print | cpio -pvdulm /opt/tomcat1&lt;BR /&gt;5) mv /opt/tomcat /opt/tomcat2&lt;BR /&gt;6) mkdir /opt/tomcat&lt;BR /&gt;7) modify /etc/fstab to that the mountpoint of the new lv is /opt/tomcat instead of /opt/tomcat1&lt;BR /&gt;8) Restart tomcat&lt;BR /&gt;9) If everything is working fine you can remover /opt/tomcat2&lt;BR /&gt;&lt;BR /&gt;Do the same procedure for /opt/java1.4</description>
    <pubDate>Thu, 13 Sep 2007 08:59:51 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2007-09-13T08:59:51Z</dc:date>
    <item>
      <title>newbie trying to moving directories to from internal disks to VA…</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070120#M600941</link>
      <description>I need to move a couple directories  (/opt/tomcat and /opt/java1.4) from the internal disks to our VA. (We are having performance issues with a web app and a consultant made this recommendation.) I’m thinking I can just create these as new mount points then restore the data but I am VERY new and want to make sure this is the correct way to do this. I am also wondering what I need to do to “switch over” from these being under the /opt mount point on the internal disks. Will the system just automatically start pointing to the VA as soon as I mount the new file system? Do I need to umount /opt first? Will the existing data remain on the internal disks so that if they decide to back out I can just umount the new mount point to go back to our original configuration? Thanks in advance for any help!!&lt;BR /&gt;&lt;BR /&gt;Jenni</description>
      <pubDate>Thu, 13 Sep 2007 08:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070120#M600941</guid>
      <dc:creator>Jenni Wolgast</dc:creator>
      <dc:date>2007-09-13T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: newbie trying to moving directories to from internal disks to VA…</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070121#M600942</link>
      <description>1) Create a new logical volume on /opt/tomcat1&lt;BR /&gt;&lt;BR /&gt;2) Stop your tomcat application&lt;BR /&gt;&lt;BR /&gt;3) cd /opt/tomcat&lt;BR /&gt;4) find . -depth -print | cpio -pvdulm /opt/tomcat1&lt;BR /&gt;5) mv /opt/tomcat /opt/tomcat2&lt;BR /&gt;6) mkdir /opt/tomcat&lt;BR /&gt;7) modify /etc/fstab to that the mountpoint of the new lv is /opt/tomcat instead of /opt/tomcat1&lt;BR /&gt;8) Restart tomcat&lt;BR /&gt;9) If everything is working fine you can remover /opt/tomcat2&lt;BR /&gt;&lt;BR /&gt;Do the same procedure for /opt/java1.4</description>
      <pubDate>Thu, 13 Sep 2007 08:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070121#M600942</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-09-13T08:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: newbie trying to moving directories to from internal disks to VA…</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070122#M600943</link>
      <description>I would be interested to see some evidence to back up the performance issue.&lt;BR /&gt;&lt;BR /&gt;Relocating the java binaries to some different disk probably will not help the issue.&lt;BR /&gt;&lt;BR /&gt;Any sar data to support the potential disk issue or will this hoop jump just waste time and effort ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2007 09:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070122#M600943</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-09-13T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: newbie trying to moving directories to from internal disks to VA…</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070123#M600944</link>
      <description>Luk,&lt;BR /&gt;Thanks for the step-by-step instructions! If they decide they want to back this change out for some reason would I just need to:&lt;BR /&gt;&lt;BR /&gt;- stop tomcat&lt;BR /&gt;- umount /opt/tomcat&lt;BR /&gt;- mv /opt/tomcat2 /opt/tomcat&lt;BR /&gt;- restart tomcat&lt;BR /&gt;&lt;BR /&gt;then I'd be back where I started?&lt;BR /&gt;&lt;BR /&gt;Tim,&lt;BR /&gt;Yep, I think this is just a blind recommendation but jumping can be good exercise :)&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2007 09:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/newbie-trying-to-moving-directories-to-from-internal-disks-to-va/m-p/4070123#M600944</guid>
      <dc:creator>Jenni Wolgast</dc:creator>
      <dc:date>2007-09-13T09:26:56Z</dc:date>
    </item>
  </channel>
</rss>

