<?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: OPCOM cannot be stopped - KILL needed? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034615#M85069</link>
    <description>PJ,&lt;BR /&gt;&lt;BR /&gt;  Can you see what it's doing? Or even what it thinks it's doing? If STOP/ID doesn't help, the process is most likely in an inner mode, or at AST level (which is blocking the $FORCEX AST). &lt;BR /&gt;&lt;BR /&gt;  Does SET PROCESS/SUSPEND help? Otherwise, take some CPU samples and examine the instruction streams (though that's not exactly easy on an integrity). If you're really desperate, you may be able to find something in memory you can change to break out of the CPU loop, otherwise it's reboot time!&lt;BR /&gt;&lt;BR /&gt;  On the other hand, if you can SUSPEND the process, or can tolerate it running at priority 0, you may be able to start up another OPCOM process to service the mailbox (that will probably take a manual RUN command to change the process name, and it depends on what, if any, exclusive resources OPCOM is holding).</description>
    <pubDate>Mon, 09 Jul 2007 23:18:45 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2007-07-09T23:18:45Z</dc:date>
    <item>
      <title>OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034614#M85068</link>
      <description>Howdy all,&lt;BR /&gt;&lt;BR /&gt;IA64 cluster of 2xRX2620s, running VMS V8.3. I haven't found out why yet, but OPCOM is running in a tight CPU loop. I cannot STOP/ID or STOP/ID/EXIT= or even kill it using a bit of macro that does a $forcex. There are no reads outstanding or IOs being clocked; the process is not reading its mailbox (so I've had to write a DCL routine to clear it out, otherwise other processes trying to communicate with OPCOM get a mailbox full error).&lt;BR /&gt;I HAVE managed to set the priority down to 0!!&lt;BR /&gt;Anyone know how I can kill this process? [Short of running OPCCRASH - I have a steel works attached to this cluster so really don't want to shutdown if I can help it, and next scheduled downtime is a week or so away!!]&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;PJ</description>
      <pubDate>Mon, 09 Jul 2007 21:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034614#M85068</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2007-07-09T21:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034615#M85069</link>
      <description>PJ,&lt;BR /&gt;&lt;BR /&gt;  Can you see what it's doing? Or even what it thinks it's doing? If STOP/ID doesn't help, the process is most likely in an inner mode, or at AST level (which is blocking the $FORCEX AST). &lt;BR /&gt;&lt;BR /&gt;  Does SET PROCESS/SUSPEND help? Otherwise, take some CPU samples and examine the instruction streams (though that's not exactly easy on an integrity). If you're really desperate, you may be able to find something in memory you can change to break out of the CPU loop, otherwise it's reboot time!&lt;BR /&gt;&lt;BR /&gt;  On the other hand, if you can SUSPEND the process, or can tolerate it running at priority 0, you may be able to start up another OPCOM process to service the mailbox (that will probably take a manual RUN command to change the process name, and it depends on what, if any, exclusive resources OPCOM is holding).</description>
      <pubDate>Mon, 09 Jul 2007 23:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034615#M85069</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-07-09T23:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034616#M85070</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;No, cannot suspend process, and if I try to create another OPCOM manually it stack dumps with a 'device allocated to another user' error.&lt;BR /&gt;&lt;BR /&gt;Ho hum.</description>
      <pubDate>Mon, 09 Jul 2007 23:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034616#M85070</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2007-07-09T23:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034617#M85071</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;consider to elevate this problem to HP. As far as I remember, there still might be a problem causing an OPCOM loop and OpenVMS engineering is/was working on that last time I've heard.&lt;BR /&gt;&lt;BR /&gt;You can easily obtain PC samples with the PCS$SDA extension:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; PCS ! for help &lt;BR /&gt;SDA&amp;gt; PCS LOAD&lt;BR /&gt;SDA&amp;gt; PCS START TRACE/PID=&lt;PID-OF-OPCOM&gt;&lt;BR /&gt;...&lt;BR /&gt;SDA&amp;gt; PCS STOP TRACE&lt;BR /&gt;SDA&amp;gt; PCS SHOW TRACE&lt;BR /&gt;SDA&amp;gt; PCS UNLOAD&lt;BR /&gt;&lt;BR /&gt;If you can't stop OPCOM, the loop must be in the image/process rundown code in the operating system itself and may therefore also possible affect other processes ...&lt;BR /&gt;&lt;BR /&gt;Are you up to the current patch level ?&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-OPCOM&gt;</description>
      <pubDate>Mon, 09 Jul 2007 23:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034617#M85071</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-09T23:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034618#M85072</link>
      <description>Howdy Volker,&lt;BR /&gt;&lt;BR /&gt;As far as I am aware I am up to date, but will check...&lt;BR /&gt;&lt;BR /&gt;Attached is PCS log, will attempt to log a call tomorrow (it's been too long a day to struggle with logging a support call now...).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;PJ</description>
      <pubDate>Tue, 10 Jul 2007 00:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034618#M85072</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2007-07-10T00:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034619#M85073</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;looping in LIBRTL !&lt;BR /&gt;&lt;BR /&gt;This is the instruction reported most of the time in your PCS trace:&lt;BR /&gt;&lt;BR /&gt;{ .mib&lt;BR /&gt;LIBRTL+001C8740:&lt;BR /&gt;cmp4.lt     p6, p0 = r8, r0&lt;BR /&gt;mov         r1 = r51&lt;BR /&gt;(p6) br.cond.dptk.few 1FFFFE0 ;;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;So it 'looks' like a branch !!!&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SET PROC OPCOM&lt;BR /&gt;SDA&amp;gt; SHOW CALL/SUMM&lt;BR /&gt;&lt;BR /&gt;would report the call stack.&lt;BR /&gt;&lt;BR /&gt;As far as I remember, this matches the symptoms engineering is/was working on...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 10 Jul 2007 00:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034619#M85073</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-10T00:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034620#M85074</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;did you try STOP/ID=.../EXIT=mode ?&lt;BR /&gt;&lt;BR /&gt;Start with USER, then SUPER, then EXEC, then KERNEL.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 10 Jul 2007 10:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034620#M85074</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-10T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034621#M85075</link>
      <description>Use SDA, and take a look at the loop.&lt;BR /&gt;&lt;BR /&gt;There are kernel-mode tools around which allow clearing the NODELET flag, after which the process can be nuked.&lt;BR /&gt;&lt;BR /&gt;nb: I'm not where I can check an existing OpenVMS OPCOM process PCB right now, to see if this PCB$V_NODELET flag is set for this process.&lt;BR /&gt;&lt;BR /&gt;If the bit _is_ set, here's an example Really Big Hammer for this task:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/vmslt00b/vu/stop-i-mean-it-src.txt" target="_blank"&gt;http://mvb.saic.com/freeware/vmslt00b/vu/stop-i-mean-it-src.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is kernel-mode code and it writes to the process PCB, with all the risks inherent.&lt;BR /&gt;&lt;BR /&gt;Personally, I'd tend to let this process mimic the null process for a week or two, assuming this is a production server and it can be held together, pending a reboot or input from HP.  If you need to use the RBH approach, I'd first test it on an OpenVMS I64 box off to the side.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 11:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034621#M85075</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-10T11:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034622#M85076</link>
      <description>&lt;!--!*#--&gt;OPCOM does not have the NODELET bit set.&lt;BR /&gt;&lt;BR /&gt;Process index: 0011   Name: OPCOM             Extended PID: 22000411&lt;BR /&gt;--------------------------------------------------------------------&lt;BR /&gt;Process status:          00140001  RES,PHDRES,LOGIN&lt;BR /&gt;        status2:         00000111  QUANTUM_RESCHED,TCB&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 10 Jul 2007 11:44:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034622#M85076</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-10T11:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034623#M85077</link>
      <description>tx for the hammer pointer hoff,&lt;BR /&gt;&lt;BR /&gt;someone in here had some code to set quotas,&lt;BR /&gt;one could kick down quotas and hope it goes&lt;BR /&gt;into rwast. but if its really in a tight&lt;BR /&gt;loop that might not work.   Dean</description>
      <pubDate>Tue, 10 Jul 2007 13:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034623#M85077</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-07-10T13:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034624#M85078</link>
      <description>For altering quotas use Availability Manager. If, for some strange reason, you do not have that set up then use&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.quadratrix.be/qapq.html" target="_blank"&gt;http://www.quadratrix.be/qapq.html&lt;/A&gt;</description>
      <pubDate>Tue, 10 Jul 2007 13:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034624#M85078</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-07-10T13:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034625#M85079</link>
      <description>PJ,&lt;BR /&gt;&lt;BR /&gt;  An even bigger, uglier and more dangerous hammer... only if you're truly desperate. &lt;BR /&gt;&lt;BR /&gt;If the process really is looping in LIBRTL, and you can work out where (use the sources), and you can be fairly sure it's a rarely executed path... Since LIBRTL is resident, you could "patch" an instruction in on the fly from another process. Make it an illegal operand to force the process to crash.&lt;BR /&gt;&lt;BR /&gt;  Downsides - first you have to hope the process doesn't keep that particular instruction in an I-cache. Second you might kill innocent bystanders (including processes like the ones that might be controlling a pour of a few hundred tons of molten steel?)</description>
      <pubDate>Tue, 10 Jul 2007 17:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034625#M85079</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-07-10T17:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034626#M85080</link>
      <description>John, I was refraining from suggesting it -- having gone as far as the RBH, but -- OK -- you started it.  Just clonk a register or the stack from within kernel-mode, within in the context of the looping process.  Preferably resetting whatever register is causing the loop, if you can sort that out.  This assumes the loop is in user-mode.  No i-cache work required.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 18:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034626#M85080</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-10T18:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034627#M85081</link>
      <description>PJ,&lt;BR /&gt;&lt;BR /&gt;  Perhaps obvious... if you leave the system in its current bad state until you get a chance to shutdown, make sure you force a crash, and send the dump to HP for analysis. Anything that happens on OpenVMS which forces a reboot needs to be elevated to engineering.&lt;BR /&gt;&lt;BR /&gt;  Hoff, I was assuming that the failure of STOP/ID to affect a process which doesn't have NODELET set means it must be in inner mode, or at AST level. Wouldn't that prevent getting anything done in process context? (can't remember the rules for lobbing ASTs at other processes - does a SPKAST always get through?)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 23:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034627#M85081</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-07-10T23:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034628#M85082</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;just to confirm: OpenVMS engineering is still working on a looping OPCOM problem in OpenVMS I64 V8.3...&lt;BR /&gt;&lt;BR /&gt;Please raise a call and provide information from your problem. The more information about such a problem is being collected at the engineering level, the better are the chances to pin down and solve the problem.&lt;BR /&gt;&lt;BR /&gt;In any case, try to force a crash instead of just shutting down and rebooting the system.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 10 Jul 2007 23:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034628#M85082</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-10T23:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034629#M85083</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;As I recall -- OPCOM is where accounting runs -- do you have accounting enabled?   If so, try stopping accounting and see if anything changes.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 11 Jul 2007 08:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034629#M85083</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2007-07-11T08:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034630#M85084</link>
      <description>&amp;gt; OPCOM is where accounting runs&lt;BR /&gt;&lt;BR /&gt;How so? My recollection is that accounting is hooked into LOGINOUT.</description>
      <pubDate>Wed, 11 Jul 2007 14:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034630#M85084</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-07-11T14:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: OPCOM cannot be stopped - KILL needed?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034631#M85085</link>
      <description>Howdy all,&lt;BR /&gt;I was granted a small outage time so I could reboot this server, so was not able to generate dumps etc etc. So I'll keep mosying on and see if the same thing occurs again.&lt;BR /&gt;&lt;BR /&gt;Thanks for the interest, all.&lt;BR /&gt;&lt;BR /&gt;PJ</description>
      <pubDate>Sun, 15 Jul 2007 22:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/opcom-cannot-be-stopped-kill-needed/m-p/4034631#M85085</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2007-07-15T22:17:05Z</dc:date>
    </item>
  </channel>
</rss>

