Sql-server – Adding ReadOnly Domain-less replica to existing AG with two replicas on two nodes WSFC

availability-groupsdistributed-availability-groupshigh-availabilitysql-server-2017

I have AG setup as follows:

  • Multi sub-net WSFC (Windows Server 2016) – All nodes part of same
    domain
  • AG with two replicas (SQL 2017) – Each node (mentioned above) contains one standalone instance.

All working good. Now, is it possible to add another AG replica with separate SQL instance that is not on the same domain and not clustered. the requirement here is to have third replica for read-only workload of an external application and that should not be part of same production domain.

Best Answer

Since you got SQL 2017 on Windows Server 2016, you can achieve that (what your looking for) with anyone of following options:

  1. Domain-independent Availability Group
    For this to happen, you probably have to re-build WSFC as Active Directory-Detached Cluster since your existing WSFC would expect all nodes to be part of same domain. Consider it's bit complex setup compare to LS and required additional maintenance of master keys and certificates as AG Replica's end-points communication completely depends on those.

  2. Log-shipping
    Configure the log shipping pointing Listener name (existing AG) as Primary server and new node as Secondary server in Log Shipping topology