Resolving 'No Hyper-V Server Is Available' Error: Troubleshooting Guide
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.
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 ...
Configure Hyper-V Backups
In this section, we will guide you through configuring Hyper-V backups using BDRSuite. You'll learn how to set up agentless backups for your Hyper-V virtual machines, ensuring seamless data protection and recovery. Step 1: Adding Basic Job Details ...
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 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. ...
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 ...