<?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 NFS Server Not responding error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607079#M35264</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am getting the following error on the system:&lt;BR /&gt;"NFS server merc nor responding still trying"&lt;BR /&gt;&lt;BR /&gt;The reason Im sure is because we pfs_mounted a cd which puts an entry in /etc/mnttab "merc:/cdrom /cdrom nfs  ........"&lt;BR /&gt;&lt;BR /&gt;Because of an application being temporaily migrated to another server, a DNS change was made so that the local hostname merc resolved (from DNS)to a different server (a very bad idea I know!!)&lt;BR /&gt;&lt;BR /&gt;The mount command shows:&lt;BR /&gt;"/cdrom on merc:/cdrom ro,....etc"&lt;BR /&gt;&lt;BR /&gt;I believe as a result of all this when I ran a bdf the command resolved the hostname merc to a different host and as such I got the "NFS server not responding" error. I cannot kill the bdf.  Is there any way to kill this process without having to re-boot.&lt;BR /&gt;&lt;BR /&gt;Sorry if its a bit long winded.  Be grateful for any help.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
    <pubDate>Sun, 04 Nov 2001 23:34:47 GMT</pubDate>
    <dc:creator>Conal O'Kelly</dc:creator>
    <dc:date>2001-11-04T23:34:47Z</dc:date>
    <item>
      <title>NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607079#M35264</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am getting the following error on the system:&lt;BR /&gt;"NFS server merc nor responding still trying"&lt;BR /&gt;&lt;BR /&gt;The reason Im sure is because we pfs_mounted a cd which puts an entry in /etc/mnttab "merc:/cdrom /cdrom nfs  ........"&lt;BR /&gt;&lt;BR /&gt;Because of an application being temporaily migrated to another server, a DNS change was made so that the local hostname merc resolved (from DNS)to a different server (a very bad idea I know!!)&lt;BR /&gt;&lt;BR /&gt;The mount command shows:&lt;BR /&gt;"/cdrom on merc:/cdrom ro,....etc"&lt;BR /&gt;&lt;BR /&gt;I believe as a result of all this when I ran a bdf the command resolved the hostname merc to a different host and as such I got the "NFS server not responding" error. I cannot kill the bdf.  Is there any way to kill this process without having to re-boot.&lt;BR /&gt;&lt;BR /&gt;Sorry if its a bit long winded.  Be grateful for any help.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Nov 2001 23:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607079#M35264</guid>
      <dc:creator>Conal O'Kelly</dc:creator>
      <dc:date>2001-11-04T23:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607080#M35265</link>
      <description>Hi Con,&lt;BR /&gt;&lt;BR /&gt;The 'bdf' process should actually time&lt;BR /&gt;itself out. &lt;BR /&gt;&lt;BR /&gt;At this stage I wouldn't go and reboot &lt;BR /&gt;the server. Try to first kill it by using&lt;BR /&gt;this. &lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep bdf | awk '{print $2}' | xargs kill -9&lt;BR /&gt;&lt;BR /&gt;Is the process attached to&lt;BR /&gt;any particular session, like the console?&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2001 00:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607080#M35265</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-05T00:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607081#M35266</link>
      <description>Hi Mike&lt;BR /&gt;Thanks for the response.  Unfortunately the bdf is not timing out (Its been running for 2 days).  Originally it was attached to my shell process.  Once I killed the shell the init process took control of bdf.  I have tried kill -9 &amp;amp; a umount on /cdrom but no joy.&lt;BR /&gt;For the reasons I mentioned (ie DNS changes) the local system seems to be viewing the /cdrom as a nfs fs. Its also mounted with the nointr option.&lt;BR /&gt;Any other ideas??&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2001 00:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607081#M35266</guid>
      <dc:creator>Conal O'Kelly</dc:creator>
      <dc:date>2001-11-05T00:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607082#M35267</link>
      <description>Hi Con,&lt;BR /&gt;&lt;BR /&gt;hmmm... You could try and change the DNS&lt;BR /&gt;so it resolves itself to the local host,&lt;BR /&gt;which is best anyway. This is found in&lt;BR /&gt;/etc/nsswitch.conf as &lt;BR /&gt;hosts: files     [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns   [NOTFO&lt;BR /&gt;UND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;# mv /etc/resolv.conf /etc/resolv.conf.save&lt;BR /&gt;&lt;BR /&gt;Perhaps then you could try and unmount the CD.&lt;BR /&gt;&lt;BR /&gt;Is this system 10.20 or 11?&lt;BR /&gt;&lt;BR /&gt;-Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2001 00:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607082#M35267</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-05T00:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607083#M35268</link>
      <description>Hi Mike&lt;BR /&gt;Sorry I should have metioned that I have changed the host so it resolves from /etc/hosts first.  &lt;BR /&gt;Anyway it seems everything just hangs, even the umount command is hung &amp;amp; I can't kill it.  Umount reports fs is busy when trying to umount, fuser then produces the "NFS server not responding" error &amp;amp; also can't be killed!&lt;BR /&gt;So I'm at a bit of a loss.  Its looking like a re-boot might be the only option.&lt;BR /&gt;System is 11.00.&lt;BR /&gt;Thanks for your help Mike, really appreciate it.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Mon, 05 Nov 2001 02:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607083#M35268</guid>
      <dc:creator>Conal O'Kelly</dc:creator>
      <dc:date>2001-11-05T02:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607084#M35269</link>
      <description>Con,&lt;BR /&gt;&lt;BR /&gt;make sure the "merc" entry is not in /etc/fstab. Then shutdown your apps manually, do not try to run shutdown because it will hang trying to shutdown nfs. Then reboot the machine.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 05 Nov 2001 02:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607084#M35269</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-05T02:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Server Not responding error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607085#M35270</link>
      <description>Also check patch level:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; PHKL_23409                    1.0            NFS, Large Data Space, kernel memory leak                                            &lt;BR /&gt;  PHKL_25237                    1.0            NFS nfsd deadlock,NFS SIGINT bad text region                                         &lt;BR /&gt;  PHNE_21376                    1.0            ONC/NFS General Release/Performance Patch                                            &lt;BR /&gt;  PHNE_22642                    1.0            ONC/NFS General Release/Performance Patch                                            &lt;BR /&gt;  PHNE_24034                    1.0            ONC/NFS General Release/Performance Patch                                        &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2001 11:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding-error/m-p/2607085#M35270</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-11-05T11:13:47Z</dc:date>
    </item>
  </channel>
</rss>

