- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Re: No of users login >26, Urgent!
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
09-04-2001 10:20 PM
09-04-2001 10:20 PM
Re: No of users login >26, Urgent!
Hi,
Our unix server is HP9000/E35,having HP-UX version 10.01 B. On this Sybase 11 runs. It is in a netwoked environment, connected to PCs, over 100Mbps switched NW, protocol is TCP/IP.
The problem is when no of users are 26 or so ,further login from PC to the server is not permitted. Message comes as "Connection reset by host" or the pcs do not connect to the host above.
What should we do to enable more no of users-login ? Thanks in advance.
Shailesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:24 PM
09-04-2001 10:24 PM
Re: Re: No of users login >26, Urgent!
This looks more likely like a kernel parameter overflow.
When you get a chance try check and increase npty and nstrpty values. Or could be related to nfile as npty or nstrpty will give out errors about /dev/tcp.
Or you can do an insf -e before increasing these values.
But I would check syslog file to determine the problem along with dmesg command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:35 PM
09-04-2001 10:35 PM
Re: Re: No of users login >26, Urgent!
Please check your console/syslog file for the reason not able to login >26 user.
As sridhar suggested check for the kernel paramaters npty,nstrpty,maxuprc,maxusers etc.
How many user license you have installed?
Do uname -a to check.
best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:42 PM
09-04-2001 10:42 PM
Re: Re: No of users login >26, Urgent!
seems to be purely kernel parameters values, have a look at maxusers, nptys. In u r case it looks like these values are set to 26, increasing these nos will solve u r problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:44 PM
09-04-2001 10:44 PM
Re: Re: No of users login >26, Urgent!
I think this is because of npty only. U can install this by using insf command. for more information see the man page of insf.
Please chack ur kernel parameters also. I am attaching one file here, which will help U to tune kernel parameters.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:47 PM
09-04-2001 10:47 PM
Re: Re: No of users login >26, Urgent!
maxusers = Value of MAXUSERS Macro (Does Not Affect Max. User Logins)
In this case maxusers may not be the culprit.
Animesh