Hi,
We want to deploy highly available file server with automatic failover between two sites and we followed the instructions from here:
https://docs.microsoft.com/en-us/windows-server/storage/storage-replica/stretch-cluster-replication-using-shared-storage
The only difference is that we have only one server in each site.
There were no issues during the configuration, but when we try to failback or move the node to the other site we get the following error:
"Error Code: 0x80071398 The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group"
We have checked the possible owners and it all looks good. We even ran the following commands to make sure that the permissions are set correctly:
Get-ClusterResource | Set-ClusterOwnerNode Server1,Server2
Get-ClusterGroup | Set-ClusterOwnerNode Server1,Server2
We also tried evicting the second node and adding again to the cluster but still no luck.
Any help would be greatly appreciated.