- Community Home
- >
- Networking
- >
- Legacy
- >
- Communications and Wireless
- >
- Re: incomplete arp entry
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
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
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
тАО06-08-2004 06:42 AM
тАО06-08-2004 06:42 AM
incomplete arp entry
Occaisionally, we have tokenring client workstations that (over ATM) we cannot get an ARP resolution for. "arp -a" will show something like
? (172.16.131.128) at (incomplete)
and all communications with this address will fail. (There is no discernable pattern of address or systems that seems to fail consistently.) If I delete the entry from the arp cache, most of the time the same incomplete entry will return, but sometimes not, and things will work. If I manually add in the correct arp entry, everything works fine, until the arp entry ages out of the cache. I see this same problem on both HP boxes, but, oddly enough, a Windows 2000 server connected to the same switch as the Unix systems has no problems.
What does this "incomplete" entry mean? Is this telling me something useful, other than "arp isn't working right"?
I've tried troubleshooting the ATM environment as best I can, but I cannot see any problems. What is especially troubling is that that Windows box has no problems. If there is an issue with ATM, I would suspect there would see more connectivity issues than just these two Unix systems. Any hints would be appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 09:19 AM
тАО06-08-2004 09:19 AM
Re: incomplete arp entry
Try doing a linkloop test (see man) between the two HPUX boxes to see if you have any layer 2 problems with the NICs, cables or switch.
If I remember correctly the HPUX likes to do arps periodically even if it has happily been talking to the device on the other end the whole time. The windows box just keeps using the old arp info unless it has not talked to it recently. IF that's true then that might explain why you see a difference between the two.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 09:47 AM
тАО06-08-2004 09:47 AM
Re: incomplete arp entry
I tried linkloop, and got nothing but timeouts up to 20 seconds. This includes various combinations of the unix boxes to each other, and to windows boxes as well. I tried boxes on the same ring (RIF data is empty, no ATM), as well as including the RIF information from the arp cache, but the same result.
Also, the windows box for which everything work often does not have an arp entry for the client PC. It's not a heavily used server, and often does will not have connected to an arbitrary client PC. It has to do a dynamic arp request same as everyone else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 01:31 PM
тАО06-08-2004 01:31 PM
Re: incomplete arp entry
lanadmin
lan
display
if I remember correctly that should show you the status of the NIC. The second page has error statistics which might help.
Does
netstat -s
show any errors?
you might try
ndd -h |grep arp
and see if there are any tunable parameters which might help. Perhaps arp replies are slower in coming with token rings?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 01:34 PM
тАО06-08-2004 01:34 PM
Re: incomplete arp entry
where the hpux heavy hitters hangout?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 01:36 AM
тАО06-09-2004 01:36 AM
Re: incomplete arp entry
I'll try on the HP-UX networking forum, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 10:39 AM
тАО06-09-2004 10:39 AM
Re: incomplete arp entry
I missed the fact is was a 10.20. The command is
nettune -l | grep arp
Ron