- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with routing
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
11-14-2007 10:36 PM
11-14-2007 10:36 PM
Problems with routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 11:11 PM
11-14-2007 11:11 PM
Re: Problems with routing
That's a very strange routing table... any reason you're not using a default gateway?
Can you post the output of a traceroute to the gateway (10.253.254.1) cos looking at these routing tables I can't see how your pings are even getting there (unless I'm going blind!)
PS... think I know this site - have a vague recollection of putting a cluster into a warehouse there once about 6 years ago...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 11:17 PM
11-14-2007 11:17 PM
Re: Problems with routing
I think the router information is not configured appropriately. Please let us know what is the output of
traceroute spica
add appropriate router address on psprdap1 using
route add net
If router information is already present is wrong, make use of
route delete
If tcpip parameters are not set correctly make use of /usr/bin/ndd to set them correctly.
Thanks,
Srikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 11:18 PM
11-14-2007 11:18 PM
Re: Problems with routing
I think the router information is not configured appropriately. Please let us know what is the output of
traceroute spica
add appropriate router address on psprdap1 using
route add net
If router information is already present and is wrong, make use of
route delete
If tcpip parameters are not set correctly make use of /usr/bin/ndd to set them correctly.
Thanks,
Srikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 02:31 AM
11-15-2007 02:31 AM
Re: Problems with routing
> 10.253.0.0/255.255.255.255 10.253.254.1 UGH 0 lan0 0 <
If spica belongs to the 10.253.0.0 network then remove the above host route i.e.
# route delete host 10.253.0.0 10.253.254.1 1
~cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 02:44 AM
11-15-2007 02:44 AM
Re: Problems with routing
I have seen this issue first hand in a Cisco shop. In that case, the ARP timeout value of the Cisco switches (which also did routing) were not correctly tuned. What happened in that case was the HP-UX system aged out its arp entry before the the router/switch aged its entry out. The HP-UX system would flood the VLAN with an arp request but the router/switch would not respond with the arp reply since the entry was still in its arp table. Cisco TAC recommended adjusting the arp timeout value for all switches and routers supporting the VLAN to a lessor than the arp timeout of the UNIX & other servers on the effected VLAN to what happens to be their default value of 600 seconds. This resolved the issue, but only after the value had been properly adjusted on ALL switches and routers for the VLAN impacted by the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 02:35 AM
11-19-2007 02:35 AM
Re: Problems with routing
Duncan you may have indeed put a cluster in at one of our sites. It still works
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 02:37 AM
11-19-2007 02:37 AM