- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cluster lock
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-05-2006 11:01 PM
02-05-2006 11:01 PM
cluster lock
the cluster lock is on eva 5000.
we have deleted the vg of the cluster lock on two nodes.
after that. we have created another virtual disk on the eva. we have presented this disk to the nodes with the old device name c16t0d0. and we have recreated the vg .
we still have an error on the syslog all the hours:
Feb 6 08:54:53 CENTRAL2 cmcld: WARNING: Cluster lock on disk /dev/dsk/c16t0d0 is missing!
Feb 6 08:54:53 CENTRAL2 cmcld: Until it is fixed, a single failure could
Feb 6 08:54:53 CENTRAL2 cmcld: cause all nodes in the cluster to crash
Feb 6 08:54:54 CENTRAL2 cmclconfd[7854]: Updated file /var/adm/cmcluster/frdump.cmcld.3 for node CENTRAL2 (length = 512096).
Feb 6 09:56:08 CENTRAL2 cmcld: WARNING: Cluster lock on disk /dev/dsk/c16t0d0 is missing!
Feb 6 09:56:08 CENTRAL2 cmcld: Until it is fixed, a single failure could
Feb 6 09:56:08 CENTRAL2 cmcld: cause all nodes in the cluster to crash
Feb 6 09:56:09 CENTRAL2 cmclconfd[7854]: Updated file /var/adm/cmcluster/frdump.cmcld.4 for node CENTRAL2 (length = 512096).
what is missing ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:13 PM
02-05-2006 11:13 PM
Re: cluster lock
You need to either recover this, using vgcfgrestore IF you did vgcfgbackup AFTER you had made this the cluster lock disc, or you will need to obtain the cminitlock tool from your local HP Response Centre, or you will need to re-apply the cluster with thois vg activated on a node and the cluster DOWN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:14 PM
02-05-2006 11:14 PM
Re: cluster lock
it seems to me you didn't do the "cmapplyconf" command
# cmapplyconf -C /etc/cmcluster/
where
FIRST_CLUSTER_LOCK_VG /dev/vglockdisk
FIRST_CLUSTER_LOCK_PV /dev/dsk/c....
VOLUME_GROUP /dev/vglockdisk
Remember also (before) to activate your lock disk:
# vgchange -a y /dev/vglockdisk
I understand
Pablo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:15 PM
02-05-2006 11:15 PM
Re: cluster lock
The device for cluster lock was removed and was represented, but I do not think it was done using vgcfgrestore command. Was it?
The solution would be to reconfigure cluster lock structure on disk either by reconfiguring it having done vgcfgrestore through old map file or will have to reapply config.
Refer this thread for a similar problem
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=75245
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:28 PM
02-05-2006 11:28 PM
Re: cluster lock
but the output of the command tells me that there is no change in the config.
i' havn't used vgcfgrestore to recreate the vg .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:38 PM
02-05-2006 11:38 PM
Re: cluster lock
# cmhaltcl -fv # stop cluster!
# cmcheckconf -C /etc/cmcluster/cmclconf.ascii
# vgchange -a y /dev/vglockdisk
# cmapplyconf -C /etc/cmcluster/cmclconf.ascii
# cmruncl -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:43 PM
02-05-2006 11:43 PM
Re: cluster lock
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:44 PM
02-05-2006 11:44 PM
Re: cluster lock
It is important here that the vg should be activated while applying config. Is error repeating after reapplying config?
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2006 11:48 PM
02-05-2006 11:48 PM
Re: cluster lock
If you have not changed the name of the cluster lock VG (FIRST_CLUSTER_LOCK_VG) or the paths to the cluster lock disk (FIRST_CLUSTER_LOCK_PV), then cmapplyconf will see no reason to affect any changes, and will do nothing.
In your case, it may be necessary to delete the cluster and re-apply it.
# cmhaltcl -f
# cmdeleteconf -f
# vgchange -a y
# cmapplyconf -C
# vgchange -a n