- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: time out with ping..
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
11-06-2003 08:24 PM
11-06-2003 08:24 PM
I am having a HP rp2470 server with 11i installed. The problem is that I observ Large amount of packet drops when pinging the server from a different segment. But This doesn't happen with other machines which are in the same segment of the HP server.
I have changed the network cable , and point at switch.. I couldnt make it.
Please help..
Thanks,
Senthil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 08:38 PM
11-06-2003 08:38 PM
Re: time out with ping..
Do you have the latest network patches installed ?? They have been known to cause issues. Also the server on the other network - did you only try to ping one server or more than one on other segment?
Verify that nslookup and reverse against ip work fine both ways on remote system and local one with the issue. Also, can you ping other machines on same network as suspect box without any issues ??
Regards,
dbk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 09:04 PM
11-06-2003 09:04 PM
SolutionTo do this on a HPUX environment, use lanadmin -X
What number to use for the instance can be found in lanscan, but it differs per OS version/patchlevel if you need the NM ID or the Card Instance number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 09:15 PM
11-06-2003 09:15 PM
Re: time out with ping..
check the routing table as whether the route is the way it is.
Also check whether the network is stable with the remote network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 01:41 AM
11-08-2003 01:41 AM
Re: time out with ping..
1. may be due to high traffic in the other segment.
2. The network device or the port of the network device where the other segment connected may be bad.
3. pl run ping command between 2 systems in the other segment. If that communication is also OK, you can suspect the network device which interconnects the device.
It would be helpful if you can give us a clear picture of how these segments are connected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2003 02:20 AM
11-08-2003 02:20 AM
Re: time out with ping..
More then likely its packet reassembly through the router if not NIC speed.
You can test packet reassembly problems by activating the ICMP 'spray' utility in /etc/inetd.conf on both nodes. 'spray' sends out a shotgun blast of ICMP packets and when used in conjunction with 'netstat':
# netstat -p icmp | grep -i -e collision -e dropp
...isolates the bad node.
Begin with a packet length of 1500 bytes and then reduce until the errors stop. For example, -c = 100 packets, -l = length 1500:
spray hostname -c 100 -l 1500
sending 100 packets of lnth 1502 to hps1 ...
in 0.0 seconds elapsed time,
80% packets dropped by hostname
2167 packets/sec, 1062.5K bytes/sec
Now reduce the -l length to 1000:
spray hostname -c 100 -l 1000
sending 100 packets of lnth 1002 to hps1 ...
in 0.0 seconds elapsed time,
40% packets dropped by hostname
2167 packets/sec, 1062.5K bytes/sec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 03:20 PM
11-09-2003 03:20 PM
Re: time out with ping..
There Was the Speed mismatch which After setting it right It worked Fine.
Thanks a Lot.
Senthil