<?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 unable to kill process with PPID 1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274246#M473668</link>
    <description>Hi,&lt;BR /&gt;In my production server we are not able to kill one process as PPID become 1.I am sending you one attachment of list of process running... except reboot is there any other waay to kill it. kill -9 not worked.</description>
    <pubDate>Fri, 18 Feb 2011 08:56:56 GMT</pubDate>
    <dc:creator>ani007</dc:creator>
    <dc:date>2011-02-18T08:56:56Z</dc:date>
    <item>
      <title>unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274246#M473668</link>
      <description>Hi,&lt;BR /&gt;In my production server we are not able to kill one process as PPID become 1.I am sending you one attachment of list of process running... except reboot is there any other waay to kill it. kill -9 not worked.</description>
      <pubDate>Fri, 18 Feb 2011 08:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274246#M473668</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2011-02-18T08:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274247#M473669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The "kill -9 19057" syntax should work. Likely to take time for the tape drive (sequential operation) returns control to the system.&lt;BR /&gt;&lt;BR /&gt;PID = 1 is the **master** (init) process of your server, please do not try to attack him!&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Fri, 18 Feb 2011 09:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274247#M473669</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-02-18T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274248#M473670</link>
      <description>HI,&lt;BR /&gt;The process is there from 6th feb.this is the current status of tape drive..&lt;BR /&gt;&lt;BR /&gt;Drive:  HP C7438A&lt;BR /&gt;Format:&lt;BR /&gt;Status: [41112600] BOT online compression immediate-report-mode&lt;BR /&gt;File:   0&lt;BR /&gt;Block:  0&lt;BR /&gt;&lt;BR /&gt;shall we try to power cycle the drive?&lt;BR /&gt;REagrds,&lt;BR /&gt;Ani</description>
      <pubDate>Fri, 18 Feb 2011 09:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274248#M473670</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2011-02-18T09:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274249#M473671</link>
      <description>Is the tape in the drive yet?&lt;BR /&gt;Does the tape activity (ie: flashing lights)?&lt;BR /&gt;Is the drive CLAIMED by the system?&lt;BR /&gt;#ioscan-fnCtape&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 09:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274249#M473671</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-02-18T09:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274250#M473672</link>
      <description>The fact that PPID is 1 is probably not related to being unable to kill the process: it just means that the original parent process has already died, and the orphaned process has been adopted by init (process #1).&lt;BR /&gt;&lt;BR /&gt;If kill -9 does not kill a process immediately, that often means the process is waiting for some kernel-level operation to complete (for example, SCSI I/O). If the kill -9 signal is already sent, the kernel will process the signal as soon as the operation completes.&lt;BR /&gt;&lt;BR /&gt;But if the kernel-level operation will not reach completion at all (perhaps because some hardware has failed, or a cable has been disconnected accidentally), then an unkillable process will result.&lt;BR /&gt;&lt;BR /&gt;My suggestion:&lt;BR /&gt;Check the "dmesg" output, the system log and the STM diagnostics for any indications of hardware failure (SCSI error/lbolt messages, other errors). If you find hardware problems, fix them first: they might be the root cause for your unkillable processes. &lt;BR /&gt;&lt;BR /&gt;If all the hardware is OK, the next thing to check would be your patch levels. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 18 Feb 2011 09:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274250#M473672</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-18T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274251#M473673</link>
      <description>as i am working remotely so i try to rewind &amp;amp; prompt return.&lt;BR /&gt;&lt;BR /&gt;# mt -t /dev/rmt/XXmn rew&lt;BR /&gt;#&lt;BR /&gt;so i think tape is there.&lt;BR /&gt;yes i hv seen it is clamed in ioscan&lt;BR /&gt;&lt;BR /&gt;Drive:  HP C7438A&lt;BR /&gt;Format:&lt;BR /&gt;Status: [41112600] BOT online compression immediate-report-mode  &lt;BR /&gt;File:   0&lt;BR /&gt;Block:  0&lt;BR /&gt;======================&lt;BR /&gt;Status: [41112600] BOT online compression immediate-report-mode  -- so drive is online right..&lt;BR /&gt;So i think reboot is only option..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ani&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 09:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274251#M473673</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2011-02-18T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274252#M473674</link>
      <description>You are in remote... Anyone can be your eyes on the remote location?&lt;BR /&gt;Try to eject the tape with:&lt;BR /&gt;# mt-t / dev/rmt/20mn offl&lt;BR /&gt;&lt;BR /&gt;In addition to Matty's suggestions, please check if the file syslog.log have any warning from the EMS?</description>
      <pubDate>Fri, 18 Feb 2011 09:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274252#M473674</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-02-18T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274253#M473675</link>
      <description>&lt;BR /&gt;Thanks aa for your excellent support.I have cheked &amp;amp; no problem found.so we will take downtime &amp;amp; reboot.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ani</description>
      <pubDate>Fri, 18 Feb 2011 10:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274253#M473675</guid>
      <dc:creator>ani007</dc:creator>
      <dc:date>2011-02-18T10:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: unable to kill process with PPID 1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274254#M473676</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you checked if a vg00's disk is failing?&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 18 Feb 2011 10:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-kill-process-with-ppid-1/m-p/5274254#M473676</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2011-02-18T10:12:22Z</dc:date>
    </item>
  </channel>
</rss>

