I have two nodes in my Active Directory, node1.ds.exmaple.com and node2.ds.example.com. I run the following command on each of these nodes:
Test-cluster -node node1.ds.exmaple.com,node2.ds.example.com
When I check the report, on node1 I get:
Connectivity to a writable domain controller from node node2.ds.example.com could not be determined because of this error: Could not get domain controller name from machine node2.
Node(s) node1.ds.example.com can reach a writable domain controller.
Node(s) node2.ds.example.com cannot reach a writable domain controller. Please check connectivity of these nodes to the domain controllers.
When I check the report, on node2 I get:
Connectivity to a writable domain controller from node node1.ds.example.com could not be determined because of this error: Could not get domain controller name from machine node1.
Node(s) node2.ds.example.com can reach a writable domain controller.
Node(s) node1.ds.example.com cannot reach a writable domain controller. Please check connectivity of these nodes to the domain controllers.
Can someone please help me understand why the nodes are not able to get the domain controller name?