<?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: Mounting Filesystems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982822#M122415</link>
    <description>The best way is create a separate filesystem for OB.&lt;BR /&gt;&lt;BR /&gt;e.g. /omni_db&lt;BR /&gt;# mkdir /omni_db&lt;BR /&gt;turn off omniback&lt;BR /&gt;# /sbin/init.d/omni stop&lt;BR /&gt;# lvcreate -n obvol /dev/myvg&lt;BR /&gt;# lvextend -L 8192 /dev/myvg/obvol&lt;BR /&gt;# newfs -F vxfs /dev/myvg/robvol&lt;BR /&gt;# mount /dev/myvg/obvol /omni_db&lt;BR /&gt;# cd /var/opt/omni&lt;BR /&gt;# mv db40 /omni_db (if version 4)&lt;BR /&gt;There should be no other files.&lt;BR /&gt;# rm -rf /var/opt/omni&lt;BR /&gt;# ln -s /omni_db /var/opt/omni&lt;BR /&gt;# /sbin/init.d/omni start&lt;BR /&gt;&lt;BR /&gt;update the /etc/fstab with the appropriate entries.&lt;BR /&gt;regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome" &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 May 2003 23:12:23 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-05-27T23:12:23Z</dc:date>
    <item>
      <title>Mounting Filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982819#M122412</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to build a new  server for the first time (a-class running hp-ux 11.11)&lt;BR /&gt;&lt;BR /&gt;I am trying to create a mount point for the omniback database to live in /var/opt/sw/omni. The logical volume size is 8GB, but when I try and mount that directory, everything in it dissapears??? I find this really strange as on rare occasions the files stay there when I mount different filesystems?? I am awfully confused... can someone please shed some light on this for me?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 27 May 2003 22:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982819#M122412</guid>
      <dc:creator>Andrew Beal</dc:creator>
      <dc:date>2003-05-27T22:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982820#M122413</link>
      <description>Hi Andrew,&lt;BR /&gt;If I understand the problem correctly,&lt;BR /&gt;here is what you are trying to do ...&lt;BR /&gt;1&amp;gt; You have data in /var/opt/sw/omni. Now you have created a logical volume and you are trying to mount it as /var/opt/sw/omni. During this the data inside /var/opt/sw/omni is disappearing.&lt;BR /&gt;&lt;BR /&gt;What I would suggest here is....&lt;BR /&gt;Initially mount the new logical volume as a temporary mount point.. say /mount.&lt;BR /&gt;Then dump the contents of /var/opt/sw/omni into this mount point.&lt;BR /&gt;Now unmount the temporary mount point.&lt;BR /&gt;And mount the logical volume as /var/opt/sw/omni.&lt;BR /&gt;&lt;BR /&gt;Hope this helps...&lt;BR /&gt;Suhas.</description>
      <pubDate>Tue, 27 May 2003 23:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982820#M122413</guid>
      <dc:creator>Suhas_2</dc:creator>
      <dc:date>2003-05-27T23:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982821#M122414</link>
      <description>Andrew,&lt;BR /&gt;    My assumption are :&lt;BR /&gt;     1) you already have data in /var/opt/sw/omni and this is just directory not mount point.&lt;BR /&gt;     2) You have create a new filesystem and want to mount at /var/opt/sw/omni&lt;BR /&gt;&lt;BR /&gt;Well , you need to copy out the data in /var/opt/sw/omni either to tape or another directory.&lt;BR /&gt;2) good practise are to delete everything in /var/opt/sw/omni before mount&lt;BR /&gt;3) mount the new filesystem ro /var/opt/sw/omni&lt;BR /&gt;4)copy back the data...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you a mount a filesystem to directory then the data in the directory cannot be seen anymore.(it's hidden)...the data are dare but hidden..&lt;BR /&gt;&lt;BR /&gt;hope this help&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Tue, 27 May 2003 23:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982821#M122414</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-27T23:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982822#M122415</link>
      <description>The best way is create a separate filesystem for OB.&lt;BR /&gt;&lt;BR /&gt;e.g. /omni_db&lt;BR /&gt;# mkdir /omni_db&lt;BR /&gt;turn off omniback&lt;BR /&gt;# /sbin/init.d/omni stop&lt;BR /&gt;# lvcreate -n obvol /dev/myvg&lt;BR /&gt;# lvextend -L 8192 /dev/myvg/obvol&lt;BR /&gt;# newfs -F vxfs /dev/myvg/robvol&lt;BR /&gt;# mount /dev/myvg/obvol /omni_db&lt;BR /&gt;# cd /var/opt/omni&lt;BR /&gt;# mv db40 /omni_db (if version 4)&lt;BR /&gt;There should be no other files.&lt;BR /&gt;# rm -rf /var/opt/omni&lt;BR /&gt;# ln -s /omni_db /var/opt/omni&lt;BR /&gt;# /sbin/init.d/omni start&lt;BR /&gt;&lt;BR /&gt;update the /etc/fstab with the appropriate entries.&lt;BR /&gt;regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome" &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 May 2003 23:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982822#M122415</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-05-27T23:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982823#M122416</link>
      <description>Thanks for your reply, I will defiantley give that a go.&lt;BR /&gt;&lt;BR /&gt;But I still dont understand why this happens?? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 27 May 2003 23:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982823#M122416</guid>
      <dc:creator>Andrew Beal</dc:creator>
      <dc:date>2003-05-27T23:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982824#M122417</link>
      <description>Thanks for all your help once again, ignore my last message it seems to be sitting in the wrong spot...&lt;BR /&gt;&lt;BR /&gt;Cheers ;)&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 27 May 2003 23:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystems/m-p/2982824#M122417</guid>
      <dc:creator>Andrew Beal</dc:creator>
      <dc:date>2003-05-27T23:59:57Z</dc:date>
    </item>
  </channel>
</rss>

