Update Virtualization/Hyper-V/Failover Cluster/Rebuild Failover Cluster Replication.md

This commit is contained in:
Nicole Rappe
2024-02-05 18:01:16 -07:00
parent a350874413
commit b8fa837712

View File

@ -40,7 +40,14 @@ Now that you have noted the GUID of the storage folder of the GuestVM, we can sa
- Confirm the action by clicking the "**Yes**" button
### Delete the GuestVM manually from Hyper-V Manager on all replication cluster hosts
PLACEHOLDER
At this point in time, we need to remove the GuestVM from all of the servers in the cluster. Just because we removed it from the Hyper-V: Failover Cluster did not remove it from the cluster's nodes. We can automate part of this work by opening Hyper-V Manager on the same Failover Node we have been working on thus far, and from there we can connect the rest of the replication nodes to the manager to have one place to connect to all of the nodes, avoiding hopping between servers.
- Open Hyper-V Manager
- Right-Click "Hyper-V Manager" on the left-hand navigation menu
- Click "Connect to Server..."
- Type the names of every node in the replication cluster to connect to each of them, repeating the two steps above for every node
- Remove GuestVM from Every Node
- On every replication cluster node where we can see the GuestVM listed, we are going to Right-Click the GuestVM and select "**Delete**"
### Delete the GuestVM's replicated VHDX storage from replication ClusterStorage
PLACEHOLDER