<?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: Weird performance problem in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880312#M20540</link>
    <description>Hmm, I think you are onto something with that DKA0 response time. That's your system disk no? Can you evacuate all Oracle files away form there? (Like your first control file).&lt;BR /&gt;I would think there is no point in any other analysis untill that is resolved. You might try some more speed verifications with simple searc/stat or convert/stat, making sure the file is big enough not to fit in your (small vcc cache), just search the pagefile or something like that.&lt;BR /&gt;&lt;BR /&gt;There are a few minor odd things, and the tuning is aggresive the reserved memory and such: ** Reserved memory size = 402653184 greater than created SGA size = 371589120 **&lt;BR /&gt;and:&lt;BR /&gt;Memory Reservations (pages):                Reserved      In Use        Type&lt;BR /&gt;  Main Memory (640.00Mb)           81920       13551       65203        3166&lt;BR /&gt;ORA_REPORT_SGA                                 49152       45361   Allocated&lt;BR /&gt;ORA_REPORT_SGA                                    48          45  Page Table&lt;BR /&gt;Total (384 Mb reserved)                        49200       45406&lt;BR /&gt;&lt;BR /&gt;Oracle is right... those 30M are wasteed and are almost 10% of the SGA, and 5% of the whole system.&lt;BR /&gt;There is still plenty of free memory, but the system was not under load was it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ORA-600 [17114]&lt;BR /&gt;see note: Note:34782.1 &lt;BR /&gt;"KGH Bad magic number in header"&lt;BR /&gt;Oracle has detected that the magic number in a memory chunk header has been  &lt;BR /&gt;   overwritten. &lt;BR /&gt;  &lt;BR /&gt;   This is a heap (in memory) corruption and there is no underlying data  &lt;BR /&gt;   corruption. &lt;BR /&gt;  &lt;BR /&gt;   The error may occur in the one of the process specific heaps   &lt;BR /&gt;   (the Call heap, PGA heap, or session heap) or in the shared heap (SGA)."&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; AlphaServer 800 5/333&lt;BR /&gt;If you do consider/are forced to upgrade Oralce, then you can not go too far without having to upgrade the CPU. This is an EV5, not EV5.6, so not suitable for the latests Oracle. Also... that's a rather dated alpha with modest memory. It's going to be hard to make that look real good compared to a more modern (alpha) system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 16 Jan 2005 21:57:38 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2005-01-16T21:57:38Z</dc:date>
    <item>
      <title>Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880310#M20538</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;this one is killing me. &lt;BR /&gt;For a customer I did some performance tuning. Using a secure approach I configured a reference system on a smaller system to ensure, that their will be no unexpected failures. All things were fine - and - now I've got an additional performance problem I can't pin down.&lt;BR /&gt;&lt;BR /&gt;The first week the results were good, but now they have response time problems. &lt;BR /&gt;Biggest problem is, that it is a fully desupported configuration. (And no chance/budget to upgrade (so this isn't the solution). &lt;BR /&gt;- VMS 7.1 (with the recent patches, but not 7.1-1h2 or later) &lt;BR /&gt;- Oracle 7.3.2.3 &lt;BR /&gt;- UCX 4.1 ECO 10 (this is the last ECO) &lt;BR /&gt;&lt;BR /&gt;Maybe some kind soul can give me hints/tipps. &lt;BR /&gt;&lt;BR /&gt;First I suspected (I did the UCX patch upgrade) it is something related to this. But PING results are very good (&amp;lt; 1 ms) and the TNSPINGs, too (&amp;lt; 80 ms). &lt;BR /&gt;What I checked: &lt;BR /&gt;- LSNRCTL startup times are very long (I checked all possibilities I found after intensive search within METALINK) &lt;BR /&gt;like: &lt;BR /&gt;- UCX parameters (large, small buffers, device sockets, all ok) &lt;BR /&gt;- TCPIP-problems (dns resolving) not existent, interfaces reporting no errors. &lt;BR /&gt;- SDU etc. values correct (probably the reason for the now very good TNSPING values) &lt;BR /&gt;- Tracefiles activated, but no real errors found. &lt;BR /&gt;&lt;BR /&gt;What I observe: &lt;BR /&gt;Logging in via TCPIP and BEQ is very slow. &lt;BR /&gt;Description: &lt;BR /&gt;Sqlplus user &lt;BR /&gt;... fast response &lt;BR /&gt;password: xxxx &lt;BR /&gt;20 seconds wait, than accepted. &lt;BR /&gt;I don't think, that I have a TCPIP/SQL*Net problem. &lt;BR /&gt;Same on the reference system needs only 3 seconds.&lt;BR /&gt;&lt;BR /&gt;Alert-log, sqlnet.trc, etc. don't report anything unusual. &lt;BR /&gt;&lt;BR /&gt;To put more speedup in the database I recommended a memory upgrade. This was installed (add. 512 MB kit (refurbished, no original parts available)).&lt;BR /&gt;Prod.System: AS 800 5/333 (640 MB)&lt;BR /&gt;Ref.System:  AS 1000 4/266 (256 MB)&lt;BR /&gt;&lt;BR /&gt;The rest, especially disk layout is a close 1:1 - clone of the production environment.&lt;BR /&gt;&lt;BR /&gt;My current suspects:&lt;BR /&gt;- Problem within the memory (but I can't find any proof for that)&lt;BR /&gt;- Miscalculated system parameters (the system had last friday problems with the resident programs for oracle (global page table full, fixed this and no problems with this)&lt;BR /&gt;- The customer told me about some time-by-time problems with the (!) tokenring card (never had any since all the time) - Interface wt0.&lt;BR /&gt;&lt;BR /&gt;Attached the results of the Oracle RDA (remote diagnostic assistant). I had to to some "patching" to convince the DCL-program to run in this environment.&lt;BR /&gt;&lt;BR /&gt;Any hints/pointers greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Andreas &lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2005 14:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880310#M20538</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-01-16T14:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880311#M20539</link>
      <description>Did some more analysis.&lt;BR /&gt;&lt;BR /&gt;Another suspect - the disks:&lt;BR /&gt;&lt;BR /&gt;I've got a small tool to test read access times:&lt;BR /&gt;&lt;BR /&gt;ORASRV::SYSTEM $ r access&lt;BR /&gt;Device to test: dka300&lt;BR /&gt;Seek range in MB (0 for full disk): 10&lt;BR /&gt;Single or double buffering (s/d): d&lt;BR /&gt;Double buffered average access time is  4.6 ms&lt;BR /&gt;Test has completed after   3375 random reads.&lt;BR /&gt;&lt;BR /&gt;ORASRV::SYSTEM $ r access&lt;BR /&gt;Device to test: dka200&lt;BR /&gt;Seek range in MB (0 for full disk): 10&lt;BR /&gt;Single or double buffering (s/d): d&lt;BR /&gt;Double buffered average access time is  6.6 ms&lt;BR /&gt;Test has completed after   1500 random reads.&lt;BR /&gt;ORASRV::SYSTEM $ r access&lt;BR /&gt;Device to test: dka100&lt;BR /&gt;Seek range in MB (0 for full disk): 10&lt;BR /&gt;Single or double buffering (s/d): d&lt;BR /&gt;Double buffered average access time is  7.5 ms&lt;BR /&gt;Test has completed after   1500 random reads.&lt;BR /&gt;ORASRV::SYSTEM $ r access&lt;BR /&gt;Device to test: dka0&lt;BR /&gt;Seek range in MB (0 for full disk): 10&lt;BR /&gt;Single or double buffering (s/d): d&lt;BR /&gt; Interrupt&lt;BR /&gt;&lt;BR /&gt;The last test on DKA0 (where the OS and Oracle live together) didn't complete after several minutes. So I interrupted the command.&lt;BR /&gt;&lt;BR /&gt;The disk report doesn't show any errors.&lt;BR /&gt;&lt;BR /&gt;Disk ORASRV$DKA0:, device type DEC RZ1CB-CS, is online, mounted, file-oriented&lt;BR /&gt;    device, shareable, available to cluster, error logging is enabled, device is&lt;BR /&gt;    busy.&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed           11143527&lt;BR /&gt;    Owner process                 ""    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;BR /&gt;    Reference count              625    Default buffer size                 512&lt;BR /&gt;    Total blocks             8380080    Sectors per track                   113&lt;BR /&gt;    Total cylinders             3708    Tracks per cylinder                  20&lt;BR /&gt;&lt;BR /&gt;    Volume label         "AXPVMSSYS"    Relative volume number                0&lt;BR /&gt;    Cluster size                   9    Transaction count                   574&lt;BR /&gt;    Free blocks              2956563    Maximum files allowed            419004&lt;BR /&gt;    Extend quantity                5    Mount count                           1&lt;BR /&gt;    Mount status              System    Cache name      "_ORASRV$DKA0:XQPCACHE"&lt;BR /&gt;    Extent cache size             64    Maximum blocks in extent cache   295656&lt;BR /&gt;    File ID cache size            64    Blocks currently in extent cache  14544&lt;BR /&gt;    Quota cache size               0    Maximum buffers in FCP cache        184&lt;BR /&gt;    Volume owner UIC           [1,1]    Vol Prot    S:RWCD,O:RWCD,G:RWCD,W:RWCD&lt;BR /&gt;&lt;BR /&gt;  Volume Status:  subject to mount verification, protected subsystems enabled,&lt;BR /&gt;      write-through caching enabled.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2005 15:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880311#M20539</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-01-16T15:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880312#M20540</link>
      <description>Hmm, I think you are onto something with that DKA0 response time. That's your system disk no? Can you evacuate all Oracle files away form there? (Like your first control file).&lt;BR /&gt;I would think there is no point in any other analysis untill that is resolved. You might try some more speed verifications with simple searc/stat or convert/stat, making sure the file is big enough not to fit in your (small vcc cache), just search the pagefile or something like that.&lt;BR /&gt;&lt;BR /&gt;There are a few minor odd things, and the tuning is aggresive the reserved memory and such: ** Reserved memory size = 402653184 greater than created SGA size = 371589120 **&lt;BR /&gt;and:&lt;BR /&gt;Memory Reservations (pages):                Reserved      In Use        Type&lt;BR /&gt;  Main Memory (640.00Mb)           81920       13551       65203        3166&lt;BR /&gt;ORA_REPORT_SGA                                 49152       45361   Allocated&lt;BR /&gt;ORA_REPORT_SGA                                    48          45  Page Table&lt;BR /&gt;Total (384 Mb reserved)                        49200       45406&lt;BR /&gt;&lt;BR /&gt;Oracle is right... those 30M are wasteed and are almost 10% of the SGA, and 5% of the whole system.&lt;BR /&gt;There is still plenty of free memory, but the system was not under load was it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ORA-600 [17114]&lt;BR /&gt;see note: Note:34782.1 &lt;BR /&gt;"KGH Bad magic number in header"&lt;BR /&gt;Oracle has detected that the magic number in a memory chunk header has been  &lt;BR /&gt;   overwritten. &lt;BR /&gt;  &lt;BR /&gt;   This is a heap (in memory) corruption and there is no underlying data  &lt;BR /&gt;   corruption. &lt;BR /&gt;  &lt;BR /&gt;   The error may occur in the one of the process specific heaps   &lt;BR /&gt;   (the Call heap, PGA heap, or session heap) or in the shared heap (SGA)."&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; AlphaServer 800 5/333&lt;BR /&gt;If you do consider/are forced to upgrade Oralce, then you can not go too far without having to upgrade the CPU. This is an EV5, not EV5.6, so not suitable for the latests Oracle. Also... that's a rather dated alpha with modest memory. It's going to be hard to make that look real good compared to a more modern (alpha) system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2005 21:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880312#M20540</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-01-16T21:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880313#M20541</link>
      <description>Andreas,&lt;BR /&gt;&lt;BR /&gt;On the DKA0 timing issue, I would check if this is an activity issue or a hardware problem. In some cases, small configuration differences can causes dramatically different IO rates, which can cause something similar to what you describe.&lt;BR /&gt;&lt;BR /&gt;I would check the Cumulative IO count on the disk when you are experiencing the pause. If it is continuing to otherwise process normally (and in some cases, the SHOW command itself may be impacted -- after all, paging/image loading is also from this disk), then I would be suspicious that a difference between the configurations is causing a higher io/paging rate, and you are seeing a contention problem.&lt;BR /&gt;&lt;BR /&gt;You could also verify this by running MONITOR DISK from another workstation and checking the results.&lt;BR /&gt;&lt;BR /&gt;I have also seen a variety of tuning induced similar behaviors. &lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 17 Jan 2005 05:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880313#M20541</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-01-17T05:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880314#M20542</link>
      <description>you said no problems with dns name resolution - are incoming telnet logins are logged in the operator.log with the nodename of the remote node?&lt;BR /&gt;&lt;BR /&gt;Can you see which step in the login process is taking a long time? - Is it the password validation or after that (something in SYLOGIN parhaps)?</description>
      <pubDate>Mon, 17 Jan 2005 06:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880314#M20542</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-17T06:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880315#M20543</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks for the first responses.&lt;BR /&gt;&lt;BR /&gt;Perhaps I wasn't explicit enough:&lt;BR /&gt;- Hardware-Upgrade/Software-Upgrade etc. isn't a option in the moment. (Neither VMS nor Oracle)&lt;BR /&gt;- The clone system (an elder CPU generation with lower frequency) is running fine.&lt;BR /&gt;&lt;BR /&gt;@Ian: &lt;BR /&gt;Login is no problem. I checked the startup of a sql-session with the old "set watch file/class=all" trick. It is not a network configuration problem. All is running fine, but with different (slower) execution times on the AS800.&lt;BR /&gt;@Robert:&lt;BR /&gt;The problem IS dka0. But I can't find any hint pointing to hardware problems. &lt;BR /&gt;Question: Is a DEC RZ1CB-CS with 70 IO/s over the max. IO?&lt;BR /&gt;@Hein:&lt;BR /&gt;Yes, I was thinking about relocating the Oracle-Home directory, but this should be some sort of last choice. And again, the cloned system is running fine.&lt;BR /&gt;The memory wasting hint: I'm aware of this, but it is very difficult to calculate the correct size of the single SGA parameters. I'm using an Excel sheet to do the calculations, but the larger the available memory the larger the potential loss.&lt;BR /&gt;The Oracle 600 error you mentioned happens there once a day. Don't ask me, why, probably an old bug of 7.3 (and absolute no change to get a patch). &lt;BR /&gt;&lt;BR /&gt;Just for information about the background:&lt;BR /&gt;- I setup this system (I really forgot this when I accepted the task) 8 years ago. A typical launch and forget system (a big advantage of OpenVMS). Additional database software was developed meanwhile, but the developer died last year. No sources in the moment, so no change to tune at the application side. &lt;BR /&gt;I'm taking care of this system, because we want to offer a follow-up system (vms based :-) ).&lt;BR /&gt;The happier the customer after the tuning, the bigger the chance to convince them to buy a new one from us. :-)</description>
      <pubDate>Mon, 17 Jan 2005 08:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880315#M20543</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-01-17T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880316#M20544</link>
      <description>Probably found the solution. For some reason, the trace level setting in sqlnet.ora in conjunction with some other activity filled up the systems io-activity. Thanks anyway.&lt;BR /&gt;The customer is happy, tuning gave a 2x faster result. Some queries now take couple of seconds instead of 1 hour. :-)&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Fri, 28 Jan 2005 11:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880316#M20544</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-01-28T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Weird performance problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880317#M20545</link>
      <description>read the last reply. :-)</description>
      <pubDate>Fri, 28 Jan 2005 11:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/weird-performance-problem/m-p/4880317#M20545</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-01-28T11:35:40Z</dc:date>
    </item>
  </channel>
</rss>

