- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dead gateway detection
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
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
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-17-2011 11:39 PM
07-17-2011 11:39 PM
Dead gateway detection
HI ,
We are receiving lots of alerts like
""Jun 26 09:51:56 abcserv vmunix: Dead gateway detection can't ping the last remaining default gateway at 0xa8da60bd .See ndd -h ip_ire_gw_probe for mor
e info"
please let me know how i will find the ip address from this hexno :-0xa8da60bd
Regards,
ANi
Ani
- Tags:
- dead gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 12:00 AM
07-18-2011 12:00 AM
Re: Dead gateway detection
Hi
>please let me know how i will find the ip address from this hexno :-0xa8da60bd
#lanscan |grep 0x001A4B08B200
0/4/2/0 0x001A4B08B200 1 UP lan1 snap1 1 ETHER Yes 119
#ifconfig lan1
lan1: flags=1843<UP,BROADCAST,RUNNING,MULTICAST,CKO>
inet (server ip address) netmask fffff800 broadcast (broadcast ip)
::To check routing table
#netstat -rn
you can check "default gateway"
::To check NW Configuration
#more /etc/etc/rc.config.d/netconf
Thanks
BR
Naj
____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 12:38 AM
07-18-2011 12:38 AM
Re: Dead gateway detection
HI, Tnx for your quick response.but i am unable to find it from lanscan.
abcserv -> /root
root # lanscan|grep -i 0xa8da60bd
abcserv -> /root
root # lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/1/1/0/6/0 0x001E0B83D16A 0 UP lan0 snap0 1 ETHER Yes 119
0/0/1/1/0/6/1 0x001E0B83D16B 1 UP lan1 snap1 2 ETHER Yes 119
0/0/12/1/0 0x001A4B07F992 2 UP lan2 snap2 3 ETHER Yes 119
0/0/12/1/1 0x001A4B07F993 3 UP lan3 snap3 4 ETHER Yes 119
abcserv -> /root
root #
regards,
Ani
Ani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 01:49 AM
07-18-2011 01:49 AM
Re: Dead gateway detection
Sorry for the output..
your ip should be 168.218.96.189
You may use this tool to convert the hex ip
http://www.silisoftware.com/tools/ipconverter.php
Thanks
____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 02:19 AM
07-18-2011 02:19 AM
Re: Dead gateway detection
HI Naz, Thank you . I want to assign points . once i click kudos it is showing 1. but i want to give you more then 1 ..pls tell me how to do it ...this new HPSC it diff. for me :(
Ani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 05:24 AM
07-18-2011 05:24 AM
Re: Dead gateway detection
The lanscan command shows the MAC address, not the IP address.
If you don't have web access on the system, you can use the "bc" command:
# bc
ib=16
A4
164
...etc...
The "ib" stands for "input base" and when you type "A4" (with caps), it will show you the base-10 equivalent since the output base is still 10. Each part of an IP address is an 8-bit number, two hex digits.
Does anyone know whether dead gateway detection actually unplumbs the interface? How many failed pings does it wait before ceasing traffic to the allegedly dead gateway?
As you may have found out already, Ani, the HP system has ip_ire_gw_probe enabled, which causes it to ping the default gateway(s) every 3 minutes and disable the gateway if there's no response. If your router drops ICMP packets on the floor, this will affect any HP 11i system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 05:37 AM
07-18-2011 05:37 AM
Re: Dead gateway detection
Hi Michael ,
This is whad i have saved , before all the bookmarks went bad ,
ndd -get /dev/ip ip_ire_status | grep -e IRE_GATEWAY -e flag <==note
This results in a list of all gateways, the flags will indicate a dead gateway.
Another option ip_ire_gw_probe_interval is available which changes the
frequency in which such probes will be performed.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 05:52 AM
07-18-2011 05:52 AM
Re: Dead gateway detection
> I want to assign points . once i click kudos it is showing 1. but i want to give you more then 1 ..pls tell me how to do it
You can only assign one kudo to each post. The only way to give a particular person more than one kudo would be if they had responded more than once - then you could kudo each response.
Pete