- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
10-30-2001 12:35 PM
10-30-2001 12:35 PM
cluster lock
Hi all ,
i am getting following mesg in my syslog file.
cmcld: WARNING: Cluster lock on disk /dev/dsk/c7t1d
3 is missing!
cmcld: WARNING: Cluster lock on disk /dev/dsk/c7t1d
3 is missing!
cmcld: Until it is fixed, a single failure could
cmcld: Until it is fixed, a single failure could
cmcld: cause all nodes in the cluster to crash
cmcld: cause all nodes in the cluster to crash
i tried to reconfigure cluster lock disk.
but doesnt work.
any solution...
thanks in advance
sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 01:12 PM
10-30-2001 01:12 PM
Re: cluster lock
From Knowledge Base document #KBRC00001982:
/begin_quote/
The warning message about "Cluster lock on disk /dev/dsk/... is missing!" could be result of corrupted SG binary OR if the cluster lock
disk was replaced or moved to a different disk.
Make sure cluster lock VG and cluster lock PV is defined in the ascii cluster configuration file, then to fix:
1. Halt the packages and cluster.
2. Activate the cluster lock VG on the configuration node ONLY, so thelock disk can be initialized, for example:
vgchange -a y /dev/vglock
2b. If needed, do the following on the VG:
vgchange -c n /dev/vglock
3. Generate the cluster binary configuration file & distribute to the nodes with cmapplyconf command, for example:
cmapplyconf -C /etc/cmcluster/cmclconf.ascii
-P /etc/cmcluster/pkg1/pkg1conf.ascii
4. Deactivate cluster lock VG.
vgchange -a n /dev/vglock
5. Restart the cluster.
/end_quote/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 01:17 PM
10-30-2001 01:17 PM
Re: cluster lock
I 've already done this.
still same problem...
sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 01:30 PM
10-30-2001 01:30 PM
Re: cluster lock
OS 11.11
MCSG 11.13
,
it cretes a file called config.lck in /etc/cmcluster. what it is , is it only in 11.13?????
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 07:41 PM
10-30-2001 07:41 PM
Re: cluster lock
What happened to you cluster lock disk ?
Did you replace it ?
If a vgcfgbackup was performed after the clusterlock disk was configured into the cluster earlier, a simple vgcfgrestore command may solve this problem.
vgcfgrestore -n vglock /dev/dsk/c7t1d3
And JRF's step also works fine.
Best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 07:42 AM
10-31-2001 07:42 AM
Re: cluster lock
Here is a thread on replacing the lock disk.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90053/B3936-90053_top.html&con=/hpux/onlinedocs/B3936-90053/00/00/56-con.html&toc=/hpux/onlinedocs/B3936-90053/00/00/56-toc.html&searchterms=replace%20lock%20disk&queryid=20011031-073823
http://us-support.external.hp.com/cki/bin/doc.pl/sid=28e4acbc1491448cae/screen=ckiDisplayDocument?docId=200000051804606
http://us-support.external.hp.com/cki/bin/doc.pl/sid=28e4acbc1491448cae/screen=ckiDisplayDocument?docId=200000049061202
http://us-support.external.hp.com/cki/bin/doc.pl/sid=28e4acbc1491448cae/screen=ckiDisplayDocument?docId=200000049638142
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 09:33 AM
10-31-2001 09:33 AM
Re: cluster lock
For your problem, look in the ASCII cluster configuration file if FIRST_CLUSTER _LOCK_VG and FIRST_CLUSTER_LOCK_PV are corrects and if they're present in all definitions of the nodes.
if it' ok, Animesh may have the solution : "a simple vgcfgrestore may solve the problem".
vgcfgrestore -n /dev/vg_lock /dev/dsk/c7t1d3
After doing this you should reinitialize the cluster lock by either halting and restarting one of the node in the cluster using cmhaltnode followed by cmrunnode or else halting and restarting the entire cluster using cmhaltcl followed by cmruncl.
Wax.