- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NUM_CLIENTS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:01 AM
06-06-2001 09:01 AM
NFLOCK (200+(10*NUM_CLIENTS)) 1024.
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.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:46 AM
06-06-2001 09:46 AM
SolutionThat 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.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:02 AM
06-06-2001 10:02 AM
Re: NUM_CLIENTS
You can find this tunable Kernel parameter in /stand/system.
After you make the change to the system file do the following:
/usr/sbin/mk_kernel -s ./system
Backup the vmunix and system files. to *.old and then if the system doesn't boot from the new kernel use the old one.
mv the /stand/build/system to ..
and mv the /stand/build/system to ..
Good Luck,
Tony Escujuri tony@unixadm.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:09 AM
06-06-2001 10:09 AM
Re: NUM_CLIENTS
cd /stand/build
/usr/lbin/sysadm/system_prep -s system
vi system file and make neccessary changes to it.
/usr/sbin/mk_kernel -s ./system
mv /stand/system /stand/system.old
mv /stand/vmunix /stand/vmunix.old
cp /stand/build/system /stand
cp /stand/build/vmunix_test /stand/vmunix
shutdown -r -y 0
use sysdef and ioscan to check out the changes to the parameters.
Tony Escujuri
tony@unixadm.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 11:05 AM
06-06-2001 11:05 AM
Re: NUM_CLIENTS
here is what I have saved at one time about num_clients:
What is the "num_clients" kernel parameter and what are reasonable values for it?
*********************************************************************************
The "num_clients" kernel parameter is used to parameterize other tunables
whose values need to be adjusted based on the number of clients in
a cluster (e.g., nflocks).
The value of "num_clients" does not have to exactly match the number
of clients in the cluster, it just needs to be greater than the number of
installed clients minus 10 (for example, if there are 30
installed clients, the value of "num_clients" should equal 20 or more),
and can safely be larger without constraint (within reason--
setting "num_clients" to 100 when there will only be 10 installed
clients is wasteful of server memory, but setting it to 50 when
there are only 30 installed clients is reasonable).
When SAM is used to add clients to a cluster, it will check the
current setting of "num_clients" and compare it to the new number
of installed clients. If the value of "num_clients" is greater than
the number of installed clients, this is OK. If the number of installed
clients is greater than the value of "num_clients," but not by more
than 10 clients, SAM will generate an informational message to the
effect that "num_clients" is OK, though less than the current number
of installed clients, and if the cluster is going to become larger
it may be necessary to increase the value of "num_clients." If the
number of installed clients exceeds the value of "num_clients" by
more than 10, SAM generates a more strongly worded message, telling
the user that the value of this parameter needs to be increased
before booting the new clients.
In the latter two cases above, SAM provides the option to enter
a new value for "num_clients." If a new value is specified,
SAM will update the server's kernel and reboot the server.
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 11:10 AM
06-06-2001 11:10 AM
Re: NUM_CLIENTS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 11:27 AM
06-06-2001 11:27 AM
Re: NUM_CLIENTS
I checked one of our 10.20 boxes and the easiest way would be to go into sam and change it there.
Steffi Jones