ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

Windows Server 2016 Hyper-V allows add/remove RAM while VM is running

By Vladan SEGET | Last Updated: November 9, 2022

Shares

Microsoft has released Windows Server 2016 TP4 last week. I was quickly testing this built with Hyper-V role in my lab as a newly added feature announced by Microsoft took my attention: Hot-add or Hot-remove memory to running VMs as well as vNICs.

In fact you can adjust the amount of memory assigned to a virtual machine while it's running, even if you haven’t enabled Dynamic Memory. This works for both generation 1 and generation 2 virtual machines.

Additionally some of the new features for Hyper-V include an update in the management tool which now allowing to manage all generations of Hyper-V …. So basically you can manage all of those hyper-v hosts – Hyper-V 2008, 2012, 2012 R2 or 2016 – with the same console….

So the lab setup was pretty simple:

This time I used my desktop system with VMware Workstation installed, but you can also use ESXi and configure the requirements (via web client).

Physical Box (running desktop OS …. Windows 8.1) > VMware Workstation VM running Server 2016 TP4 (named “2016TP4MAIN” ) with Intel VT-x activated > Server 2016 TP4 Hyper-V VM which we will be testing the hot-add or hot-remove memory.

Hyper-V 2016 TP4

Note that in my case I can spin quite a few VMs on that host which has 64Gb of RAM. The VMs were running from local flash storage.

Bellow you can see the settings of the VM. You'll need to check the box “Virtualize Inte VT-x/EPT or AMD-V/RVI check box.

Windows 2016 server Hyper-v

After installation of that VM you activate Hyper-V role via add/remove roles and features > restarts the system > open Hyper-v management console and create a new VM. In my case I just picked the same ISO – Widnows Server 2016 TP4 – and did the test on that VM.

The feature works rather well. While testing this I also noticed no problems with network connectivity (no loss of packets) within a command line windows…

hot-add and hot-remove memory

Here is a quick video where you can see the different steps:

New in Windows Server 2016 TP4:

New VM configuration file format – (VMCX) Virtual machines now have a new configuration file format which is designed to increase the efficiency of reading and writing virtual machine configuration data. It's also designed to reduce the potential for data corruption in the event of a storage failure. The new configuration files use the .VMCX file extension for virtual machine configuration data and the .VMRS file extension for runtime state data.

A file with the .VMCX file extension is in binary format. Directly editing a file with a .VMCX or .VMRS file extension isn't supported.

New configuration file for Hyper-V VMs

PowerShell Direct – this is interesting aproach to run PowerShell session in a VM from a host (instead from inside of that particular VM) without network connection between the host and the VM. You'll need to have Server 2016 and the VM has to be also Server 2016. PowerShell Direct runs between the host and the virtual machine. So you don't need a network connection or to enable remote management. You do need guest credentials to log into the virtual machine.

Cluster Functional Level – it's possible to add running Server 2016 Hyper-V hosts into a Hyper-V cluster running 2012R2 hosts. The cluster continues to function at the 2012R2 cluster level untill you upgrade all the hosts to the 2016 version of Hyper-V. Then only you can upgrade the cluster functional level via PowerShell cmdlet Update-ClusterFunctionalLevel.  Note that like at VMware, there is no way back…  (Note that you might check this post: Three Ways to Downgrade Virtual Machine hardware version – to roll back VM version in VMware environment.

Production checkpoint –  new snapshots. Note that “old” snapshot (checkpoint) technology still can be used if you want…

create “point in time” images of a virtual machine, which can be restored later on in a way that is completely supported for all production workloads. This is achieved by using backup technology inside the guest to create the checkpoint, instead of using saved state technology. For production checkpoints, the Volume Snapshot Service (VSS) is used inside Windows virtual machines. Linux virtual machines flush their file system buffers to create a file system consistent checkpoint.

Note that by default the Production checkpoint is “ON”…

Hyper-V 2016 Production Checkpoint

Wrap-up:

Quite a lot of new stuff in this release, and I did not talk about all of them. I did not touch a word on nested virtualization (now possible to create virtual machine as a Hyper-V host and create virtual machines within that virtualized host). Yes, VMware had this since long time ago, I know….  An Integration services (a VMware tools equivalent) is now distributed separately – through Windows update.

If you ask me I must say, yes Hyper-V is getting better, there is no doubt about it. Let's see when the final version will be here. In the meantime, vSphere 6.0 is here since long months, and the 6.x version is in the pipes. Possibly vSphere 6.5? Who knows…?

You can download the latest release of Windows Server 2016 TP4 from Microsoft's site here.

Check what's new in Microsoft Windows Server 2016 TP4 in this post at technet.

Shares
5/5 - (2 votes)

| Filed Under: Server Virtualization, Windows Server 2016 Tagged With: hyper-V 2016, windows server 2016

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in