<?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: NUM_CLIENTS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537265#M26155</link>
    <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;I checked one of our 10.20 boxes and the easiest way would be to go into sam and change it there.&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
    <pubDate>Wed, 06 Jun 2001 18:27:09 GMT</pubDate>
    <dc:creator>Steffi Jones_1</dc:creator>
    <dc:date>2001-06-06T18:27:09Z</dc:date>
    <item>
      <title>NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537259#M26149</link>
      <description>I have an application I am installing on HPUX 10.20. It wants me to make some kernel changes. It is asking for &lt;BR /&gt;NFLOCK (200+(10*NUM_CLIENTS)) 1024.&lt;BR /&gt;&lt;BR /&gt;What is NUM_CLIENTS? The reason I am asking is because it is wrong now but the formula is right so the only thing that could be wrong is NUM_CLIENTS. &lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Wed, 06 Jun 2001 16:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537259#M26149</guid>
      <dc:creator>Greg Conn</dc:creator>
      <dc:date>2001-06-06T16:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537260#M26150</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;That is really a pseedo params and is your best guess as to the number of diskless workstations that use this server as an NFS server. It probably makes more sense to clobber the formula and replace it with a value that represents your best guess of the number of file locks you will need at one time.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 16:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537260#M26150</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-06-06T16:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537261#M26151</link>
      <description>Greg,&lt;BR /&gt;&lt;BR /&gt;You can find this tunable Kernel parameter in /stand/system.   &lt;BR /&gt;&lt;BR /&gt;After you make the change to the system file do the following:&lt;BR /&gt;/usr/sbin/mk_kernel -s ./system&lt;BR /&gt;&lt;BR /&gt;Backup the vmunix and system files.  to *.old and then if the system doesn't boot from the new kernel use the old one.&lt;BR /&gt;mv the /stand/build/system to ..&lt;BR /&gt;and mv the /stand/build/system to ..&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Tony Escujuri tony@unixadm.net</description>
      <pubDate>Wed, 06 Jun 2001 17:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537261#M26151</guid>
      <dc:creator>Tony Escujuri</dc:creator>
      <dc:date>2001-06-06T17:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537262#M26152</link>
      <description>Greg here is the complete steps to take to change this parameter:&lt;BR /&gt;cd /stand/build&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;vi system file and make neccessary changes to it.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mk_kernel -s ./system&lt;BR /&gt;&lt;BR /&gt;mv /stand/system  /stand/system.old&lt;BR /&gt;mv /stand/vmunix  /stand/vmunix.old&lt;BR /&gt;&lt;BR /&gt;cp /stand/build/system   /stand&lt;BR /&gt;cp /stand/build/vmunix_test   /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;use sysdef and ioscan to check out the changes to the parameters.&lt;BR /&gt;&lt;BR /&gt;Tony Escujuri&lt;BR /&gt;tony@unixadm.net</description>
      <pubDate>Wed, 06 Jun 2001 17:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537262#M26152</guid>
      <dc:creator>Tony Escujuri</dc:creator>
      <dc:date>2001-06-06T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537263#M26153</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;here is what I have saved at one time about num_clients:&lt;BR /&gt;&lt;BR /&gt;What is the "num_clients" kernel parameter and what are reasonable values for it?&lt;BR /&gt;*********************************************************************************&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The "num_clients" kernel parameter is used to parameterize other tunables&lt;BR /&gt;whose values need to be adjusted based on the number of clients in&lt;BR /&gt;a cluster (e.g., nflocks).&lt;BR /&gt;The value of "num_clients" does not have to exactly match the number&lt;BR /&gt;of clients in the cluster, it just needs to be greater than the number of&lt;BR /&gt;installed clients minus 10 (for example, if there are 30&lt;BR /&gt;installed clients, the value of "num_clients" should equal 20 or more),&lt;BR /&gt;and can safely be larger without constraint (within reason--&lt;BR /&gt;setting "num_clients" to 100 when there will only be 10 installed&lt;BR /&gt;clients is wasteful of server memory, but setting it to 50 when&lt;BR /&gt;there are only 30 installed clients is reasonable).&lt;BR /&gt;When SAM is used to add clients to a cluster, it will check the&lt;BR /&gt;current setting of "num_clients" and compare it to the new number&lt;BR /&gt;of installed clients. If the value of "num_clients" is greater than&lt;BR /&gt;the number of installed clients, this is OK. If the number of installed&lt;BR /&gt;clients is greater than the value of "num_clients," but not by more&lt;BR /&gt;than 10 clients, SAM will generate an informational message to the&lt;BR /&gt;effect that "num_clients" is OK, though less than the current number&lt;BR /&gt;of installed clients, and if the cluster is going to become larger&lt;BR /&gt;it may be necessary to increase the value of "num_clients." If the&lt;BR /&gt;number of installed clients exceeds the value of "num_clients" by&lt;BR /&gt;more than 10, SAM generates a more strongly worded message, telling&lt;BR /&gt;the user that the value of this parameter needs to be increased&lt;BR /&gt;before booting the new clients.&lt;BR /&gt;In the latter two cases above, SAM provides the option to enter&lt;BR /&gt;a new value for "num_clients." If a new value is specified,&lt;BR /&gt;SAM will update the server's kernel and reboot the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steffi Jones&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 18:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537263#M26153</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-06-06T18:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537264#M26154</link>
      <description>Thanks Steffi. You talk about SAM leting you change it when there is an error. Is there a way to change it when I want? I tried Tony's way but it seems geared more towards 11.0. It did not work. I see the value in /stand/system but it did not chnage when I tried.</description>
      <pubDate>Wed, 06 Jun 2001 18:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537264#M26154</guid>
      <dc:creator>Greg Conn</dc:creator>
      <dc:date>2001-06-06T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: NUM_CLIENTS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537265#M26155</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;I checked one of our 10.20 boxes and the easiest way would be to go into sam and change it there.&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Wed, 06 Jun 2001 18:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/num-clients/m-p/2537265#M26155</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-06-06T18:27:09Z</dc:date>
    </item>
  </channel>
</rss>

