Blog Post

Virtualization
1 MIN READ

Hyper-V Replica - Name Resolution of Internationalized Server/Domain names

Aashish Ramdas's avatar
Aashish Ramdas
Occasional Reader
Mar 21, 2019
First published on TECHNET on Apr 07, 2013

In a mixed language environment where the server name or domain name contains international characters, you might encounter an error at the time of enabling replication. The event viewer messages will tell you that “Hyper-V failed to enable replication for virtual machine” and “The server name or address could not be resolved (0x00002EE7)”. The problem could seem a little perplexing because pinging the same FQDN might work just fine. The problem occurs because of Hyper-V Replica’s dependency on HTTP.

To work around the issue, an exception rule needs to be added to the primary server’s name resolution policies. Follow these steps to create the rule:

  1. Open the Local Group Policy Editor (Gpedit.msc).
  2. Under Local Computer Policy , expand Computer Configuration , Windows Settings , and then click Name Resolution Policy .
  3. In the Create Rules area, click FQDN , and then enter the Replica server FQDN that was failing.
  4. On the Encoding tab, select the Enable Encoding check box, and make sure that UTF-8 with Mapping is selected.
  5. Click Create .

    The rule appears in the Name Resolution Policy Table .

  6. Click Apply , and then close the Local Group Policy Editor.
  7. From an elevated command prompt, run the command gpupdate to update the policy.

Updated Mar 21, 2019
Version 2.0
No CommentsBe the first to comment