<?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 client hangs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575397#M228879</link>
    <description>Hi Cristian,&lt;BR /&gt;&lt;BR /&gt;As you said it may be because you have too many NFS mount in the client.&lt;BR /&gt;&lt;BR /&gt;You may visit&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_32477" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_32477&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_16000" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_16000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and check if any patches are required&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;eknath</description>
    <pubDate>Sun, 03 Jul 2005 12:14:57 GMT</pubDate>
    <dc:creator>Eknath</dc:creator>
    <dc:date>2005-07-03T12:14:57Z</dc:date>
    <item>
      <title>nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575392#M228874</link>
      <description>i have a problem with a version 11.0&lt;BR /&gt;&lt;BR /&gt;the nfs client hangs after a while, if i reboot the ws the problem appears again and the users cant login because they cant load their home, i cant do a bdf also, it hangs forever&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2005 10:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575392#M228874</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2005-07-03T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575393#M228875</link>
      <description>more info&lt;BR /&gt;&lt;BR /&gt;after a while i get a &lt;BR /&gt;&lt;BR /&gt;bdf: file system serverX:/user1 mounted on /home/user1 is not responding&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nslookup is ok and i can ping without problems</description>
      <pubDate>Sun, 03 Jul 2005 10:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575393#M228875</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2005-07-03T10:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575394#M228876</link>
      <description>NFS is critically dependent on the server, and since it is a filesystem, it is a part of HP-UX filesystems. When the server is dead, your clients will hang. There isn't an easy way to fix your client. bdf hangs because it is checking all the mounted filesystems. Logins will hang because part of the login is to check disk quiaotas on all disks. You have to fix your server. ping and telnet to the server do not verify that NFS is working. Your server needs to be fixed (assuming you don't have a router that has denied NFS ports)</description>
      <pubDate>Sun, 03 Jul 2005 10:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575394#M228876</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-07-03T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575395#M228877</link>
      <description>Hi crisrian&lt;BR /&gt;&lt;BR /&gt;Have you tried exportfs -a&lt;BR /&gt;This one will read /etc/exports and  will do a  nfsmount.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;CS</description>
      <pubDate>Sun, 03 Jul 2005 11:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575395#M228877</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-07-03T11:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575396#M228878</link>
      <description>ok that's what i thought , server failing, but the only client failing is that one, the rest of the clients in the same subnet doesnt have any problems with the same server&lt;BR /&gt;&lt;BR /&gt;besides, the faulty client have more nfs servers and it seems that all of them are failing which is very unlikely&lt;BR /&gt;&lt;BR /&gt;so, i think it's a problem of the nfs client, not the server, but im not sure where to look to find the problem.&lt;BR /&gt;&lt;BR /&gt;the only error in the syslog is&lt;BR /&gt;&lt;BR /&gt;telnetd[12374]: Error checking child termination status: error 4: Interrupted system call&lt;BR /&gt;&lt;BR /&gt;which is probably related&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2005 11:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575396#M228878</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2005-07-03T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575397#M228879</link>
      <description>Hi Cristian,&lt;BR /&gt;&lt;BR /&gt;As you said it may be because you have too many NFS mount in the client.&lt;BR /&gt;&lt;BR /&gt;You may visit&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_32477" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_32477&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_16000" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_16000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and check if any patches are required&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;eknath</description>
      <pubDate>Sun, 03 Jul 2005 12:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575397#M228879</guid>
      <dc:creator>Eknath</dc:creator>
      <dc:date>2005-07-03T12:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: nfs client hangs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575398#M228880</link>
      <description>could be, but this didnt happen before.&lt;BR /&gt;&lt;BR /&gt;it started like 3 days ago, there are no new software, more users, etc. same thing as always&lt;BR /&gt;&lt;BR /&gt;there was only 1 issue strange, after the first reboot there was a user with 24000hrs of idle time, considering that the nfs.client server had 1 hr of uptime, no idea how that happened.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2005 13:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-hangs/m-p/3575398#M228880</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2005-07-03T13:57:56Z</dc:date>
    </item>
  </channel>
</rss>

