<?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 autofs mount points hang while nfs works in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264904#M33745</link>
    <description>Red Hat Enterprise Linux AS release 4 (Nahant Update 5)&lt;BR /&gt;&lt;BR /&gt;Linux hecdl1p.xxx.yyyyy.com 2.6.9-67.0.1.ELsmp #1 SMP Fri Nov 30 11:51:05 EST 2007 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;autofs-4.1.3-199.3&lt;BR /&gt;nfs-utils-1.0.6-80.EL4&lt;BR /&gt;nfs-utils-lib-1.0.6-8&lt;BR /&gt;&lt;BR /&gt;autofs client reports&lt;BR /&gt;&lt;BR /&gt;Sep  8 15:37:59 hecdl1p kernel: nfs: server infl1p.xxxx.yyyyy.com not responding, still trying&lt;BR /&gt;Sep  8 19:43:42 hecdl1p kernel: nfs_statfs: statfs error = 512&lt;BR /&gt;&lt;BR /&gt;the NFS mount point is not effected .Only the autofs are affected and they hang and not able to even ll/ls.&lt;BR /&gt;&lt;BR /&gt;is there is a difference in the way  nfs &amp;amp; autofs works so that autofs is getting hung when tried to mount from a remote source. Tried configuring a local autofs from the client itself with local  CD drive and it gets mounted properly throgh autofs.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Sep 2008 17:08:00 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2008-09-08T17:08:00Z</dc:date>
    <item>
      <title>autofs mount points hang while nfs works</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264904#M33745</link>
      <description>Red Hat Enterprise Linux AS release 4 (Nahant Update 5)&lt;BR /&gt;&lt;BR /&gt;Linux hecdl1p.xxx.yyyyy.com 2.6.9-67.0.1.ELsmp #1 SMP Fri Nov 30 11:51:05 EST 2007 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;autofs-4.1.3-199.3&lt;BR /&gt;nfs-utils-1.0.6-80.EL4&lt;BR /&gt;nfs-utils-lib-1.0.6-8&lt;BR /&gt;&lt;BR /&gt;autofs client reports&lt;BR /&gt;&lt;BR /&gt;Sep  8 15:37:59 hecdl1p kernel: nfs: server infl1p.xxxx.yyyyy.com not responding, still trying&lt;BR /&gt;Sep  8 19:43:42 hecdl1p kernel: nfs_statfs: statfs error = 512&lt;BR /&gt;&lt;BR /&gt;the NFS mount point is not effected .Only the autofs are affected and they hang and not able to even ll/ls.&lt;BR /&gt;&lt;BR /&gt;is there is a difference in the way  nfs &amp;amp; autofs works so that autofs is getting hung when tried to mount from a remote source. Tried configuring a local autofs from the client itself with local  CD drive and it gets mounted properly throgh autofs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Sep 2008 17:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264904#M33745</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-09-08T17:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: autofs mount points hang while nfs works</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264905#M33746</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you provide the contents of /etc/rc.config.d/nfsconf ?</description>
      <pubDate>Wed, 10 Sep 2008 04:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264905#M33746</guid>
      <dc:creator>Ollie Rowland</dc:creator>
      <dc:date>2008-09-10T04:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: autofs mount points hang while nfs works</title>
      <link>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264906#M33747</link>
      <description>NOT hp-ux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here is what i have for autofs which is similar to working node&lt;BR /&gt;&lt;BR /&gt;# cat /etc/sysconfig/autofs&lt;BR /&gt;# Define custom options in /etc/sysconfig/autofs&lt;BR /&gt;# Use LOCALOPTIONS for defining variables, e.g. OSREL&lt;BR /&gt;# Use DAEMONOPTIONS to define the unmount timeout&lt;BR /&gt;# Define UNDERSCORETODOT as 1 to convert&lt;BR /&gt;#     auto_home to auto.home and auto_mnt to auto.mnt&lt;BR /&gt;# Mount options, e.g. rsize=8192, should go in auto.master or&lt;BR /&gt;#     the auto_* map entry for a specific mount point&lt;BR /&gt;#&lt;BR /&gt;LOCALOPTIONS=""&lt;BR /&gt;DAEMONOPTIONS="--timeout=60"&lt;BR /&gt;LDAPAUTOMASTER=""&lt;BR /&gt;#  UNDERSCORETODOT changes auto_home to auto.home and auto_mnt to auto.mnt&lt;BR /&gt;UNDERSCORETODOT=1&lt;BR /&gt;DISABLE_DIRECT=1&lt;BR /&gt;# Only source one master map if set to 1.  This would mimic Sun behaviour.&lt;BR /&gt;# The default is 0 to maintain backwards compatibility.&lt;BR /&gt;ONE_AUTO_MASTER=0&lt;BR /&gt;# List of directories to be ghosted, separated by white space.&lt;BR /&gt;GHOSTDIRS=""&lt;BR /&gt;# Base DN to use when searching for the master map&lt;BR /&gt;BASEDN=&lt;BR /&gt;# The ldap module was updated to only try the first schema that works&lt;BR /&gt;# (instead of trying all 3 autofs schemas for each lookup).  It is&lt;BR /&gt;# possible, though unlikely, that this could cause problems.  If you update&lt;BR /&gt;# the automounter and find that your ldap schemas doesn't work as it did&lt;BR /&gt;# previously, try setting this option to 1.  Please also report the problem,&lt;BR /&gt;# as it is likely that your schema is incompatible with autofs v5.&lt;BR /&gt;OLD_LDAP_LOOKUP=0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2008 13:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/autofs-mount-points-hang-while-nfs-works/m-p/4264906#M33747</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-09-10T13:36:41Z</dc:date>
    </item>
  </channel>
</rss>

