<?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: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735104#M74565</link>
    <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;try to get the call stack of the process with:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; SET PROC /IND=&lt;PID-OF-PROCESS&gt;&lt;BR /&gt;SDA&amp;gt; SHOW CALL/SUMM&lt;BR /&gt;&lt;BR /&gt;to find out, which code may have called $SUSPND&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-PROCESS&gt;</description>
    <pubDate>Mon, 20 Feb 2006 08:53:28 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-02-20T08:53:28Z</dc:date>
    <item>
      <title>OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735103#M74564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a case on OpenVMS Integrity v8.2 where we have a process that when we try to stop it with the STOP PROCESS /ID= command goes into a SUSPENDED state. Why is this, and is there a way to stop such a process?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 20 Feb 2006 08:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735103#M74564</guid>
      <dc:creator>Andrew Rycroft1</dc:creator>
      <dc:date>2006-02-20T08:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735104#M74565</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;try to get the call stack of the process with:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; SET PROC /IND=&lt;PID-OF-PROCESS&gt;&lt;BR /&gt;SDA&amp;gt; SHOW CALL/SUMM&lt;BR /&gt;&lt;BR /&gt;to find out, which code may have called $SUSPND&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-PROCESS&gt;</description>
      <pubDate>Mon, 20 Feb 2006 08:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735104#M74565</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-20T08:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735105#M74566</link>
      <description>Do a SHOW SYSTEM.  What state is the process in?&lt;BR /&gt;&lt;BR /&gt;I'd be willing to bet it's RWAST.  Or RW-something-else.  This is covered in section 5.19 of the VMS FAQ:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/faq/vmsfaq.txt" target="_blank"&gt;http://h71000.www7.hp.com/faq/vmsfaq.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You're probably out of luck without rebooting the system.&lt;BR /&gt;&lt;BR /&gt;Attempts to access the process from DCL return SUSPENDED because the process isn't responding to kernel mode AST's, because it's stuck in the  RW-state.  There really isn't a SUSPENDED process state.</description>
      <pubDate>Tue, 21 Feb 2006 11:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735105#M74566</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2006-02-21T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735106#M74567</link>
      <description>re: Stanley,&lt;BR /&gt;&lt;BR /&gt;if the process has called the $SUSPND system service, it's state will be shown as SUSP in SHOW SYSTEM. And there's also the SET PROC/SUSPEND command.&lt;BR /&gt;&lt;BR /&gt;But you're right, if a process is in RWAST, some SHOW commands will return with 'process is suspended'.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 21 Feb 2006 11:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735106#M74567</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-21T11:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735107#M74568</link>
      <description>Minor nitpick:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; STOP PROCESS /ID=&lt;BR /&gt;&lt;BR /&gt;that is not a valid command, but works 'by accident' (as I like to say). The correct format is either:&lt;BR /&gt;&lt;BR /&gt;$ STOP &lt;PROCESSNAME&gt;&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;$ STOP /IDENTIFICATION=&lt;PROCESS-ID&gt;&lt;BR /&gt;&lt;BR /&gt;In you case, "PROCESS" is not a keyword, but a parameter, which is ignored when you use the /IDENTIFICATION qualifier.&lt;/PROCESS-ID&gt;&lt;/PROCESSNAME&gt;</description>
      <pubDate>Tue, 21 Feb 2006 11:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735107#M74568</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-02-21T11:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735108#M74569</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;if you decide that you need to reboot the system to get rid of the 'suspended' process, consider to force a crash. This will also reboot the system, but offers the chance to do some additional analysis in the system dump afterwards.&lt;BR /&gt;&lt;BR /&gt;You can force a crash with:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE OPC$reboot y&lt;BR /&gt;$ define opc$nodump n&lt;BR /&gt;$ MC OPCCRASH&lt;BR /&gt;&lt;BR /&gt;or with CTRL-P and Crash (y/n): y on the console.&lt;BR /&gt;&lt;BR /&gt;You could previously shut down all of your applications and dismount most disks (especially if shadowing is in use), to minimize the impact of the crash.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 21 Feb 2006 11:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735108#M74569</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-21T11:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735109#M74570</link>
      <description>&amp;gt; if the process has called the $SUSPND system&lt;BR /&gt;&amp;gt; service, it's state will be shown as SUSP in&lt;BR /&gt;&amp;gt; SHOW SYSTEM. And there's also the SET&lt;BR /&gt;&amp;gt; PROC/SUSPEND command.&lt;BR /&gt;&lt;BR /&gt;If it's in SUSP, do a SET PROC/RESUME.  But I don't think that's what happened here...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 11:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735109#M74570</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2006-02-21T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735110#M74571</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;before you decide to reboot:&lt;BR /&gt;_IS_ there any pertinent reason that you can not just leave the process as it is?&lt;BR /&gt;Of course, if it is holding any resource, thus blocking that for normal use, then it needs to be freed, but if all it holds is a process slot, you might as well just leave it alone.&lt;BR /&gt;&lt;BR /&gt;Then again, for various reasons of blocking on Vax and on Alpha there _DO_ exist some DELTA manipulations to get the process just to the point where it can acknowledge the previous STOP/IDEN=...&lt;BR /&gt;&lt;BR /&gt;... but I have NO idea about the existance, let alone the procedure, on I64 ...&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 21 Feb 2006 12:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735110#M74571</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-02-21T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS v8.2 integrity - Process fails to stop with STOP PROCESS command</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735111#M74572</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;OpenVMS is OpenVMS is OpenVMS ...&lt;BR /&gt;&lt;BR /&gt;The way you work with DELTA is the same on OpenVMS I64 as it is on OpenVMS VAX or OpenVMS Alpha, especially when looking at OpenVMS internal data structures. It becomes more 'interesting', if you would try to follow call flow and call stacks...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 21 Feb 2006 12:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-v8-2-integrity-process-fails-to-stop-with-stop-process/m-p/3735111#M74572</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-02-21T12:25:46Z</dc:date>
    </item>
  </channel>
</rss>

