Resolving 'No Hyper-V Server Is Available' Error: Troubleshooting Guide

Resolving 'No Hyper-V Server Is Available' Error: Troubleshooting Guide

KB ID: 79
Cause:
The error arises from the installation of BDRSuite client on an OS other than the host OS or when the Hyper-V Role is not enabled.
Solution:
To resolve this issue, follow the steps below:
Enabling Hyper-V Role:
1. Log in using an account with local administrative privileges and open the Server Manager by entering the `ServerManager.msc` command in the server’s Run prompt.
2. In Server Manager, right-click on the Roles container and choose the Add Roles command.
3. Select the Hyper-V checkbox in the Add Roles Wizard and click Next.
4. Choose the physical network adapter for the virtual network adapter and click Next.
5. Confirm your selection to install the Hyper-V role and click Install.
6. After installation, click Close and reboot the server if prompted.
Configuring Backup for Hyper-V Guest OSes:
1. Display a list of features and their status using the command: `DISM /Online /Get-Features`
2. Enable the `NetFx2-ServerCore` feature: `DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore`
3. Enable the PowerShell feature: `DISM /Online /Enable-Feature /FeatureName:MicrosoftWindowsPowerShell` (Ensure 'NetFx2-ServerCore' is installed first to avoid errors.)
4. Reboot the machine.

    • Related Articles

    • Resolving Issues: Accessing Remote Registry in Hyper-V Server - Troubleshooting Guide

      KB ID: 106002 Issue: Problem while Accessing Remote Registry in Hyper-V Server. This issue is observed in BDRSuite products. Cause: The error occurs when attempting to add a Microsoft Windows Server\Hyper-V server to the remote machine, and the ...
    • Error: Host Already Added in Backup Server - Troubleshooting Guide

      KB ID: 117001 Cause: The error occurs "This host is already added in the backup server" when you are trying to add a host with the same target hostname or IP address that is already present in the user interface (UI). Solution: 1. If you encounter ...
    • Troubleshooting: Hyper-V Not Installed on Remote Machine

      KB ID: 117009 Issue: The error message "Hyper-V is not installed in the remote machine" typically appears when attempting to add a Hyper-V Server for backup in both BDR and VMBackup client. This error occurs when the Hyper-V feature is not enabled on ...
    • Hyper-V Role Not Enabled Error: Enable Hyper-V Role for Instant-Boot

      KB ID: 115030 Issue: If you attempt to execute Instant Boot recovery for Hyper-V backups from the Vembu BDR Windows backup server without enabling the Hyper-V role, you will encounter the following error: "Error: Hyper-V role not enabled in this ...
    • Hyper-V VM Backup with Checkpoints

      KB ID: 104005 Cause: This error occurs when attempting to back up a Hyper-V virtual machine (VM) that has checkpoints. Applicability: This issue is relevant under the following conditions: 1. If you are using Windows 2012 R2 or an earlier version. 2. ...