<?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/2957030#M117366</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;I was not able to open this doc, can you help me to attach it .&lt;BR /&gt;&lt;BR /&gt;Thanxs a lot</description>
    <pubDate>Wed, 23 Apr 2003 10:36:14 GMT</pubDate>
    <dc:creator>ricky_8</dc:creator>
    <dc:date>2003-04-23T10:36:14Z</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/2957018#M117354</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;This is the message i get on my mentorgraphics client application .We have mentor server and clients for users to access, this is a new setup and in testing phase.&lt;BR /&gt;The NFS connections are right we can access all the data exported from servers on this clients but sometimes i get the NFS server not responding messages and application does not start . If i check access to the nfs filesystems they show no problem of access.&lt;BR /&gt;What might be the problem isit related to NFS patching or mentor graphics application?.&lt;BR /&gt;In syslogs i see "NFS server not responding "and on next line "NFS server is ok"&lt;BR /&gt;&lt;BR /&gt;Has anyone encountered such a problem?Any help?</description>
      <pubDate>Wed, 23 Apr 2003 03:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957018#M117354</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T03:56:34Z</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/2957019#M117355</link>
      <description>Would like to add some more information. All along ping works from server to client vice versa.nslookup is able to resolve the hostname for client and server both on both ends.though i am using IP address for mounting the Filesystem so no issue of name resolution.&lt;BR /&gt;&lt;BR /&gt;Other thing is suddenly it starts working fine with no clue what made it work.</description>
      <pubDate>Wed, 23 Apr 2003 04:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957019#M117355</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T04:09:21Z</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/2957020#M117356</link>
      <description>You could be encountering some form of lan traffic problem with NFS. You may wish to increase the number of background 'nfsd' daemons.&lt;BR /&gt;This is done in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;These are the entries that may need to be increased, e.g.&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;NUM_NFSIOD=4&lt;BR /&gt;&lt;BR /&gt;BIOD helps the reads, while NFSD helps the writes.  Adding more BIOD does&lt;BR /&gt;nothing for you if you are writing your data to the NFS server.  BIODs&lt;BR /&gt;help quite a bit on reads, depending on the number of processes and&lt;BR /&gt;users that do concurrent reads.  4 to 16 are typical numbers.  You could&lt;BR /&gt;use 16 for NFSD, 4 for BIOD.</description>
      <pubDate>Wed, 23 Apr 2003 04:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957020#M117356</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-23T04:36:04Z</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/2957021#M117357</link>
      <description>I have a previous reply that has some troubleshooting tips for NFS (10.x) which you may find useful. See..&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae40ec08252fd611abd50090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae40ec08252fd611abd50090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;It sounds like your problem is intermittent .. I do occasionally see in my /etc/dmesg output (of a couple of my servers) having the same error message but have not gotten around to troubleshoot it because it did not last very long. You would definately want to make sure you are uptodate on NFS patches.</description>
      <pubDate>Wed, 23 Apr 2003 04:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957021#M117357</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-23T04:37:22Z</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/2957022#M117358</link>
      <description>You could be encountering some form of lan traffic problem with NFS. You may wish to increase the number of background 'nfsd' daemons.&lt;BR /&gt;This is done in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;These are the entries that may need to be increased, e.g.&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;NUM_NFSIOD=4&lt;BR /&gt;&lt;BR /&gt;BIOD helps the reads, while NFSD helps the writes.  Adding more BIOD does&lt;BR /&gt;nothing for you if you are writing your data to the NFS server.  BIODs&lt;BR /&gt;help quite a bit on reads, depending on the number of processes and&lt;BR /&gt;users that do concurrent reads.  4 to 16 are typical numbers.  You could&lt;BR /&gt;use 16 for NFSD, 4 for BIOD.</description>
      <pubDate>Wed, 23 Apr 2003 04:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957022#M117358</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-23T04:38:00Z</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/2957023#M117359</link>
      <description>You could be encountering some form of lan traffic problem with NFS. You may wish to increase the number of background 'nfsd' daemons.&lt;BR /&gt;This is done in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;These are the entries that may need to be increased, e.g.&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;NUM_NFSIOD=4&lt;BR /&gt;&lt;BR /&gt;BIOD helps the reads, while NFSD helps the writes.  Adding more BIOD does&lt;BR /&gt;nothing for you if you are writing your data to the NFS server.  BIODs&lt;BR /&gt;help quite a bit on reads, depending on the number of processes and&lt;BR /&gt;users that do concurrent reads.  4 to 16 are typical numbers.  You could&lt;BR /&gt;use 16 for NFSD, 4 for BIOD.</description>
      <pubDate>Wed, 23 Apr 2003 04:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957023#M117359</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-23T04:39:11Z</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/2957024#M117360</link>
      <description>You could be encountering some form of lan traffic problem with NFS. You may wish to increase the number of background 'nfsd' daemons.&lt;BR /&gt;This is done in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;These are the entries that may need to be increased, e.g.&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;NUM_NFSIOD=4&lt;BR /&gt;&lt;BR /&gt;BIOD helps the reads, while NFSD helps the writes.  Adding more BIOD does&lt;BR /&gt;nothing for you if you are writing your data to the NFS server.  BIODs&lt;BR /&gt;help quite a bit on reads, depending on the number of processes and&lt;BR /&gt;users that do concurrent reads.  4 to 16 are typical numbers.  You could&lt;BR /&gt;use 16 for NFSD, 4 for BIOD.</description>
      <pubDate>Wed, 23 Apr 2003 04:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957024#M117360</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-23T04:41:02Z</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/2957025#M117361</link>
      <description>You could be encountering some form of lan traffic problem with NFS. You may wish to increase the number of background 'nfsd' daemons.&lt;BR /&gt;This is done in the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;These are the entries that may need to be increased, e.g.&lt;BR /&gt;NUM_NFSD=16&lt;BR /&gt;NUM_NFSIOD=4&lt;BR /&gt;&lt;BR /&gt;BIOD helps the reads, while NFSD helps the writes.  Adding more BIOD does&lt;BR /&gt;nothing for you if you are writing your data to the NFS server.  BIODs&lt;BR /&gt;help quite a bit on reads, depending on the number of processes and&lt;BR /&gt;users that do concurrent reads.  4 to 16 are typical numbers.  You could&lt;BR /&gt;use 16 for NFSD, 4 for BIOD.</description>
      <pubDate>Wed, 23 Apr 2003 04:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957025#M117361</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-23T04:46:30Z</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/2957026#M117362</link>
      <description>In NFS diagnostic guide it says following&lt;BR /&gt;nfsstat -rc &lt;BR /&gt;    Client rpc:&lt;BR /&gt;    calls     badcalls  retrans   badxid   timeout   wait   newcred&lt;BR /&gt;    3768121   0         0         9        122       0      0&lt;BR /&gt;&lt;BR /&gt;    =&amp;gt; If timeout and retrans are high but badxid is close to zero, packets are&lt;BR /&gt;       being dropped before they get to the NFS server. &lt;BR /&gt;       Action&lt;BR /&gt;       ------&lt;BR /&gt;       o Reduce values of wsize and rsize mount options to 4096 or 2048 on clients.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;But how to change the rsize and wisze values and how to check their existing sizes?</description>
      <pubDate>Wed, 23 Apr 2003 05:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957026#M117362</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T05:49:58Z</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/2957027#M117363</link>
      <description>Hi Ricky,&lt;BR /&gt;A timeout value of 122 and a retrans value of 0 can hardly be called high ??? at least not both of them; probably no background for changing wsize and rsize. &lt;BR /&gt;Are you familiar with the attached trouble-shooting document?&lt;BR /&gt; &lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066581018" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000066581018&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.  &lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 07:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957027#M117363</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-04-23T07:35:40Z</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/2957028#M117364</link>
      <description>Well those values were from the document.&lt;BR /&gt;&lt;BR /&gt;Here are my client values :&lt;BR /&gt;&lt;BR /&gt;Client rpc:&lt;BR /&gt;Connection oriented:&lt;BR /&gt;calls      badcalls   badxids    timeouts   newcreds   badverfs   timers&lt;BR /&gt;0          0          0          0          0          0          0&lt;BR /&gt;cantconn   nomem      interrupts&lt;BR /&gt;0          0          0&lt;BR /&gt;Connectionless oriented:&lt;BR /&gt;calls      badcalls   retrans    badxids    timeouts   waits      newcreds&lt;BR /&gt;36401      100        367        0          444        0          0&lt;BR /&gt;badverfs   timers     toobig     nomem      cantsend   bufulocks&lt;BR /&gt;0          60         0          0          0          0&lt;BR /&gt;&lt;BR /&gt;I would like to know how to change wsize and rsize.</description>
      <pubDate>Wed, 23 Apr 2003 10:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957028#M117364</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T10:17:35Z</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/2957029#M117365</link>
      <description>Hi again,&lt;BR /&gt;then try this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062937497" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062937497&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 23 Apr 2003 10:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957029#M117365</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-04-23T10:26: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/2957030#M117366</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I was not able to open this doc, can you help me to attach it .&lt;BR /&gt;&lt;BR /&gt;Thanxs a lot</description>
      <pubDate>Wed, 23 Apr 2003 10:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957030#M117366</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T10:36:14Z</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/2957031#M117367</link>
      <description>Hi,&lt;BR /&gt;hope it is readable..&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 23 Apr 2003 10:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957031#M117367</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-04-23T10:46:11Z</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/2957032#M117368</link>
      <description>Thanxs a lot john,&lt;BR /&gt;&lt;BR /&gt;I was able to see it and seems to be working ... thats very use doc .&lt;BR /&gt;&lt;BR /&gt;Thanxs  a gain.</description>
      <pubDate>Wed, 23 Apr 2003 10:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957032#M117368</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T10:57:01Z</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/2957033#M117369</link>
      <description>Thanxs a lot john,&lt;BR /&gt;&lt;BR /&gt;I was able to see it and seems to be working ... thats very useful doc .&lt;BR /&gt;&lt;BR /&gt;Thanxs  a gain.</description>
      <pubDate>Wed, 23 Apr 2003 10:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957033#M117369</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T10:57:14Z</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/2957034#M117370</link>
      <description>Thanxs a lot john,&lt;BR /&gt;&lt;BR /&gt;I was able to see it and seems to be working ... thats very useful doc .&lt;BR /&gt;&lt;BR /&gt;Thanxs  a gain</description>
      <pubDate>Wed, 23 Apr 2003 10:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2957034#M117370</guid>
      <dc:creator>ricky_8</dc:creator>
      <dc:date>2003-04-23T10:57:39Z</dc:date>
    </item>
  </channel>
</rss>

