<?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: NFS automount timeout issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879243#M562191</link>
    <description>As per my last post.</description>
    <pubDate>Mon, 14 Feb 2005 02:10:16 GMT</pubDate>
    <dc:creator>Craig Irvine</dc:creator>
    <dc:date>2005-02-14T02:10:16Z</dc:date>
    <item>
      <title>NFS automount timeout issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879240#M562188</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We are setting up  2 systems for production SAP in a ServiceGuard environment.  The systems are HP-UX 11.23 and so have the HA AutoFS updates.  /etc/rc.config.d/nfsconf on both nodes (node1, node2) have:&lt;BR /&gt;AUTOMOUNT_OPTIONS="-t 10"&lt;BR /&gt;AUTOMOUNTD_OPTIONS="-L"&lt;BR /&gt;&lt;BR /&gt;I have set up a simple test package (tstpkg)that has a single logical volume that is setup to automount to both nodes.  The automounting is working fine until I halt the package on node1 and start it on node2.  &lt;BR /&gt;&lt;BR /&gt;I run the following commands (prefixed by the node name):&lt;BR /&gt;node1: cmrunpkg -n node1 tstpkg&lt;BR /&gt;node1: cd /mnt/tstdir1  #works instantly&lt;BR /&gt;node1: cd /&lt;BR /&gt;node2: cd /mnt/tstdir1  #works instantly&lt;BR /&gt;node2: cd /&lt;BR /&gt;node2: cmhaltpkg tstpkg&lt;BR /&gt;node2: cmrunpkg -n node2 tstpkg&lt;BR /&gt;node2: cd /mnt/tstdir1  #approx 10 sec. delay&lt;BR /&gt;node2: cd /&lt;BR /&gt;node1: cd /mnt/tstdir1  #hangs for 10 min. then cd's OK&lt;BR /&gt;&lt;BR /&gt;syslog.log on node1 has the following message from that last cd:&lt;BR /&gt;Jan 11 16:19:06 node1 vmunix: NFS server tstpkg not responding still trying&lt;BR /&gt;Jan 11 16:28:13 node1 vmunix: NFS server tstpkg ok&lt;BR /&gt;&lt;BR /&gt;The first message appears 1 minute after issuing the last "cd /mnt/tstdir1" command on node1.  &lt;BR /&gt;&lt;BR /&gt;Ultimately the whole thing works but the 10 minute delay shouldn't be happening.  Does anyone know the reason for the delay??&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Craig</description>
      <pubDate>Tue, 11 Jan 2005 01:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879240#M562188</guid>
      <dc:creator>Craig Irvine</dc:creator>
      <dc:date>2005-01-11T01:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS automount timeout issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879241#M562189</link>
      <description>Craig,&lt;BR /&gt;Take a look at ITRC docs NETUXKBRC00006283 and KBAN00000261.&lt;BR /&gt;This may give you a few new pointers.&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 11 Jan 2005 04:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879241#M562189</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-11T04:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS automount timeout issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879242#M562190</link>
      <description>Thanks Peter, they are a couple of very good documents and provided hints at other documents to look at.&lt;BR /&gt;&lt;BR /&gt;The problem wasn't performance related as I am the only person/process using the 2 nodes (let alone using NFS on the nodes) and I was just cd'ing to the automounted directories.  The issue seemed to be with stale entries in /etc/rmtab which mountd uses to populate its tables when it starts.&lt;BR /&gt;&lt;BR /&gt;For others that may have a similar problem I followed the following steps:&lt;BR /&gt;- shutdown package(s) using NFS&lt;BR /&gt;- /sbin/init.d/nfs.client stop&lt;BR /&gt;- /sbin/init.d/nfs.server stop&lt;BR /&gt;- /sbin/init.d/nfs.core stop&lt;BR /&gt;- /sbin/init.d/Rpcd stop&lt;BR /&gt;- check for any stale nfs related processes&lt;BR /&gt;- clean out /etc/rmtab&lt;BR /&gt;- /sbin/init.d/Rpcd start&lt;BR /&gt;- /sbin/init.d/nfs.core start&lt;BR /&gt;- /sbin/init.d/nfs.server start&lt;BR /&gt;- /sbin/init.d/nfs.client start&lt;BR /&gt;- start packages and test if necessary&lt;BR /&gt;&lt;BR /&gt;I can now swing the package between the nodes at will and the automount connects OK.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Craig</description>
      <pubDate>Tue, 11 Jan 2005 19:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879242#M562190</guid>
      <dc:creator>Craig Irvine</dc:creator>
      <dc:date>2005-01-11T19:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS automount timeout issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879243#M562191</link>
      <description>As per my last post.</description>
      <pubDate>Mon, 14 Feb 2005 02:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-automount-timeout-issues/m-p/4879243#M562191</guid>
      <dc:creator>Craig Irvine</dc:creator>
      <dc:date>2005-02-14T02:10:16Z</dc:date>
    </item>
  </channel>
</rss>

