Windows Cluster change the IP owner

In some situations, it may be necessary to change the owner of the IP address carried by a Windows cluster.

Example: on an Exchange DAG if the cluster ip is used for connections to Outlook, SMTP …

1. Open a PowerShell window as an administrator.

2. Import the administration module if necessary.

1
import-module failoverclusters

3. Enter the following command to identify the group: Cluster group

1
Get-ClusterGroup

4. Change the owner of the group:

1
Move-ClusterGroup "Cluster Group" -node target-Server

The IP address carried by the cluster has been transferred from node.




Leave a Comment