HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change primary lan connection without interrup...
Operating System - HP-UX
1825775
Members
2147
Online
109687
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
Forums
Discussions
Discussions
Discussions
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
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
09-29-2006 05:07 AM
09-29-2006 05:07 AM
change primary lan connection without interruption of app?
We plan to change the primary lan connection to different segment, and as the result of that, the application would have to be interrupted. Is there anyway we can make such change online?
And, do we have to reboot the server?
Thanks.
And, do we have to reboot the server?
Thanks.
none
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2006 05:31 AM
09-29-2006 05:31 AM
Re: change primary lan connection without interruption of app?
Don't have to reboot the server but you need to interrrupt the application since this would be on network interface. If you have other alternate IP adderss and second network already hooked up then you may need to failover the application. But again, it depends on the application failover.
For Best results, plan for an outage.
For Best results, plan for an outage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2006 07:53 AM
09-29-2006 07:53 AM
Re: change primary lan connection without interruption of app?
As long as your application doesn't use anything on that specific LAN connection, you should be OK. If this is your only LAN connection, you can safely assume that every connection will be interrupted and all processes will receive a SIGHUP signal to terminate. You must restart network tools like swagentd because will no longer work with the new connection. Changing to another IP address on another segment is highly disruptive and you must consider issues with your DNS servers as well as anyone that connects to your system.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2006 04:19 AM
09-30-2006 04:19 AM
Re: change primary lan connection without interruption of app?
Hi,
It's a little bit problematic, but you can do this:
Edit /etc/hosts and /etc/rc.config.d/netconf according to the new IPs and prepare the following script:
/sbin/init.d/net stop; /sbin/init.d/net start; route delete default OLD_ROUTER_IP; netstat -rn
Run the script when the network updates are ready.
HTH
It's a little bit problematic, but you can do this:
Edit /etc/hosts and /etc/rc.config.d/netconf according to the new IPs and prepare the following script:
/sbin/init.d/net stop; /sbin/init.d/net start; route delete default OLD_ROUTER_IP; netstat -rn
Run the script when the network updates are ready.
HTH
Entities are not to be multiplied beyond necessity - RTFM
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP