Rename Cluster Nodes (Windows 2012 R2)
I had to rename some cluster nodes today. It seemed like an easy enough task, but i ran into some problems. So this is my little go to guide, how to correctly get through the process.
- Move all virtual machines away from the node. (including potential DC)
- Evict the node
- RD to the node, and change the name
- Reboot
- Reconnect the node. If you get "The computer "Computer Name" is joined to a cluster." fire up powershell: "Clear-ClusterNode -Force -Verbose", this command clears the config files, and enables you to rejoin the cluster. Now try rejoin the cluster.
- Move resources on the nodes and repeat 1-5 for each node to rename.
Reference: