- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Default Routing not working after Patch on HP-...
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
12-14-2009 12:54 PM
12-14-2009 12:54 PM
Default Routing not working after Patch on HP-UX 11.31
We cannot ping server using the default gateway, which was working before the patches.
local ip address of server:
ifconfig lan3
lan3: flags=1843
inet 10.161.84.12 netmask ffffff00 broadcast 10.161.84.255
When we now traceroute the former available server we receive the following output:
traceroute to by-sap-e64 (10.190.103.197), 30 hops max, 40 byte packets
1 by43a6 (10.161.84.12) 0.042 ms !N 0.034 ms !N 0.013 ms !N
Former output was:
traceroute to by-sap-e64 (10.190.103.197), 30 hops max, 40 byte packets
1 LVRRSH1 (10.161.84.1) 0.938 ms 0.933 ms 0.491 ms
2 10.161.135.253 (10.161.135.253) 2.010 ms 2.475 ms 2.480 ms
3 10.161.253.125 (10.161.253.125) 2.487 ms 1.502 ms 1.983 ms
4 10.167.1.18 (10.167.1.18) 2.982 ms 2.512 ms 2.503 ms
5 10.167.1.18 (10.167.1.18) 2.959 ms 2.496 ms 3.025 ms
6 172.29.0.5 (172.29.0.5) 2.451 ms 2.555 ms 2.435 ms
7 10.190.254.233 (10.190.254.233) 2.985 ms 2.508 ms 2.484 ms
8 10.190.254.225 (10.190.254.225) 2.991 ms 2.738 ms 2.482 ms
9 10.190.252.253 (10.190.252.253) 2.989 ms 2.479 ms 2.986 ms
10 by-sap-e64 (10.190.103.197) 2.992 ms 5.248 ms 2.963 ms
Routing information: netstat -rnv
Routing tables
Dest/Netmask Gateway Flags Refs Interface Pmtu
127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 32808
10.161.84.12/255.255.255.255 10.161.84.12 UH 0 lan3 32808
10.161.84.0/255.255.255.0 10.161.84.12 U 2 lan3 1500
127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 32808
default/0.0.0.0 10.161.84.1 UG 0 lan3 1500
ping to 10.161.84.11 is working fine
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 01:06 PM
12-14-2009 01:06 PM
Re: Default Routing not working after Patch on HP-UX 11.31
My first instinct would be to back out hte patch with swremove.
IF that won't work, look for issues in /etc/rc.config.d/netconf
Chec:
/etc/hosts,/etc/nsswitch.conf networking
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 04:25 PM
12-14-2009 04:25 PM
Re: Default Routing not working after Patch on HP-UX 11.31
Is the statement "ping to 10.161.84.11" a typo and you really meant to list the IP address of the default gateway - 10.161.84.1?
Does the MAC address associated with the default gateway's IP address in the arp tables on the system match that of the default gateway?
Out of idle curiousity, what is the "metric" for the default route in /etc/rc.config.d/netconf ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:06 PM
12-14-2009 11:06 PM
Re: Default Routing not working after Patch on HP-UX 11.31
When we replace this server with a pc using the same network address and routing entry, we are able to reach servers over the default route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:10 PM
12-14-2009 11:10 PM
Re: Default Routing not working after Patch on HP-UX 11.31
We reduced the /etc/rc.config.d/netconf to one entry for the nic using 10.161.84.12 and no routing.
INTERFACE_NAME[2]="lan3"
IP_ADDRESS[2]="10.161.84.12"
SUBNET_MASK[2]="255.255.255.0"
BROADCAST_ADDRESS[2]="10.161.84.255"
INTERFACE_STATE[2]="up"
DHCP_ENABLE[2]=0
INTERFACE_MODULES[2]=""
After reboot we set the routing manually by 'route add default 10.161.84.1 1'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:48 PM
12-14-2009 11:48 PM
Re: Default Routing not working after Patch on HP-UX 11.31
Ping to 10.161.84.11 is possible. Should show that subnet 10.161.84.x is reachable.
Server is running in a two node cluster, and other server of the cluster is still working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 01:47 AM
12-15-2009 01:47 AM
Re: Default Routing not working after Patch on HP-UX 11.31
ping to 10.161.84.1
Is it working fine also?
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 01:53 AM
12-15-2009 01:53 AM
Re: Default Routing not working after Patch on HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 01:53 AM
12-15-2009 01:53 AM
Re: Default Routing not working after Patch on HP-UX 11.31
arp 10.161.84.1
What is the output of this command?
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:00 AM
12-15-2009 02:00 AM
Re: Default Routing not working after Patch on HP-UX 11.31
on running server - lvrhp1:
LVRRSH1 (10.161.84.1) at 0:d0:c9:ad:48:fd ether
on failed server - lvrhp2:
LVRRSH1 (10.161.84.1) at 0:d0:c9:ad:48:fd ether
The failed server was running before the patches very well - no problems.
No changes made manually after patch!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:03 AM
12-15-2009 02:03 AM
Re: Default Routing not working after Patch on HP-UX 11.31
The first hob is not the default gateway as it is on the running server lvrhp1.
Hope this might be a hint?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:08 AM
12-15-2009 02:08 AM
Re: Default Routing not working after Patch on HP-UX 11.31
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:22 AM
12-15-2009 02:22 AM
Re: Default Routing not working after Patch on HP-UX 11.31
I asked the network admin to grant access to the gateway, but this will take a while!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:29 AM
12-15-2009 02:29 AM
Re: Default Routing not working after Patch on HP-UX 11.31
cat /etc/rc.config.d/netconf
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:34 AM
12-15-2009 02:34 AM
Re: Default Routing not working after Patch on HP-UX 11.31
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:41 AM
12-15-2009 02:41 AM
Re: Default Routing not working after Patch on HP-UX 11.31
Trying to remove patch now and test default gateway.
After this I will try to route the desired network directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:51 AM
12-15-2009 02:51 AM
Re: Default Routing not working after Patch on HP-UX 11.31
No network patches were installed, only PHKL kernel patches required for Oracle 11.1.0.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 03:21 AM
12-15-2009 03:21 AM
Re: Default Routing not working after Patch on HP-UX 11.31
A firewall was set up an blocked ICMP!!!
After enabling ICMP an the gateway accessing the routing was possible again.
Thanks a lot to your support!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 03:25 AM
12-15-2009 03:25 AM
Re: Default Routing not working after Patch on HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 03:25 AM
12-15-2009 03:25 AM
Re: Default Routing not working after Patch on HP-UX 11.31
Great to hear that.
Horia.