I was trying to create a cluster broker on a cluster using WMI. I am creating the required IPv4, IPv6 network resources and adding them as a dependency on the Hyper-V replica broker resource. When trying to bring the broker online, the Hyper-V Replica Broker resource is failing to come online with the below errors.
INFO [NM] Received request from client address HRM-08-007.
ERR [RES] Virtual Machine Replication Broker <Hyper-V Replica Broker C10022014XXXX>: 'Hyper-V Replica Broker C10022014XXXX' failed to start the network listener on destination node 'MachineName': No such host is known. (0x80072AF9). Please
look at the event log on destination node for more details.
WARN [RES] Virtual Machine Replication Broker <Hyper-V Replica Broker C10022014XXXX>: 'Hyper-V Replica Broker C10022014XXXX' failed to start the network listener for the Hyper-V Replica Broker resource: Unspecified error (0x80004005).
The node 'MachineName' does exist.
What might be the issue? How to debug this.