<?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: How to kill the Hung fsadm processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445326#M357986</link>
    <description>HI:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SEP: A failed kill -9 which unofficially means kill the process and its parent will convert the ppid,parent process id to 1 and that process is no longer touchable.&lt;BR /&gt;&lt;BR /&gt;No, killing a process does not kill the parent of the process.  If that were true, processes that you started from your shell session, if killed with 'kill -9', would cause your shell session to be terminated.  It isn't, of course.&lt;BR /&gt;&lt;BR /&gt;A 'kill -9' will _fail_ if the process is already waiting on a higher priority event such as an I/O complete.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 23 Jun 2009 22:24:27 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-06-23T22:24:27Z</dc:date>
    <item>
      <title>How to kill the Hung fsadm processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445321#M357981</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;We have prod server running hpux 10.20, There is a file system /tx , which was 100% , And when it came down to 98%, I have tried to extend it by adding up the 2 GB, But the fsadm command did not worked properly, And it was in a hung state...&lt;BR /&gt;&lt;BR /&gt;I have tried killing it manually with kill -9 , 15 ,But no response..&lt;BR /&gt;&lt;BR /&gt;Is there any other way to kill it other than rebooting the server .&lt;BR /&gt;&lt;BR /&gt;root@test # ps -ef | grep -i fsadm &lt;BR /&gt;root 2861 1 0 Apr 30 ? 00:00:00 fsadm -b7620M /tx &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jitesh</description>
      <pubDate>Tue, 23 Jun 2009 13:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445321#M357981</guid>
      <dc:creator>Jitesh purohit_1</dc:creator>
      <dc:date>2009-06-23T13:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the Hung fsadm processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445322#M357982</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If a 'kill -9' doesn't work, then your only recourse is to reboot or be patient enough for the event on which the process is waiting to complete. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 23 Jun 2009 13:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445322#M357982</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-23T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the Hung fsadm processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445323#M357983</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No ways , wait for the command to complete. Or go for a reboot after taking the downtime.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vivek</description>
      <pubDate>Tue, 23 Jun 2009 13:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445323#M357983</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-23T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the Hung fsadm processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445324#M357984</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Yes the only way to remove that process is to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Tue, 23 Jun 2009 13:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445324#M357984</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-06-23T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the Hung fsadm processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445325#M357985</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Try a regular kill first.&lt;BR /&gt;&lt;BR /&gt;If that fails kill -9 &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;If that fails reboot.&lt;BR /&gt;&lt;BR /&gt;No magic here. A failed kill -9 which unofficially means kill the process and its parent will convert the ppid,parent process id to 1 and that process is no longer touchable.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PID&gt;</description>
      <pubDate>Tue, 23 Jun 2009 13:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445325#M357985</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-23T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill the Hung fsadm processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445326#M357986</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SEP: A failed kill -9 which unofficially means kill the process and its parent will convert the ppid,parent process id to 1 and that process is no longer touchable.&lt;BR /&gt;&lt;BR /&gt;No, killing a process does not kill the parent of the process.  If that were true, processes that you started from your shell session, if killed with 'kill -9', would cause your shell session to be terminated.  It isn't, of course.&lt;BR /&gt;&lt;BR /&gt;A 'kill -9' will _fail_ if the process is already waiting on a higher priority event such as an I/O complete.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 23 Jun 2009 22:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-the-hung-fsadm-processes/m-p/4445326#M357986</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-23T22:24:27Z</dc:date>
    </item>
  </channel>
</rss>

