- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmcheckconf produces error
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
05-17-2004 09:56 PM
05-17-2004 09:56 PM
I deleted a vg from a cluster package which had two vgs. I deleted it from the package.cntl, the cmclconfig.ascii.
I did a vgchange -a n, vgchange -c n ...
then I wanted a cmcheckconf -C cmclconfig.ascii - but there I got an error:
"... Error: Unable to determine a unique identifier fpr physical volume /dev/dsk/... no node xxx. Use pvcreate to give the disk an identifier.
...
cmcheckconf : Unable to reconcile configuration file cmclconfig.ascii with discovered configuration information."
Then I tried a cmquerycl -v -C test_cmclconfig.ascii -n node1 -n node2. But again I got errors:
"... Error: Unable to determine a unique identifier fpr physical volume /dev/dsk/... no node xxx. Use pvcreate to give the disk an identifier.
...
Failed to gather configuration information."
Has anyone an idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 10:31 PM
05-17-2004 10:31 PM
Re: cmcheckconf produces error
Did you check if you used "FIRST_CLUSTER_LOCK_VG" in the cmclconfig.ascii (can it be that you try to use the removed VG for lock?)
If not I would suggest to grep all config files on the name of the volumegroup.
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 10:33 PM
05-17-2004 10:33 PM
Re: cmcheckconf produces error
Maybe you have to activate the volume group again, run the cmcheckconf so that the configuration change can be adopted in the cluster and then throw away the vg. It looks as if cmcheckconf wants to see the vg before removing it from the configuration.
regards,
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 10:40 PM
05-17-2004 10:40 PM
Solutionmquerycl searches all specified nodes for cluster configuration and
Logical Volume Manager (LVM) information.
So if the volume still exist in the /etc/lvmtab it will complain about it, because it has no cluster identifier on it (vgchange -c n).
Remove it from the LVM configuration and try again.
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 11:02 PM
05-17-2004 11:02 PM
Re: cmcheckconf produces error
1) Have you run the "vgchange -c n" from both nodes in the cluster ?
2) Have you physically removed the disks from the system ? If you have removed the disks physically from the system and they are still in the /etc/lvmtab on either system, this can cause the error you are seeing. If they have been physically removed from the system, you need to vgexport the volume group from /etc/lvmtab otherwise SG will attempt to read them again.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 11:02 PM
05-17-2004 11:02 PM
Re: cmcheckconf produces error
Secondly , mere deleting the entries from the ascii files dose not delete them . Service guard reads all the configuration in the ascii files from the binary file located at /etc/cmcluster/cmclconfig . That file also have to be updated by doing a cmapplyconf of the newly updated ascii files .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 11:33 PM
05-17-2004 11:33 PM
Re: cmcheckconf produces error
we found following.
one VG was only with one PV; the alternate link was missing; the one who has configured this vg forgot to add the alternate path...
at a vgdisplay -v /dev/VGNAME we got an error - could'n query physical volume.
So my collegue and I tried following on one node:
- rmsf /dev/dsk/c21t6d0
- rmsf /dev/rdsk/c21t6d0
- then make a copy of /etc/lvmtab; then removed the lvmtab;
- build a new lvmtab with vgscan
- insf -e
- vgextend /dev/VGNAME /dev/dsk/c21t6d0
after that we exported the vg on node2 and then imported it again
after that the cmcheckconf worked fine, although some warning msgs came.