Fail_to_any attribute

The fail_to_any attribute determines whether a logical cluster can fail over to any instance in the cluster, or only to designated failover instances. This attribute becomes important only if designated failover instances cannot be brought online.

Set the fail_to_any attribute using sp_cluster logical, "set". Values are:

For example, to turn off the fail_to_any attribute for “SalesLC”, enter:

sp_cluster logical, "set", SalesLC, fail_to_any, false