- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to telnet my host.
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
11-19-2001 02:49 AM
11-19-2001 02:49 AM
telnet cray
Trying...
Connected to cray.
Escape character is '^]'.
telnetd: Telnet device drivers missing: No such device
Local flow control off
Connection closed by foreign host.
Rlogin and ftp are working fine. What could be a reason?
Thank you,
Andrei Motorin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 02:56 AM
11-19-2001 02:56 AM
Re: Unable to telnet my host.
- rm /dev/pts/t*
- rm /dev/pty/t*
- cd /dev
- insf -e
- insf -d telm
- insf -d tels
Also look at increasing the kernal parameter nstrtel if need be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 02:57 AM
11-19-2001 02:57 AM
Re: Unable to telnet my host.
May be recInsf ???d tels reating ur telnet devices will solve the problem. This happened to me once after loading some patches. I did the following
$ Insf ???d tels
which create all telnet device files again.
Hope this helps u.
Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:09 AM
11-19-2001 03:09 AM
Re: Unable to telnet my host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:21 AM
11-19-2001 03:21 AM
Re: Unable to telnet my host.
Try stopping and starting inetd.
inetd -k ( kill)
inetd -c (reread /etc/inetd.conf)
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:47 AM
11-19-2001 03:47 AM
Re: Unable to telnet my host.
How can I add points for his answer?
Andrei Motorin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:50 AM
11-19-2001 03:50 AM
Re: Unable to telnet my host.
Simple isn't it? :-)
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 02:57 AM
01-04-2002 02:57 AM
Re: Unable to telnet my host.
I have the same problem with telnet. When I try to connect to the server, I've got the message :
telnetd: Telnet device drivers missing: No such device
Kernel parameters are :
npty 512
nstrpty 60
nstrtel 60
Some messages say to increase nstrtel but I only have 14 process telnetd running on this server !!!!
Alex says to try :
- rm /dev/pts/t*
- rm /dev/pty/t*
- cd /dev
- insf -e
- insf -d telm
- insf -d tels
I don't try this because I don't know If "rm" will destroy all the active connections.
Does anybody can help me?
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 03:57 AM
01-04-2002 03:57 AM
Re: Unable to telnet my host.
Try stopping and starting telnet.
inetd -k ( kill)
inetd -c (reread /etc/inetd.conf)
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:39 AM
01-04-2002 05:39 AM
Re: Unable to telnet my host.
Each regular inbound telnet connection needs to be considered in nstrtel, including DTC so-called nailed ports in /etc/ddfa/dp.
To calculate the number, you need to set nstrtel to add up all telnet connections from PCs, other systems, DTCs with and without nailed ports, and set nstrtel large enough to cover all of them. Either use SAM or, if you increase the kernel parameter manually, call insf afterwards to create all necessary device files.
The only exception are for DTC outbound ddfa printer connections which still require a slot in npty. Rlogin uses nstrpty; terminals and modems directly attached to serial ports on the system also continue to use npty.
Since more and more subsystems are using streams-based drivers, the simplest solution is to make npty = nstrpty = nstrtel, and if you use SAM, all the needed device files will be created.
Note that if root accidently removes a device in the middle of chain (see bottom of man page: man 7 pty), then the search for an available device file terminates. Removing them and then using insf to recreate them will solve that problem. Note that this should be done from the console, ideally in single user mode since you are removing all the network connection files.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 06:42 AM
01-07-2002 06:42 AM
Re: Unable to telnet my host.
I wouldn't have to take again the message of Andrei because now I can't assign points to you. Aaargh!!!
Sorry!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 06:46 AM
01-07-2002 06:46 AM
Re: Unable to telnet my host.
I can do it for you :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 06:57 AM
01-07-2002 06:57 AM
Re: Unable to telnet my host.
5 points to Paula and 7 to Bill.
ciao :)