Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Error Message
Hyper-V failed to enable replication for the virtual machine <VMName>. The operation timed out. (0x00002EE2). (Virtual Machine ID <VM Id>)
Possible Causes
Hyper-V Replication uses Port 80 (HTTP) or 443 (HTTPS). If the firewall is misconfigured, enabling replication will fail.
Resolution
Enable the Hyper-V replica Firewall rules:
Enable-NetFirewallRule -DisplayName "Hyper-V Replica HTTP Listener (TCP-In)"
Enable-NetFirewallRule -DisplayName "Hyper-V Replica HTTPS Listener (TCP-In)"