- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- When ping reply is 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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-05-2006 09:43 PM
тАО01-05-2006 09:43 PM
I know that it can be ridiculous question but I would like to know if this subject can be discussed in this way?.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2006 09:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2006 09:56 PM
тАО01-05-2006 09:56 PM
Re: When ping reply is too long?
It could be due to slow DNS resolution and network lagging. Check the below threads for more information,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=960924
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=958691
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2006 09:56 PM
тАО01-05-2006 09:56 PM
Re: When ping reply is too long?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2006 10:04 PM
тАО01-05-2006 10:04 PM
Re: When ping reply is too long?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2006 12:53 PM
тАО01-06-2006 12:53 PM
Re: When ping reply is too long?
Slow DNS would affect when the _first_ of the pings was sent but should have absolutely no effect on the response times of the pings themselves.
Apart from that, "ping time" will be a function of a number of things:
1) The distance between the two systems - both in terms of physical distance and number of intervening devices
2) The path length of their networking stacks
3) Their CPU loading
4) The loading of the network path between them
5) The settings on the NICs
Some NICs have interrupt coalescing parameters that can minimize the number of interrupts, and increase aggregate throughput, but at the expense of unloaded response time. An example with which I am familiar is on Linux with the e1000 driver which configures the NIC initially to do no more than 8000 interrupts per second and so gets no more than ~8000 on a netperf TCP_RR test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2006 02:15 PM
тАО01-07-2006 02:15 PM
Re: When ping reply is too long?
The question implies that there is something you can do to fix a long ping time. If the computers are responding correctly, then you have to remove the components between them that are "too slow". Naturally, over a WAN or the Internet, this isn't possible. Internet ping times can bounce all over the place as a different path is often selected by routers and load balancers.
What makes more sense is to find 'normal' values and then use these values as guides.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2006 11:44 PM
тАО01-07-2006 11:44 PM
Re: When ping reply is too long?
Also, ensure that the DNS configuration is correct (e.g. likes '/etc/hosts'. when the system performs a name lookup operation, it normally searches the hosts file.)
How about the "telnet" to this host? if the system take a long time to establish the telnet session between the client and server, it should be related to DNS configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2006 05:59 PM
тАО01-09-2006 05:59 PM
Re: When ping reply is too long?
traceroute
to find where the problem is starting. It will take more time at that point.
Another reason is hostname to ip-address resolvation. Check up resolvation information as,
hosts: entry details in /etc/nsswitch.conf file.
dns entries for /etc/resolv.conf and /etc/hosts file.
--
Muthu