<?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: m/cs hangs if the number of user increases. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429868#M2608</link>
    <description>Hi Sanjiv,&lt;BR /&gt;You have to retune your kernel with the following values:&lt;BR /&gt;nbuf=0&lt;BR /&gt;bufpages=0. This will enable your system to do dynamic memory paging within the set values of dbc_max_pct and dbc_min_pct.&lt;BR /&gt;maxuproc=nproc-4&lt;BR /&gt;allocate_fs_swapmap=0&lt;BR /&gt;swapmem_on=1&lt;BR /&gt;Reduce the values of maxusers and ntpy to 250 since the number of users is at 100 max.&lt;BR /&gt;ntpy is for number of telnet connections, and maxusers is a macro.</description>
    <pubDate>Mon, 10 Jul 2000 09:15:47 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-07-10T09:15:47Z</dc:date>
    <item>
      <title>m/cs hangs if the number of user increases.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429867#M2607</link>
      <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;I am facing a peculier problem the details of which are given below  :&lt;BR /&gt;prob: when the no. of users becomes &amp;gt; 50 the m/c becomes very slow and when it becomes around 100, it almost hangs.&lt;BR /&gt; &lt;BR /&gt;configuration:  HP E55 with 10.20 and oracle 8.0.4&lt;BR /&gt;software:  HPUX unlimited userlicence.&lt;BR /&gt;                C/ANSI C Compiler&lt;BR /&gt;                XSW800GR1020&lt;BR /&gt;                XSW800HWCR1020&lt;BR /&gt; &lt;BR /&gt;value ofkernel parameters:&lt;BR /&gt;maxuprc    500&lt;BR /&gt;nproc    4116&lt;BR /&gt;maxusers    512&lt;BR /&gt;nbuf    18120&lt;BR /&gt;npty    715&lt;BR /&gt; &lt;BR /&gt;Pls. help me to resolve this.</description>
      <pubDate>Mon, 10 Jul 2000 09:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429867#M2607</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2000-07-10T09:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: m/cs hangs if the number of user increases.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429868#M2608</link>
      <description>Hi Sanjiv,&lt;BR /&gt;You have to retune your kernel with the following values:&lt;BR /&gt;nbuf=0&lt;BR /&gt;bufpages=0. This will enable your system to do dynamic memory paging within the set values of dbc_max_pct and dbc_min_pct.&lt;BR /&gt;maxuproc=nproc-4&lt;BR /&gt;allocate_fs_swapmap=0&lt;BR /&gt;swapmem_on=1&lt;BR /&gt;Reduce the values of maxusers and ntpy to 250 since the number of users is at 100 max.&lt;BR /&gt;ntpy is for number of telnet connections, and maxusers is a macro.</description>
      <pubDate>Mon, 10 Jul 2000 09:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429868#M2608</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-10T09:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: m/cs hangs if the number of user increases.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429869#M2609</link>
      <description>The kernel ajustments noted by others may help, but you may be at a point where your asking too much of that little box.  I suggest you start using Glance and sar to get an idea of what's going on.  If you have not purchased Glance, there is a trial version available at software.hp.com</description>
      <pubDate>Mon, 10 Jul 2000 12:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429869#M2609</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-07-10T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: m/cs hangs if the number of user increases.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429870#M2610</link>
      <description>Hello Sanjiv,&lt;BR /&gt;There is one thing you havent mentionned: How much RAM do you have on your E55.&lt;BR /&gt;As Tim mentionned you are maybe asking too much for its configuration.&lt;BR /&gt;Have a look at swapinfo.&lt;BR /&gt;Is there a reason to give maxuprc such a high value, for me unless a user comes around and proves me he needs more I set the value at 75 (and progressively increase to 1000 if I have lots of RAM). That is greater this value,slower is your machine when thing dont go right:&lt;BR /&gt;sql request badly written, higher timeout in loops etc...&lt;BR /&gt;I would agree with Chris set your values to a smaller configuration and on request increase the values where needed.&lt;BR /&gt;I know that its a small machine but well tuned it should support with ease 100 concurrent users with oracle and lots of disks (mine do).&lt;BR /&gt;Heres one of my machine parameters:&lt;BR /&gt;maxuprc                      75&lt;BR /&gt;bufpages                 131072&lt;BR /&gt;nfile                      1610&lt;BR /&gt;nbuf                       8832&lt;BR /&gt;nproc                       532&lt;BR /&gt;npty                         148&lt;BR /&gt;timeslice                    10&lt;BR /&gt;&lt;BR /&gt;Feb  1 08:53:21 regulus vmunix:     9245XB HP-UX (B.10.20) #1: Sun Jun  9 06:31:19 PDT 199&lt;BR /&gt;6&lt;BR /&gt;Feb  1 08:53:21 regulus vmunix:&lt;BR /&gt;Feb  1 08:53:21 regulus vmunix: Memory Information:&lt;BR /&gt;Feb  1 08:53:21 regulus vmunix:     physical page size = 4096 bytes, logical page size = 4&lt;BR /&gt;096 bytes&lt;BR /&gt;Feb  1 08:53:21 regulus vmunix:     Physical: 131072 Kbytes, lockable: 91584 Kbytes, avail&lt;BR /&gt;able: 108044 Kbytes&lt;BR /&gt;# model&lt;BR /&gt;9000/856/E55&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX regulus B.10.20 C 9000/856 149934332 32-user license&lt;BR /&gt;#&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev      262144       0  262144    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev      524288   20540  503748    4%       0       -    0  /dev/r5vg02/lvol2&lt;BR /&gt;reserve       -   47648  -47648&lt;BR /&gt;memory    92508   68860   23648   74%&lt;BR /&gt;#&lt;BR /&gt;I hope It will help a bit&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 10 Jul 2000 16:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/m-cs-hangs-if-the-number-of-user-increases/m-p/2429870#M2610</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-07-10T16:50:48Z</dc:date>
    </item>
  </channel>
</rss>

