<?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 problem - not responding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908878#M405763</link>
    <description>Thanks all...looks like I will be rebooting it tonight.</description>
    <pubDate>Thu, 23 Jun 2005 12:00:25 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2005-06-23T12:00:25Z</dc:date>
    <item>
      <title>NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908871#M405756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I keep getting the following error message:&lt;BR /&gt;&lt;BR /&gt;NFS server serverb not responding still trying&lt;BR /&gt;NFS server serverb not responding still trying&lt;BR /&gt;NFS server serverb not responding still trying&lt;BR /&gt;NFS server serverb not responding still trying&lt;BR /&gt;&lt;BR /&gt;I have a whole bunch of roque bdf processes that I can't kill even with a -9.  I found in the /etc/mnttab that it is trying to nfs mount a server that is dead.  I tried to remove the server from the /etc/mnttab but it keeps putting it back in.  Is there a way that I can get it to stop "looking" for serverb and a way to delete the line from the /etc/mnttab and keep it out.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 23 Jun 2005 10:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908871#M405756</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-06-23T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908872#M405757</link>
      <description>The box getting the messages may need to be rebooted.&lt;BR /&gt;&lt;BR /&gt;What probably happened is that there were a bunch of open files and then network connectivity was lost. If its lost for two long, it can be such a pain to clean up, booting the client(the server/box getting this error) is easier.&lt;BR /&gt;&lt;BR /&gt;Check that you have complete network connectivity to serverb.&lt;BR /&gt;&lt;BR /&gt;Also, make sure there have been no recent changes to the serverb:/etc/exports file that might block access to the machine getting this error.&lt;BR /&gt;&lt;BR /&gt;Before taking any action, make sure networking is fully restored.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Jun 2005 10:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908872#M405757</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-23T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908873#M405758</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Removing from mnttab will not help because it is created automatically for all mounted file systems. A better approach will be to remove it from /etc/fstab if it is there &amp;amp; from /etc/auto.direct &amp;amp; /etc/auto_master if it is NFS automounter configuration. &lt;BR /&gt;&lt;BR /&gt;This can be avoided by stoping NFS client also.&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/nfs.client stop&lt;BR /&gt;&lt;BR /&gt;If the NFS server is down it could even require reboot for the client as well.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Thu, 23 Jun 2005 10:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908873#M405758</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-06-23T10:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908874#M405759</link>
      <description>The simple answer to this question is NO. As mnttab is created/updated dynamically, you will not have much luck.&lt;BR /&gt;&lt;BR /&gt;And you will not be able to kill the rogue bdf processes until the next time you reboot more than likely.&lt;BR /&gt;&lt;BR /&gt;I have never tried this but, if your nfs mounts are against a name, not an IP address directly, can you dummy up some identical NFS mount points on a server where NFS server is active, and on your local host's /etc/hosts file (hope your nsswitch.conf is configured to check this for address resolution) enter the down host's name mapping to the dummy host you just created, and let your server go check this new mount points, at which case, your bdf processes may have achance to complete and die.&lt;BR /&gt;&lt;BR /&gt;But more than likely, you are looking at a reboot if you are in need of getting rid of thise desperately.</description>
      <pubDate>Thu, 23 Jun 2005 11:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908874#M405759</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-23T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908875#M405760</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check also /etc/fstab&lt;BR /&gt;and umount all directories from severb&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 11:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908875#M405760</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-06-23T11:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908876#M405761</link>
      <description>Sally,&lt;BR /&gt;&lt;BR /&gt;Your rogue bdf processes will not go away until the I/O request that they are waiting on is satisfied.  The same is true for any other process that is trying to access serverb.  The only thing that MAY work is to stop and restart the nfs client process on the client, otherwise it will require a re-boot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 23 Jun 2005 11:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908876#M405761</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-06-23T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908877#M405762</link>
      <description>You can't edit this out of /etc/mnttab.&lt;BR /&gt;Check in your /etc/fstab and remove it from trying to mount on a reboot.&lt;BR /&gt;&lt;BR /&gt;I had a system that had headaches for awhile on some NFS mount used by an application.&lt;BR /&gt;Cleaning up hung NFS mounts is a bear, I could never get quite get them cleaned up, cause I got left with too much garbage/zombies and mess.&lt;BR /&gt;I found I had to reboot the box.&lt;BR /&gt;&lt;BR /&gt;So edit and ensure that mount will not happen either in a pkg.cntl file or in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 11:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908877#M405762</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2005-06-23T11:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS problem - not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908878#M405763</link>
      <description>Thanks all...looks like I will be rebooting it tonight.</description>
      <pubDate>Thu, 23 Jun 2005 12:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem-not-responding/m-p/4908878#M405763</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2005-06-23T12:00:25Z</dc:date>
    </item>
  </channel>
</rss>

