<?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 Question about Maxuser kernel param in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622965#M926085</link>
    <description>The vendor for the the application we have wants us to change the maxuser value from 32 to 400?  What ramifications might this have on my system?  Im not sure, but it sounds like their shooting in the dark on this one?&lt;BR /&gt;&lt;BR /&gt;Please advise?&lt;BR /&gt;&lt;BR /&gt;Vito</description>
    <pubDate>Fri, 30 Nov 2001 15:14:06 GMT</pubDate>
    <dc:creator>Vito Sarducci</dc:creator>
    <dc:date>2001-11-30T15:14:06Z</dc:date>
    <item>
      <title>Question about Maxuser kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622965#M926085</link>
      <description>The vendor for the the application we have wants us to change the maxuser value from 32 to 400?  What ramifications might this have on my system?  Im not sure, but it sounds like their shooting in the dark on this one?&lt;BR /&gt;&lt;BR /&gt;Please advise?&lt;BR /&gt;&lt;BR /&gt;Vito</description>
      <pubDate>Fri, 30 Nov 2001 15:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622965#M926085</guid>
      <dc:creator>Vito Sarducci</dc:creator>
      <dc:date>2001-11-30T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Maxuser kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622966#M926086</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This is not uncommon.  See here for an explanation of the use of this parameter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxUsers.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxUsers.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 30 Nov 2001 15:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622966#M926086</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-30T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Maxuser kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622967#M926087</link>
      <description>Hello Vito,&lt;BR /&gt;&lt;BR /&gt;"Maxusers" is not a kernel parameter per se. It actually serves as a base to adjust the values of nproc, ncallout, ninode and nfile.&lt;BR /&gt;&lt;BR /&gt;If I were you, I'd ask him specifically for values for these parameters. With that information (and knowing how their system operates) you'll be able to decide if they need to be changed or not.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 15:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622967#M926087</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-30T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Maxuser kernel param</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622968#M926088</link>
      <description>"&lt;BR /&gt;When there is a need to increase overall system resources, the kernel parameter 'maxusers' can be used.  It is a simple way to increase&lt;BR /&gt;several values at once, while retaining the correct relationships&lt;BR /&gt;between the parameters.&lt;BR /&gt;&lt;BR /&gt;'maxusers' influences system resource allocation and does not control&lt;BR /&gt;the actual number of users on the system.  The limit placed on the&lt;BR /&gt;number of users depends on the HP-UX user license purchased.  You can&lt;BR /&gt;check the user license with "uname -a".&lt;BR /&gt;&lt;BR /&gt;By itself, 'maxusers' does not determine the size of any structures in&lt;BR /&gt;the kernel.  However, the default value of many other system parameters&lt;BR /&gt;depend on 'maxusers'.&lt;BR /&gt;&lt;BR /&gt;The 'maxusers' parameter defines the macro 'MAXUSERS' and this macro&lt;BR /&gt;determines the size of system tables.  Rather than varying each&lt;BR /&gt;configurable parameter individually, the system sets certain parameters&lt;BR /&gt;using a formula, based on the maximum number of expected users.&lt;BR /&gt;&lt;BR /&gt;For example, the formula for 'nproc', the total number of processes that&lt;BR /&gt;can exist simultaneously on the system, is determined with this formula:&lt;BR /&gt;&lt;BR /&gt;        20 + 8 * MAXUSERS&lt;BR /&gt;&lt;BR /&gt;So, if you increase the maximum number of users on your system, you can&lt;BR /&gt;adjust the general system resources in proportion to the new number, by&lt;BR /&gt;just changing the 'maxusers' value.&lt;BR /&gt;&lt;BR /&gt;The importance of tuning 'maxusers' rather than individual parameters&lt;BR /&gt;becomes more evident the larger the system grows.  Using 'maxusers'&lt;BR /&gt;takes care of dependencies, and other easily overlooked parameters, that&lt;BR /&gt;should be kept in line with system and kernel structure growth.  The&lt;BR /&gt;parameter 'nclist', the number of 'cblocks' the system can use, is a&lt;BR /&gt;good example of a lesser known parameter that is kept in line via&lt;BR /&gt;'maxusers'.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 15:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-maxuser-kernel-param/m-p/2622968#M926088</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-30T15:18:33Z</dc:date>
    </item>
  </channel>
</rss>

