18Mar/101
Moving the File Share Witness of a CCR cluster in Exchange 2007
I have recently needed to move the File Share Witness on a Microsoft Exchange 2007 CCR cluster from its original location to an alternate server and I will share with you how to do it in case you are faced with a similar scenarion.
Step 1: Create & Configure the new File Share Witness
On the server you want to host the new File Share Witness
- Create a new folder say FSW_ClusterName
- Share this folder and give the Cluster Service Account Full Control shared permissions
- As far as NTFS permissions grant Administrators and the Cluster Service Account Full Control
Step 2: Moving the File Share Witness
To move it use the following commands
cluster ClusterName resource "Majority Node Set" /priv MNSFileShare=\\newserver\FSW_ClusterName
cluster ClusterName group "Cluster Group" /move
to verify the new settings you can run once agaon
cluster ClusterName resource "Majority Node Set" /priv
Of course in the above replace
ClusterServiceAccount, CusterName, NewServer and FSW_ClusterName by their respective values in your environment
Enjoyed the post, what is next?
Grab our FULL RSS feed! or Email Updates then share it
-
Ozgur