- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change of Network Addr.
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
10-24-2000 01:30 AM
10-24-2000 01:30 AM
The 2 Servers of which we have to change the Network addr. are clustered and MC/Serviceguard running on it.
Pl. let me know the parameter and files to be changed to switch over to the new network.
What changes R to be made to switch to 10.139 network
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:36 AM
10-24-2000 01:36 AM
Re: Change of Network Addr.
/etc/rc.config.d/netconf
/etc/resolv.conf
And the name resolver servers if you use DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:38 AM
10-24-2000 01:38 AM
Re: Change of Network Addr.
Have a look at this previous thread...
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x514b68c57f64d4118fee0090279cd0f9,00.html
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:41 AM
10-24-2000 01:41 AM
Re: Change of Network Addr.
IPaddr., netmask, route - gateways...
I cant hepl you with Service guard, but I suppose it s similar to HACMP, so you should have a bootIP a serviceIP, and a standbyIP...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:43 AM
10-24-2000 01:43 AM
Solution1. Halt your Mc/ServiceGuard cluster first.
2. Make your IPADDRESS changes
in /etc/rc.config.d/netconf and /etc/hosts and /etc/resolv.conf (if necessary). Make sure you change your network gateway address too, it's easy to miss.
3. Do step-2 on both nodes of the cluster and boot each to make sure they come up and connect to the network as expected.
4. Modify the /etc/cmcluster/
5. Run cmcheckconf.
6. Run cmapplyconf and make sure your binary file ports to the secondary node.
7. Run cmruncl to bring up the cluster.
8. Ideally, check for a successful failover.
...JRF...