- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- User access limitation trough telnet
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-23-2005 07:29 AM
09-23-2005 07:29 AM
User access limitation trough telnet
server runs applications in Informix and also has a sendmail service running.
At this time we have a problem because the system limits the user access to 56.
This message appears frequently in the syslog
telnetd[7105]: Cannot allocate pty
Please give some recommendation to solve this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 07:32 AM
09-23-2005 07:32 AM
Re: User access limitation trough telnet
You need to increase the value of npty and rebuild the kernel . You can use sam to do the changes.
to see the current npty setting use
kmtune |grep npty
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 07:37 AM
09-23-2005 07:37 AM
Re: User access limitation trough telnet
We have HPUX 10.20 and did the kernel changes
but the problem continues.
Do you know some HPUX PATCH that maybe will
solve some HPUX 10.20 sam bug related with this problem?
Alexander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 07:43 AM
09-23-2005 07:43 AM
Re: User access limitation trough telnet
http://docs.hp.com/en/939/KCParms/KCparam.Npty.html
http://docs.hp.com/en/939/KCParms/KCparam.NstrPty.html
Also do
cd /dev
insf -e
Please post the below command o/p
sysdef |grep npty
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 08:13 AM
09-23-2005 08:13 AM
Re: User access limitation trough telnet
As per the message the device files are not allocated for telnet sessions. You need to check three kernel parameters to check for this.
npty,nstrpty & nsrtel.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 03:06 PM
09-23-2005 03:06 PM
Re: User access limitation trough telnet
npty
nstrtel
nstrpty
Now, if you do not use SAM to make the changes, you must also run insf to install the device files for the new limits. SAM does this automatically.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 02:36 AM
09-26-2005 02:36 AM
Re: User access limitation trough telnet
The SAM didn´t create the device files and we had to create them manually using the "insf" command and indicating how many
additional device files.
Best Regards,
Alexander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 02:37 AM
09-26-2005 02:37 AM
Re: User access limitation trough telnet
The SAM didn´t create the device files and we had to create them manually using the "insf" command and indicating how many
additional device files.
Best Regards,
Alexander