- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: subnet mask change in cluster
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-26-2004 07:01 AM
10-26-2004 07:01 AM
Now, I can't make changes to my cluster because of the change in netmask and get the following error:
egin cluster verification...
Warning: Volume group /dev/vgblcopsp01 is configured differently on node ux27 than on node ux28
Warning: Volume group /dev/vgblcopsp01 is configured differently on node ux28 than on node ux27
Error: The subnet for interface lan2 on existing node ux27 has been changed from 10.0.0.0 to 10.1.1.0.
Error: Changing the subnet on an interface that is configured in ServiceGuard is not supported when the cluster is up.
Error: Use ifconfig to reconfigure the old subnet or halt the cluster and re-apply the configuration to use the new subnet.
cmcheckconf : Configuration check failed.
I've stopped the cluster and restarted it, but I think I need to put that netmask change in a config file. If so, where?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:06 AM
10-26-2004 07:06 AM
Re: subnet mask change in cluster
You should put that in /etc/cmcluster/cmclconfig.ascii ( Cluster ASCII ) file
What you can do is cmgetconf -v -c
Adjust the network settings, cmcheckconf and cmapplyconf -v -C /etc/cmcluster/cmclconfig.ascii
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:13 AM
10-26-2004 07:13 AM
SolutionAs Gideon mentioned, you'll have to to a check/apply on your cluster ASCII file to pickup the changes to your subnet mask. The subnet mask isn't configured in the cluster configuration, but the cluster detects it.
Here is a link to latest Managing ServiceGuard manual:
http://docs.hp.com/hpux/onlinedocs/B3936-90079/B3936-90079.html
Take a look at the chapter on Cluster and Package Maintenance, in the Reconfiguring a Cluster section. It has a nice chart that shows the various cluster changes and the state the cluster must be in (up or down) for each change.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:15 AM
10-26-2004 07:15 AM
Re: subnet mask change in cluster
You need to do a cmquesrycl once again, edit parameters in the ascii conf file for the cluster, do cmcheckconf and then cmapplyconf to apply the changes. On the surface the ascii cluster conf file may not have changes, but you still need to reapply.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:23 AM
10-26-2004 07:23 AM
Re: subnet mask change in cluster
In "Reconfiguring a Cluster " section of "Managing Serviceguard Version A.11.16" it states "Change IP addresses for heartbeats or monitored subnets
Cluster must not be running."
http://docs.hp.com/hpux/onlinedocs/B3936-90079/B3936-90079.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:27 AM
10-26-2004 07:27 AM
Re: subnet mask change in cluster
you might want to adjust your lvmconfiguration as well:
Warning: Volume group /dev/vgblcopsp01 is configured differently on node ux27 than on node ux28
Warning: Volume group /dev/vgblcopsp01 is configured differently on node ux28 than on node ux27
An vgexport on the primary node && vgimport on the secondairy node will illiminate the Warning.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:36 AM
10-26-2004 07:36 AM
Re: subnet mask change in cluster
Also, I have been cleaning up the lvm stuff, but thanks for the heads up. Apparently one of the fiber paths was moved while I was out and when it was re-added, hardware paths changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:37 AM
10-26-2004 07:37 AM