- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ARP broadcasts
Operating System - HP-UX
1820235
Members
2906
Online
109620
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-01-2004 03:03 AM
тАО07-01-2004 03:03 AM
ARP broadcasts
We have noticed that one of our servers is flooding the network with ARP broadcasts.
This is an old server due to be replaced but has to survive at least another 2 months.
The server is both a NFS server and a NIS server.
The ARP requests are to workstations that nolonger exist.
We have removed all references to these workstations from the hosts, nis dns and the rmtab file.
We have noticed that if we disable the NIS master server using SAM the ARP's stop but only to resume again when the service is re-started.
We have executed ypmake but so far nothing we have looked at seem to make any difference and the whole event is having an impact on performance.
Any one any ideas?
This is an old server due to be replaced but has to survive at least another 2 months.
The server is both a NFS server and a NIS server.
The ARP requests are to workstations that nolonger exist.
We have removed all references to these workstations from the hosts, nis dns and the rmtab file.
We have noticed that if we disable the NIS master server using SAM the ARP's stop but only to resume again when the service is re-started.
We have executed ypmake but so far nothing we have looked at seem to make any difference and the whole event is having an impact on performance.
Any one any ideas?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 03:08 AM
тАО07-01-2004 03:08 AM
Re: ARP broadcasts
Since the system will be replaced, I would suggest disabling the master server, and making one of the slaves into the new master.
This might also make the server replacement a little less complex.
This might also make the server replacement a little less complex.
Carpe diem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2004 03:53 PM
тАО07-01-2004 03:53 PM
Re: ARP broadcasts
Sounds like there is still a file or two with those IP addresses or names in it. It would be a bit brute-force, but you could do :
nice find / -exec grep -l {} \;
and see what file(s) may still remain with the ip address(es) in them.
If you are running 11.0 or later, you could tusc the NIS master server and see what files it is looking-at and see what socket calls are being made using the ipaddresses (has to be a verbose tusc trace).
FWIW, just how many ARPs are we talking about here?
One kludgy thing to do would be to put some dummy ARP entries into the ARP cache with the arp command to satisfy the ARP lookups. This would get-rid of the ARPs, but I do not know if the resulting traffic would be more or less frequent. You could, I suppose use the MAC address of the system itself and at least then it would only be affecting itself and not other systems on the network.
nice find / -exec grep -l
and see what file(s) may still remain with the ip address(es) in them.
If you are running 11.0 or later, you could tusc the NIS master server and see what files it is looking-at and see what socket calls are being made using the ipaddresses (has to be a verbose tusc trace).
FWIW, just how many ARPs are we talking about here?
One kludgy thing to do would be to put some dummy ARP entries into the ARP cache with the arp command to satisfy the ARP lookups. This would get-rid of the ARPs, but I do not know if the resulting traffic would be more or less frequent. You could, I suppose use the MAC address of the system itself and at least then it would only be affecting itself and not other systems on the network.
there is no rest for the wicked yet the virtuous have no pillows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 03:24 AM
тАО07-02-2004 03:24 AM
Re: ARP broadcasts
Check the etc tree with
nice find /etc -type f | xargs nice grep -l "IpAddress"
This will list any config files with the IP address. You may want to use extended grep
to look for multiple addresses and the names.
You may also want to check sbin at the same time.
nice find /etc -type f | xargs nice grep -l "IpAddress"
This will list any config files with the IP address. You may want to use extended grep
to look for multiple addresses and the names.
You may also want to check sbin at the same time.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP