<?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: process BDF hunging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570564#M873072</link>
    <description>I agree with JRF.   We got burnt with the pfs issues and all the time bdf and some other commands (pfs_umount or umount) will hang and re-boot is the only resolution.</description>
    <pubDate>Mon, 27 Aug 2001 13:18:12 GMT</pubDate>
    <dc:creator>Krishnan Seshadri</dc:creator>
    <dc:date>2001-08-27T13:18:12Z</dc:date>
    <item>
      <title>process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570558#M873066</link>
      <description>habe a any one a idee for killing a hungig bdf process.</description>
      <pubDate>Mon, 27 Aug 2001 08:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570558#M873066</guid>
      <dc:creator>AlHassani Mohamed</dc:creator>
      <dc:date>2001-08-27T08:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570559#M873067</link>
      <description>You should open another session on your machine. If you were doing the BDF from system console, try telneting from another machine.&lt;BR /&gt;&lt;BR /&gt;Once you get root prompt, get the bdf process ID (PID) from a ps command:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep bdf&lt;BR /&gt;&lt;BR /&gt;root  3315  3294  2 11:13:27 pts/tb    0:00 bdf&lt;BR /&gt;      ^^^^&lt;BR /&gt;       PID&lt;BR /&gt;  &lt;BR /&gt;The PID is the first number after the username. Next, use the kill command:&lt;BR /&gt;&lt;BR /&gt;kill -9 PID (in my example, 3315)&lt;BR /&gt;&lt;BR /&gt;If you get your BDF processes continously hanging, check for failed disks or controllers.&lt;BR /&gt;&lt;BR /&gt;Hope this will help you. Best regards.&lt;BR /&gt;&lt;BR /&gt;Xavier&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 08:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570559#M873067</guid>
      <dc:creator>Xavier Gutierrez</dc:creator>
      <dc:date>2001-08-27T08:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570560#M873068</link>
      <description>ps -ef | grep bdf&lt;BR /&gt;find the tty or terminal it is running on&lt;BR /&gt;ps -ef | grep tty_or_terminal&lt;BR /&gt;kill -9 the_pid_of_the_-sh_running_bdf&lt;BR /&gt;&lt;BR /&gt;You might want to use mount&lt;BR /&gt;to see what filesystems are mounted and&lt;BR /&gt;compare that to your /etc/fstab to find out if any fs are missing.&lt;BR /&gt;You may have a failing disk,&lt;BR /&gt;run ioscan -fnk&lt;BR /&gt;and look for states of NO_HW&lt;BR /&gt;You will probably find that ioscan -fn&lt;BR /&gt;hangs too.&lt;BR /&gt;&lt;BR /&gt;look in your syslog for anything related to lvm failure and troubleshoot the vg with strings /etc/lvmtab and vgdisplay -v vgname&lt;BR /&gt;paying close attention to errors.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 27 Aug 2001 08:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570560#M873068</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-08-27T08:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570561#M873069</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some people give you tips to kill hunging process. I just want to underline an other point when bdf process hung : it can be for sure of a hard drive failure, but also a nfs timout when a network error occured between Server/Customer NFS.&lt;BR /&gt;&lt;BR /&gt;PJA.</description>
      <pubDate>Mon, 27 Aug 2001 08:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570561#M873069</guid>
      <dc:creator>JACQUET</dc:creator>
      <dc:date>2001-08-27T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570562#M873070</link>
      <description>Hi Mohamed,&lt;BR /&gt;&lt;BR /&gt;You may check first why your bdf is hanging.&lt;BR /&gt;&lt;BR /&gt;Check if you got hardware ( disks )failures.&lt;BR /&gt;Check nfs timeout .&lt;BR /&gt;&lt;BR /&gt;Command killing bdf :&lt;BR /&gt;&lt;BR /&gt;#PID=`ps -ef ? grep bdf ? grep -v grep ? awk '{print $2}' `&lt;BR /&gt;#kill -9 $PID&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2001 09:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570562#M873070</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-27T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570563#M873071</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you have killed any pfs_mount daemons, then the behavior you describe is consistent and you will need to reboot to correct the problem.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 27 Aug 2001 11:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570563#M873071</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-27T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570564#M873072</link>
      <description>I agree with JRF.   We got burnt with the pfs issues and all the time bdf and some other commands (pfs_umount or umount) will hang and re-boot is the only resolution.</description>
      <pubDate>Mon, 27 Aug 2001 13:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570564#M873072</guid>
      <dc:creator>Krishnan Seshadri</dc:creator>
      <dc:date>2001-08-27T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570565#M873073</link>
      <description>Hi AlHassani Mohamed &lt;BR /&gt;&lt;BR /&gt;I think you have a bad pfs / nfs mount , hence the system is not able to complete the bdf process . Any way you slice it or dice it if this is the cause then please reboot , the system . Even if you stop the nfs / kill bdf the NFS would still be hanging . Please reboot .&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 27 Aug 2001 13:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570565#M873073</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-08-27T13:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: process BDF hunging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570566#M873074</link>
      <description>Hi again Mohamed,&lt;BR /&gt;&lt;BR /&gt;I agree with James, once when I was installing oracle software, I forgot to run pfs_mount with the no hang up ( nohup ).&lt;BR /&gt;&lt;BR /&gt;I recieved an infinite amount of the message :&lt;BR /&gt;NFS timeout .. try again ...&lt;BR /&gt;&lt;BR /&gt;and the only manner to correct it is to reboot !&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Mon, 27 Aug 2001 14:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-bdf-hunging/m-p/2570566#M873074</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-27T14:04:33Z</dc:date>
    </item>
  </channel>
</rss>

