- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telenet session response delay
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
08-03-2005 12:45 AM
08-03-2005 12:45 AM
Telenet session response delay
we have an 11.0 box that presents the following issue:
trying to acces it by telnet, the session takes some seconds (at least 10-15) prior to get the login and password prompt?
I checked out dmesg, syslog, rc.log but all seems to be ok.The lan connection is autoneg.an now is set to 100Mbit FULL DUPLEX.
Anyone has an idea?
Many Thanks!
Alessandro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:49 AM
08-03-2005 12:49 AM
Re: Telenet session response delay
may be associated with dns settings.
check your /etc/nsswitch.conf.
should have line for "hosts" as:
hosts: files [NOTFOUND=continue] dns
hope this helps!
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:51 AM
08-03-2005 12:51 AM
Re: Telenet session response delay
This could be the delay you are seeing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:52 AM
08-03-2005 12:52 AM
Re: Telenet session response delay
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=continue] nis [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
...the NDS settings sseems to be ok...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:57 AM
08-03-2005 12:57 AM
Re: Telenet session response delay
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 01:00 AM
08-03-2005 01:00 AM
Re: Telenet session response delay
is it on the same lan?
can you try a simple test by putting the IP address of the client in the hosts file (/etc/hosts)?
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 01:05 AM
08-03-2005 01:05 AM
Re: Telenet session response delay
When doing your test pings, are you ping-ing a hostname or an ip address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 05:19 AM
08-03-2005 05:19 AM
Re: Telenet session response delay
So if all 3 of your resolv.conf servers cannot find this IP address, it will take about 90 seconds before you see a prompt. To fix this, change your resolver order in nsswitch.conf from the typical dns->nis->files to files -> dns. Then put in dummy names in /etc/hosts for the incoming IP addresses that take a long time. nslookup will also show you the problem. In fact, nslookup will check that your DNS server knows (or doesn't) his own name.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 04:09 PM
08-03-2005 04:09 PM
Re: Telenet session response delay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 04:00 AM
08-04-2005 04:00 AM
Re: Telenet session response delay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 10:48 PM
08-04-2005 10:48 PM
Re: Telenet session response delay
The box had a NIS client configured but no NIS Server was present in our farm. Disabling it and reviewing nsswitch.conf solved the issue.
Thanks all.
A.