<?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 server not responding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003564#M126986</link>
    <description>Thanks to All,&lt;BR /&gt;&lt;BR /&gt;It seems the problem came from the configuration of the lan interface of the NFS server: It was 100 Full Duplex but with auto-negociation ON.&lt;BR /&gt;&lt;BR /&gt;It seems that "sometimes" it was going to 100 half duplex. I don't know why because the client and the server are directly connected (cross cable) and the client interface is set to 100 Full duplex with auto-negociation OFF !&lt;BR /&gt;&lt;BR /&gt;Now the interface of the server is set to 100 Full Duplex with no autonegociation and it works !&lt;BR /&gt;&lt;BR /&gt;No more errors seen even after executing a loop that copy several big files.</description>
    <pubDate>Mon, 23 Jun 2003 07:01:12 GMT</pubDate>
    <dc:creator>Mercadie</dc:creator>
    <dc:date>2003-06-23T07:01:12Z</dc:date>
    <item>
      <title>NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003556#M126978</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a L2000 HPUX 11.00 nfs client mounting a filesystem from a rp5405 HPUX 11.11 nfs server.&lt;BR /&gt;&lt;BR /&gt;When creating, copying files (of any size) the following error is sometime logged:&lt;BR /&gt;Jun 20 17:47:30 asezat vmunix: NFS server wilsonpriv2 not responding still trying&lt;BR /&gt;Jun 20 17:47:30 asezat vmunix: NFS remove failed for server wilsonpriv2: RPC: Timed out&lt;BR /&gt;Jun 20 17:47:30 asezat vmunix: NFS server wilsonpriv2 ok&lt;BR /&gt;&lt;BR /&gt;asezat is the name of the client and wilsonpriv2 the name of the second interface of the server&lt;BR /&gt;&lt;BR /&gt;Has someone ever met this issue ?</description>
      <pubDate>Fri, 20 Jun 2003 15:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003556#M126978</guid>
      <dc:creator>Mercadie</dc:creator>
      <dc:date>2003-06-20T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003557#M126979</link>
      <description>I have gotten this before.&lt;BR /&gt;&lt;BR /&gt;It happened during intermittant network problems with wiring and the switch.&lt;BR /&gt;&lt;BR /&gt;It happened when the target filesystem got full.&lt;BR /&gt;&lt;BR /&gt;It happened when I crashed the nfs.core nfs.server daemon on the server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 20 Jun 2003 15:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003557#M126979</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-20T15:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003558#M126980</link>
      <description>Hi,&lt;BR /&gt;with NFS on HPUX is a very frequent problem.&lt;BR /&gt;&lt;BR /&gt;If there are load issue or high load, nfs server ans client loose contact&lt;BR /&gt;&lt;BR /&gt;Usually changing some mount parameter on the clinet side can help, but not resolve.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try with these mount parameters:&lt;BR /&gt;&lt;BR /&gt;mount -o rsize=32768,wsize=32768,hard server:/export /yourdir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where server:/export /yourdir are your true values.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2003 15:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003558#M126980</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-20T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003559#M126981</link>
      <description>I think it ia probably caused by some network glitches. If you have your NFS server down (reboot) you also would see these messages but for a longer period of time. It also depends on how you configured NFS mounts.</description>
      <pubDate>Fri, 20 Jun 2003 15:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003559#M126981</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-06-20T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003560#M126982</link>
      <description>I have also seen these errors on servers that don't have all the necessary NFS patches.  Thats the first place to look.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 20 Jun 2003 15:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003560#M126982</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-20T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003561#M126983</link>
      <description>You either have network problems or you rebooted wilsonpriv2 and asezat has an nfs mount to wilsonpriv2 in which case this error is perfectly normal</description>
      <pubDate>Fri, 20 Jun 2003 15:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003561#M126983</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-06-20T15:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003562#M126984</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Check you nfs server configuration.&lt;BR /&gt;Does your server serve many clients that have&lt;BR /&gt;lower verions than 11i like the asezat.&lt;BR /&gt;&lt;BR /&gt;Also you may check the kernel configuration&lt;BR /&gt;of the client.&lt;BR /&gt;&lt;BR /&gt;On &lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt; you can find pdf for&lt;BR /&gt;tunning the preformance of nfs.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 20 Jun 2003 19:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003562#M126984</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-20T19:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003563#M126985</link>
      <description>You aren't going to like my answer but this is normal NFS behavior. NFS clients have to expect that servers are going to die at times.&lt;BR /&gt;&lt;BR /&gt;This is not to say that you don't make your boxes and network as robust as possible. Apply the latest NFS/ONC/network patches, by all means. Also make sure that the network itself is as solid as possible. If this transfer is taking place over a WAN then problems are even more likely.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2003 20:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003563#M126985</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-20T20:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003564#M126986</link>
      <description>Thanks to All,&lt;BR /&gt;&lt;BR /&gt;It seems the problem came from the configuration of the lan interface of the NFS server: It was 100 Full Duplex but with auto-negociation ON.&lt;BR /&gt;&lt;BR /&gt;It seems that "sometimes" it was going to 100 half duplex. I don't know why because the client and the server are directly connected (cross cable) and the client interface is set to 100 Full duplex with auto-negociation OFF !&lt;BR /&gt;&lt;BR /&gt;Now the interface of the server is set to 100 Full Duplex with no autonegociation and it works !&lt;BR /&gt;&lt;BR /&gt;No more errors seen even after executing a loop that copy several big files.</description>
      <pubDate>Mon, 23 Jun 2003 07:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/3003564#M126986</guid>
      <dc:creator>Mercadie</dc:creator>
      <dc:date>2003-06-23T07:01:12Z</dc:date>
    </item>
  </channel>
</rss>

