Creating Server Redundancy

Kmcnet 1,066 Reputation points
2023-04-22T21:56:53.87+00:00

Hello everyone and thanks for the help in advance. I am new to building servers and have set up a few Windows Server 2022 installations. I want to learn how to create redundancy in the event of one of the servers failing. I have read briefly about failover servers but am confused as to whether in the event of primary server failure, will the secondary server be replicated. Also, what if the servers are running applications like SQL Server. How do you keep the data in sync? Any help would be appreciated.

Windows for business Windows Server Storage high availability Clustering and high availability
0 comments No comments
{count} votes

Accepted answer
  1. Alex Bykovskyi 2,241 Reputation points
    2023-04-25T14:21:27.9966667+00:00

    Hey! It depends on you goal. SQL Server has different approaches and technologies to achieve high availability. Always On Availability or Failover Cluster Instances are 2 options, which can be considered. Check for more information: https://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server?view=sql-server-ver16

    https://learn.microsoft.com/en-us/sql/sql-server/failover-clusters/windows/always-on-failover-cluster-instances-sql-server?view=sql-server-ver16

    Both options allow to achieve high availability for you DBs or instances. In case you need to make Hyper-V VMs highly available, you can use Failover Cluster with shared storage (SAN or SDS). VMs will be located on the shared storage, which is connected to multiple hosts, while Failover Cluster will handle failover process between the nodes. As for shared storage, you can use Storage Spaces Direct or StarWind VSAN. Both are software defined and can created redundant storage pool across nodes.
    https://learn.microsoft.com/en-us/azure-stack/hci/concepts/storage-spaces-direct-overview

    https://www.starwindsoftware.com/starwind-virtual-san

    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Limitless Technology 44,746 Reputation points
    2023-04-24T14:06:56.4233333+00:00

    Hello Thank you for your question and reaching out. I can understand you are having query\issues related to Redundancy. First of all you need to identify which type Redundancy you will need. Failover clustering will help incase one of the Host ( Hyper-V) goes down then your VMs will be moved to another host in the Cluster. For the SQL data part I would like to invite you to have a look on below reference url : https://learn.microsoft.com/en-us/sql/database-engine/sql-server-business-continuity-dr?view=sql-server-ver15 --If the reply is helpful, please Upvote and Accept as answer--


Your answer

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