If I am setting up a 3 node Windows 2012 Cluster. (for SQL Always on availability groups). Here Node 1 and Nod2 are in 2 data centers in the same country.
Node 3 is in a different country.
I want to setup the cluster in a way that on day 1, data center 1 node is active. Now if it fails that control must only go to node in data center 2. and if both data center 1 and 2 fail, only then the control goes to data center 3.
node in data center 3 must never take control if either node 1 and node 2 are alive.
How do I create such a configuration. I have no SAN, no shared disk. I also don't have any other location where I can put a FileShare.
val it: unit=()