- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ARP table is not getting updated in Suse linux
Operating System - Linux
1818026
Members
3209
Online
109588
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
тАО11-30-2010 11:05 AM
тАО11-30-2010 11:05 AM
ARP table is not getting updated in Suse linux
We have connected 16 "ProLiant BL460c G6" in the enclosure "Bladesystem c7000 Enclouser G2".
Before 4 months I have installed Suse 10 SP3 on two "ProLiant BL460c G6". I was able to ping each other with out any issues. And ARP table updated with MAC address and hostname automatically.
We have installed windows 2k3 in some other "ProLiant BL460c G6" in same enclouser.
Now just one week before I have installed Suse 10 SP3 on one more "ProLiant BL460c G6". This is not able to communicate with two other linux severs in the same enclouser. At the same time this new server is able to communicate with other windows servers in same enclouser and all other servers exist in LAN.
Then I found that MAC address of new linux server (linux_new) and old linux servers (linux_old1 and linux_old2) is not updated in each other server.
For example:
1)linux_new:
# arp
Address HWtype HWaddress Flags Mask Iface
linux_new (incomplete) eth0
2)linux_old1:
# arp
Address HWtype HWaddress Flags Mask Iface
linux_old1 (incomplete) eth0
3)linux_old2:
# arp
Address HWtype HWaddress Flags Mask Iface
linux_old2 (incomplete) eth0
As MAC is not automatically updated in each other servers. I am not able to ping.
So that I have added the MAC address manually:
1)In linux_new:
arp -d linux_old1
arp -s linux_old1 00:98:AB:77:08:0C
arp -d linux_old2
arp -s linux_old2 00:98:AB:77:08:0A
2)In linux_old1:
arp -d linux_new
arp -s linux_new 00:98:AB:77:08:0B
3)In linux_old2:
arp -d linux_new
arp -s linux_new 00:98:AB:77:08:0B
Now I am able to ping each other server.
But if I restart "linux_new" the above entries removed automaticallt from ARP table.
My Questions:
1)How to make this persistent?
2)Is there any other way to solve this issue?
Before 4 months I have installed Suse 10 SP3 on two "ProLiant BL460c G6". I was able to ping each other with out any issues. And ARP table updated with MAC address and hostname automatically.
We have installed windows 2k3 in some other "ProLiant BL460c G6" in same enclouser.
Now just one week before I have installed Suse 10 SP3 on one more "ProLiant BL460c G6". This is not able to communicate with two other linux severs in the same enclouser. At the same time this new server is able to communicate with other windows servers in same enclouser and all other servers exist in LAN.
Then I found that MAC address of new linux server (linux_new) and old linux servers (linux_old1 and linux_old2) is not updated in each other server.
For example:
1)linux_new:
# arp
Address HWtype HWaddress Flags Mask Iface
linux_new (incomplete) eth0
2)linux_old1:
# arp
Address HWtype HWaddress Flags Mask Iface
linux_old1 (incomplete) eth0
3)linux_old2:
# arp
Address HWtype HWaddress Flags Mask Iface
linux_old2 (incomplete) eth0
As MAC is not automatically updated in each other servers. I am not able to ping.
So that I have added the MAC address manually:
1)In linux_new:
arp -d linux_old1
arp -s linux_old1 00:98:AB:77:08:0C
arp -d linux_old2
arp -s linux_old2 00:98:AB:77:08:0A
2)In linux_old1:
arp -d linux_new
arp -s linux_new 00:98:AB:77:08:0B
3)In linux_old2:
arp -d linux_new
arp -s linux_new 00:98:AB:77:08:0B
Now I am able to ping each other server.
But if I restart "linux_new" the above entries removed automaticallt from ARP table.
My Questions:
1)How to make this persistent?
2)Is there any other way to solve this issue?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2010 11:02 PM
тАО12-22-2010 11:02 PM
Re: ARP table is not getting updated in Suse linux
Hi All,
I faced the same above mentioned issue in Redhat 5.5 also with other blade connected in same chassis.
Could any one please give me a solution.
I faced the same above mentioned issue in Redhat 5.5 also with other blade connected in same chassis.
Could any one please give me a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2010 06:13 AM
тАО12-23-2010 06:13 AM
Re: ARP table is not getting updated in Suse linux
Hi All,
I have some questions.
1)Will it resolve the issue if we are doing network card teaming (bonding)?
2)Will it resolve the issue if we are installing the OS through "HP smart start CD"?
3)Is there any tool for linux like "HP network configuration tool"?
I have some questions.
1)Will it resolve the issue if we are doing network card teaming (bonding)?
2)Will it resolve the issue if we are installing the OS through "HP smart start CD"?
3)Is there any tool for linux like "HP network configuration tool"?
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.
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP