SQL cluster with storage replica.

Luca Malatesta 71 Reputation points
2021-06-16T11:03:10.827+00:00

Hello I have an environment like this:

Site1:
SQL01 Win 2019STD + SQL server
FS01 win2019Datacenter with big disk connected in iscsi to storage01
Storage01 SMB/Iscsi/NFS

Site2:
SQL02 Win 2019STD + SQL server
FS02 win2019Datacenter with big disk connected in iscsi to storage02
Storage02 SMB/Iscsi/NFS

The idea was to cluster the two SQL servers and use the replication storage between FS01-FS02 to replicate SQL Data and Log. Then this replicated space would be exposed to the SQL cluster via SMB3.

is a supported configuration? Do you think there could be problems?

Thank you

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,672 questions
{count} vote

Accepted answer
  1. Alex Bykovskyi 2,006 Reputation points
    2021-06-18T09:39:37.073+00:00

    Hey,

    As mentioned, you need shared storage to create SQL FCI. It is possible to configure stretch cluster using Storage Replica with 2 nodes. Check the following article for more information:
    https://learn.microsoft.com/en-us/windows-server/storage/storage-replica/stretch-cluster-replication-using-shared-storage

    As an alternative, you can use StarWind VSAN as a shared storage for a Failover cluster. The following guide will walk you through the configuration process:
    https://www.starwindsoftware.com/resource-library/starwind-virtual-san-installing-and-configuring-sql-server-2019-tp-failover-cluster-instance-on-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.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,626 Reputation points
    2021-06-17T03:33:03.14+00:00

    Hi,

    The SQL Server failover cluster(Always on FCI) based on Windows server failover cluster(WSFC), an FCI must use shared storage between all nodes of the FCI for database and log storage. The shared storage can be in the form of WSFC cluster disks, disks on a SAN, Storage Spaces Direct (S2D), or file shares on an SMB.

    Storage Replica can work with SQL Server failover cluser, but I am not familiar with storage Replica . I think this problem is more related to Windows cluster, you can also post the problem on the Windows server forum.

    0 comments No comments

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.