- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnetd: Telnet device drivers missing: No such de...
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
07-31-2002 04:40 PM
07-31-2002 04:40 PM
" when more then 65 users are loged in. How to can we allow more users to log in.
Thank you for your help.
Regards
Kafsat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:02 PM
07-31-2002 05:02 PM
Re: telnetd: Telnet device drivers missing: No such device
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000061999596
It suggest for you to check your telnet device file and recreate them. Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:05 PM
07-31-2002 05:05 PM
Solutionrm /dev/pts/*
rm /dev/pty/*
cd /dev
insf -e
insf -d telm
insf -d tels
This will reinstall the device files correctly. To allow 200 connections, use SAM and go to Kernel Configuration -> Configurable Parameters. Change 3 parameters:
npty
nstrpty
nstrtel
Make them all = 200 and the kernel will rebuilt to allow up to 200 connections at the same time. A reboot will be required.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:05 PM
07-31-2002 05:05 PM
Re: telnetd: Telnet device drivers missing: No such device
Kernel parameters: nstrtel, npty & nstrpty
make all say 1024
Generate new kernel, reboot your system and then run these commands.
# 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
If you don't know how to generate a new kernel on the command line, use 'sam'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:30 PM
07-31-2002 05:30 PM
Re: telnetd: Telnet device drivers missing: No such device
Regards
Kafsat