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
07-25-2002 04:51 AM
07-25-2002 04:51 AM
I have seen in some boxes, the number of users logged in is larger than the maxusers value set in kernel.
"maxusers" stands for Maximum users can be logged in at a given point of time..Right? Then how the number of users exceeding the set value?
TIA
Shahul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 05:04 AM
07-25-2002 05:04 AM
Re: Maxusers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 05:06 AM
07-25-2002 05:06 AM
SolutionIf you go into kernel parameter configuration on SAM and select help there is a usefull describtion of each parameter avaiable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 05:10 AM
07-25-2002 05:10 AM
Re: Maxusers
Take a look at this:
http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#maxusers
for detailed info. Below is an excerpt of it:
...It is used to limit system resource allocation and not the actual number of users on the system....
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 05:23 AM
07-25-2002 05:23 AM
Re: Maxusers
For instance, the number of processes needed by one user might be 3 (a telnet daemon, a shell, a copy of vi, etc) so the default value of nproc (maximum number of processes on the entire machine) might be set as:
nproc=(maxusers * 3) + 45
where 45 represents an approximate number of kernel and daemon processes that are always running, regardless of user count.
Then other kernel parameter formulae might depend on these such as nfile:
nfile=(nproc * 6) + 250
So nfile depends on nproc which depends on maxusers. BUT: these are only approximations since one user might login 5 times. Therefore, maxusers is more like maxsessions. But that still isn't right if you are using a client/server database where no one actually logs into the computer but connects to the database through a network port.
And if you use SAM to change a value to a fixed amount (ie, replace the formula with a single number) then maxusers has no effect on that parameter when the kernel is built.
After you become more familiar with kernel parameters, you will probably override most of the common parameters with fixed numbers to more accurately reflect your system's environment.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 05:25 AM
07-25-2002 05:25 AM
Re: Maxusers
Hai is correct. 'maxusers' is really not a kernel parameter but a define used in the forumula for composing values of other kernel parameters. See here:
http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxUsers.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 08:01 AM
07-25-2002 08:01 AM
Re: Maxusers
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 08:08 AM
07-25-2002 08:08 AM
Re: Maxusers
telnet sessions don't count in the systems licensing scheme for user connections.
-- Rod Hills