- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- setting arp table on boot
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
Forums
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
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
04-09-2007 10:26 AM
04-09-2007 10:26 AM
I am having a problem with a driver that must communicate with my SQL server with out hesitation. The problem I have is that the SQL server has two NIC's and is using network adapter teaming. So, some times it doesn't reply to a ARP request.
To solve this problem I permanently set the arp table. It worked great! Now for the real problem. If I reboot the system I need to manualy set the arp table again. Is there any way to set this table on boot?
Any help would be greatly appreciated!
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 11:06 AM
04-09-2007 11:06 AM
SolutionYou can easily setup a startup script in the '/sbin/init.d' directory to start at boot at the appropriate point when networking services are available. A template is available as '/sbin/init.d/template'. See the manpages for 'rc(1M)' and/or the whitepaper below for a complete understanding of how to achieve this:
http://www.docs.hp.com/en/934/startup.pdf
Although the whitepaper includes "10.x" in its title is is applicable for all release since then.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 11:14 AM
04-09-2007 11:14 AM
Re: setting arp table on boot
I was thinking way to hard at this! Sometimes the easiest solutions aren't the most obvious. I will just setup a startup script to take care of the arp table.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 04:11 AM
04-11-2007 04:11 AM
Re: setting arp table on boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 04:38 AM
04-11-2007 04:38 AM
Re: setting arp table on boot
We have a pretty good idea that it is the software doing the network teaming. We are currently looking for another solution.
Thanks again!
Tim