Sunday 18 December 2022

Migrate file share witness in cluster

 

  • Create the required folders on new file share server and grant the permissions
  • On the primary node Right click on the PowerShell in the programs folder and right click to select run as administrator. And run the below commands
    Import-Module FailoverClusters
  • Set-ClusterQuorum -NodeMajority
  • Verify the cluster shares were removed then set the share back to the new location.
  • Run the below command to set the new file share witness to the cluster.
  • Set-ClusterQuorum-NodeAndFileShareMajority\\fileserver\fsw
    Ex : Set-ClusterQuorum - NodeAndFileShareMajority\\oduhu\sq|2012clsprdfsws

No comments:

Post a Comment