- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet server delayed response
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
02-18-2002 10:45 AM
02-18-2002 10:45 AM
After a reboot, the telnet server does not accept connect requests. A telnet to the system gets only as far as:
"Trying....
Connected to xxx.xxx.xxx.xxx
Escape character is ..."
The system console is operating normally and outbound telnet from the console is fine too.
The funny part is if we wait ~15-20 minutes, the telnet server starts responding normally and continues normally until the next reboot.
(I know, I know, don't reboot - ever)
What is going on and how to cure it?
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:52 AM
02-18-2002 10:52 AM
Re: Telnet server delayed response
Check your port configuration on the switch to which this system is connected.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:06 AM
02-18-2002 11:06 AM
Re: Telnet server delayed response
Can you expand on your answer please.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:13 AM
02-18-2002 11:13 AM
Re: Telnet server delayed response
Telnet sessions can have delayed connection time (usually about 100 seconds) to get a login because even a telnet will do a small amount of resolving for the incoming device IP.
Your ~/nsswitch.conf may say hosts then DNS -
If it can't resolve it from either the /etc/hosts or the named.boot file than after the delay it will return with a login prompt.
One way to correct is to add entries in either your hosts file or named.boot.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:14 AM
02-18-2002 11:14 AM
Solutionthere are many links on the forum that point that a slow telnet is due to some kind of name look up problem. Check /etc/hosts resolv.conf
nsswitch.conf for any clues at to a dns or name look up issue. Here is one post that talks about this. You can do a search for slow telnet and more will come up.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcfb6119c3420d411b66300108302854d,00.html
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 11:23 AM
02-18-2002 11:23 AM
Re: Telnet server delayed response
The next step is presumably for telnet to call the login routine. Don't know why that would take 15 minutes to set up. I'm beginning to suspect you may have an address duplication or a name/address conflict and at first you go to the wrong address then after it's been up for a while the DNS realizes the correct address and sends you there. Try pinging the ip address when the new server is down (or disconnected from the network) to make sure someone else doesn't have the same IP address. Then do a nslookup on the name and see what you get. Does it change after the server has been up for 15 minutes?
Finally, right after it boots can you get on the server and try to telnet to itself using 127.0.0.1? That should rule out any network problems.
Ron