1827333 Members
5534 Online
109963 Solutions
New Discussion

Re: strange Ping problem

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

strange Ping problem

Hello all, I have a strange problem going on but only between 2 systems. Every 5 minutes or so, box 'a' cant ping box'b' but 'a' can ping all other systems just fine.
# while true
> do
> ping s1dfa62
> sleep 5
> done
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive
s1dfa62 is alive

no answer from s1dfa62
no answer from s1dfa62
no answer from s1dfa62
no answer from s1dfa62
no answer from s1dfa62
s1dfa62 is alive

Any idea what the problem may be? Routing?
Any ideas how I can trouble shoot this?

Thanks.
UNIX IS GOOD
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: strange Ping problem

Is this really hp-ux?

I would first use traceroute (or something similar) to see what is going on and who is involved.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Nobody's Hero
Valued Contributor

Re: strange Ping problem

Actually it's our on;y Sun system we have here but I figured you knew that.

I did run a trace route yesterday and it never really finishes, just '*******'.

I may try and reset the nic by taking it up and down. Does that reset errors?
UNIX IS GOOD
TTr
Honored Contributor
Solution

Re: strange Ping problem

You need to narrow down the problem. It seems that you have verified that there is nothing wrong with box a and when a can not ping b, a can ping other hosts. It that correct?

You need to use box c and box d to ping box b at the same time and see if the black-out to box b can be confirmed from boxes c and d and that the blackout occurs at exactly the same time. If it is confirmed then you move on to box b and start pinging multiple servers. This will tell you if it is within box b. To verify if it is on box b itself or on the network, you need to do some testing on other boxes that are connected in the same segment/switch as box b.

Possible causes can be missing patches on box b, network contention on box b, flaky network hardware on box b, flaky switch port on the network...
Fabien GUTIERREZ
Frequent Advisor

Re: strange Ping problem

i don't know exactly the time intervall in which your server is unreachable but it could comes from an ignoring from the distant host if it considers a "ping flood" from your first system
hp-ux stack has this kind of intelligent behaviour
Prasanth Thomas
Valued Contributor

Re: strange Ping problem

Hi

Do one thing check the physical connectivity,,like cable and card....

and also restart the server and ping the server.....

is the server's lan is configured by apa method then just reconfigure it by manual mode.....

revert back

Regards

Prasanth Thomas
Steven E. Protter
Exalted Contributor

Re: strange Ping problem

Shalom,

I'd throw a traceroute in the code if the return code is non-zero.

ping <1 time timeout 10 seconds>
rc=$?
if [ $rc -ne 0 ]
tnen
traceroute
fi


Its not a true diagnostic tool but you might get closer to an answer.

Several possible causes.

Bad network hardware
duplicate ip address
network congestion

The traceroute will give you an idea where to look.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com