<?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: Performance Problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325825#M188239</link>
    <description>&lt;BR /&gt;Step one: forget about kernel parameters for now. They may make or break an applicaiton, but they are rarely the cause of significant performance differences.&lt;BR /&gt;&lt;BR /&gt;Step two: try and put numbers onto 'performance problems'. I know you know some details. Maybe an SAP measurement or even an end user feedback. Share that and provide details. Overall Tx time from x to y? DB response time average changed? How does the cpu (user/system) compare under similar loads? How about the IO and Page rates?&lt;BR /&gt;&lt;BR /&gt;WAG... the memory on the second systems is overcommited. Is SAP (em/initial_size_MB) and Oracle (SGA) per chance configured identical? How much memory are you commiting/using? vmstat?&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.</description>
    <pubDate>Wed, 07 Jul 2004 19:13:33 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2004-07-07T19:13:33Z</dc:date>
    <item>
      <title>Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325822#M188236</link>
      <description>Hi;&lt;BR /&gt;We have 2 server HP-UX 11.11 with the same &lt;BR /&gt;disk configuration (in both we have installed&lt;BR /&gt;Oracle 8.1.7.2.0 and SAP 4.6C), one of them &lt;BR /&gt;has only 1 processor PA RISC (750 Mhz) and 2Gb&lt;BR /&gt;of memory and the other has 2 Processors PA RISC (650 Mhz) and 1,5 Gb.of memory in this last one we have performance problems, also to recover the application and the data base time is double compared with the first server. &lt;BR /&gt;We have found some kernel parameters that are &lt;BR /&gt;differents: &lt;BR /&gt;SERVER1 (1 Processor / 2Gb.Memory) &lt;BR /&gt;bcvmap_size_factor  --&lt;BR /&gt;max_thread_proc  64 &lt;BR /&gt;msgmni   50&lt;BR /&gt;ncsize   13312&lt;BR /&gt;semmap   514&lt;BR /&gt;semmni   512&lt;BR /&gt;st_san_safe  0&lt;BR /&gt;vps_ceiling  16&lt;BR /&gt;vx_maxlink  --&lt;BR /&gt;SERVER2 (2 Processor / 1.5Gb.Memory) &lt;BR /&gt;bcvmap_size_factor 2&lt;BR /&gt;max_thread_proc 256&lt;BR /&gt;msgmni   2560&lt;BR /&gt;ncsize   23552&lt;BR /&gt;semmap  522&lt;BR /&gt;semmni   520&lt;BR /&gt;st_san_safe  -- &lt;BR /&gt;vps_ceiling  64&lt;BR /&gt;vx_maxlink  32767&lt;BR /&gt;Which could be the cause of this problem?&lt;BR /&gt;Thanks for your cooperation.</description>
      <pubDate>Wed, 07 Jul 2004 18:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325822#M188236</guid>
      <dc:creator>Giannina Villa</dc:creator>
      <dc:date>2004-07-07T18:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325823#M188237</link>
      <description>If both the servers are running similar application and expected to have identical load, I dont see a reason why the kernel parameters should be different.&lt;BR /&gt;&lt;BR /&gt;First thing I would do is to make sure the kernel parameters are in sync.Especially the IPC parameters (msgmni,semmni,semmap) can make a difference. And if your application is not threaded, you could as well reduce the max_thread_proc to match SERVER1.&lt;BR /&gt;&lt;BR /&gt;Even if the disk configuration is same, resources available to the user processes/application need not necessarily be same in both the servers.&lt;BR /&gt;&lt;BR /&gt;I would suspect some problem with the swap/virtual memory configuration in SERVER2.&lt;BR /&gt;&lt;BR /&gt;Compare the swapinfo output of SERVER1 and SERVER2.&lt;BR /&gt;&lt;BR /&gt;and also run vmstat command regularly and observe pages-in and pages-out values to see if the SERVER2 is facing any memory pressures.&lt;BR /&gt;&lt;BR /&gt;If only the kernel paremeters list above are different between the machines, I tend to think the kernel parameter difference is not the culprit. &lt;BR /&gt;&lt;BR /&gt;As far as I can reach, except for the difference in msgmni I dont see a significant difference (I am not aware of vx_maxlink parameter).&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2004 18:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325823#M188237</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-07T18:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325824#M188238</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'd say its unlikely that the kernel parameters are the problem.&lt;BR /&gt;&lt;BR /&gt;When you say you have performance problems - what do you mean?&lt;BR /&gt;Extremely high memory utilisation or CPU utilisation?  &lt;BR /&gt;You need to try and pinpoint where your performance problem lies.&lt;BR /&gt;&lt;BR /&gt;Provide output of:&lt;BR /&gt;# sar 2 5&lt;BR /&gt;# sar -q 2 5&lt;BR /&gt;# vmstat 2 5&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;# ipcs -mob&lt;BR /&gt;&lt;BR /&gt;Is oracle configuration the same on both servers?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2004 19:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325824#M188238</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-07-07T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325825#M188239</link>
      <description>&lt;BR /&gt;Step one: forget about kernel parameters for now. They may make or break an applicaiton, but they are rarely the cause of significant performance differences.&lt;BR /&gt;&lt;BR /&gt;Step two: try and put numbers onto 'performance problems'. I know you know some details. Maybe an SAP measurement or even an end user feedback. Share that and provide details. Overall Tx time from x to y? DB response time average changed? How does the cpu (user/system) compare under similar loads? How about the IO and Page rates?&lt;BR /&gt;&lt;BR /&gt;WAG... the memory on the second systems is overcommited. Is SAP (em/initial_size_MB) and Oracle (SGA) per chance configured identical? How much memory are you commiting/using? vmstat?&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.</description>
      <pubDate>Wed, 07 Jul 2004 19:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325825#M188239</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-07T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325826#M188240</link>
      <description>Both of these machines are very small for Oracle and especially SAP. Oracle and SAP can be easily configured to use more memory than you have which causes extremely slow performance due to page outs. The only fix is to bring the installed memory to 4Gb as a minimum. You'll need more processors (4 total will help a lot), especially if your Oracle and SAP specialists configure the apps to use a lot of memory.</description>
      <pubDate>Wed, 07 Jul 2004 21:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325826#M188240</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-07-07T21:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325827#M188241</link>
      <description>Hi,&lt;BR /&gt;we know of the SAP and Oracle requeriments about the memory but even so as we mentioned previously in the Server1 we do not have greater problems of performance and response time for the own transactions of the application neither, the oracle configuration is the same in both servers.&lt;BR /&gt;You could find the details about the sar, vmstat, ipcs, swapinfo commands in the attachment.&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 08 Jul 2004 12:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325827#M188241</guid>
      <dc:creator>Giannina Villa</dc:creator>
      <dc:date>2004-07-08T12:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325828#M188242</link>
      <description>&lt;BR /&gt;The memory in the secodn box is totaly over commited. It is somewhat overcommitted on teh first box.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the free clumn in vmstat... nothing left.&lt;BR /&gt;Look at the pi and po activity... constant.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You have a 1GB SGA in a 1.5 GB box. That's not going to work. Not even talking about the sap memory. Try SQLPLUS "/ as sysdba" ... SHOW SGA.&lt;BR /&gt;Upgrade to 4Gb as suggested, or drastically reduce the Oracle SGA to get in workable space. Work with your DBA. Have them try 400MB pool + 200 MB buffers, or even lower?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP NATTCH  SEGSZ&lt;BR /&gt;Shared Memory:&lt;BR /&gt;:&lt;BR /&gt;m   19717 0x8d3acb48 --rw-rw----       orappr     dba     34   1061937152&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jul 2004 12:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problems/m-p/3325828#M188242</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-08T12:09:43Z</dc:date>
    </item>
  </channel>
</rss>

