1825737 Members
2584 Online
109687 Solutions
New Discussion

Lock Disk

 
SOLVED
Go to solution
anand_51
Advisor

Lock Disk

Hi All,
If my lock disk gets failed,what will happen and what are the steps i need to follow for recover that?

Regards,
Anand
2 REPLIES 2
John Bigg
Esteemed Contributor
Solution

Re: Lock Disk

Nothing will immediately happen unless you have another failure. The cluster lock disk is ONLY used when it is required to break a tie. i.e. you have some other failure which results in cluster reformation with exactly 50% of the cluster wanting to form a new cluster.

The cluster can start up and shutdown without error with a failed cluster lock and nodes can join and leave the cluster too. It is only used when there is another failure.

The cluster lock disk is checked hourly and if it has failed an error message will be reported in syslog to this effect. You will also see messages in syslog when the cluster starts if the lock disk is unavailable.

To recover, replace the lock disk and issue a vgcfgrestore as described in the manual:

http://docs.hp.com/en/B3936-90105/ch08s03.html#d0e22681

anand_51
Advisor

Re: Lock Disk

Thanks for your solution