Hyper-V failed to enable replication for virtual machine: The server returned an invalid or unrecognized response (0x00002F78)

Roger Almeida Ribeiro 0 Reputation points
2024-09-11T11:20:14.7766667+00:00
Hello, I recently implemented hyper-v replica in my environment, communication is between two clusters, obviously a broker was configured for each side and everything was working normally until the firmware, drivers and windows updates started, sending the replica so It works from side B to A and not from A to B. I've already redid all the settings, checked the firewall and this generic error occurs, which I can't find on any forum. I'm using port 443 and the certificates are ok, everything is registered in DNS. What could it be? I've tried everything
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,956 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,695 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Roger Almeida Ribeiro 0 Reputation points
    2024-09-11T11:20:47.2666667+00:00

    Hello, I recently implemented hyper-v replica in my environment, communication is between two clusters, obviously a broker was configured for each side and everything was working normally until the firmware, drivers and windows updates started, sending the replica so It works from side B to A and not from A to B. I've already redid all the settings, checked the firewall and this generic error occurs, which I can't find on any forum. I'm using port 443 and the certificates are ok, everything is registered in DNS. What could it be? I've tried everything

    0 comments No comments

  2. Zunhui Han 2,000 Reputation points Microsoft Vendor
    2024-09-11T15:17:31.99+00:00

    Hello,

    Thank you for posting in Q&A forum.

    If you want to firewall the replication traffic for the primary and secondary servers, open PowerShell as an administrator and enter the following command:

    get-clusternode | ForEach-Object {Invoke-command -computername $.name -scriptblock {Enable-Netfirewallrule -displayname "Hyper-V Replica HTTP Listener (TCP-In)"}}

    get-clusternode | ForEach-Object {Invoke-command -computername $.name -scriptblock {Enable-Netfirewallrule -displayname "Hyper-V Replica HTTPS Listener (TCP-In)"}}

    If the problem is still not resolved, I recommend checking the event log to see if there is any related error information.

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.