Hi Ian Maddox,
Apologies for the delay in response. May I know if the issue has been resolved or if you're still experiencing the same problem you can follow the below steps.
Check Live Migration Settings on both source and destination nodes:
Open Hyper-V Manager
Go to Hyper-V Settings > Live Migrations
Ensure enable incoming and outgoing live migrations.
Authentication protocol is set to Kerberos.
Performance options use TCP/IP only (or confirm that SMB isn't misconfigured).
Specify the right IP address range if you're using static IPs for live migration traffic.
Verify kerberos delegation ensure that both nodes are properly configured in Active Directory:
In AD Users and Computers, go to each Hyper-V node's computer account.
Go to Properties → Delegation tab.
Choose: Trust this computer for delegation to specified services only
Then: Use Kerberos only
Add cifs and Microsoft Virtual System Migration Service (service type: Microsoft Virtual System Migration Service, service name: Hyper-V node FQDN).
Without proper delegation, Kerberos auth might fail silently, causing the migration to hang.
Confirm firewall ports ensure that required ports for Live Migration are open between nodes (e.g. via Windows Defender Firewall):
TCP 6600 (default for LM)
TCP 135
TCP 445
Ephemeral ports (TCP 49152–65535, depending on OS)
ICMP (for connectivity testing)
Use dedicated network for live migration if not already; create a dedicated network interface or vSwitch just for Live Migration traffic.
Set Live Migration network priority in Failover Cluster Manager.
Check resource bottlenecks live migration can stall at 48% if: Network is saturated, Host memory is under pressure.
On source and destination, monitor; Memory usage (Task Manager or Resource Monitor), NIC throughput, CPU pressure.
Use PowerShell for Better Errors try running this PowerShell with verbose output:
Move-VM -Name "your-vm-name" -DestinationHost "node2-fqdn" -IncludeStorage -Verbose
Ensure Cluster-Aware Updating & Integration Services and make sure the VM’s Integration Services are up to date.
Verify all cluster nodes are fully patched and running the same Hyper-V version.
Please refer the below document:
If you found information helpful, please click "Upvote" on the post to let us know.
If the issue still persist, feel free to ask us we are happy to assist you further if any.
Thank You.