<?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 process running and getting killed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884502#M401176</link>
    <description>Dear support,&lt;BR /&gt;&lt;BR /&gt;I have a problem.&lt;BR /&gt;I have HP unix 11i (B.11.23 U)&lt;BR /&gt;I have tried to extend the vol group by adding another harddisk. later I started the process to create a logical volume. however, the process seems to be struck as it is running for more thatn 10 hrs.&lt;BR /&gt;Please advise as how to end this process namely&lt;BR /&gt; root 29917     1  0 17:41:15 ?         0:00 mkfs /dev/vglog/rlvoraorigA 2621&lt;BR /&gt;I have tried to kill using the kill -9 &lt;BR /&gt;command , but it did not work.&lt;BR /&gt;&lt;BR /&gt;Please advise as I am struck up in the middle of my work.&lt;BR /&gt;Thank you in advance&lt;BR /&gt;Murali</description>
    <pubDate>Tue, 08 Feb 2005 07:33:42 GMT</pubDate>
    <dc:creator>Murali_16</dc:creator>
    <dc:date>2005-02-08T07:33:42Z</dc:date>
    <item>
      <title>process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884502#M401176</link>
      <description>Dear support,&lt;BR /&gt;&lt;BR /&gt;I have a problem.&lt;BR /&gt;I have HP unix 11i (B.11.23 U)&lt;BR /&gt;I have tried to extend the vol group by adding another harddisk. later I started the process to create a logical volume. however, the process seems to be struck as it is running for more thatn 10 hrs.&lt;BR /&gt;Please advise as how to end this process namely&lt;BR /&gt; root 29917     1  0 17:41:15 ?         0:00 mkfs /dev/vglog/rlvoraorigA 2621&lt;BR /&gt;I have tried to kill using the kill -9 &lt;BR /&gt;command , but it did not work.&lt;BR /&gt;&lt;BR /&gt;Please advise as I am struck up in the middle of my work.&lt;BR /&gt;Thank you in advance&lt;BR /&gt;Murali</description>
      <pubDate>Tue, 08 Feb 2005 07:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884502#M401176</guid>
      <dc:creator>Murali_16</dc:creator>
      <dc:date>2005-02-08T07:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884503#M401177</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;looks as though it did nothing and is waiting for IO&lt;BR /&gt;&lt;BR /&gt;Then it will not detect the signal and thus only a run level change or reboot will kill&lt;BR /&gt;&lt;BR /&gt;Does it show in top as active&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         Steve Steel</description>
      <pubDate>Tue, 08 Feb 2005 07:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884503#M401177</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-02-08T07:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884504#M401178</link>
      <description>&lt;BR /&gt;the disks are what?&lt;BR /&gt;&lt;BR /&gt;Striping, mirroring, raid what?&lt;BR /&gt;&lt;BR /&gt;volume group looks like what?&lt;BR /&gt;&lt;BR /&gt;The commands you used to add disk to VG and to extend FS ?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 08 Feb 2005 07:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884504#M401178</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-08T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884505#M401179</link>
      <description>When a command is doing intensive I/O, it will often mask interrupts so that it doesn't leave data in a corrupted state.&lt;BR /&gt;&lt;BR /&gt;That is probably what is happening here.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, if you really are having a problem with it, it will simply hang unless you reboot the box.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 07:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884505#M401179</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-02-08T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884506#M401180</link>
      <description>lvcreate is a very short process, perhaps 1-2 seconds even on a busy machine. Since kill -9 fails, this is definitely an I/O problem. kill is a signaling system and doesn't really remove the process. Instead, the process will see the signal and respond to the termination request. But a process that is waiting on I/O is not running. Since disks respond quickly, this problem is due to a stucj I/O which is a failure in one of the disks, probably the one you added. You can check syslog.log to see if there are any errors (just to confirm the problem) but there are certain handshake failure that can't be logged and just hang.&lt;BR /&gt; &lt;BR /&gt;There's nothing you can do at this point except to reboot. I'd recommend going into single user mode and diagnosing the new disk. Start with diskinfo. If that fails, the disk is useless, get a new one. If that's OK, run dd across the disk surface as in:&lt;BR /&gt; &lt;BR /&gt;dd in=/dev/rdsk/c1t2d0 of=/dev/null bs=128k&lt;BR /&gt; &lt;BR /&gt;(substitute your disk's device name for c1t2d0) This should complete without errors. Ideally, you can watch the disk activity light and if it gets stuck, you'll know the disk is bad.</description>
      <pubDate>Tue, 08 Feb 2005 08:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884506#M401180</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-08T08:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884507#M401181</link>
      <description>Thank you Steve.&lt;BR /&gt;&lt;BR /&gt;I rebooted the system and the problem is solved.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;regards,&lt;BR /&gt;Murali</description>
      <pubDate>Tue, 08 Feb 2005 08:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884507#M401181</guid>
      <dc:creator>Murali_16</dc:creator>
      <dc:date>2005-02-08T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: process running and getting killed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884508#M401182</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;The problem is solved and I am thankful for the prompt and useful replies I got.</description>
      <pubDate>Tue, 08 Feb 2005 08:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-running-and-getting-killed/m-p/4884508#M401182</guid>
      <dc:creator>Murali_16</dc:creator>
      <dc:date>2005-02-08T08:56:28Z</dc:date>
    </item>
  </channel>
</rss>

