- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service guard cmquery question
Operating System - HP-UX
1821591
Members
3335
Online
109633
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО04-12-2005 12:51 AM
тАО04-12-2005 12:51 AM
When I ececute cmquerycl -v on of the nodes in the cluster is listed as "out of date"
Does this mean the cluster configuration file is out of date or that service guard version is out of date?
When I execute cmgetconf -c temp.ascii
I get several LVM error messages, but no ascii file generated:
Volume group /dev/vgcluster is configured differently on node NODE1 than on node NODE2
Error: Volume group /dev/vgdata on node NODE2 does not appear to have a physical volume corresponding to /dev/dsk/c13t4d3 on node NODE1(1617719311110321321).
Thanks...
Allen
Does this mean the cluster configuration file is out of date or that service guard version is out of date?
When I execute cmgetconf -c
I get several LVM error messages, but no ascii file generated:
Volume group /dev/vgcluster is configured differently on node NODE1 than on node NODE2
Error: Volume group /dev/vgdata on node NODE2 does not appear to have a physical volume corresponding to /dev/dsk/c13t4d3 on node NODE1(1617719311110321321).
Thanks...
Allen
"I'm not a guru,don't pretend to be,don't wanna be"
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2005 01:01 AM
тАО04-12-2005 01:01 AM
Solution
That's not good.
You need to reapply your cluster config file.
Is the cmgetconf failing on all nodes or just 1?
If only one, then on the "good" node - run:
cmgetconf -v temp.ascii
Then do a cmcheckconf -v -C temp.ascii
If okay - then do a cmapplyconf....
You may have to vgexport the /dev/vgdata on the NODE2, then re-import that vg.
Rgds....Geoff
You need to reapply your cluster config file.
Is the cmgetconf failing on all nodes or just 1?
If only one, then on the "good" node - run:
cmgetconf -v temp.ascii
Then do a cmcheckconf -v -C temp.ascii
If okay - then do a cmapplyconf....
You may have to vgexport the /dev/vgdata on the NODE2, then re-import that vg.
Rgds....Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2005 01:01 AM
тАО04-12-2005 01:01 AM
Re: Service guard cmquery question
So these messages are telling you that the volume group definitions vary between machines.
If you are sure about which disks are suppossed to be where, I would do the following.
On the working node do -p vpexport to create a map file:
vgexport -p -s -m /tmp/map.vgdata /dev/vgdata
then copy it to node 2
On node 2, run vgexport to get rid of the lvmtab data;
vgexport /dev/vgdata
recreate the datastructures on Node 2:
mkdir /dev/vgdata
mknod /dev/vgdata/group c 64 0xhh0000
NOTE: the 0xhh0000 number should match whatever is on node 1.
Finally do the vgimport:
vgimport -s -m /tmp/map.vg07 /dev/vg07
If you are sure about which disks are suppossed to be where, I would do the following.
On the working node do -p vpexport to create a map file:
vgexport -p -s -m /tmp/map.vgdata /dev/vgdata
then copy it to node 2
On node 2, run vgexport to get rid of the lvmtab data;
vgexport /dev/vgdata
recreate the datastructures on Node 2:
mkdir /dev/vgdata
mknod /dev/vgdata/group c 64 0xhh0000
NOTE: the 0xhh0000 number should match whatever is on node 1.
Finally do the vgimport:
vgimport -s -m /tmp/map.vg07 /dev/vg07
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP