<?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: High MPSYNC - help in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827716#M78089</link>
    <description>We do collect t4 data.  I don't see anything in T4 that might help determine the cause of the MPSYNC issue.  The data does show that the worse MPSYNC abuse occurs between 10-11AM.  I'll fire up the SPL procedure during that time tomorrow morning and post the results here.  &lt;BR /&gt;&lt;BR /&gt;I suspect that MQ may be part of the problem, but I have no proof.  We are a bit behind in VMS patches.  The last update was v7.3-2 Update 4.  I was trying to determine if MQ V3.0 was included in Update 4 or not.  If not, we are 2 patches behind with MQ.  The last MQ update I can see in the patch history on our system is MQ V2.0. Unfortunately, I've not been able to find information on-line about previous updates.  &lt;BR /&gt;&lt;BR /&gt;Maybe there are other patches that address spin-lock issues that we have not applied yet?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
    <pubDate>Wed, 02 Aug 2006 11:29:08 GMT</pubDate>
    <dc:creator>Thomas Thacker</dc:creator>
    <dc:date>2006-08-02T11:29:08Z</dc:date>
    <item>
      <title>High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827707#M78080</link>
      <description>We have recently been experiencing periods of very high MPSYNC activity.  I'd like to know what are the primary (typical) causes of high MPSYNC activity.&lt;BR /&gt;&lt;BR /&gt;We are running OpenVMS 7.3-2 on a 3-node cluster running on GS1280 systems.  The system in question is a 16 CPU system with 96GB of memory.  We are running Cerner's Millenium software suite, using an Oracle database.&lt;BR /&gt;&lt;BR /&gt;We use host-based shadowing and have HBMM enabled.  The system in question has 68 shadow disk sets.&lt;BR /&gt;&lt;BR /&gt;Cluster communication is through dual CIPCA adapters (the second one is for failover).&lt;BR /&gt;&lt;BR /&gt;The disks are dual-fiber connected to a Storageworks SAN (HSG80s).&lt;BR /&gt;&lt;BR /&gt;The activity has gone from approximately 100% (which was normal) to periods of 800-900% for MPSYNC mode (MONITOR MODE).&lt;BR /&gt;&lt;BR /&gt;Any information and/or hints where I should start looking would be appreciated.&lt;BR /&gt;&lt;BR /&gt;There have been no major changes in hardware or software configuration (including VMS updates) since last August.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2006 16:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827707#M78080</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-07-20T16:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827708#M78081</link>
      <description>Oracle... lots of IOs, lots of locking, lots of CPUs. Wild guess here... are you using dedicated CPU lock manager? If not, check out the&lt;BR /&gt;&lt;BR /&gt;$ mcr sysgen sys_par lckmgr_mode&lt;BR /&gt;&lt;BR /&gt;It's dynamic, so you might experiment... and if you're not already using FAST_PATH for the CIPCA, take a look at that SYSGEN parameter as well (it's not dynamic).</description>
      <pubDate>Thu, 20 Jul 2006 18:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827708#M78081</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-07-20T18:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827709#M78082</link>
      <description>&lt;BR /&gt;Along with Jim's comment, make sure to look at sysgen parameter LCKMGR_CPUID.  You don't want to have the dedicated lock manager running on a FAST_PATH cpu.  I've heard 8.3 will check for conflicts before assigning a lock manager cpu.&lt;BR /&gt;&lt;BR /&gt;For our in house database application the deciated lock manager makes a noticeable performance improvement.  &lt;BR /&gt;&lt;BR /&gt;LCKMGR_CPUID and LCKMGR_MODE are dynamic and can modified on the fly.  We tested  dedicated lock manager on GS-80s and GS-1280s.&lt;BR /&gt;&lt;BR /&gt;Andy Bustamante&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2006 19:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827709#M78082</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-07-20T19:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827710#M78083</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;what are the primary (typical) causes &lt;BR /&gt;&amp;gt;of high MPSYNC activity.&lt;BR /&gt;&lt;BR /&gt;  Generic answer - contention on spinlocks between CPUs. The question is WHICH spinlocks.&lt;BR /&gt; &lt;BR /&gt;  You can use the SDA Spinlock Tracing Utility to see which spinlocks are being hit. See&lt;BR /&gt;&lt;BR /&gt;$ ANALYZE/SYSTEM&lt;BR /&gt;SDA&amp;gt; SPL&lt;BR /&gt;&lt;BR /&gt;for some cursory documenation. See Chapter 8 of "HP OpenVMS System Analysis Tools Manual" for more details.&lt;BR /&gt;&lt;BR /&gt;Talk to your local CSC if you need further assistance in driving the tool, or interpreting the results.&lt;BR /&gt;&lt;BR /&gt;What you do depends on which spinlocks are most contentious.&lt;BR /&gt;&lt;BR /&gt;If it's the LCKMGR spinlock, using a dedicated lock manager CPU is a good idea. A 16P system is a likely candidate. The obvious question is "so why should I pay for an entire CPU to run the VMS lock manager?". The answer is "so lock management doesn't cost you MORE than an entire CPU!"&lt;BR /&gt;&lt;BR /&gt;At the moment you're using 8 or 9 CPUs just spinning waiting for spinlocks. You could STOP/CPU up to 6 or 7 CPUs and expect IMPROVED performance from the system as a whole!&lt;BR /&gt;&lt;BR /&gt;It's all about how code scales to multiple CPUs. From the workload which can be performed by a single CPU, adding a second will give "almost" 2x performance because of resource contention between the multiple streams of execution. Each additional CPU will add slightly less than the last one, until you reach a plateau where an extra CPU adds nothing. This is the "knee" in the scaling curve for your particular workload. Adding more CPUs will REDUCE the overall throughput because contention is increased by more than the additional compute power added. At 8-900% MPSYNCH, your workload could be past the knee and well on it's way to the ankle ;-)&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jul 2006 22:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827710#M78083</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-07-20T22:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827711#M78084</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;there is a procedure SYS$EXAMPLES:SPL.COM which collects SPINLOCK information and also has some comments and background information included.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 21 Jul 2006 01:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827711#M78084</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-07-21T01:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827712#M78085</link>
      <description>Thanks to all for the great responses.  It's exactly the kind of info I was looking for.&lt;BR /&gt;&lt;BR /&gt;FYI - we have FAST_PATH enabled, but not dedicated lock manager for this node.  I'll try that today.&lt;BR /&gt;&lt;BR /&gt;Based on the spinlock data I saw, it looks like the MQ interface that Cerner uses is the biggest spinlock user...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 21 Jul 2006 07:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827712#M78085</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-07-21T07:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827713#M78086</link>
      <description>Thomas, such expert, timely, support level advice (for free!) is surely worth assigning some points!  Don't worry, they're free as well ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Fri, 21 Jul 2006 08:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827713#M78086</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2006-07-21T08:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827714#M78087</link>
      <description>I dedicated a CPU to the lock manager this morning.  &lt;BR /&gt;&lt;BR /&gt;So far, I've noticed no MPSYNC improvement.  Still seeing periods of over 800% MPSYNC time...not good...  At times, MPSYNC spikes to consume almost all 16 CPUs!.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 08:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827714#M78087</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-08-02T08:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827715#M78088</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;maybe it's time to use SYS$EXAMPLES:SPL.COM and provide the output for us to look at...&lt;BR /&gt;&lt;BR /&gt;T4 would also be a very useful tool to collect system performance information in such a situation. OpenVMS engineering is using this tool for performance analysis.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/OpenVMS/products/t4/index.html" target="_blank"&gt;http://h71000.www7.hp.com/OpenVMS/products/t4/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 08:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827715#M78088</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T08:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827716#M78089</link>
      <description>We do collect t4 data.  I don't see anything in T4 that might help determine the cause of the MPSYNC issue.  The data does show that the worse MPSYNC abuse occurs between 10-11AM.  I'll fire up the SPL procedure during that time tomorrow morning and post the results here.  &lt;BR /&gt;&lt;BR /&gt;I suspect that MQ may be part of the problem, but I have no proof.  We are a bit behind in VMS patches.  The last update was v7.3-2 Update 4.  I was trying to determine if MQ V3.0 was included in Update 4 or not.  If not, we are 2 patches behind with MQ.  The last MQ update I can see in the patch history on our system is MQ V2.0. Unfortunately, I've not been able to find information on-line about previous updates.  &lt;BR /&gt;&lt;BR /&gt;Maybe there are other patches that address spin-lock issues that we have not applied yet?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 02 Aug 2006 11:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827716#M78089</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-08-02T11:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827717#M78090</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;VMS732_UPDATE-V0100 included VMS732_MQ-V0100. VMS732_MQ-V0300 was included in VMS732_UPDATE-V0500.&lt;BR /&gt;&lt;BR /&gt;There may be an 'interesting' fix in VMS732_MQ-V0300:&lt;BR /&gt;&lt;BR /&gt;5.2.1  Performance Degradation&lt;BR /&gt;&lt;BR /&gt;5.2.1.1  Problem Description:&lt;BR /&gt;&lt;BR /&gt;When a single global section contains thousands of pshared objects, large multiprocessor systems can experience poor performance and very high MP_Synch times.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's a pity, that HP does not keep old VMS patch descriptions online. For a problem like this, you would be very interested in that kind of information. I have kept all those patch descriptions stored locally.&lt;BR /&gt;&lt;BR /&gt;Old patch descriptions are also kept online by openvms.org and decuserve.org - you'll find links in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.org/pages.php?page=Patches" target="_blank"&gt;http://www.openvms.org/pages.php?page=Patches&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 11:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827717#M78090</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T11:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827718#M78091</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;I've now also find old VMS patch descriptions in Ask Compaq (nowadays called: IT resource center - Search Assistant):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/james/CPQhome.do" target="_blank"&gt;http://www5.itrc.hp.com/service/james/CPQhome.do&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 12:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827718#M78091</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827719#M78092</link>
      <description>Jim wrote: "Oracle... lots of IOs, lots of locking, lots of CPUs. Wild guess here... are you using dedicated CPU lock manager?"&lt;BR /&gt;&lt;BR /&gt;Hmmm, best I know Oracle does NOT use the VMS lock manager, so a dedicated lock manager would not help for that.&lt;BR /&gt;&lt;BR /&gt;Thomas,&lt;BR /&gt;Is this a single system solution or 3-tier?&lt;BR /&gt;Is the problem on the DB server or the app side? The Millenium app can have lots of locking.&lt;BR /&gt;&lt;BR /&gt;What are the lock rates according to monitor (MONI LOCK|DLOCK) or T4 (check LCK73 params)&lt;BR /&gt;&lt;BR /&gt;Speaking of T4... does the 'Correlate' button show anything interesting (once you remove all per-cpu mode data).&lt;BR /&gt;&lt;BR /&gt;An other potential cause for high MPSYNC is the network stack. Are you using Multinet per chance? If using VMS TCP/IP then make sure the scaleable kernel is enabled.&lt;BR /&gt;&lt;BR /&gt;What does Cerner support suggest might be the cause. They ought to know!&lt;BR /&gt;&lt;BR /&gt;Mostly though, listen carefully to Volker and try to report what is atually consuming MPSYNC through the SPL data.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827719#M78092</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-08-02T12:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827720#M78093</link>
      <description>The problem is not on the system that serves the Oracle database.  It on a node that hosts the application SRVxxxx processes (271 of them).&lt;BR /&gt;&lt;BR /&gt;The lock rates in T4 for all LCK73 items is zero.  Monitor lock/dlock shows there are no deadlocks.&lt;BR /&gt;&lt;BR /&gt;The correlate function does not indicate indicate anything interesting (at least to me).&lt;BR /&gt;&lt;BR /&gt;We are using TCPIP Service for OpenVMS V5.4 ECO 5.  The scaleable kernel is enabled.&lt;BR /&gt;&lt;BR /&gt;Opening a ticket with Cerner was next on my list.  I just wanted to understand the problem better and do some basic research and troubleshooting first.&lt;BR /&gt;&lt;BR /&gt;I have attached the output from an SPL run today (after the dedicated lock mgr change).  It's not the prime MPSYNC time, but it's still higher than normal.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for the responses.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 02 Aug 2006 13:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827720#M78093</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-08-02T13:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827721#M78094</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;I'm missing the SPL ANALYZE output. This may be due to an error reported:&lt;BR /&gt;&lt;BR /&gt;(10) CPU 5 has acquired spinlock at 0X835F4B80 at incorrect IPL; CPU already associated with spinlock at 0X82565380. Returning...&lt;BR /&gt;&lt;BR /&gt;This looks like a possible spinlock synchronization issue or an error in SPL ANALYZE.&lt;BR /&gt;&lt;BR /&gt;The output file should start with a node summary CPU statistics. Maybe try again. There is an example output in the System Analysis Tools manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/6549/6549pro_030.html#command_124" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/6549/6549pro_030.html#command_124&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Aug 2006 03:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827721#M78094</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-03T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827722#M78095</link>
      <description>I've attached the SPL output.  The summary info is in this output file.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Toom</description>
      <pubDate>Thu, 03 Aug 2006 09:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827722#M78095</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-08-03T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827723#M78096</link>
      <description>In SDA what does &lt;BR /&gt;SHOW SPINLOCK/ADDR=835F4B80&lt;BR /&gt;show ?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 09:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827723#M78096</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-03T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827724#M78097</link>
      <description>&lt;!--!*#--&gt;Yeah, that 835F4B80 really stands out and would seem to explain 90% of the MPSYNC time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Spinlock    % Time Held   Acquires/sec   Average Hold    % Time Spinning&lt;BR /&gt;------------  -----------   ------------   ------------&lt;BR /&gt;835F4B80     88.8     490.6        2080501      513.6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Spinlock  &lt;BR /&gt;   Caller's PC&lt;BR /&gt;---------&lt;BR /&gt;835F4B80    &lt;BR /&gt;   80162804 PSHARED_OBJECT_CREATE_C+007F4&lt;BR /&gt;   80162874 PSHARED_OBJECT_CREATE_C+00864&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 10:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827724#M78097</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-08-03T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827725#M78098</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;... and this EXACTLY matches the symptoms solved in VMS732_MQ-V0300, which you do not yet have installed.&lt;BR /&gt;&lt;BR /&gt;A great example for SPL tracing - I hope you would allow me to use this for my next DECUS crashdump or SDA extension training.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Aug 2006 10:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827725#M78098</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-03T10:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: High MPSYNC - help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827726#M78099</link>
      <description>It does not show much.&lt;BR /&gt;&lt;BR /&gt;Show spinlock/addr=835F4B80&lt;BR /&gt;&lt;BR /&gt;System dynamic spinlock structures&lt;BR /&gt;----------------------------------&lt;BR /&gt;Unknown                                Address        835F4B80&lt;BR /&gt;Owner CPU ID         None              DIPL           00000006&lt;BR /&gt;Ownership Depth    FFFFFFFF            Rank           FFFFFFFF&lt;BR /&gt;Timeout Interval   007FFFFF            Share Array    00000000&lt;BR /&gt;&lt;BR /&gt;I have no problem with using the SDA ouput for training.&lt;BR /&gt;&lt;BR /&gt;I'll get the patch installed as soon as I can get a downtime scheduled.&lt;BR /&gt;&lt;BR /&gt;Thank again,&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 03 Aug 2006 10:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-mpsync-help/m-p/3827726#M78099</guid>
      <dc:creator>Thomas Thacker</dc:creator>
      <dc:date>2006-08-03T10:22:49Z</dc:date>
    </item>
  </channel>
</rss>

