Hi @Евгений Котляревский,
Welcome to the Microsoft Q&A platform!
Based on your description, you are dealing with a problem in a Database Availability Group (DAG). Here are some potential causes and solutions for Exchange 2016 DAG node problems:
- Even if your network tools do not show any problems, there may be an IP address conflict or ARP cache problem. Changing the IP address may temporarily resolve this conflict. You may want to check any devices on the network that may be causing this conflict.
- Use the "Get-ClusterNetwork" and "Get-ClusterNetworkInterface" commands to check the cluster network configuration and its status. And make sure that the Cluster Network Name is up and running. You can try disabling and enabling the affected network interface in the Failover Cluster Manager.
- Sometimes, a network interface card (NIC) can cause problems even if it appears to be functioning properly. Updating the NIC driver or replacing the NIC may help resolve the problem.
- There may be a problem with the cluster service on Ex01. Restart the Cluster service on Ex01 and see if it fixes the problem:
Stop-Service ClusSvc
Start-Service ClusSvc
- Event Log and Cluster Log: While you mentioned that the event log did not show any issues, it may be helpful to enable more detailed logging for the Cluster service. This can sometimes reveal hidden issues. You can use the Get-ClusterLog cmdlet to generate a detailed cluster log for further analysis.
- Ensure that the network used for the DAG is isolated from other traffic as much as possible. This helps prevent any interference from other network activity.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang