0% found this document useful (0 votes)
16 views

224 Error When Trying To Install Hyper-V Management Tools in Virtual)

The document discusses an error that occurs when trying to install the Hyper-V management tools on a virtualized Windows Server 2012 machine that is already running on a hypervisor. It provides the workaround of using PowerShell to install just the management tools component without the full Hyper-V role.

Uploaded by

beomeo
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

224 Error When Trying To Install Hyper-V Management Tools in Virtual)

The document discusses an error that occurs when trying to install the Hyper-V management tools on a virtualized Windows Server 2012 machine that is already running on a hypervisor. It provides the workaround of using PowerShell to install just the management tools component without the full Hyper-V role.

Uploaded by

beomeo
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

“Hyper-V cannot be installed: A hypervisor is already running” error when trying to install Hyp... http://baudlabs.com/hyper-v-cannot-be-installed-a-hypervisor-is-already-running-error-when-tr...

Baud Labs
Dan Perelman's blog

“Hyper-V cannot be installed: A hypervisor is already running” error when trying to install
Hyper-V Management Tools in virtualized Windows Server 2012
Posted on September 14, 2014 by Dan Perelman

In certain situations one may want to install only the Hyper-V Management Tools feature in Windows Server 2012
(this includes 2012 R2) rather than the whole Hyper-V role. The most common scenario for this, and the one used
in this example, is Windows Server 2012 itself is a virtual machine (VM) running under either Microsoft Hyper-V
Server or Windows Server with the Hyper-V role:

Since the Windows Server operating system knows the type of underlying hardware, and that in this case it is a
hypervisor, trying to add the Hyper-V role via the Add Roles and Features Wizard will not work.

1 of 5 11/27/2014 7:47 PM
“Hyper-V cannot be installed: A hypervisor is already running” error when trying to install Hyp... http://baudlabs.com/hyper-v-cannot-be-installed-a-hypervisor-is-already-running-error-when-tr...

Add Roles and Features Wizard does not allow one to select to install management tools only in the Add
features that are required for Hyper-V? option:

2 of 5 11/27/2014 7:47 PM
“Hyper-V cannot be installed: A hypervisor is already running” error when trying to install Hyp... http://baudlabs.com/hyper-v-cannot-be-installed-a-hypervisor-is-already-running-error-when-tr...

Attempting to install Hyper-V feature on a virtualized Windows Server 2012 will produce the following error:
“Hyper-V cannot be installed: A hypervisor is already running.”

The simple workaround is to use Windows PowerShell to add the Hyper-V Management Tools feature:

Add-WindowsFeature –name RSAT-Hyper-V-Tools

Reminder: Add-WindowsFeature cmdlet needs to be executed under administrative credentials:

3 of 5 11/27/2014 7:47 PM
“Hyper-V cannot be installed: A hypervisor is already running” error when trying to install Hyp... http://baudlabs.com/hyper-v-cannot-be-installed-a-hypervisor-is-already-running-error-when-tr...

Share this:

About Dan Perelman


IT management professional focused on messaging and collaboration systems, server/desktop management and virtualization,
backup/disaster recovery.
View all posts by Dan Perelman →

This entry was posted in How To, Management, Virtualization and tagged Hyper-V, Microsoft, PowerShell, Windows 2012, Windows 2012 R2. Bookmark the permalink.

One Response to “Hyper-V cannot be installed: A hypervisor is already running” error when trying

4 of 5 11/27/2014 7:47 PM
“Hyper-V cannot be installed: A hypervisor is already running” error when trying to install Hyp... http://baudlabs.com/hyper-v-cannot-be-installed-a-hypervisor-is-already-running-error-when-tr...

to install Hyper-V Management Tools in virtualized Windows Server 2012

Pingback: How to install Hyper-V Management Tools in virt...

© 2014 Baud Labs | Terms of Use

5 of 5 11/27/2014 7:47 PM

You might also like