- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet 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
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-22-2005 07:26 AM
09-22-2005 07:26 AM
telnet problem
I have some problem found when try to made a telnet to my hpux box , see this in syslog.log
telnetd[741]: Cannot allocate pty
Thank you !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:30 AM
09-22-2005 07:30 AM
Re: telnet problem
You are running out of pty ,
And need to increase the kernel parameter for this value,
Hope you are having npty defined 60. And need to increase ,
Do the following:
# kmtune -s npty=200
# kmtune -s nsrpty=200
# kmtune -s nstrtel=200
# ./mk_kernel
# ./kmupdate
# shutdown -r -y 0
After reboot , check the pty values,
# kmtune | grep -e "npty" -e "nsrpty" -e "nstrtel"
Enjoy..
Cheers,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:30 AM
09-22-2005 07:30 AM
Re: telnet problem
You could check the npty kernel parameter. ( kmtune -lq npty
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 08:05 AM
09-22-2005 08:05 AM
Re: telnet problem
otherwise bumping up npty is the solution.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 08:53 AM
09-22-2005 08:53 AM
Re: telnet problem
Like others who mentioned here ,you ran out of pty's, you need to reboot and bring the server backup (run a os backup) change the kernel parameter npty.
Rgds
HGN