- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connectivity delay tim
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-20-2007 08:20 PM
08-20-2007 08:20 PM
Connectivity delay tim
I have HP rp5479 hp ux v1, when i telnet i face delay time, i have to wait 7min and then i get login prompt. i confirmed with Data Network team, they said no any fault in network cause this delay..
What is the reason of delay?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 08:28 PM
08-20-2007 08:28 PM
Re: Connectivity delay tim
Faisal,
what about telnet by IP address ? Suspected the DNS is down ? Any changes lately like replace lan card or change switches ?
check nettl see if there is any duplicate ip
# netfmt -f nettl.LOG000 > /tmp/a.out
# more /tmp/a.out (check latest timestamp)
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 09:04 PM
08-20-2007 09:04 PM
Re: Connectivity delay tim
1. check name resolution, check DNS server(s).
2. check for presense of ipv6:
ls -l /dev/ip*
If you have it add this into /etc/nsswitch.conf:
ipnodes: files
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 09:06 PM
08-20-2007 09:06 PM
Re: Connectivity delay tim
Most common cause of this is:
1) Lack of an /etc/hosts entry on the target system for itself. Though DNS is supposed to resolve it, I've seen this time and time and again. If the target ip is 192.168.0.10 then add this to /etc/hosts
192.168.0.10 hostname
You may need a fully qualified domain name on the line as well as hostname depending on your network environment.
2) Slow DNS resolution. You might not like idea 1 in which case you should try again by ip address and if that is faster, deal with the DNS servers, which in many environments is a Microsoft problem.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 01:30 PM
08-21-2007 01:30 PM
Re: Connectivity delay tim
hosts: files [NOTFOUND=continue TRYAGAIN=continue] dns
Now, put the hostnames you want to use in the /etc/hosts file. Do the same for the remote systems. That will end your connect delays. Then turn the DNS problems over to the DNS administrators.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 09:14 PM
08-21-2007 09:14 PM
Re: Connectivity delay tim
see the below thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=453887
Regards,
Asif Sharif
Asif Sharif