- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet login prompt taking too long
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
05-21-2001 04:18 AM
05-21-2001 04:18 AM
Telnet login prompt taking too long
Thanks,
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 04:33 AM
05-21-2001 04:33 AM
Re: Telnet login prompt taking too long
If you have DNS enabled, then you probably have delays due to "reverse name lookup".
Making sure that your device's name is represented in the DNS tables of the DNS server will eliminate the (timeout) delay.
Reverse lookup is the process by which a server receiving a request for service from a remote machine ascertains whether the identity claimed by the machine is in fact its true one. The process goes like this:
1. The request arrives in a packet with an IP address indicating the point of origin.
2. The server queries name service on the net to find out what host name is associated with that IP address.
3. The server then queries name service to find out what IP address is associated with that host-name.
4. If this last request fails to find an IP address, or finds one that doesn't match the original, the request for service is rejected.
For an good description of reverse name lookup, see:
http://www.helpdesk.umd.edu/comm/ethernet/revlook.shtml
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 04:56 AM
05-21-2001 04:56 AM
Re: Telnet login prompt taking too long
Thanks,
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:02 AM
05-21-2001 05:02 AM
Re: Telnet login prompt taking too long
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:12 AM
05-21-2001 05:12 AM
Re: Telnet login prompt taking too long
Going back to James' suggestion, either edit /etc/nsswitch.conf "hosts" entry to read:
hosts: files
and test, OR mv /etc/resolv.conf /etc/resolv.conf.save
to temporarily disable DNS.
Also see if using NIS Domain name is set since NIS Server can do DNS lookups for you and cause the same delay. Just running domainname
"NIS domain name not set". If you get NIS domainname then temporarily disable it:
domainname ""
Now test.
Restore /etc/resolv.conf and your NIS domain if needed when testing completes.
Lastly if the above suggestions fail, perhaps /etc/wtmp utmp btmp might be having problems? If so you might need to fix the problems in single user mode e.g. cat /dev/null > /etc/wtmp ...
Hope all this helps,
-> Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:25 AM
05-21-2001 05:25 AM
Re: Telnet login prompt taking too long
Check the differences between your 3 systems relating /etc/hosts, /etc/resolv.conf and /etc/nsswitch.conf.
I had a similar problem, and I had to restart rpc and inetd. But I use DNS.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:27 AM
05-21-2001 05:27 AM
Re: Telnet login prompt taking too long
i do agree with JRF and Brian. we too have Hp systems with NIS enabled and correct entry made in DNS. In nsswitch.conf file system will look into files first and then in yp(nis), but still we too have this same. by analysis made by us the congestion in the n/w causes this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 05:29 AM
05-21-2001 05:29 AM
Re: Telnet login prompt taking too long
So, you are using DNS. Have you made some changes to the above files lately?
My probelm was due to a change in the DNS address and domain. Has I changed the domain, I had to reconfigure the RPC by restarting it. A reboot is the best way to do it. If you can...