Hello Adedayo Emmanuel Olatayo,
It looks like the issue is that the replication agent is installed and showing under Appliance, but the Hyper‑V server itself isn’t appearing under Servers in the Site Recovery Infrastructure. This happens because the Azure Site Recovery Provider hasn’t been fully installed and registered with the Recovery Services vault. The replication agent alone isn’t enough you also need to register the Hyper‑V host with a valid vault credentials file. Only then will the server show up under Servers and allow replication to be enabled.
- Two components are required for Hyper‑V to Azure replication:
- Replication agent (MARS): Handles data transfer.
- Azure Site Recovery Provider: Registers the Hyper‑V host with the vault.
- If only the agent is installed, the vault sees the appliance but not the host.
To resolve this, verify the following:
- Check prerequisites: Make sure the Hyper‑V role is installed and running. Confirm the server OS is supported. Verify outbound internet access to Azure Site Recovery service URLs.
- Install the Site Recovery Provider
- In the Azure portal, go to Recovery Services vault → Site Recovery → Prepare infrastructure.
- Download the Azure Site Recovery Provider for Hyper‑V.
- Run the installer on the Hyper‑V host.
- Register the host with the vault: During installation, use a fresh Vault Credentials file (downloaded from the same vault and these expire after a few days). Complete the registration wizard.
- Restart the Hyper‑V Virtual Machine Management Service (VMMS) and the Microsoft Azure Recovery Services Agent service.
- Confirm in the portal:
- Go to Site Recovery Infrastructure > Hyper‑V Hosts.
- The server should now appear under Servers.
- Once visible, you can enable replication for your VMs.
If you've still facing an issue, could you please help us with the below questions:
- What specific error messages are you seeing when you try to add the Hyper-V server?
- Can you confirm if the Hyper-V server can communicate with the Azure site recovery endpoint?
Hope this helps!