- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TELNET LOGIN
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
04-30-2005 12:04 AM
04-30-2005 12:04 AM
TELNET LOGIN
I am facing a problem in Telnet, The server is taking 1 min to display prompt on screen during telnet.
i.e. When i do remote login through telnet command to my server (telnet IPADDRESS), it takes 1 min to display login prompt.
waiting for reply.
Thanking you
Kumar gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2005 12:17 AM
04-30-2005 12:17 AM
Re: TELNET LOGIN
First you have to find some causes on your server.
Is your server taking heavy load (top, glance)? Is there a network issue?
Most answers are found in the logfiles. What does your syslog say?
Cheers,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2005 02:01 AM
04-30-2005 02:01 AM
Re: TELNET LOGIN
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
Now edit your /etc/hosts file and add the IP address of the client that is trying to login. The name isn't important, just add the IP address and a temporary name to the hosts file. This should provide immediate login.
The 1 minute delay is due to a 20 second timeout for each entry in the DNS file /etc/resolv.conf. The DNS servers listed there are no longer reachable or have stopped responding. Or the DNS servers don't know their own name (a security error). Use nslookup to troubleshoot DNS by specifying the DNS server on the command line as in:
nslookup hp.com 12.34.56.78
where 12.34.56.78 is the IP address of your first DNS server. If it does not respond, you'll have to contact your DNS administrator. It may also be due to a routing error. Try:
traceroute 12.34.56.78
where 12.34.56.78 is the IP address for each DNS server.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2005 08:52 PM
04-30-2005 08:52 PM
Re: TELNET LOGIN
Check your /etc/rc.config.d/netconf file
Thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2005 05:14 AM
05-01-2005 05:14 AM
Re: TELNET LOGIN
be related to DNS.
You could run tcpdump on your telnet client and
that might give you a clue to what is going on.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2005 09:13 PM
05-01-2005 09:13 PM
Re: TELNET LOGIN
Just logon to the server, and give this command:
# nslookup `uname -n`
Analyse the response time this command takes and match with the response "telnet" takes.
The problem is surely due to the name resolution. The server is unable to resolve the name. If your server uses a DNS, then have a look at /etc/resolv.conf and resolve the problem, in it. Also look at /etc/nsswitch.conf file and check the sequence the server checks the services (i.e., files, dns, nis etc...)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 06:33 AM
05-02-2005 06:33 AM
Re: TELNET LOGIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 04:52 PM
05-02-2005 04:52 PM
Re: TELNET LOGIN
I have successfully emulated your problem where the dns entries are fine and as a result ping response is okay however, due to wrong default route, it takes a while for telnet to respond back ( almost a minute)
Please let me know if this fixed your issue.
thanks
Devesh