Share via

File server fail over cluster

Whitney Kenny 236 Reputation points
2021-11-23T05:03:23.87+00:00

In my domain environment I have a guest machine that acts as a file sever. I've recently purchased a new server for the purpose of implementing high availability between the 2 servers/sites.
How can I go about implementing a failover cluster with the existing file server which already hosts shared folders along with implementing the new server.

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Server | User experience | Other
0 comments No comments

Answer accepted by question author

Leon Laude 86,201 Reputation points
2021-11-23T07:23:30.817+00:00

Hi @Whitney Kenny ,

You could use two (2) methods:

Method 1 - Use the Storage Migration Service

================================

With Storage Migration Service this will be done more or less automatically
https://learn.microsoft.com/en-us/windows-server/storage/storage-migration-service/overview

Method 2 - Create the file server cluster, and manually copy the data and configure the shares

================================================================

First you would need to deploy your two-node clustered file server, you can follow the official documentation here:

Deploying a two-node clustered file server
https://learn.microsoft.com/en-us/windows-server/failover-clustering/deploy-two-node-clustered-file-server

Once that is done you can start with copying the data for example with Robocopy from the old file server to the currently active file server cluster node.

The challenge will be with the file shares, you can follow along in the blog post below for more information on how to accomplish this:
https://blog.workinghardinit.work/2014/08/04/migrate-an-old-file-server-to-a-transparent-failover-file-server-with-continuous-availability

----------

If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!

Best regards,
Leon

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Alex Bykovskyi 2,241 Reputation points
    2021-11-24T00:46:53.66+00:00

    Hey,

    You can deploy a cluster with file share role configured and then use storage migration service or robocopy as mentioned.
    The following guide should help deploying 2 node cluster with HA File Share:
    https://www.starwindsoftware.com/resource-library/starwind-virtual-san-for-hyper-v-2-node-hyperconverged-scenario-with-windows-server-2016/

    Cheers,
    Alex Bykovskyi
    StarWind Software
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.