We have created an Always on SQL Failover Cluster. There are 4 servers in the cluster, 2 on one subnet and 2 on another.
FAILOVER CLUSTER (172.16.82.22 OR 172.16.92.22) SQL AVAILABILITY GROUP LISTENER (172.16.82.23 OR 172.16.92.23)
When we initiate a SQL Failover from subnet A to B, the listener resource automatically rolls over to the 92 subnet. But the cluster availability group stays on the 82 subnet which then causes things to not connect as SQL is waiting for the other resource to join the 92 subnet. All the servers are in the preferred owner groups.
I should also mention that i can manually get the availability group to failover by going to More Actions > Move Core Cluster Resources > Select Node and then picking a server on the site B subnet.
What could be my issue here?