There are currently two Microsoft HyperVisor products:

Hyper-V Server 2008 R2

http://www.microsoft.com/hyper-v-server/en/us/default.aspx

Server 2008 R2 Hyper-V Role

http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx

Question - Is there a functional difference between the two, regarding hypervisor performance or features?

If not, what possible reason is there to use the Hyper-V Role instead of the standalone hypervisor? There are clear advantages in having a smaller footprint and attack surface from the standalone hypervisor.

It seems like Hyper-V role gets much more media spotlight and documentation as opposed to the standalone hypervisor.

If you're using Server 2008 R2 Hyper-V Role, can you share why you chose to do this rather than Hyper-V Server?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

With Hypervisor perfomance and features, there isn't a difference, they will both do exactly the same thing without limitation. When you install the full Server product, you incur the overhead that the OS requires. You are able to use all other roles available in the edition you've installed, each one adding impact to each other as they are added.

I have one in each scenario. The Hyper-V Server was a lower spec'd machine, and I wanted to squeeze everything out of it for VMs.

The Server 2008 R2 w/ Hyper-V is a development server with a ton of memory and disk space, and I wanted full GUI control direct from the console.

link|improve this answer
Core installs can also be one with both Server and Enterprise editions so there is no advantage of Hyper-V Server/Standalone other than cost. – Doug Luxem Nov 18 '10 at 15:39
Not exactly - it scales better (more memory) than standard. – TomTom Nov 18 '10 at 15:42
feedback

I don't think you're understanding Hyper-v. There are two installs of Hyper-v - one that sits on top of a full install Windows Server 2008 R2 and one that sits on top of a Windows Server 2008 R2 core install (no gui, small attack vector, yadda yadda yadda).

The Hyper-v role that you're talking about, allows someone to manage a Hyper-v install that sits on a core installation, remotely with Hyper-v manager or VMM.

link|improve this answer
feedback

There are clear advantages in having a smaller footprint and attack surface from the standalone hypervisor.

Yes, this is why you will instally Heyper-V ROLE on top of a.... Server CORE, not a full server. Same attack surface. Hyper-V server is basically jsut packed up for different licensing.

it cmoes with mor RAM support than Standard. Plus, when running Linux hosts you ahve zero licensing costs. Hyper-V server thus is in R2 the "better" hypervisor due to flexibility, but the pracitcal enefit is close to zero normally. Mainteannce is NOT a difference.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.