- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Arp entry cached
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
тАО10-12-2005 05:09 AM
тАО10-12-2005 05:09 AM
Arp entry cached
I have an HPUX 11.11 system (server3) that is having an arp issue. An incorrect entry was placed in the /etc/hosts table. The /etc/nsswitch.conf file has "hosts: files dns". The hosts entry were something like this:
192.168.0.10 server2
192.168.0.10 server1
192.168.0.11 server2
When pinging server1, no problem. However, when the problem was found, "192.168.0.10 server2" was removed. At this point:
$ nslookup 192.168.0.10
Using /etc/hosts on: server3
looking up FILES
Name: server1
Address: 192.168.0.10
However, the arp entry is still:
$ arp -a | grep 192.168.0.10
server2 (192.168.0.10) at xx:xx:xx:xx:xx:xx ether
I need that to resolve correctly in arp, so:
$ arp -d server2
server2 (192.168.0.10) deleted
$ arp -d 192.168.0.10
192.168.0.10 (192.168.0.10) - - no entry
Now it should resolve correctly. So:
$ ping server1
PING server1: 64 byte packets
....
All return correctly
$ arp -a | grep 192.168.0.10
server2 (192.168.0.10) at xx:xx:xx:xx:xx:xx ether
I also tried:
$ arp -d server2
$ arp -s server1 xx:xx:xx:xx:xx:xx
$ arp -a | grep 192.168.0.10
server2 (192.168.0.10) at xx:xx:xx:xx:xx:xx ether permanent
Does anyone know how I can clear the cached info without rebooting the system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2005 11:30 AM
тАО10-12-2005 11:30 AM
Re: Arp entry cached
after 30 seconds of pinging from both ends, things should definitely resolve, otherwise You might want to use tcpdump and look at the arp packets sent in and out.
as it appears arp -s didn't fix things for You, the issue might be ... not on this host ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2005 12:42 AM
тАО10-13-2005 12:42 AM
Re: Arp entry cached
I have reconfirmed that the files and dns return the correct information for 192.168.0.10, server1 and server2.
There has to be a cache file somewhere for either the name resolution or arp table. Does anyone know where I can find them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2005 12:48 AM
тАО10-13-2005 12:48 AM
Re: Arp entry cached
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=575677
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2005 02:21 AM
тАО10-13-2005 02:21 AM
Re: Arp entry cached
Sounds like you have a cache file issue. Clearing that out and rebooting should help.
Peace on Earth,
John E. Ophious
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2005 04:49 AM
тАО10-13-2005 04:49 AM
Re: Arp entry cached
a) some other machine has been configured with that IP address
b) your asusmption as to the correct MAC address was incorrect
HP-UX does not cache arp entries from one boot to the other.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2005 11:20 PM
тАО10-13-2005 11:20 PM