<?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: Multiple Identical NFS mounts of same filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947168#M412934</link>
    <description>Attached is a modified version of bdfmegs that I just modified to fix the NFS mount issue.</description>
    <pubDate>Thu, 15 Dec 2005 12:50:15 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2005-12-15T12:50:15Z</dc:date>
    <item>
      <title>Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947163#M412929</link>
      <description>In looking at list of mounted filesystems,  I'm seeing the same NFS filesystems mounted to the same mount point multiple times,  eg:&lt;BR /&gt;&lt;BR /&gt;servera:/appl/data/fs1  mounted as /appl/data/fs1 - in one case, 28 times.  fstab entry shows one "mount" for this system,  ro, soft.   &lt;BR /&gt;&lt;BR /&gt;Any ideas why this is happening, and is it a bad thing?   Running HPUX 11.11;  Looking at /etc/rc.config.d/nfsconf,  also note that we're NOT using AutoFS, but old automount.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 11:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947163#M412929</guid>
      <dc:creator>Stephen Stephanian</dc:creator>
      <dc:date>2005-12-15T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947164#M412930</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;That should not be happening and the only reason I can imagine would be a bug in HP-UX to allow it.  Once a filesystem is mounted at the VFS (Virtual File System) layer, there should not be a way for another filesystem to occupy the same area of the VFS.&lt;BR /&gt;&lt;BR /&gt;At this point it's not clear if this is one filesystem being represented 28 times or 28 separate filesystems.  In either case it's bad.&lt;BR /&gt;&lt;BR /&gt;One suggestion that I make to every HP-UX customer running the old legacy automounter is to migrate to AutoFS.  Since you're running 11.11, you can download the Enhanced AutoFS product from the Software Depot site: &lt;A href="http://software.hp.com." target="_blank"&gt;http://software.hp.com.&lt;/A&gt;  This is a vastly improved automounter than the legacy one you're using.  You can still do all the same things the dinosaur old automounter can do but it has the benefit of a much newer source code base, a much more supportable implementation, thousands of fewer bugs, etc.&lt;BR /&gt;&lt;BR /&gt;My recommendation would be to install the Enhanced AutoFS product and see if that resolves your problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 15 Dec 2005 11:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947164#M412930</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2005-12-15T11:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947165#M412931</link>
      <description>How are you looking at the list of mounted filesystems? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 11:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947165#M412931</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-15T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947166#M412932</link>
      <description>Thanks for the quick response....and looking further, sorry for any confusion.&lt;BR /&gt;&lt;BR /&gt;Patrick,  I'm actually using a script you modified that I got here at the forum; (bdfmegs?  I think I renamed it)  looking a little further, now,  perhaps there's a bug?   df -k with grep for filesystem comes up with 1 line;  ditto cat/grep of /etc/mnttab.  I have many NFS mounts,  most show up multiple times in output but not consistently same number,  most 1 - 4 times.&lt;BR /&gt;&lt;BR /&gt;Dave, I have your book "Optimizing NFS performance",  which led me down the automount/autofs path;  will definitely look into changing over;  thanks.</description>
      <pubDate>Thu, 15 Dec 2005 12:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947166#M412932</guid>
      <dc:creator>Stephen Stephanian</dc:creator>
      <dc:date>2005-12-15T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947167#M412933</link>
      <description>Ahh....Yes, there is a bug in that script.  It has definite issues when dealing with NFS mounts.  That script was originally posted by Bill Hassell, I believe.  I remember a post from a few weeks ago where someone else spotted that bug and Bill is aware of it.  I am not sure if it is fixed or not.</description>
      <pubDate>Thu, 15 Dec 2005 12:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947167#M412933</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-15T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947168#M412934</link>
      <description>Attached is a modified version of bdfmegs that I just modified to fix the NFS mount issue.</description>
      <pubDate>Thu, 15 Dec 2005 12:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947168#M412934</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-15T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947169#M412935</link>
      <description>Attached here is the fixed version that I modified to display the output in GB instead of MB.</description>
      <pubDate>Thu, 15 Dec 2005 12:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947169#M412935</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-15T12:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947170#M412936</link>
      <description>Thank you!</description>
      <pubDate>Thu, 15 Dec 2005 13:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947170#M412936</guid>
      <dc:creator>Stephen Stephanian</dc:creator>
      <dc:date>2005-12-15T13:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Identical NFS mounts of same filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947171#M412937</link>
      <description>Revised script fixes problem;  AutoFS question answered.</description>
      <pubDate>Thu, 15 Dec 2005 13:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-identical-nfs-mounts-of-same-filesystem/m-p/4947171#M412937</guid>
      <dc:creator>Stephen Stephanian</dc:creator>
      <dc:date>2005-12-15T13:38:00Z</dc:date>
    </item>
  </channel>
</rss>

