You have a multisite cluster named MultiCluster with a high
You have a multisite cluster named MultiCluster with a high latency link between sites and are using default failover settings. Periodically, a failover occurs when the primary server is still online. What command should you use to prevent these errant failovers?
a. cluster /cluster:MultiCluster /prop SameSubnetDelay=500
b. cluster /cluster:MultiCluster /prop CrossSubnetDelay=2500
c. cluster /cluster:MultiCluster /prop SameSubnetThreshold=2500
d. cluster /cluster:MultiCluster /prop CrossSubnetThreshold=500
| a. cluster /cluster:MultiCluster /prop SameSubnetDelay=500 | ||
| b. cluster /cluster:MultiCluster /prop CrossSubnetDelay=2500 | ||
| c. cluster /cluster:MultiCluster /prop SameSubnetThreshold=2500 | ||
| d. cluster /cluster:MultiCluster /prop CrossSubnetThreshold=500 |
Solution
To overcome failover use the following command.
cluster /cluster:MultiCluster /prop SameSubnetThreshold=2500.
Here we increase the Threshold=2500.
Option c is correct choice.
