<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916071#M285306</link>
    <description>The maxfiles parameters are backwards. The maxfiles parameter limits the number of files a single process can open at the same time. Normally it would be set low (about 60) to prevent bad programs from using all the file descriptors in the system. 3072 is a very large number and very unusual. Do you know if you are running a programs that opens 3000 files at one time?&lt;BR /&gt; &lt;BR /&gt;Now if you do have such a program, you would set maxfiles to 60 or maybe 100, then for the special program that needs a lot of files, you can raise the limit by including a ulimit command in the startup script (or have the programmer use the setrlimit system call) to increase the maxfiles allowed for the program.&lt;BR /&gt; &lt;BR /&gt;By having maxfiles_lim smaller than maxfiles, your current limit is maxfiles_lim. Note that this is not a performance issue, it is just a limit to prevent runaway programs from consuming too many resources.</description>
    <pubDate>Thu, 21 Dec 2006 17:43:28 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-12-21T17:43:28Z</dc:date>
    <item>
      <title>Performance Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916068#M285303</link>
      <description>Enviroment:&lt;BR /&gt;HPUX 11.11 with LVM File System&lt;BR /&gt;Sybase 12.5&lt;BR /&gt;Cobis 3&lt;BR /&gt;Wsphere 6.0 with Row devices database&lt;BR /&gt;Storage EVA4000 &lt;BR /&gt;Securepath Active-Active&lt;BR /&gt;Phisycal Memory: 14GB&lt;BR /&gt;When execute the online exits performance problem, the S.O command "bdf, ls, more" and new telnet conection no allow.&lt;BR /&gt;&lt;BR /&gt;#sar -v 1 1 &lt;BR /&gt;&lt;BR /&gt;15:39:31 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;15:39:32   N/A   N/A 341/16404 0  2572/18620 0  3708/30130 0&lt;BR /&gt;&lt;BR /&gt;#kmtune |grep maxfile&lt;BR /&gt;maxfiles   3072  - 3072                       &lt;BR /&gt;maxfiles_lim   1024  Y  1024  &lt;BR /&gt;&lt;BR /&gt;hysical memory       =  3656960   14.0g 100%  &lt;BR /&gt;Free memory           =   169178  660.9m   5%  &lt;BR /&gt;User processes        =  2173697    8.3g  59%  details with -user&lt;BR /&gt;System                =  1304295    5.0g  36%  &lt;BR /&gt;  Kernel              =   572903    2.2g  16%  kernel text and data&lt;BR /&gt;    Dynamic Arenas    =   309137    1.2g   8%  details with -arena&lt;BR /&gt;      M_TEMP          =   170304  665.2m   5%  &lt;BR /&gt;      M_IOSYS         =    39368  153.8m   1%  &lt;BR /&gt;      M_SYSVMSGB      =    16384   64.0m   0%  &lt;BR /&gt;      M_SPINLOCK      =    12924   50.5m   0%  &lt;BR /&gt;      LVM_PBUF        =    12446   48.6m   0%  &lt;BR /&gt;      Other arenas    =    57711  225.4m   2%  &lt;BR /&gt;    Super page pool   =     4635   18.1m   0%  &lt;BR /&gt;    Static Tables     =   213580  834.3m   6%  &lt;BR /&gt;      pfdat           =    83550  326.4m   2%  &lt;BR /&gt;      nbuf            =    57984  226.5m   2%  bufcache headers&lt;BR /&gt;      htbl2_0         =    32768  128.0m   1%  &lt;BR /&gt;      pfn_to_virt     =    13925   54.4m   0%  &lt;BR /&gt;      bufhash         =    10240   40.0m   0%  bufcache hash headers&lt;BR /&gt;      Other tables    =    15113   59.0m   0%    Buffer cache        =   731392    2.8g  20%  details with -bufcache&lt;BR /&gt;  UFC file mrg        =        0    0.0b   0%  &lt;BR /&gt;  UFC meta mrg        =        0    0.0b   0%  &lt;BR /&gt;&lt;BR /&gt;How to determine the problem ?&lt;BR /&gt;&lt;BR /&gt;How to verity the use de maxfiles parameter ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;RM&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2006 15:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916068#M285303</guid>
      <dc:creator>Rene Mendez_4</dc:creator>
      <dc:date>2006-12-20T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916069#M285304</link>
      <description>Dear Rene:&lt;BR /&gt;&lt;BR /&gt;Please provide the following:&lt;BR /&gt;&lt;BR /&gt;sar -uM 5 5&lt;BR /&gt;sar -d 5 5&lt;BR /&gt;sar -b 5 5&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;vmstat 5 5</description>
      <pubDate>Wed, 20 Dec 2006 18:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916069#M285304</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-12-20T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916070#M285305</link>
      <description>The sar and information</description>
      <pubDate>Thu, 21 Dec 2006 17:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916070#M285305</guid>
      <dc:creator>Rene Mendez_4</dc:creator>
      <dc:date>2006-12-21T17:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916071#M285306</link>
      <description>The maxfiles parameters are backwards. The maxfiles parameter limits the number of files a single process can open at the same time. Normally it would be set low (about 60) to prevent bad programs from using all the file descriptors in the system. 3072 is a very large number and very unusual. Do you know if you are running a programs that opens 3000 files at one time?&lt;BR /&gt; &lt;BR /&gt;Now if you do have such a program, you would set maxfiles to 60 or maybe 100, then for the special program that needs a lot of files, you can raise the limit by including a ulimit command in the startup script (or have the programmer use the setrlimit system call) to increase the maxfiles allowed for the program.&lt;BR /&gt; &lt;BR /&gt;By having maxfiles_lim smaller than maxfiles, your current limit is maxfiles_lim. Note that this is not a performance issue, it is just a limit to prevent runaway programs from consuming too many resources.</description>
      <pubDate>Thu, 21 Dec 2006 17:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916071#M285306</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-12-21T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916072#M285307</link>
      <description>From your sar disk information, something is wrong with seveeral disk LUNs. There are several disks that are extremely slow. avwait and avserv are far too long and the avqueue is over 10000! The sar report also confirms that 75% of the time is spent waiting for I/O to complete. The bad disk LUNs are at:&lt;BR /&gt; &lt;BR /&gt;c29t0d2&lt;BR /&gt;c31t0d2 &lt;BR /&gt;c15t0d2&lt;BR /&gt;c17t0d2&lt;BR /&gt; &lt;BR /&gt;Check your syslog file for disk error messages. Also run the dmesg command to see if there are additional error messages.&lt;BR /&gt; &lt;BR /&gt;As far as kernel parmameters, the values for:&lt;BR /&gt; &lt;BR /&gt;dbc_max_pct&lt;BR /&gt;nfile&lt;BR /&gt;nproc&lt;BR /&gt;ninode&lt;BR /&gt; &lt;BR /&gt;are way too large for your current system. But the disks need fixing first.</description>
      <pubDate>Thu, 21 Dec 2006 18:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916072#M285307</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-12-21T18:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916073#M285308</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is something wrong with the disk.Pls chk the dmesg , syslog &amp;amp; eventlog for any disk error.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Arunkumar.B&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Dec 2006 00:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-problem/m-p/3916073#M285308</guid>
      <dc:creator>Arunkumar.B</dc:creator>
      <dc:date>2006-12-22T00:54:52Z</dc:date>
    </item>
  </channel>
</rss>

