- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing default route...
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
06-15-2008 10:03 PM
06-15-2008 10:03 PM
Hi guys,
I am just looking for some learned help here to change the network default gateway address easily with no network or operating disruption (preferably) to a running production system. Can this easily be done in SAM? Is it a default route change?
HP-UX v11i v2 or 11.23
Any help or recommendations appreciated.
2servers rx6600 in cluster....
16 gb ram
cluster need not be brought down right ?????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2008 11:18 PM
06-15-2008 11:18 PM
Re: Changing default route...
By hand you will be sure of the result, avoid SAM to do that.
just add your new default route
then remove the old one
route add default newaddress 1
route delete default oldaddress
change the default address in /etc/rc.config.d/netconf
ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2008 11:19 PM
06-15-2008 11:19 PM
Re: Changing default route...
See the below thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1207503
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2008 11:45 PM
06-15-2008 11:45 PM
Re: Changing default route...
That means i dnt have to put my cluster down right ????????????????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2008 11:48 PM
06-15-2008 11:48 PM
Solutionhttp://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=33828
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 12:04 AM
06-16-2008 12:04 AM
Re: Changing default route...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 12:33 AM
06-16-2008 12:33 AM
Re: Changing default route...
Once you remove the old default, all the intenal routes created for your connections will be flushed automatically.
A new internal route will be created on next packet sent, - just taking the default route, and if needed making a arp resolution of that new route
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2008 12:35 AM
06-16-2008 12:35 AM