- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- wrong lock disk in vg
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
02-21-2003 01:32 AM
02-21-2003 01:32 AM
wrong lock disk in vg
We've got a bit of a mess in our cluster configuration. After changing the switch configuration in our SAN, our FIRST_CLUSTER_LOCK_PV /dev/dsk/c9t0d1 previously in vg510, ended up in vg530. We tried to change the cluster config file and assigned a new vg and a new lock disk to it. Both commands (cmcheckconf and cmapplyconf) seemed to lock up and we stopped them after 30 minutes. Some more information: we can see ca 1000 disks (including alternate paths).Has anybody got an idea how to deal with such a problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 05:32 AM
02-21-2003 05:32 AM
Re: wrong lock disk in vg
Thanks
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 05:40 AM
02-21-2003 05:40 AM
Re: wrong lock disk in vg
Did you keep your old cmclconfig ?
You should try to move cmclconfig file to an other directory from both nodes and try again the cmcheckconf and cmapplyconf.
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 05:40 AM
02-21-2003 05:40 AM
Re: wrong lock disk in vg
When you changed your SAN config, did the device files of the disks changed? Maybe there's a not a problem with the lock disk, but with the entire disk paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 07:14 AM
02-21-2003 07:14 AM
Re: wrong lock disk in vg
We changed our switches from open loop to fabric. This generated new device files. Unfortunately the new device files reside in different volume groups then before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 07:18 AM
02-21-2003 07:18 AM
Re: wrong lock disk in vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 07:41 AM
02-21-2003 07:41 AM
Re: wrong lock disk in vg
I would make sure the volume group configurations are correct in the first place by taking them out of cluster. Do a "vgchange -a y" on each of them following by vgdisplay and make sure they are clean and there are no issues.
Do the same on the secondary node. Once you are sure that the VGs are properly imported without any errors, then modify your cluster config file to point to correct LOCK VG and LOCK DISK and then apply the configuration. Since you are applying the configuration anyway, it does not hurt to delete the cluster configuration and re-apply it. Otherwise, it will spend time in figuring out the differences between existing cmclconfig and the current system configuration.
Looks like you still have issues with one or more volume groups. On systems with these many disks, I do not blame cmclconfd taking this long.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 07:44 AM
02-21-2003 07:44 AM
Re: wrong lock disk in vg
I assumed you had ServiceGuard knowledge as your message indicates. So, I didn't give you much technical details like vgchange -c n before vgchange -a y etc.,
-Sri