Nested Virtualization in Windows Server 2016

Home > Blogs > Windows Server 2016 > Nested Virtualization in Windows Server 2016

Nested Virtualization in Windows Server 2016

Like This Blog 1 Rick Trader
Added by August 12, 2016

First off what is nested virtualization?  Nested virtualization is the ability to run Hyper-V inside of a virtualized machine.  This will allow you to install a physical host with the Hyper-V role installed and then create a virtual machine (VM) and install Hyper-V which in turn will allow you to run additional VMs.

For instructor-led Windows Server 2016 training, see our course schedule.

For Windows 10, see Nested virtualization in Windows 10 – What Is It and How to Enable It.

There are few prerequisites that must be met before nested virtualization is supported.  There is both operating system and Hyper-V setting that must be configured.  These settings are as follows:

  • Must be running Windows Server 2016.
  • The host and nested VM must be running the same build of Windows Server 2016.
  • Min 4 GB RAM on the host.
  • Dynamic RAM must be disabled on the nested VM.
  • No Checkpoints can be made on the nested VM. (if desired to checkpoint hosted VM in the nested VM must be running version 8 of the VM)
  • MAC Address Spoofing has to be enable on the nested VM NIC or a NAT Virtual Switch has to be created.

Once the VM has been configured to be a nested VM it no longer supports live migrations.

How to enable nested virtualization:

  • Create a hosted VM running the same operating system as the physical host. Then power it off.
  • Configure the host to support nested virtualization:
    • Use one of the following PowerShell Cmdlets:

Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true

or

Invoke-WebRequest https:/raw.githubusercontent.com/Microsot/Virtualization-Documentation/maste/hyperv-tools/nested/Enable-NestedVm.ps1 –Outfile ~/enable-NestedVm.ps1 ~Enable-NestedVm.ps1 –VmName <VMName>

Note:  The second cmdlet downloads a script from githubusercontent.com and then executes it.

Turn on the nested VM and you are ready to start creating VMs in your nested environment.

Until next time, RIDE SAFE!

Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ

Videos You May Like

A Simple Introduction to Cisco CML2

0 3877 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 641 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 724 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments

Write a Comment

See what people are saying...

  1. Pingback: Nested virtualization in Windows 10 - What Is It and How to Enable It

Share your thoughts...

Please fill out the comment form below to post a reply.