- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re : Login problem
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
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
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
тАО08-31-2005 03:54 AM
тАО08-31-2005 03:54 AM
Can someone help with this problem that I'm facing, I have a RX2620 server install with 11.23 OS. I understand that the OS shows unlimited user license when I run uname -a . But, when I try to simulate by logging in to the server with 60 telnet session, is working. Is only the 61 User was being kick out. Attach is the error message. Please help and advice. OS dated september 2004.
Regards
Vincent
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 04:03 AM
тАО08-31-2005 04:03 AM
Re: Re : Login problem
npty comes to mind as one to look at........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 04:05 AM
тАО08-31-2005 04:05 AM
Re: Re : Login problem
# cd /dev
# insf d pty s 1024 e v
# insf d ptm s 1024 e v
# insf -d telm s 1024 e v
# insf -d tels s 1024 e -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 04:05 AM
тАО08-31-2005 04:05 AM
Re: Re : Login problem
The default for nstrtel, as well as npty and nstrpty is 60. I would go ahead and increase all 3 parameters.
I don't recall if nstrtel, nstrpty and npty are dynamic at 11.23 or not. Increasing these parameters may require a reboot of the machine after the kernel is rebuilt.
If you do reboot, then insf should run automatically to build the required number of pty files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 04:07 AM
тАО08-31-2005 04:07 AM
Re: Re : Login problem
This has nothing to do with OS licenses.
If you try to rlogin I'm sure you'll do it.
The problem is the number of telnet sessions that reached a maximum.
Check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=195265
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 04:07 AM
тАО08-31-2005 04:07 AM
Re: Re : Login problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 04:08 AM
тАО08-31-2005 04:08 AM
Re: Re : Login problem
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2005 05:27 AM
тАО08-31-2005 05:27 AM
Re: Re : Login problem
Its not a problem with license:
1. Check maxusers kernel parameter.
# kmtune -q maxusers
2. Check pty parameters:
# kmtune | grep ty
npty
nstrpty
Increase morethan 60
3. rebuild kernel
4. reboot the system.
If its not a dynamic parameter, needs reboot.
Hope this will help ,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2005 02:20 AM
тАО09-01-2005 02:20 AM
Re: Re : Login problem
Thanks for the info, I have try to change the 3 parameter that was mention, namely npty, nstrtel and nstrpty to the value of 200. But, I still cannot log-in more than 60 users. No. 61 will be kit out of the session. Attach is a copy of the error. Sorry to mention, the telnet session is done by root account, is there a different and limitation?? Pls advice??
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2005 02:41 AM
тАО09-01-2005 02:41 AM
Solutioninsf -v -e -n 200 -s 200
Now you can login more than 60 sessions. NOTE: there is a prfocess ownership limit called maxuprc so if you login multiple times and start lots of proceses, the total number of processes being run by this user will be limited to maxuprc.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2005 02:49 AM
тАО09-01-2005 02:49 AM
Re: Re : Login problem
Thanks for the info, I just want to confirm by running the insf command you have written, it will create the new device file for the 3 parameter. And have I also to change the maxupros ?? any recommendation ??
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2005 06:35 PM
тАО09-01-2005 06:35 PM
Re: Re : Login problem
Thanks for your help, my login problem is already resolve.
Regards
Vincent