Introduction
In this article we show how to virtualize one Hyper-V machine on a VM with Hyper-V installed.Following procedure is only for laboratories. This option is not supported by Microsoft.
Requirements
A physical host Hyper-V with a VM for preparation and installation of Hyper-V.Procedure
In preparation of a laboratory you need to virtualize a machine on another virtual machine that is working with Hyper-V. When making the installation of Hyper-V VM presented in the error "Hyper-V can not be installed: The hypervisor is already running."When attempting to install the Server Manager will display the error "Hyper-V can not be installed: The hypervisor is already running."
Good for this procedure you will be able to perform the installation via the PowerShell Feature. More you can not start the VM's with "Start Option".
In PowerShell type the following command "That will perform the installation of Hyper-V in online mode" most do not restart the equipment.
Enable-WindowsOptionalFeature –Online -FeatureName Microsoft-Hyper-V –All –NoRestart
This process will perform the installation of Hyper-V Tools.
Install-WindowsFeature
RSAT-Hyper-V-Tools –IncludeAllSubFeature
Install-WindowsFeature RSAT-Clustering –IncludeAllSubFeature
Installing the feature Multipath-IO.
Install-WindowsFeature
Multipath-IO
Restart-Computer
No comments:
Post a Comment