<?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: bdf issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101337#M738596</link>
    <description>Hi Lenin,&lt;BR /&gt;&lt;BR /&gt;If your OS version is 11.23 then the issue seems to be fixed in PHKL_31500&lt;BR /&gt;&lt;BR /&gt;( SR:8606365017 CR:JAGaf25654 )&lt;BR /&gt;  Commands like mount, umount, df and sam which try to acquire&lt;BR /&gt;  the lock on /etc/mnttab may hang.  To reproduce the problem,&lt;BR /&gt;  mount an NFS filesystem.  Then stop the NFS service on the&lt;BR /&gt;  NFS server, and execute bdf(1M).  bdf(1M) will hang while&lt;BR /&gt;  doing a stat, and any execution of mount or umount will....&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Nov 2007 19:28:27 GMT</pubDate>
    <dc:creator>Prashanth.D.S</dc:creator>
    <dc:date>2007-11-14T19:28:27Z</dc:date>
    <item>
      <title>bdf issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101333#M738592</link>
      <description>when regular user issue a ' bdf ' command get the result as &lt;BR /&gt;' bdf: unable to lock /etc/mnttab after 100 tries&lt;BR /&gt;bdf: /etc/mnttab: Permission denied '&lt;BR /&gt;&lt;BR /&gt;what could be the problem? any suggession?&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2007 06:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101333#M738592</guid>
      <dc:creator>Lenin Dasan S.</dc:creator>
      <dc:date>2007-11-13T06:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: bdf issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101334#M738593</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;bdf is trying to provide data on a stale NFS link.&lt;BR /&gt;&lt;BR /&gt;Correct the NFS situation and the problem will be resolved.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.core stop&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;If the system is an NFS server itself this might create issues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Nov 2007 06:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101334#M738593</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-11-13T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: bdf issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101335#M738594</link>
      <description>I know in some cases, I have deleted the mnttab where I have had nfs mounts hang up to clear bdf hung processes and to restore bdf. We had a 3rd party product for monitoring that used bdf to track filesystem sizes... and it would hang whenever we had a stale nfs mount.&lt;BR /&gt;&lt;BR /&gt;It restores it rather quickly so, type fast!&lt;BR /&gt;&lt;BR /&gt;rm /etc/mnttab;bdf&lt;BR /&gt;&lt;BR /&gt;Of course, the method detalied in the previous post is most desirable.</description>
      <pubDate>Tue, 13 Nov 2007 11:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101335#M738594</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2007-11-13T11:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: bdf issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101336#M738595</link>
      <description>Do a mount&lt;BR /&gt;&lt;BR /&gt;Do you see any stale nfs?&lt;BR /&gt;&lt;BR /&gt;Are you on 11.31?&lt;BR /&gt;&lt;BR /&gt;If yes, then you can issue a umount -f /some/nfs/mountpoit&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 13 Nov 2007 12:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101336#M738595</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-13T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: bdf issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101337#M738596</link>
      <description>Hi Lenin,&lt;BR /&gt;&lt;BR /&gt;If your OS version is 11.23 then the issue seems to be fixed in PHKL_31500&lt;BR /&gt;&lt;BR /&gt;( SR:8606365017 CR:JAGaf25654 )&lt;BR /&gt;  Commands like mount, umount, df and sam which try to acquire&lt;BR /&gt;  the lock on /etc/mnttab may hang.  To reproduce the problem,&lt;BR /&gt;  mount an NFS filesystem.  Then stop the NFS service on the&lt;BR /&gt;  NFS server, and execute bdf(1M).  bdf(1M) will hang while&lt;BR /&gt;  doing a stat, and any execution of mount or umount will....&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2007 19:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101337#M738596</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2007-11-14T19:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: bdf issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101338#M738597</link>
      <description>Please Lenin try it:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;/etc/mnttab&lt;BR /&gt;mount -a&lt;BR /&gt;bdf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The file /etc/mnttab is database of Filesystem mounted, whith this you make the new database of this&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Tue, 08 Jan 2008 15:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-issue/m-p/4101338#M738597</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2008-01-08T15:23:39Z</dc:date>
    </item>
  </channel>
</rss>

