- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Losing network connectivity. (A Class and switch)
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
07-16-2001 12:10 PM
07-16-2001 12:10 PM
Symptoms:
1) cannot ping the machine from anywhere in its own network or outside it.
2) cannot ping anywhere in the network even the default gateway from the A-Class servers.
3) can ping my own ip
4) all services are up and running normally.
I'll like to know ideas of where to start looking for solution to this problem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 10:31 PM
07-16-2001 10:31 PM
Re: Losing network connectivity. (A Class and switch)
# netstat -rn
see if default route entry is there or not if not then please add the default route entry
# route add default gateway-ip 1
and also chk the physical connectivity.
Rgds
JAI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 11:16 PM
07-16-2001 11:16 PM
Re: Losing network connectivity. (A Class and switch)
is the switch connected to power directly or thru spike burster. i am not seeing any apparent reason other than power supply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 11:16 PM
07-16-2001 11:16 PM
Re: Losing network connectivity. (A Class and switch)
Some extra questions for you...
1. You say this happens every week? Do you mean just once a week at a specific time or at least once a week but in a random fashion?
2. What do you do to remedy the problem?
3. When the problem occurrs do you still have a link beat light on your network connections (both ends)?
4. Do you have auto-negotiation DISABLED on both the A class and the switch? (Assuming that the internal LAN card on your A class is lan0 you can check this by issuing the command 'lanadmin -x 0'. Not sure how you check this on your switch though)
Thx
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 04:15 AM
07-17-2001 04:15 AM
Re: Losing network connectivity. (A Class and switch)
1. You say this happens every week? Do you mean just once a week at a specific time or at least once a week but in a random fashion?
Answer: It happens every week but in a random fashion.
2. What do you do to remedy the problem?
Answer: After some troubleshooting using lanadmin, netstat, lanscan, another commands the only solution is to do a shutdown -ry 0. Which is not the best solution right now.
3. When the problem occurrs do you still have a link beat light on your network connections (both ends)?
Answer: Yes, I still have the link beat light on both the server and the switch. Which, amazes me because there seems to be no communication at all.
4. Do you have auto-negotiation DISABLED on both the A class and the switch? (Assuming that the internal LAN card on your A class is lan0 you can check this by issuing the command 'lanadmin -x 0'. Not sure how you check this on your switch though)
Answer: Yes, I have disabled auto-negotiation on both sides.
Thank you, any more suggestions will be greatly appreciated.
Ramon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 10:31 AM
07-17-2001 10:31 AM
Re: Losing network connectivity. (A Class and switch)
the old standby of being on the latest driver patches might apply.
if other devices on the swtich retain connectivity, perhaps you have a cable that is ever so slightly out of spec? perhaps once a week, someone runs a vacuum cleaner near it and messes-up the electricals?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 10:38 AM
07-17-2001 10:38 AM
Re: Losing network connectivity. (A Class and switch)
About the cable a switch the cable from another server and I still have the problem in the original server. So, I discarded the cable as a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 03:17 AM
07-18-2001 03:17 AM
Solution1. You say your default gateway is a firewall - is this set up to respond to pings during normal operation? ( a lot of firewalls aren't ) Also are there any other devices on your subnet, or are they ALL the other side of your firewall? HP-UX 11+ uses something called 'Dead Gateway Detection', and it can get screwed up when the default gateway is a firewall. What happens is that periodically the HP box will send out ICMP echo requests to the gateway - if it doesn't respond after a certain amount of time the gateway is marked as DEAD, and no more traffic is sent to it. You can check whether your have dead gateway detection enabled using the following command:
ndd -get /dev/ip ip_ire_gw_probe
If this returns 1 you have Dead Gateway Detection enabled.
Next time the problem occurrs, you can see if dead gateway detection has kicked in by running:
ndd -get /dev/ip ip_ire_status | grep GATEWAY
if the gateway comes back marked as DEAD then dead gateway detection has kicked in... Of course this could be a symptom of your problem rather than the answer.
2. As you still have a link-beat light, it's worth checking whether the problem is definately occurring at Link level as well, the following test should work:
i)Get the MAC address for your default gateway (or any other device on the same subnet as the server) - You can do this using 'arp -a | grep
ii) While everythings working, check that you can do a link level ping to the default gateway (again this depends on the firewall configuration, not all firewalls will respond to these) using linkloop as follows:
linkloop -i 0 -n 3 -v
iii) Next time you have the failure, try the linkloop again - if it still works when pings don't then the problem is somewhere in the TCP/IP level, rather than further down the protocol stack.
2.5 We've seen a situation with a 100BaseT card with similar symtoms to yours, and this was fixed by applying the latest driver patches - This was on HP-UX11.00 though and from the quick search I've done I can't see any patches for 11i which relate to 100BaseT. But I would still agree with Rick - check with HP support that you are on the latest patch level for these drivers.
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 08:54 PM
08-20-2003 08:54 PM
Re: Losing network connectivity. (A Class and switch)
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
Make sure the array is sequential.The ndd parameter ip_ire_gw_probe defaults to the value of 1 which is enabled. The 0 value for NDD_VALUE disables dead gateway connection detection. Reboot after updating the entry.