- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service guard Errors when cmapplyconf
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-23-2007 04:27 AM
10-23-2007 04:27 AM
Warning: The volume group /dev/vglock on node centauro2 has inconsistent cluster configuration data
This can be cleared using vgchange with "-c".
Error: Volume group /dev/vglock has mismatched cluster ids. (1048677792 != 18196 36596)
any idea how can i fix this?
vgchange -c n vg
vgchange -c y vg
doesn't help, get the same one.
its 11.15 and 11.11
any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 05:29 AM
10-23-2007 05:29 AM
Re: Service guard Errors when cmapplyconf
Also check the cluster lock VG/disk on bot the nodes and make the cluster ascii file is updated prperly on both the nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 05:33 AM
10-23-2007 05:33 AM
Re: Service guard Errors when cmapplyconf
I think the cluster configuration files, the ascii ones are not the same on both nodes.
As noted it probably relates to the lock disk.
This message would come up if node 1 and 2 were using different lock disks.
That won't work.
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
10-23-2007 06:14 AM
10-23-2007 06:14 AM
SolutionMy guess is that whatever got imported into the new node - it was not a solid mapfile of the original /dev/vglock.
Make sure that the new node is mapped/masked to see the /dev/vglock disks.
On new node get rid of what is there using:
vgexport /dev/vglock
On original node recreate your mapfile.
vgexport -pvs /etc/lvmconf/vglock.mapxxxx /dev/vglock
Now rcp that mapfile to the new node and re-import
mkdir /dev/vglock
mknod /dev/vglock c 64 0x<##0000> where this minor is the same as the original node's
vgimport -vs -m /etc/lvmconf/vglock.mapxxxx /dev/vglock
Recopy over your pkg.ascii & pkg.cntl files (just in case) and then retry the checkconf
cmcheckconf -k -v -C
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 06:57 PM
10-23-2007 06:57 PM
Re: Service guard Errors when cmapplyconf
i exported, imported vglock on all nodes and then it worked ok.
But i am not really shore in what cases you get this error:
volume group has mismatched cluster ids
out of date Vgs is one of them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2007 11:27 PM
10-23-2007 11:27 PM
Re: Service guard Errors when cmapplyconf
You were working on some disk on the server that had ownership of the /dev/vglock at the time. You were probably adding/extending some disk and you ran pvcreate on some new disk you going to add to a volume group.
But you 'fat fingered' something and by mistake pvcreated existing disk.
Now your up when you do this, so things just go humming along and you think all is fine. Until normal operations, like a reboot or a cmcheckconf of your cluster, and now you discover that now something is wrong.
Like I said, just a guess..
Rgrds,
Rita