- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No Login Prompt when certain number of users logge...
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
04-30-2001 06:59 AM
04-30-2001 06:59 AM
Thanks in advance guys!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 07:10 AM
04-30-2001 07:10 AM
Re: No Login Prompt when certain number of users logged in.
I don't think there is any software blocking from the OS even though your licenses are limited to 64. Instead, your system may have ran out of file table entries for additional logins, browse through /var/adm/syslog/syslog.log and look for "File table overflow". If that is the problem, then you can fix this by increasing the nfile kernel parameter.
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 07:16 AM
04-30-2001 07:16 AM
Re: No Login Prompt when certain number of users logged in.
set the "maxuser" parameter to desired value.
I hope this may help
regards
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2001 07:17 AM
04-30-2001 07:17 AM
SolutionThe user license count represents non-LAN connection limits. THe console counts once as do an unlimited number of telnet sessions.
I suspect that you are bumping into the maxiumum number of processes allowed on your server. The kernel parameter 'nproc' controls this. 'nproc' is usually defined as '20 + (8 * maxusers) where 'maxusers' defaults to <32>.
'glance' is an excellent tool to measure 'nproc' utilization as is 'sar -v'. After examining these, you probably want to tune and generate your kernel via SAM.
For more information on tunable kernel parameters see this document:
http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxUsers.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 01:20 AM
05-01-2001 01:20 AM
Re: No Login Prompt when certain number of users logged in.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 01:57 AM
05-01-2001 01:57 AM
Re: No Login Prompt when certain number of users logged in.
I share James' opinion. maxusers is a parameter used to compute values kernel parameters like nproc for example. His answer seems to be very close to the solution of the problem.
But in the question there is no info about these user logins, are they local (serial terminals) or remote (telnet sessions). In the second case there are other kernel parameters that could restrict the number of possible logins, for example:
nstrtel (default value = 60) - upper limit of the opened telnet sessions
npty max number of pseudoterminal (do not remember default value at the moment).
Hope this helps.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 05:07 AM
05-01-2001 05:07 AM
Re: No Login Prompt when certain number of users logged in.
#cd /dev
#ll pt* | wc -l
It is probably more than 60.
Regards,
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 05:27 AM
05-01-2001 05:27 AM
Re: No Login Prompt when certain number of users logged in.
Have a word with your sysadmin and suggest that before syslog.log is cleared that it shoud be copied to something like syslog.
This small ammount of work by the sysadmin can sove many hours when things go wrong.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 06:52 AM
05-14-2001 06:52 AM
Re: No Login Prompt when certain number of users logged in.
The problem is solved and your points have been awarded.
Thanks