- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Node crashed
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
03-25-2002 07:11 AM
03-25-2002 07:11 AM
Mar 23 01:39:22 parrot cmcld: Timed out node quail. It may have failed.
Mar 23 01:39:22 parrot cmcld: Attempting to adjust cluster membership
Mar 23 01:39:39 parrot cmcld: Obtaining Cluster Lock
Mar 23 01:39:40 parrot cmcld: WARNING: Cluster lock on disk /dev/dsk/c13t3d3 is missing!
Mar 23 01:39:40 parrot cmcld: Until it is fixed, a single failure could
Mar 23 01:39:40 parrot cmcld: cause all nodes in the cluster to crash
Mar 23 01:39:40 parrot cmcld: Failed to obtain Cluster Lock: I/O error
After 2 1/2 minutes of attempting to obtain a cluster lock, the primary node crashed. What caused this?
There are two things to know about this situation, first the WARNING message about obtaining a cluster lock has been happening for some time but has never caused a crash. I've got the cminitlock utility but haven't had a chance to test yet.
Second, the VG that has the assigned cluster lock disk was not marked as MCSG aware, i.e. vgchange -c y vgxx, and was activated in read only mode instead of exclusive mode.
I'm wondering which one of the above reasons caused the crash?
Our cluster is comprised of two N class servers that are sharing disks from an XP256 via Fibre switches.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:18 AM
03-25-2002 07:18 AM
Re: Node crashed
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:35 AM
03-25-2002 07:35 AM
Re: Node crashed
You have applied the MCSG config with a cluster lock device. The volume group needs to be cluster aware, you specified FIRST_CLUSTER_LOCK_VG and FIRST_CLUSTER_LOCK_PV in the cluster ascii file.
The vg needs to be cluster aware but does not need to be activated, however, when activating read only I can imagine that the cmcld daemon can not write to the lock disk and the node can therefor not obtain the cluster lock.
To make the vg cluster aware do the following:
vgchange -a n vgname
vgchange -c y vgname
(when the cluster is up)
Alternatively, you can add the vg to the cluster ascii file and re-apply the cluster config.
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:40 AM
03-25-2002 07:40 AM
SolutionThe Cluster lock vg has to be SG aware volume group. This volume group should be accessible from both the nodes. Since your lock disk was not sg aware, the 2nd system was unable to get hold of the lock disk when the 1st system crash.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:45 AM
03-25-2002 07:45 AM
Re: Node crashed
My theory is that the true failure was caused by the fact that the VG housing the cluster disk was not MCSG aware at the time of the failure. Could this be?
The reason for it not being MCSG aware was a change mistakenly made by someone else on the team the previous weekend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 07:50 AM
03-25-2002 07:50 AM
Re: Node crashed
You are correct. Since the VG housing the cluster lock disk was made cluster unaware, even though the 1st system where this vg was activated as "vgchange -a y /dev/vg_name" went down the 2nd node was unable to activate the vg and was unable to get hold of the cluster lock disk. The cluster lock vg should never be made cluster unaware.
Hope this helps.
Regds