- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with telnet session
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 06:45 AM
09-22-2005 06:45 AM
Problem with telnet session
scrco telnetd[10869]: Cannot allocate pty
popper[16634]: Failed attempted login to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 06:48 AM
09-22-2005 06:48 AM
Re: Problem with telnet session
kmtune |grep npty .
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:05 AM
09-22-2005 07:05 AM
Re: Problem with telnet session
Need to rebuild kernel with an increase in npty value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 07:19 AM
09-22-2005 07:19 AM
Re: Problem with telnet session
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 08:56 AM
09-22-2005 08:56 AM
Re: Problem with telnet session
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