- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- serviceguard config question
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-03-2006 07:02 AM
08-03-2006 07:02 AM
I need to change the cluster lock disk for a cluster, and i have changed the config file with the new devices, and know i am triying the configurartion with cmcheckconf -C ll.ascii -k
and i get some errors, i wanted to know, if you can repair this errors with the cluster on-line, or do i have to wait and stop the cluster.
wopper is configured as the lock vg
Warning: The volume group /dev/wopper on node macdonald has inconsistent cluster configuration data
This can be cleared using vgchange with "-c".
Error: Volume group /dev/wopper has mismatched cluster ids. (1634729984 != 1146102093)
Warning: Volume group /dev/wopper is configured differently on node burgerking than on node macdonald
Warning: Volume group /dev/wopper is configured differently on node burgerking than on node macdonald
cmcheckconf : Unable to reconcile configuration file cmclconf.ascii
this is service guard 11.14 on a 11i system, i wanted to have a clear idea on what to do to get over this problems before i stop the hole cluster, because once i stop i only have a small window to get it working.
Any help is much apreciatted.
Thnx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 07:06 AM
08-03-2006 07:06 AM
Re: serviceguard config question
I believe you don't have the configuration files copied to all nodes.
When working on the cluster lock disk configuration you must copy the configuration file itself to all nodes prior to running cmcheckconf/cmapplyconf
You should be abel to repair the errors without taking the cluster offline. You may need to cmhaltnode one node, make corrections and then rejoin.
I've run into situations however where it is simply easier to bring down the whole cluster , reconfigure the volume group export -p the configuration and import it onto the second node.
I've had the course training on SG and dealt with a few production crisis since coming over to this side of the ocean, so I'm fairly confident you can do it either way.
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-03-2006 08:43 AM
08-03-2006 08:43 AM
Re: serviceguard config question
The cluster lock VG should be in the cluster ascii file, and the vG must be active on the node where you run cmapplyconf.
I would suggest you check the LVM config by doing
strings /etc/lvmtab
on each node and fixing this first.
Then you will need to halt the cluster, then vgchange -c n on the VG, then vgchange -a y, and finally do the cmapplyconf.
As for the comment:"When working on the cluster lock disk configuration you must copy the configuration file itself to all nodes prior to running cmcheckconf/cmapplyconf"
This is incorrect, you do not need to have the cluster ascii file on all nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 08:56 AM
08-03-2006 08:56 AM
Re: serviceguard config question
BTW, I'm pretty sure Stevens intention was to write "... you may copy ..." instead of " ... you must ..." - it is really not necessary, but can't damage anything ;-)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 08:28 PM
08-03-2006 08:28 PM
Re: serviceguard config question
The error part looks like it could be solved by doing vgchange -c n and vgchange -c in node macdonald?, can i do this with out stoping the cluster.
And i think you have to stop the hole cluster to change the lock disk no?
thnx again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 08:31 PM