Hi
I have SQL Server FCI running in my DC site following are cluster details
Windows Cluster Name - DCWINCLS - 192.168.10.49
MSDTC - DCMSDTC - 192.168.10.50
SQL Role - DCSQL - 192.168.10.51
Now I want to create same SQL Server FCI in DR site as well so my concern is can we use same SQL Role name (DCSQL) and MSDTC name (DCMSDTC) in my new DR site.
Appreciate if someone can advice on this.
Thanks
February 29, 2020 at 3:25 pm
You cannot use the same name - as that is going to be registered in DNS and you cannot have the same name with different IP addresses on the same network.
If your other DC is on a different domain then you could use the same name, but you also have the issue of how to set that up.
I would recommend setting up a cluster across both DC's and building out a distributed AG to support your DR.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
February 29, 2020 at 6:45 pm
Hi Jeffrey
Thanks you very much for your advice
We are planned to deploy new separate domain in our DR site, base on your advice I think we can deploy with same name if it is a separate domain, am I correct ?
Thanks
Depends on how you are setting up your DR system. If you are going to use some method outside SQL Server to replicate the data to the DR site then it might be possible...
But - if you are using SQL Server functionality - as in building out a distributed availability group then you would not be able to do that...
Why do you need to worry about the name being the same, what is the goal to doing so? If you have to failover to the DR site then you can easily update DNS if needed to redirect to the appropriate addresses.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
March 2, 2020 at 5:39 pm
Hi Jeffrey
Thanks a lot for your advice. We plan to deploy our DR site with separate domain + different name for the SQL cluster. We understand if we go with same name we have to face issues.
Thanks a lot for your valuable information.
Thanks
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply