Cluster IP address already in use
The cluster resource must have it's own (unused) IP address and if it's not he case, then you get that error.
Run a ping with naming reslution to see, which machine uses the IP, like
ping -a 192.168.0.1
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have a cluster named "ClusterMain" that contains three nodes: N1, N2, and N3.
Everything was working fine until N3 suddenly started misbehaving and became isolated from the cluster.
Currently, N1 and N2 are functioning normally within the cluster. However, when I check the Failover Cluster Manager, N3 appears as offline.
When I log into N3 and open the Cluster Manager from there, it shows itself as online, and reports N1 and N2 as offline. At the same time, it displays an error stating that the cluster IP address is already in use.
This IP address is the same one currently being used by the active cluster (ClusterMain), so it seems like N3 is isolated and out of sync with the rest of the cluster.
I performed a network cross-check to confirm that all nodes can ping and reach each other, including on the necessary ports.
I also tried restarting the Cluster Service on N3 using the following commands :
Then I even restarted the server itself, but the issue persists.
Could I get some advice on how to troubleshoot or resolve this issue?
Thanks in advance for your help.
Error code :
Cluster IP address already in use
The cluster resource must have it's own (unused) IP address and if it's not he case, then you get that error.
Run a ping with naming reslution to see, which machine uses the IP, like
ping -a 192.168.0.1
Hello Olaf,
This IP is the one used by the cluster where all Nodes were presents. Now N3 is out of the cluster and try to use the same IP like if it's trying to configure its own cluster locally.
Currenlt N1 and N2 are in the cluster with this IP without issue.