📜 ⬆️ ⬇️

New Hyper-V vNext features

Greetings, habravchane!
Not so long ago, a new version of Windows Server Technical Preview 2 was released, which more clearly demonstrates the possibilities of a future release of the latest server operating system. For those directly involved in the operation and development of the IT infrastructure, I have prepared a short note on innovations related to virtualization.

Discuss the following topics:


But first, a few words about Nano Server - a new type of installation of Windows Server Technical Preview 2, which allows you to solve two popular IT tasks:

Microsoft promises that the basic installation of Nano Server will require no more than 400 MB of disk space, which is about 20 times less than installing a full-fledged edition of Windows Server. It is important to note that with such promises Nano Server will retain full support for Windows Server drivers.

The Nano Server will be managed through WMI and Core PowerShell, which has a reduced set of cmdlets and limitations related to the absence of .NET.
')
Nano Server can be deployed both on a virtualization server and in a virtual machine. In addition, both methods of creating containers for Windows Server and Hyper-V are supported. Windows Server Containers is a new feature in Windows Server TP2 that isolates the application runtime in an instance of Windows Server. Hyper-V containers extend these capabilities in a virtualization environment, which, in this case, eliminates the influence of the guest OS on the operating system of the host or another Hyper-V container.

Enhance the security of the virtual environment
Why do companies reluctantly migrate their infrastructure to the public cloud? I believe that trust in the service provider is the most important selection criterion, followed by the issue of data security.

Microsoft worked in this direction and introduced a new Trusted Platform Module (TMP) feature in Hyper-V that allows you to use data encryption in virtual machines. TPM allows BitLocker to encrypt data, even if the virtual machine is located in a public cloud.

Hyper-V in Windows Server TP2 supports the creation of secure virtual machines (Shielded Virtual Machines), the data in which is encrypted and protected from access by system administrators. This feature is based on the new Host Guardian Service server role, which supports the integrity of a protected server group and controls the data encryption mechanism. In combination with System Center, new, interesting automation scenarios appear:

Virtual Machine Configuration
In Windows Server TP2, a number of typical functions have been updated. Now, when using them, no need to restart the virtual machine:

Infrastructure Performance Management
I will not hide my joy - finally, in Windows Server TP2, the storage quality management parameters (Storage QoS) appeared. Now you can not worry about the fact that some kind of virtual machine suddenly “slows down” the storage system.

Storage QoS allows you to push IOPS policies for groups of virtual machines that share scalable file storage or CSV. In the policy, you can set the minimum and maximum IOPS values ​​for the virtual machine.

New Resiliency Features
The new features of Virtual Machine Storage Resiliency and Virtual Machine Cluster Resiliency make it possible to secure a virtual machine from unplanned storage system failures, incl. and CSV.

During the period of unavailability of storage systems, Storage Resiliency keeps the virtual machine suspended (suspended). This feature is similar to Resilient File Handles, which is already present in Windows Server 2012, but at the same time, Storage Resiliency is more reliable, because allows you to cope with long periods of downtime (Resilient File Handles could provide a suspension for a period of not more than 30 seconds of downtime).

The main purpose of the Virtual Machine Cluster Resiliency feature is to avoid unloading the cluster node in the event of a short disconnect. Instead, the machines continue to work on the disconnected node, and if the connection is restored within 4 minutes, the cluster will continue to work in normal mode. If a node receives the status of “unreliable” (for example, several periodic failures were recorded), then at the moment of restoring the integrity of the cluster, virtual machines are automatically moved to other nodes, and the problem one will be moved to quarantine.

Common virtual disk enhancements
In Windows Server 2012, it became possible to use shared virtual disks Shared VHDX for several virtual machines. This feature allows for the rapid implementation of typical virtual failover clusters. The disadvantage of this feature is that it does not support backup scripts that run on the server for virusization.

Windows Server TP2 eliminated this problem - the host-based backup scripts for Shared VHDX work, and the option of hot resizing the disk appeared. It is worth noting that these features will require conversion to the new VHDS format.

Conclusion
In this post I told you about the new and changed features of Windows Server Technical Preview 2, which, in comparison with Windows Server 2012, have been significantly improved. Microsoft confidently sets the tone for the hypervisor and cloud computing industry. And if a few years ago it was possible to have doubts about the use of Hyper-V in its infrastructure, then now it is worth thinking again about the opening possibilities of this choice.

My project experience suggests that the use of modern IT solutions significantly increases the efficiency of IT infrastructure operation. When planning changes, it is always worthwhile to calculate moves a few steps forward.

Thanks for attention.

To download Windows Server Technical Preview 2, use the link: www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview

Source: https://habr.com/ru/post/264249/


All Articles