HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmgetconf and local vg
Operating System - HP-UX
1833294
Members
3055
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-27-2007 07:01 AM
02-27-2007 07:01 AM
cmgetconf and local vg
2-node cluster named foobar, nodes nodeA & nodeB. When running 'cmgetconf -v -c foobar', it prints warnings:
"Error: Volume group /dev/vg00 on node nodeB does not appear to have a physical volume corresponding to /dev/dsk/c1t15d0 on node nodeA (5157705581148388940)."
Why cluster thinks as an error that situation where _local_ vg configuration differ between nodes?
cmgetconf also reports that "Error: Volume group /dev/vgfoo has mismatched cluster ids." That is shared volume which got one of it's disks changed few days ago. Looks like engineer forgot to update the cluster configuration after disk change or what?
"Error: Volume group /dev/vg00 on node nodeB does not appear to have a physical volume corresponding to /dev/dsk/c1t15d0 on node nodeA (5157705581148388940)."
Why cluster thinks as an error that situation where _local_ vg configuration differ between nodes?
cmgetconf also reports that "Error: Volume group /dev/vgfoo has mismatched cluster ids." That is shared volume which got one of it's disks changed few days ago. Looks like engineer forgot to update the cluster configuration after disk change or what?
N/A
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2007 03:44 PM
02-27-2007 03:44 PM
Re: cmgetconf and local vg
Any chance that nodeB cloned from nodeA w/out using Ignite-UX?
Check the VGID of nodeA and nodeB's root disk.
# vgexport -p -v -s -m /tmp/vg00.map vg00
# grep VGID /tmp/vg00.map
Compare the VGID from both node's root disk. I'm betting they're the same.
You'll need to reinstall one of the nodes or use Ignite-UX. I'd use ignite.
For the 2nd part of your question, I think you can take care of it w/ a simple "vgchange -c n".
hope this helps,
-denver
Check the VGID of nodeA and nodeB's root disk.
# vgexport -p -v -s -m /tmp/vg00.map vg00
# grep VGID /tmp/vg00.map
Compare the VGID from both node's root disk. I'm betting they're the same.
You'll need to reinstall one of the nodes or use Ignite-UX. I'd use ignite.
For the 2nd part of your question, I think you can take care of it w/ a simple "vgchange -c n".
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 12:17 AM
02-28-2007 12:17 AM
Re: cmgetconf and local vg
For the first error, it's likely that /etc/lvmtab do not match content for vg00. Normally, cmgetconf doesn't report such an error for private VGs unless vg00 was cloned using a command like 'dd'. This would make both vg00's have the same VGID (LVM metadata). If this was done, use UXSGKBRC00007573 to resolve the condition.
As for the 2nd error, vgfoo should not have mismatched cluster IDs unless you have two different vgfoo's. Suggest you create a map file for both vgfoo's - one on each system:
# vgexport -pvs -m vgfoo.map /dev/vgfoo
Compare the VGID at the top of the file - if they differ, then vgfoo is not the same vg on each node. If this is the case, Serviceguard won't work with vgfoo properly.
Map the disk paths attached to each server and compare vgfoo's disks between nodes (strings /etc/lvmtab). If they differ, then you have 2 different VGs named vgfoo. Don't do that :)
vgexport one of the vgfoo VGs on one of the nodes and reimport it to a different name.
Then vgimport vgfoo using the map file created on the other node:
# mkdir /dev/vgfoo
# mknod /dev/vgfoo/group c 64 0x0n0000 (where n = a unique minor number)
# rcp otherhost: .
# vgimport -vs -m vgfoo.map /dev/vgfoo
If you have trouble - contact HP Support for guidance.
As for the 2nd error, vgfoo should not have mismatched cluster IDs unless you have two different vgfoo's. Suggest you create a map file for both vgfoo's - one on each system:
# vgexport -pvs -m vgfoo.map /dev/vgfoo
Compare the VGID at the top of the file - if they differ, then vgfoo is not the same vg on each node. If this is the case, Serviceguard won't work with vgfoo properly.
Map the disk paths attached to each server and compare vgfoo's disks between nodes (strings /etc/lvmtab). If they differ, then you have 2 different VGs named vgfoo. Don't do that :)
vgexport one of the vgfoo VGs on one of the nodes and reimport it to a different name.
Then vgimport vgfoo using the map file created on the other node:
# mkdir /dev/vgfoo
# mknod /dev/vgfoo/group c 64 0x0n0000 (where n = a unique minor number)
# rcp otherhost:
# vgimport -vs -m vgfoo.map /dev/vgfoo
If you have trouble - contact HP Support for guidance.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP