handling Persistent Reservation failures
If you notice the following errors in the Cluster Validation Wizard output as following, please use the following remediation plan.
Physical Disk : PR reserve failed
Physical Disk : ResHardDiskArbitrateInternal: PR Arbitration for disk Error
Physical Disk : OnlineThread: Unable to arbitrate for the disk
Remediation Plan A:
- Look up the disk number in disk management. Clear the persistent reservation on a disk in a failover cluster. Run Clear-ClusterDiskReservation -Disk
[-Node] powershell command to clear the reservation on disk.-Force
Remediation Plan B:
- Shutdown all nodes but keep only one node active
- Restart that active node while other nodes are shutdown
- Start clustering with /fq.
- net.exe stop clussvc
- net.exe start clussvc /forcequorum
- Verify that disks are accessible in disk management in the active node, and start other cluster nodes
Comments
Post a Comment