<?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 Hung in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926806#M71122</link>
    <description>Thanks to the responses; the troubleshooting tips using SDA mentioned in your responses were used and point to the application. The programmers are looking at the code.</description>
    <pubDate>Mon, 19 Sep 2005 10:14:12 GMT</pubDate>
    <dc:creator>Frank Dean_1</dc:creator>
    <dc:date>2005-09-19T10:14:12Z</dc:date>
    <item>
      <title>Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926800#M71116</link>
      <description>Anyone know how to terminate a hung process a hung process without rebooting. OS is OpenVms 7.3 on Vax 6000 hardware. Stop/id does not terminate the process. I believe there is a method using SDA&amp;gt;.</description>
      <pubDate>Fri, 16 Sep 2005 13:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926800#M71116</guid>
      <dc:creator>Frank Dean_1</dc:creator>
      <dc:date>2005-09-16T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926801#M71117</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;terminating a hung process with SDA is not possible. SDA can only read memory locations, but not modify them.&lt;BR /&gt;&lt;BR /&gt;You can use SDA to find out WHY the process is hung. You may then be able to eliminate the reason for the hang. A last resort could be using the DELTA debugger to modify memory locations in system space, but this should only be attempted after thorough analysis, as it can easily lead to system crashes easily.&lt;BR /&gt;&lt;BR /&gt;Let's start with some simple questions:&lt;BR /&gt;&lt;BR /&gt;- what state is the process in ? SHOW SYSTEM&lt;BR /&gt;- is is waiting for a LOCK ? SDA&amp;gt; SHOW PROC/LOCK&lt;BR /&gt;- does it have busy channels ? SDA&amp;gt; SHOW PROC/CHAN&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sat, 17 Sep 2005 01:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926801#M71117</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-17T01:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926802#M71118</link>
      <description>Re Volker's remark on DELTA:&lt;BR /&gt;&lt;BR /&gt;In a previous life I have worked on ICL - DME.&lt;BR /&gt;They had a program comparable to DELTA, but, just as an extra warning, that program was called&lt;BR /&gt;DYNAMITE.&lt;BR /&gt;--- you were constantly reminded of the risks involved! I still think it was a much better name than DELTA :-)&lt;BR /&gt;&lt;BR /&gt;fwiw.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Sep 2005 04:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926802#M71118</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-09-17T04:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926803#M71119</link>
      <description>If the porcess is short Bytelimit, and you have Availability Manager on your lan you can save some stuck processes, such as if they are short on bytelimit.  It can also fix quorum is the cluster is out of votes.  It can fix a lot of things.&lt;BR /&gt;&lt;BR /&gt;Availability manager is FREE, and also warns of many problems.  The collector runs on your VMS system, and the controller or display runs either on a VMS system or a PC (on the same lan).&lt;BR /&gt;However, it is better to run it on a PC as it uses JAVA and eats a ton of memory on a VMS system.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/availman/news.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/availman/news.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Sep 2005 17:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926803#M71119</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-18T17:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926804#M71120</link>
      <description>Define "Hung" in this context? IS the process in a resource wait state (i.e. RW???) . If so, SDA may  help in finding what it is being caused by, which is a starting point on fixing it. &lt;BR /&gt;&lt;BR /&gt;In SDA, try a show proc/index of the rogue process. Look for 0/nnn fields, indicating something has run out of a resource. &lt;BR /&gt;&lt;BR /&gt;then try a show proc/channel and look to see what channels are busy for that process. &lt;BR /&gt;&lt;BR /&gt;After that, a lot depends on what you get, so report back... &lt;BR /&gt;&lt;BR /&gt;q&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Sep 2005 18:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926804#M71120</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-09-18T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926805#M71121</link>
      <description>Thanks to the responses; the troubleshooting tips using SDA mentioned in your responses were used and point to the application. The programmers are looking at the code.</description>
      <pubDate>Mon, 19 Sep 2005 10:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926805#M71121</guid>
      <dc:creator>Frank Dean_1</dc:creator>
      <dc:date>2005-09-19T10:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process Hung</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926806#M71122</link>
      <description>Thanks to the responses; the troubleshooting tips using SDA mentioned in your responses were used and point to the application. The programmers are looking at the code.</description>
      <pubDate>Mon, 19 Sep 2005 10:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-hung/m-p/4926806#M71122</guid>
      <dc:creator>Frank Dean_1</dc:creator>
      <dc:date>2005-09-19T10:14:12Z</dc:date>
    </item>
  </channel>
</rss>

