Operating System - HP-UX
1771263 Members
2197 Online
109004 Solutions
New Discussion юеВ

Not able to ping the server

 
Prabhu Hosmani
Advisor

Not able to ping the server

Hi All,

I am unable to reach one HPUX machin, it was up and running, but suddenly it went in unreachable state. I logged in to console of the server and check the configuration its looks fine, even though i am unable to ping the server. please help me out

Regards,
Prabhu H
8 REPLIES 8
Prashanth Waugh
Esteemed Contributor

Re: Not able to ping the server

Hi Prabhu,

Check the icmp status.
Check its lisnening or not]
#netstat -na |grep

check the port no in /etc/services OR /etc/inetd.conf for icmp

Regards
Prashant


For success, attitude is equally as important as ability
Deepak Kr
Respected Contributor

Re: Not able to ping the server

What all you have checked on hp box?

Can you recycle network services using


#/sbin/init.d/net [stop/start]

also provide

#netstat -rn
"There is always some scope for improvement"
Prabhu Hosmani
Advisor

Re: Not able to ping the server

I did it but still issue exists

# netstat -nr
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
10.14.0.52 10.14.0.52 UH 0 lan0 4136
10.14.0.0 10.14.0.52 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.14.0.1 UG 0 lan0 0
Sandeep_Chaudhary
Trusted Contributor

Re: Not able to ping the server

Can u ping gateway.
post output of traceroute.
check network cable
Sandeep_Chaudhary
Trusted Contributor

Re: Not able to ping the server

check lan card statistics speed----- duplex setting
Vihang.
Trusted Contributor

Re: Not able to ping the server

Hi Prabhu,

I would do this.

1) Check whether there's a link on the NIC.
2) Use the console to check whether server is able to ping own IP address.
3) If pinging, try pinging the gateway.
4) If pinging, try pinging an IP from outside the subnet.

This should get you started.


Regards,
Vihang.
Prabhu Hosmani
Advisor

Re: Not able to ping the server

Yes there is link in the NIC,and cable is also proper.
i am not able to ping the gateway but i am able to ping localhost.
and all the network configurations(mask/gateway) are correct, i am not getting why this server is not reachable
Prabhu Hosmani
Advisor

Re: Not able to ping the server

Hi All,

After reboot server is reachable
thank you all...

regards,
Prabhu H