<?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: NPROC Kernel parameter - best practices in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637857#M808482</link>
    <description>Your value for nproc is just wasting (many megs) of kernel space in RAM. You have 24,000 slots for programs but are using less than 500. You can certainyl set nproc to 4096 to keep the Oracle people happy, but the MAXUPRC value should never be a formula. The reason is that it depends on how you run your system. MAXUPRC is the largest number of processes that are running and owned by a single user. A 'normal' user might run 5-10 proceses, but a generic user like oracle might be running 500 processes. The formula is completely bogus because it cannot predict how many processes might be owned by one user ID.&lt;BR /&gt; &lt;BR /&gt;Now unlike NPROC which creates a table area, MAXUPRC is just a fence, a runaway process protection. A developer might experiment with recursive processes or scripts and suddenly start thousands of processes, thus using up all your NPROC slots. So you could set MAXUPRC to 500 or 1000, but make it a fixed value (no formula). Formula values are starting points only and often do not reflect the needs of any particular system. To find out the total number of processes used by a specific user, for instance oracle:&lt;BR /&gt; &lt;BR /&gt;ps -f -u oracle | wc -l&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Sep 2005 09:14:37 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-09-29T09:14:37Z</dc:date>
    <item>
      <title>NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637848#M808473</link>
      <description>We have raised a tar with oracle Corporation since we were having 25 zombie process in the system related to ORacle_Checkpoint and according to them our  kernel parameters are not according with the&lt;BR /&gt;Oracle Installation Guide.&lt;BR /&gt;&lt;BR /&gt;Please see  their response below.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ACTION PLAN&lt;BR /&gt;============&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have reviewed the two RDA reports and I noticed that the kernel parameters are not according with the&lt;BR /&gt;Oracle Installation Guide.&lt;BR /&gt;&lt;BR /&gt;In Oracle Installation Guide some kernel parameters have fixed values and other ones have values depending on other kernel parameter.&lt;BR /&gt;For instance are recomanded:&lt;BR /&gt;NPROC 4096&lt;BR /&gt;MAXUPRC ((NPROC*9)/10)&lt;BR /&gt;&lt;BR /&gt;In your case:&lt;BR /&gt;NPROC 24020&lt;BR /&gt;MAXUPRC 3000&lt;BR /&gt;&lt;BR /&gt;Please set the kernel parameters according with the&lt;BR /&gt;Note 169706.1 Oracle RDBMS on AIX,HP-UX,Solaris,Tru64,Linux,MacOSX: Versions, Sizes, Requirements Quick R&lt;BR /&gt;eference&lt;BR /&gt;&lt;BR /&gt;how will setting the parameters to the values specified in the manual affect our system?&lt;BR /&gt;I have 2 5470 servers running ORacle 9i DB and 2 5430 servers running 11i E-Business Suite , all on HP-ux 11i v1 for PA-Risc .They are all hooked up to an EVA 3000 2C2D with 28 disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 02:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637848#M808473</guid>
      <dc:creator>Victor_101</dc:creator>
      <dc:date>2005-09-29T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637849#M808474</link>
      <description>There is no hard and fast rule for this. It depends on lots of things - apps, databasese running on system etc.&lt;BR /&gt;&lt;BR /&gt;The key is monitor real time usage and over a period of time and then size it accordingly.&lt;BR /&gt;&lt;BR /&gt;sar -v 2 3&lt;BR /&gt;glance -t&lt;BR /&gt;&lt;BR /&gt;I have mine set at 40000 and had no problems with it. Max it had reached was 75%.</description>
      <pubDate>Thu, 29 Sep 2005 02:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637849#M808474</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-29T02:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637850#M808475</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have mine nproc set to 400 and no problem at all since the OS never gets there...&lt;BR /&gt;&lt;BR /&gt;Use sar -v 6 30 (like RAC said) to collect the system activity and post the results here please. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 29 Sep 2005 03:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637850#M808475</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-29T03:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637851#M808476</link>
      <description>HP-UX Kddrac2 B.11.11 U 9000/800    09/29/05&lt;BR /&gt; &lt;BR /&gt;10:35:08 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;10:35:10   N/A   N/A 347/24020 0  1464/27188 0  4052/43659 0&lt;BR /&gt;10:35:12   N/A   N/A 347/24020 0  1464/27188 0  4053/43659 0&lt;BR /&gt;10:35:14   N/A   N/A 347/24020 0  1464/27188 0  4053/43659 0&lt;BR /&gt;10:35:16   N/A   N/A 347/24020 0  1464/27188 0  4054/43659 0&lt;BR /&gt;10:35:18   N/A   N/A 347/24020 0  1462/27188 0  4053/43659 0&lt;BR /&gt;10:35:20   N/A   N/A 347/24020 0  1462/27188 0  4049/43659 0&lt;BR /&gt;10:35:22   N/A   N/A 347/24020 0  1462/27188 0  4048/43659 0&lt;BR /&gt;10:35:24   N/A   N/A 347/24020 0  1462/27188 0  4050/43659 0&lt;BR /&gt;10:35:26   N/A   N/A 347/24020 0  1462/27188 0  4045/43659 0&lt;BR /&gt;10:35:28   N/A   N/A 347/24020 0  1462/27188 0  4045/43659 0&lt;BR /&gt; &lt;BR /&gt;================================================================================&lt;BR /&gt; &lt;BR /&gt;root@Kddrac1/$&amp;gt;sar -v 2 10&lt;BR /&gt; &lt;BR /&gt;HP-UX Kddrac1 B.11.11 U 9000/800    09/29/05&lt;BR /&gt; &lt;BR /&gt;10:36:28 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;10:36:30   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:32   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:34   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:36   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:38   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:40   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:42   N/A   N/A 495/5620  0  1707/6488  0  8320/10539 0&lt;BR /&gt;10:36:44   N/A   N/A 495/5620  0  1707/6488  0  8321/10539 0&lt;BR /&gt;10:36:46   N/A   N/A 495/5620  0  1707/6488  0  8322/10539 0&lt;BR /&gt;10:36:48   N/A   N/A 495/5620  0  1707/6488  0  8322/10539 0&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response.&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 29 Sep 2005 03:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637851#M808476</guid>
      <dc:creator>Victor_101</dc:creator>
      <dc:date>2005-09-29T03:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637852#M808477</link>
      <description>In my opinion, Kddrac2 has a too high ninode: start with 2048 and monitor it with "sar -v ...".&lt;BR /&gt;&lt;BR /&gt;Check also the attached document with several consedirations about kernel parameters.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 03:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637852#M808477</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-29T03:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637853#M808478</link>
      <description>One question: to you have vxfs filesystems and Oracle init.ora disk_asynch_io parameter set to TRUE?&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 29 Sep 2005 03:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637853#M808478</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-29T03:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637854#M808479</link>
      <description>Hi,&lt;BR /&gt;On a L2000 I have 6 Oracle9i instances and nproc=4672, here are the system params:&lt;BR /&gt;maxuprc                 350&lt;BR /&gt;maxusers        512&lt;BR /&gt;nproc           (64+9*MAXUSERS)&lt;BR /&gt;&lt;BR /&gt;The problem is elsewhere...&lt;BR /&gt;&lt;BR /&gt;Can it be you are having at some time some network issue?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 29 Sep 2005 03:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637854#M808479</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-09-29T03:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637855#M808480</link>
      <description>we are using Raw devices for our data files. &lt;BR /&gt;the internal file systems are vxfs and the disk_asynch_io is set to true&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 03:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637855#M808480</guid>
      <dc:creator>Victor_101</dc:creator>
      <dc:date>2005-09-29T03:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637856#M808481</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Can you post the following results:&lt;BR /&gt;&lt;BR /&gt;#sar -b 6 10&lt;BR /&gt;&lt;BR /&gt;#iostat -t 6 10&lt;BR /&gt;&lt;BR /&gt;#vmstat -dnS 6 10&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 29 Sep 2005 05:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637856#M808481</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-29T05:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: NPROC Kernel parameter - best practices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637857#M808482</link>
      <description>Your value for nproc is just wasting (many megs) of kernel space in RAM. You have 24,000 slots for programs but are using less than 500. You can certainyl set nproc to 4096 to keep the Oracle people happy, but the MAXUPRC value should never be a formula. The reason is that it depends on how you run your system. MAXUPRC is the largest number of processes that are running and owned by a single user. A 'normal' user might run 5-10 proceses, but a generic user like oracle might be running 500 processes. The formula is completely bogus because it cannot predict how many processes might be owned by one user ID.&lt;BR /&gt; &lt;BR /&gt;Now unlike NPROC which creates a table area, MAXUPRC is just a fence, a runaway process protection. A developer might experiment with recursive processes or scripts and suddenly start thousands of processes, thus using up all your NPROC slots. So you could set MAXUPRC to 500 or 1000, but make it a fixed value (no formula). Formula values are starting points only and often do not reflect the needs of any particular system. To find out the total number of processes used by a specific user, for instance oracle:&lt;BR /&gt; &lt;BR /&gt;ps -f -u oracle | wc -l&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 09:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nproc-kernel-parameter-best-practices/m-p/3637857#M808482</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-29T09:14:37Z</dc:date>
    </item>
  </channel>
</rss>

