- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster lock disk is missing
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-26-2000 03:16 PM
10-26-2000 03:16 PM
I have a problem on two MC/SG Clusters running HP-UX 10.20 and MC/SG 10.06 with PHNE_7495 and PHSS_20577.
In fixed time periods, cmcld sends a message to syslog.log reading:
"WARNING: Cluster lock on disk /dev/dsk/cXtXdX is missing!
Until it is fixed, a single failure could cause all nodes in the cluster to crash"
We never have had any problem regarding package switching on the nodes, but are concerned about the message.
Anybody knows if there is a patch missing, or workarounds to this message ?
Thanx in advance !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 04:48 PM
10-26-2000 04:48 PM
SolutionFor a description and a resolution, see document #W3618850. In part, this reads:
This event has been known to be caused by the following:
a. During the most recent cluster configuration, the cluster lock VG was active in vgchange -a y on one of the adoptive nodes in the cluster.
b. The cluster lock disk was replaced or moved to a different disk.
The following fix will help regardless of the reason for the disk lock problem:
1. Halt the packages and cluster.
2. A. De-activate the cluster lock VG:
vgchange -a n
Note: You must de-activate the volume group on all nodes in the cluster, and then activate the volume group on the node from which you will run cmapplyconf.
B. If necessary, execute the following command on the VG:
vgchange -c n
3. Update the cluster binary configuration file:
cmcheckconf
4. Re-distribute the cluster binary configuration file:
cmapplyconf
You get the message once every hour because that is the frequency at which MC/ServiceGuard checks the connectivity with the cluster lock disk. This helps prevent a surprise node failure.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 07:59 PM
10-26-2000 07:59 PM
Re: Cluster lock disk is missing
If you replaced or moved to a different disk the cluster lock disk,
At first, execute cmdeleteconf and then try to cmcheckconf and cmapplyconf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 11:33 PM
10-26-2000 11:33 PM
Re: Cluster lock disk is missing
This iwll have NOTHING to do with switching packages, but what WILL happen is if you lose one node, the othere will try to get the cluster lock disc and fail. As a result it will TOC, so you lose that node as well.
You must fix this asap.
do:
cmhaltcl
vgchange -c n
vgchange -a y
cd /etc/cmcluster
cmapplyconf -v -C
vgchange -a n
cmruncl
I would also advise you to consider moving to a newer version of MC/SG, such as 10.12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 01:34 AM
11-03-2006 01:34 AM
Re: Cluster lock disk is missing
and how can i know the file as ascci and pkg_conf_file what is that file?
cmapplyconf -v -C
vgchange -a n
cmruncl
I'm new worker on this one ..
Thanks ...