Hi,
Based on my understanding, currently, you have two Domains, each domain has two machines, one DC running web app, one member server running SQL service. You would like to merge the two domains, four machines together into one domain, and do clustering for web app and SQL service. If I misunderstand it, please feel free to let me know.
According to your description, I think you may have some misunderstandings about Cluster theory, and your theory may not work:
- Firstly, when we talking about "cluster Node", it should be one machine and running the same services. Cluster node should not be two machines.
- DC can't be a cluster node, DC should be set up standalone out of cluster. As far as I'm concerned, to achieve your goals, we should do the following steps:
a. Create a new VM in each domain, join the domain, then migrate the web-app service to the new VM. Let DC only running AD services and DNS services.
b. In domain 2, migrate SQL service from domain 2 to domain 1.
c. In domain 2, migrate web-app service from domain 2 to domain 1.
d. After all services in domain 2 to domain 1, demote DC in domain 2. Then repromote the DC and join domain 1.
c. Then install failover cluster feature in SQL server 1 and SQL server 2, webapp server 1 and webapp server 2.
d. Form Cluster 1 with SQL server 1 and SQL server 2, form Cluster 2 with webapp server 1 and webapp server 2.
Please note, cluster nodes should run the same services, so I suggest to create two clusters, one SQL cluster and one webapp cluster. If we want to use the four servers to create one cluster, we need to install SQL services in webapp too, and install webservice in SQL server.
Besides, cluster quorum is storage, can use file share or quorum disk, cluster quorum can't store SQL services.
And actually, I think each step above is complex, such as migrating SQL service from one domain to another, and create an SQL cluster, If you are not experienced, I would suggest you learn more about the theory before practice.
And if it is a production environment, I would highly recommend opening an advisory case with MS to design the plan for you.
Below is the link to open an advisory case with MS:
https://support.microsoft.com/en-us/gp/advopsmgr
Thanks for your time!
Best Regards,
Anne
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.