- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing IP in a Serviceguard server
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
08-12-2006 12:24 AM
08-12-2006 12:24 AM
We are going to upgrade our network class from class C to class B.
So we need to change our HPUX servers IP address which it’s running on cluster
Can anyone please tell the exact steps to do that with the minimum downtime if it possible?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 08:12 AM
08-12-2006 08:12 AM
Re: Changing IP in a Serviceguard server
cmhaltnode the first server. Take it out of the cluster.
Make changes needed to the server.
Make any patches needed as well.
change the cluster configuration.
Distribute the cluster configuration to the second node.
enable the node you have been working on.
cmcheckconf
cmapplyconf
Your system is back in the cluster.
cmhaltnode the second node if needed.
Repeat the above steps.
Wala, changed both systems in a cluster with no down time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 11:43 AM
08-12-2006 11:43 AM
Re: Changing IP in a Serviceguard server
Because you need to change your cluster configuration.
1. cluster halt
cmhaltpkg -> cmhaltnode -> cmhaltcl
2. IP chnage
/etc/rc.config.d/netconf
3. Reflect the changed IP to the cluster configfile
/etc/cmcluster/cluser.asc
4. cluster compile
cmapplyconf -v -C /etc/cmclutser/clutser.asc
5. cmruncl
good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 02:01 PM
08-12-2006 02:01 PM
SolutionSince you are making changes to network, no need to update any patches unless you are going to install any OS softwares, products etc..
Here is the steps to have min. impact.
1. Bring down app first.
2. Then issue cmhaltpkg, cmhaltcl commands.
3. IP chnage on cmclconf.ascii in /etc/cmcluster directory.
Change IP address for lan in
/etc/rc.config.d/netconf file.
4. Make sure that your nework settings work.
5. Compile cluster ascii file
cmapplyconf -v -C /etc/cmclutser/cmclconf.ascii
7. cmruncl should bring up both nodes and package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 06:55 PM
08-12-2006 06:55 PM
Re: Changing IP in a Serviceguard server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 07:28 PM
08-12-2006 07:28 PM
Re: Changing IP in a Serviceguard server
As I got the steps I was looking for .
Thanks again specially to Srini_2007 and nanan .