<?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: mount / autoFS problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849484#M395028</link>
    <description>that is the whole idea of automount..unmount filesystems when not used, and mount them when accessed</description>
    <pubDate>Mon, 04 Aug 2003 19:31:48 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2003-08-04T19:31:48Z</dc:date>
    <item>
      <title>mount / autoFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849483#M395027</link>
      <description>Background&lt;BR /&gt;==========&lt;BR /&gt;&lt;BR /&gt;We have an 11.11 HP-UX system using the new autoFS.&lt;BR /&gt;&lt;BR /&gt;# grep AUTOFS /etc/rc.config.d/nfsconf | grep -v ^#&lt;BR /&gt;AUTOFS=1&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep auto | grep -v grep&lt;BR /&gt;    root   619     0  0  Jul 21  console   0:09 autofs_proc&lt;BR /&gt;    root   616     1  0  Jul 21  ?         0:40&lt;BR /&gt;/usr/lib/netsvc/fs/autofs/automountd&lt;BR /&gt;&lt;BR /&gt;We NFS mount /usr/local on that system. As we have a mixture of Tru64&lt;BR /&gt;UNIX/HP-UX/Solaris/Linux/AIX systems in a single NIS domain we have&lt;BR /&gt;different /usr/local file systems for each UNIX flavor. We serve one set&lt;BR /&gt;of automount/autoFS maps to all NIS client systems. As the bulk of the&lt;BR /&gt;systems are running Tru64 UNIX we have the Tru64 UNIX /usr/local&lt;BR /&gt;configured for automounting by default.&lt;BR /&gt;&lt;BR /&gt;# ypcat -k auto.common | grep local&lt;BR /&gt;/usr/local alpha:/usrlocal/tru64/data&lt;BR /&gt;&lt;BR /&gt;On all of the other platforms we have "/usr/local -null" entry in&lt;BR /&gt;/etc/auto_master and /usr/local entry in /etc/(v)fstab to mount the&lt;BR /&gt;appropriate /usr/local on boot. For example on the HP-UX system:&lt;BR /&gt;&lt;BR /&gt;# grep local /etc/auto_master&lt;BR /&gt;/usr/local -null&lt;BR /&gt;&lt;BR /&gt;# grep local /etc/fstab&lt;BR /&gt;alpha:/usrlocal/hpux/data /usr/local nfs defaults 0 0&lt;BR /&gt;&lt;BR /&gt;Problem Description&lt;BR /&gt;===================&lt;BR /&gt;&lt;BR /&gt;We have seen the following problem on this HP-UX system with the new&lt;BR /&gt;autoFS. When the system boots up it NFS mounts /usr/local OK. After some&lt;BR /&gt;time (not sure how long) checking for the NFS mounted /usr/local shows&lt;BR /&gt;that it is no longer mounted:&lt;BR /&gt;&lt;BR /&gt;# bdf | grep local&lt;BR /&gt;&lt;BR /&gt;Trying to cd to /usr/local mounts the Tru64 UNIX /usr/local listed in&lt;BR /&gt;auto.common:&lt;BR /&gt;&lt;BR /&gt;# cd /usr/local&lt;BR /&gt;# bdf | grep local&lt;BR /&gt;alpha:/usrlocal/tru64/data   10664584 3466320 7198264   33% /usr/local&lt;BR /&gt;&lt;BR /&gt;We do not want that. Looks like we have 2 problems:&lt;BR /&gt;&lt;BR /&gt;1. Why /usr/local unmounts on its own?&lt;BR /&gt;2. Why when we cd to /usr/local we can get past "/usr/local -null" in&lt;BR /&gt;/etc/auto_master and yet successfully mount it? Is the new autoFS&lt;BR /&gt;ignoring /etc/auto_master?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We have another 11.11 HP-UX system configured to use the old automount&lt;BR /&gt;daemon. We do not see that problem there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 19:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849483#M395027</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2003-08-04T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: mount / autoFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849484#M395028</link>
      <description>that is the whole idea of automount..unmount filesystems when not used, and mount them when accessed</description>
      <pubDate>Mon, 04 Aug 2003 19:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849484#M395028</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-08-04T19:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: mount / autoFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849485#M395029</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you use a NIS-Map(s) - are located before the&lt;BR /&gt;'null'-Overwrite? They should be after these.&lt;BR /&gt;Perhaps other maps overwrite the entry as well?&lt;BR /&gt;&lt;BR /&gt;At boot time, NIS-binding delays may leed to different results...&lt;BR /&gt;&lt;BR /&gt;The umount is just a normal automount behaviour.&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 16:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849485#M395029</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2003-08-05T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: mount / autoFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849486#M395030</link>
      <description>&lt;BR /&gt;I do not want to use automount/autoFS for /usr/local. That's why I have an entry for it in /etc/fstab. &lt;BR /&gt;&lt;BR /&gt;The way I see the problem is that autoFS disregards /etc/auto_master and unmounts my /usr/local after the inactivity timeout thinking that he mounted it. In fact autoFS did not mount /usr/local. It was mounted from /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;you use a NIS-Map(s) - are located before the &lt;BR /&gt;&amp;gt; 'null'-Overwrite? They should be after these. &lt;BR /&gt;&lt;BR /&gt;I am not sure what do you mean by before/after here?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Perhaps other maps overwrite the entry as well? &lt;BR /&gt;&lt;BR /&gt;What other maps?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; At boot time, NIS-binding delays may leed to different results... &lt;BR /&gt;&lt;BR /&gt;I don't have any problems at boot time.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 16:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849486#M395030</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2003-08-05T16:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: mount / autoFS problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849487#M395031</link>
      <description>closing the thread</description>
      <pubDate>Fri, 10 Sep 2004 08:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-autofs-problems/m-p/4849487#M395031</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2004-09-10T08:50:11Z</dc:date>
    </item>
  </channel>
</rss>

