<?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: One server is fast, the other slow...kernel parameters? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284847#M335917</link>
    <description>This is pretty vague. You might look into other things like bad disks, lan connection, san zoning, etc. I once had a server that responded very slowly and the issue ended up being that the server was plugged into a port that was statically defined as 10Mb. Other things to consider are your vxfs mount options for data files. If you don't set the options you will be double buffering which could cause delays. Good luck.</description>
    <pubDate>Fri, 10 Oct 2008 15:45:15 GMT</pubDate>
    <dc:creator>Court Campbell</dc:creator>
    <dc:date>2008-10-10T15:45:15Z</dc:date>
    <item>
      <title>One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284843#M335913</link>
      <description>&lt;!--!*#--&gt;We have two servers - both running Oracle 10G.&lt;BR /&gt;One server (rp4440) runs great, the other (rp5470) runs horribly.&lt;BR /&gt;&lt;BR /&gt;Kernel parameters are the suspect according to DBAs. Oracle tuning / SQL queries are the suspect according to sysadmins.&lt;BR /&gt;&lt;BR /&gt;Probably, this same war has been waged many times before. So, we are looking for any help if it is possible.&lt;BR /&gt;&lt;BR /&gt;Below is a list of kernel parameters that are different between the two boxes.&lt;BR /&gt;&lt;BR /&gt;kernel parameter rp4440-20G rp5470-16G&lt;BR /&gt;STRCTLSZ               1024          0&lt;BR /&gt;dbc_max_pct              10          8&lt;BR /&gt;dbc_min_pct               5          4&lt;BR /&gt;ksi_alloc_max         32768      75264&lt;BR /&gt;max_thread_proc        1024       3000&lt;BR /&gt;maxdsiz          1073741824 3221225472&lt;BR /&gt;maxdsiz_64bit    2147483648 3221225472&lt;BR /&gt;maxfiles               4096       2663&lt;BR /&gt;maxfiles_lim           8192       2663&lt;BR /&gt;maxssiz           134217728  268435456&lt;BR /&gt;maxtsiz            67108864 1073741824&lt;BR /&gt;maxtsiz_64bit    1073741824 3221225472&lt;BR /&gt;maxusers                 32       1080&lt;BR /&gt;maxvgs                   10         64&lt;BR /&gt;ncallout               7200      16496&lt;BR /&gt;nclist                  612      17380&lt;BR /&gt;ncsize                39936      35840&lt;BR /&gt;nkthread               7184      16480&lt;BR /&gt;nproc                  4096       9408&lt;BR /&gt;nsysmap                8192      18816&lt;BR /&gt;nsysmap64              8192      18816&lt;BR /&gt;semume                   10         64&lt;BR /&gt;semvmx                32768      32767&lt;BR /&gt;shmmax          14680064000 3221225472&lt;BR /&gt;&lt;BR /&gt;Hopefully, this is enough info to get us started.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284843#M335913</guid>
      <dc:creator>Daniel D.B. Shafer Sr.</dc:creator>
      <dc:date>2008-10-10T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284844#M335914</link>
      <description>&amp;gt;&amp;gt;One server (rp4440) runs great, the other (rp5470) runs horribly.&lt;BR /&gt;&lt;BR /&gt;What exactly do you mean by this?  The same task on one completes faster than on the other?&lt;BR /&gt;&lt;BR /&gt;What is the configuration of the servers?  # or processors in each?  Amount of RAM?  Type of disk?&lt;BR /&gt;&lt;BR /&gt;The processors on the rp4440 are significantly faster than the rp5470.  If the rp4440 has more RAM then this could make a difference as well.&lt;BR /&gt;&lt;BR /&gt;Have you checked your 'swapinfo -tam' output on the rp5470 to make sure you aren't paging out?</description>
      <pubDate>Fri, 10 Oct 2008 15:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284844#M335914</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-10-10T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284845#M335915</link>
      <description>swapinfo -tam output...&lt;BR /&gt;rp4440&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       10240       0   10240    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    5358   -5358&lt;BR /&gt;memory    15697    2133   13564   14%&lt;BR /&gt;total     25937    7491   18446   29%       -       0    -&lt;BR /&gt;&lt;BR /&gt;rp5470&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        2048       0    2048    0%       0       -    1  /dev/vgroot/lvswapA&lt;BR /&gt;dev        4000       0    4000    0%       0       -    0  /dev/vgroot/lvswapB&lt;BR /&gt;reserve       -    6048   -6048&lt;BR /&gt;memory    12866    4338    8528   34%&lt;BR /&gt;total     18914   10386    8528   55%       -       0    -&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284845#M335915</guid>
      <dc:creator>Daniel D.B. Shafer Sr.</dc:creator>
      <dc:date>2008-10-10T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284846#M335916</link>
      <description>Configuration:&lt;BR /&gt;rp4440&lt;BR /&gt;20G RAM&lt;BR /&gt;4 processors&lt;BR /&gt;&lt;BR /&gt;rp5470&lt;BR /&gt;16G RAM&lt;BR /&gt;4 processors</description>
      <pubDate>Fri, 10 Oct 2008 15:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284846#M335916</guid>
      <dc:creator>Daniel D.B. Shafer Sr.</dc:creator>
      <dc:date>2008-10-10T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284847#M335917</link>
      <description>This is pretty vague. You might look into other things like bad disks, lan connection, san zoning, etc. I once had a server that responded very slowly and the issue ended up being that the server was plugged into a port that was statically defined as 10Mb. Other things to consider are your vxfs mount options for data files. If you don't set the options you will be double buffering which could cause delays. Good luck.</description>
      <pubDate>Fri, 10 Oct 2008 15:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284847#M335917</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-10-10T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284848#M335918</link>
      <description>Also, is the installation of 10g and datafiles on the server or an external disk array?</description>
      <pubDate>Fri, 10 Oct 2008 16:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284848#M335918</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-10-10T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284849#M335919</link>
      <description>Oracle installation&lt;BR /&gt;rp4440&lt;BR /&gt;Oracle (binaries and data) is on EVA5000&lt;BR /&gt;&lt;BR /&gt;rp5470&lt;BR /&gt;Oracle binaries on root disk&lt;BR /&gt;Oracle data on EMC storage</description>
      <pubDate>Fri, 10 Oct 2008 16:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284849#M335919</guid>
      <dc:creator>Daniel D.B. Shafer Sr.</dc:creator>
      <dc:date>2008-10-10T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284850#M335920</link>
      <description>I work with Daniel on these systems and here is a clarification.... the 5470 runs a same piece of code much more slowly today on 10g than it did on oracle 8i last week. The 4440 runs much faster today on 10g than it did on 8i last week. Since the app is the same and DB size is fairly close, can anyone link any of the different kernel params between the two boxes with the performance differences between the two boxes?</description>
      <pubDate>Fri, 10 Oct 2008 16:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284850#M335920</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2008-10-10T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284851#M335921</link>
      <description>Typical kernel tunes for DB systems&lt;BR /&gt;&lt;BR /&gt;Set dbc_max_pct to low value 5%, e.g. 500mb or so, give the RAM to Oracle SGA.&lt;BR /&gt;&lt;BR /&gt;set shmmax to larger value to accomodate larger SGAs.&lt;BR /&gt;&lt;BR /&gt;Your rp5470 is set to about 3GB ?  What are the sga for your oracle instances ?&lt;BR /&gt;&lt;BR /&gt;Also, are all the system patches required by oracle installed ?&lt;BR /&gt;&lt;BR /&gt;As Court is eluding to there are a couple dozen reasons here.  Start posting some performance data (cpu, mem, disk), and/or review Oracle stats so we can get an idea of what haystack the needle is in...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 17:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284851#M335921</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-10-10T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284852#M335922</link>
      <description>As Tim noted you should probably make your shmmax higher on the rp5470. If you have shmmax relatively small compared to the sga size you can run into issues. shmmax puts a cap on how large any shareed memory segment can get. You could get into a scenario where you have to allocate quite a few segments. If I remember correctly oracle has a limit,or should I say recommendation, to the number of segments you should have. I would say either set it to the size of your sga/pga or to the max amount of physical ram you have in the box.</description>
      <pubDate>Fri, 10 Oct 2008 17:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284852#M335922</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-10-10T17:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284853#M335923</link>
      <description>&amp;gt;&amp;gt; the 5470 runs a same piece of code much more slowly today on 10g than it did on oracle 8i last week. &lt;BR /&gt;&lt;BR /&gt;I would expect that. Nearly every time you do an oracle upgrade you end up tuning sql. You shouldn't expect the execution plans to get better just because you move to 10g. In some cases queries actually get a lot worse. The oracle optimizer has a nice ring to it, but it does not always optimize.</description>
      <pubDate>Fri, 10 Oct 2008 17:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284853#M335923</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-10-10T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: One server is fast, the other slow...kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284854#M335924</link>
      <description>You may want to check your indexes for balance. You can use EXPLAIN in a very slow SQL procedure to see if the rows require a search partial, probably indicating highly unbalanced search trees. The number of disk records (for the same query) is a good indication that the databases are not the same internally.&lt;BR /&gt; &lt;BR /&gt;It is hard to convince DBAs that kernel parameters do not make Oracle run fast. Most kernel parameters are limits which processes will hit and report that they need more. Poorly written processes will just crash. But there is no kernel parameter called GOFAST.&lt;BR /&gt; &lt;BR /&gt;There are several parameters that do not make much sense. maxtsiz (and maxtsiz_64) relate to the largest size of the text area, the unchanging instructions in a program. Setting to a very large value (1073741824) means that you have programs with millions of lines of code (unlikely). Change maxtsiz and maxtsiz_64 to the same as the rp4440. &lt;BR /&gt; &lt;BR /&gt;Parameters nproc, nkthread, nclist, ncallout, nsysmap/64, max_thread_proc are all significantly larger in the slow machine. This is very likely due to the pseudo parameter maxusers. maxusers has nothing to do with the number of users that can connect. Instead, it is a formula adjuster that causes more problems than it is worth. You can simply change maxusers back to 64 and the numbers should match up more closely. Or you can check each of the parameters using SAM to see if there is a number or a formula. Then replace the formula with a more reasonable number.&lt;BR /&gt; &lt;BR /&gt;Getting the parameters to a more normal state will comfort the DBAs, and then they can go back to running Oracle stats to see what is really happening between the machines.</description>
      <pubDate>Mon, 13 Oct 2008 02:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/one-server-is-fast-the-other-slow-kernel-parameters/m-p/4284854#M335924</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-10-13T02:18:49Z</dc:date>
    </item>
  </channel>
</rss>

