<?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 Interrupt CPU when shadow copy in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027758#M24095</link>
    <description>Hoff,&lt;BR /&gt;&lt;BR /&gt;As for upgrading to a newer version, we are working with our customer to that end.&lt;BR /&gt;&lt;BR /&gt;It is not my job to run the train,&lt;BR /&gt;or even ring the bell.&lt;BR /&gt;But watch this baby jump the tracks,&lt;BR /&gt;and see who catches hell!</description>
    <pubDate>Sun, 11 Feb 2007 23:53:34 GMT</pubDate>
    <dc:creator>Cass Witkowski</dc:creator>
    <dc:date>2007-02-11T23:53:34Z</dc:date>
    <item>
      <title>High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027750#M24087</link>
      <description>We have a 4 node ES40 cluster running OpenVMS V7.3.  The disks are on HSG80s&lt;BR /&gt;When performing shadow copy operations I see high CPU usage.  On a single ES40 node with 4 CPUs I see the following:&lt;BR /&gt;&lt;BR /&gt;CPU  Interrupt stack %&lt;BR /&gt;0     84&lt;BR /&gt;1      1&lt;BR /&gt;2     89&lt;BR /&gt;3      1&lt;BR /&gt;&lt;BR /&gt;CPU 2 is the fastpath for the FGA0 device.&lt;BR /&gt;&lt;BR /&gt;Do these Interrupt stack values seem within reason?&lt;BR /&gt;&lt;BR /&gt;SHADOW_MAX_COPY = 2 &lt;BR /&gt;SHAD$MERGE_DELAY_FACTOR = 400&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Cass</description>
      <pubDate>Sun, 11 Feb 2007 02:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027750#M24087</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2007-02-11T02:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027751#M24088</link>
      <description>That's a known issue. I fixed this just before I left HP, it has to do with pool management by SYS$DKDRIVER. It allocates and zeroes huge packets in nonpaged pool, and because of the size and if you have a fragmented free list it has to walk that list over and over again, causing the high interrupt stack time. The latest version has some smarts in the buffer management which makes a real difference. You can verfiy the freelist size by going into SDA and do a CLUE MEM/FREE. If it's more than a couple of 1000's you will start to notice this.&lt;BR /&gt;&lt;BR /&gt;Upgrade to at least V7.3-2 and apply the latest fibre_scsi patchkit.&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 03:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027751#M24088</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2007-02-11T03:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027752#M24089</link>
      <description>Would this also affect normal operations?  I did the clue mem/free and had over 38,000 elements</description>
      <pubDate>Sun, 11 Feb 2007 04:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027752#M24089</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2007-02-11T04:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027753#M24090</link>
      <description>Sure, with 38000 it's amazing that the system still runs. Make sure you have the system parameters NPAG_GENTLE and NPAG_AGGRESSIVE set to 100 (default in V8.2).&lt;BR /&gt;&lt;BR /&gt;If you want to play then I have a program to fragment nonpaged pool even worse :-)&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 05:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027753#M24090</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2007-02-11T05:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027754#M24091</link>
      <description>Cass,&lt;BR /&gt;  do you have npag_aggressive set to 100, and npag_gentle to set 100? You should as this turns off some pool management algorithms which can lead to fragmented pool.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 05:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027754#M24091</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-02-11T05:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027755#M24092</link>
      <description>Cass,&lt;BR /&gt;&lt;BR /&gt;with that many packets on the free packet list, you are quite likely to run into CPUSPINWAIT crashes, when one of the CPUs needs to traverse that list to obtain or release a nonpaged pool packet and another CPU is trying to acquire the POOL spinlock.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 11 Feb 2007 08:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027755#M24092</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-02-11T08:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027756#M24093</link>
      <description>Above and beyond the fix in the ECO that Jur points to, an upgrade to V7.3-2 is going to show multiple other performance benefits.  Benefits that can be quite significant.   The shadowing- and SMP-related performance updates may well assist with your goals and requirements here, for instance.  Various HP customer folks have publicly reported significant speed-ups.  &lt;BR /&gt;&lt;BR /&gt;V7.3-2 is a PVS release.&lt;BR /&gt;&lt;BR /&gt;As it is not a major upgrade for OpenVMS Alpha (and was centrally release-numbered to track OpenVMS I64 release numbering), I'd also look at an upgrade to the current release; to V8.3.  The OpenVMS Alpha V8.3 release is in the roadmap as being the current release and then probably (if the current HP CVS/PVS process holds) being PVS-eligible (ECOs) through 2011 or so.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 10:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027756#M24093</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-11T10:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027757#M24094</link>
      <description>NPAG_GENTLE was 85 and NPAG_AGGRESSIVE was 50.&lt;BR /&gt;&lt;BR /&gt;I have set these 100.  Will this help defragement the NPAGE pool or will I have to reboot?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 23:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027757#M24094</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2007-02-11T23:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027758#M24095</link>
      <description>Hoff,&lt;BR /&gt;&lt;BR /&gt;As for upgrading to a newer version, we are working with our customer to that end.&lt;BR /&gt;&lt;BR /&gt;It is not my job to run the train,&lt;BR /&gt;or even ring the bell.&lt;BR /&gt;But watch this baby jump the tracks,&lt;BR /&gt;and see who catches hell!</description>
      <pubDate>Sun, 11 Feb 2007 23:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027758#M24095</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2007-02-11T23:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027759#M24096</link>
      <description>If you changed the parameters you have to reboot to get it fixed.&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Feb 2007 01:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027759#M24096</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2007-02-12T01:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: High Interrupt CPU when shadow copy</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027760#M24097</link>
      <description>Thanks again for the quick and helpful responses&lt;BR /&gt;&lt;BR /&gt;Solution is to upgrade to at least OpenVMS V7.3-2 plus Fibre_SCSI patches and set NPAG_GENTLE and NPAG_AGRESSIVE SYSGEN parameters to 100</description>
      <pubDate>Wed, 14 Feb 2007 13:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/high-interrupt-cpu-when-shadow-copy/m-p/5027760#M24097</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2007-02-14T13:26:25Z</dc:date>
    </item>
  </channel>
</rss>

