<?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 Server hangs while running bdf command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996438#M296597</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When ever issuing a bdf command the server hangs. The scenario i that, There was a NFS mount file system in the server and the server where NFS file system was exported is no more.&lt;BR /&gt;&lt;BR /&gt;The entries are there in the fstab and mnnttab. We have tried commenting the entry from fstab and tried again but it didn't help. We have renamed the mnnttab and ran mount -a. But still the entries are there in the mnnttab.&lt;BR /&gt;&lt;BR /&gt;Pls help</description>
    <pubDate>Wed, 09 May 2007 02:06:56 GMT</pubDate>
    <dc:creator>Adithyan</dc:creator>
    <dc:date>2007-05-09T02:06:56Z</dc:date>
    <item>
      <title>Server hangs while running bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996438#M296597</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When ever issuing a bdf command the server hangs. The scenario i that, There was a NFS mount file system in the server and the server where NFS file system was exported is no more.&lt;BR /&gt;&lt;BR /&gt;The entries are there in the fstab and mnnttab. We have tried commenting the entry from fstab and tried again but it didn't help. We have renamed the mnnttab and ran mount -a. But still the entries are there in the mnnttab.&lt;BR /&gt;&lt;BR /&gt;Pls help</description>
      <pubDate>Wed, 09 May 2007 02:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996438#M296597</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-05-09T02:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Server hangs while running bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996439#M296598</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Fix /etc/fstab so it no longer mounts the non-existant filesystems.&lt;BR /&gt;&lt;BR /&gt;Make sure automounter service is not trying to mount the drives.&lt;BR /&gt;&lt;BR /&gt;Playing with mnttab is useless its a status file the system creates on the fly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 May 2007 02:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996439#M296598</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-09T02:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Server hangs while running bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996440#M296599</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;The automounter service is already stopped. And the entries in the /etc/fstab is remarked, We have deleted the entry and then also the result is same.&lt;BR /&gt;&lt;BR /&gt;Is there anything else we can give a try ?</description>
      <pubDate>Wed, 09 May 2007 03:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996440#M296599</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-05-09T03:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Server hangs while running bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996441#M296600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;umount this file system.&lt;BR /&gt;If your server can't handle it, you should reboot it.&lt;BR /&gt;Else you could configure another ws like this no longer existing server. When the mount is ok again, then you've no problem to umount it.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2007 04:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996441#M296600</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-05-09T04:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Server hangs while running bdf command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996442#M296601</link>
      <description>&lt;BR /&gt;Hi Adithyan,&lt;BR /&gt;&lt;BR /&gt;1. Check the old nfs entry is there on /etc/mnttab.&lt;BR /&gt;&lt;BR /&gt;2. If entry exists  , find the process /usr/sbin/syncer  (ps -ef syncer) and kill syncer process.&lt;BR /&gt;&lt;BR /&gt;3.Modify /etc/mnttab - remove  the nfd entries.&lt;BR /&gt;&lt;BR /&gt;4. restart syncer daemon&lt;BR /&gt;  syncer -s&lt;BR /&gt;&lt;BR /&gt;I hope this helps &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Anish&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2007 08:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-hangs-while-running-bdf-command/m-p/3996442#M296601</guid>
      <dc:creator>san.sa</dc:creator>
      <dc:date>2007-05-09T08:45:37Z</dc:date>
    </item>
  </channel>
</rss>

