I believe in Hyper-V!

New and updated functionality in Hyper-V 3.0

The Hyper-V technology virtualizes hardware to provide an environment in which you can run multiple operating systems at the same time on one physical computer. Hyper-V enables you to create and manage virtual machines and their resources. Each virtual machine is an isolated, virtualized computer system that can run its own operating system. The operating system that runs within a virtual machine is called Guest Operating System.

As you already know Hyper-V now is a part of Windows 8 operating system. This is great news because if we need virtual machines of our PCs now we don’t need to use alternative virtualization technologies, and now we have a great tool for virtualization in the house Winking smile.
The Hyper-V role is already known from servers operating system and we know what Hyper-V can do.

So, in this post I will explain what is new and what is updated in Hyper-V 3.0.

In the picture below you can see new and updated functionality in Hyper-V.

1

What’s new!

1. Hyper-V client – One surprising move was support for Hyper-V on the desktop. Hyper-V 3.0 is built in to the Windows 8. Hyper-V on the client will run directly on the system hardware, it will also support power-management functions such as sleep and hibernate state.

2. Hyper-V module for PowerShell – Hyper-V module for PowerShell includes more than 160 cmdlets to manage Hyper-V, virtual machines, and virtual hard disks. The availability of build-in Hyper-V cmdlets makes it easier to automate various operations than was possible in previous version of Hyper-V. The cmdlets names are consistent with other PowerShell cmdlets which makes it easier for users familiar with PowerShell to learn to use new cmdlets.
Hyper-V cmdlets are available after being installed. The cmdlets can be installed when you install the role, or as a feature available through the Remote Server Administration Tools.

3. Hyper-V Replica – This feature enables you to replicate virtual machines between storage systems, clusters, and data centers in two sites to provide business continuity and disaster recovery. This feature makes it easier and less expensive to plan and implement business continuity and disaster recovery solutions for your virtual machines, and the most important thing; Hyper-V replica is a disaster recovery solution for VMs that doesn’t require an expensive SAN. Hyper-V replica provides asynchronous replication of VMs from primary site to backup site without the need for specialized storage or networking device.

4. Resource metering – You can now track and gather data about physical processor, memory, storage, and network usage by specific virtual machines. You can determine the resource usage of specific virtual machines. You can use this data to perform capacity planning, to monitor consumption by different business units or customers, or to capture data needed to help redistribute the costs of running a workload. You can configure a virtual machine to measure the physical processor, memory, storage, and network usage, and then measure the usage periodically.

5. Simplified authorization – The Hyper-V Administrators group is introduced and is implemented as a local security group. This group can reduce the number of users that belong to the local Administrators group while providing users with access to Hyper-V. The Hyper-V Administrators group is a new local security group. Add users to this group instead of the local Administrators group to provide them with access to Hyper-V. Members of the Hyper-V Administrators have complete and unrestricted access to all features of Hyper-V.

6. SR-IOV – This new feature allows you to assign network adapter that supports single-root I/O virtualization (SR-IOV) directly to a virtual machine. Use of SR-IOV maximizes network throughput while minimizing network latency as well as the CPU overhead required for processing network traffic, and also you can provide a virtual machine with direct connectivity to a physical network adapter.

7. Storage migration – Live Migration was added to Hyper-V 2.0, which was introduced with Windows Server 2008 R2. It let you move VMs between hosts in the same cluster with no downtime. However, it was limited to performing a single Live Migration per occurrence, and migrating VM storage still required downtime. Hyper-V 3.0 addresses both of these problems by allowing for unlimited multiple concurrent Live Migrations as well as introducing Storage Live Migration.
This new feature makes it easier to manage the physical storage subsystems used by virtual machines. It is no longer necessary to take a virtual machine offline to move, maintain, or upgrade the underlying physical storage.

8. Storage on SMB 3.0 file shares – Hyper-V now supports use of SMB 3.0 file shares to provide storage for virtual machines. This feature provides a new way to provide virtual machines with shared storage, without use of a storage area network. You just specify a file share as the storage location for virtual machines.

9. Virtual Fibre Channel – This very cool new feature allows you to connect directly to Fibre Channel storage from within the guest operating system that runs in a virtual machine. This feature makes it possible to virtualize workloads and application that require direct access to Fibre Channel-based storage. It also makes it possible to configure clustering directly within the guest operating system. This feature makes host bus adapter (HBA) ports available within the guest operating system.

10. Virtual NUMA – A virtual NUMA topology is made available to the guest operating system in a virtual machine. Newer operating systems and high-performance applications such as SQL Server include optimizations that recognize a computer’s NUMA topology to increase performance by considering NUMA when scheduling threads or allocating memory. The virtual NUMA feature makes it possible for the guest operating system and NUMA-aware applications running in the virtual machine (such as SQL Server) to take advantage of these performance optimizations. A virtual NUMA topology is made available to the guest operating system. The default virtual NUMA topology is optimized to match the NUMA topology of physical computer.

Besides the above there are a few new features worth mentioning!

VMs with 64 vCPUs, VMs with 1TB of RAM, 64TB VHDX format, Extensible virtual switch, 63 node clusters, Support for native NIC teaming…

What’s updated!

1. Dynamic Memory – Dynamic Memory improvements include support for configuring minimum memory, and Smart Paging, which is a memory management technique to provide a reliable restart experience for virtual machines configured with less minimum memory than startup memory. These changes can help you improve your hardware utilization by making it more practical to run more virtual machines on a single physical computer at the same time. Memory resources can be allocated to virtual machines more efficiently, because you can configure a virtual machine with less minimum memory than startup memory without having to plan for enough memory to be available to restart the virtual machine.
You can now configure a virtual machine with minimum memory, using either Hyper-V Manager or the Set-VMMemory cmdlet. Smart Paging reduces the risk that a virtual machine might not be able to restart if a restart is required when there is not enough available physical memory. Smart Paging uses disk resources as additional, temporary memory when more memory is required to restart a virtual machine than the amount of memory currently allocated to a virtual machine. To minimize the potential performance impact of Smart Paging, HyperV uses it only when all of the following occurs:

  1. The virtual machine is being restarted.
  2. There is no available physical memory.
  3. No memory can be reclaimed from other virtual machines running on the host.

2. Importing of virtual machines – The import process has been updated to help you resolve configuration problems that would otherwise prevent a virtual machine from being imported. You also can import a virtual machine after copying the files manually, rather than exporting the virtual machine first. The import process has been simplified and is more reliable. Before this update was introduced, the import process copied a virtual machine and its files but did not check for configuration problems. Now, the import process has been redesigned to detect and help you correct certain configuration problems.

3. Live migration – It is now possible to perform a live migration in a non-clustered environment, as well as perform more than one live migration at the same time and use higher networks bandwidths. These improvements provide more flexibility in moving a running virtual machine by making it easier and faster to perform live migrations. You can now perform a live migration without setting up failover clustering and Cluster Shared Volumes.

4. Significantly increased scale and improved resiliency – This version of Hyper-V offers significantly larger compute and storage resources than was previously possible and improves the handling of hardware errors. These features help ensure that you can configure large, high-performance virtual machines to support workloads that might need to scale up significantly. The computer that runs Hyper-V in the Release Candidate of Windows Server 2012 can be configured with up to 320 logical processors and 4 terabytes (TB) of memory. Virtual machines can be configured with 64 virtual processors and 1 TB of memory. Improved handling of hardware errors increases the resiliency and stability of the virtualization environment.

5. Virtual hard disk format – The new format has been introduced to meet evolving requirements and take advantage of innovations in storage hardware. The new format increases the maximum storage size per virtual hard disk, as well as improves the stability and efficiency of those disks. A new virtual hard disk format (VHDX) supports up to 64 terabytes of storage. It also provides built-in protection from corruption stemming from power failures and prevents performance degradation on some large-sector physical disks.

6. Virtual machine snapshots – After a virtual machine snapshot is deleted, the storage space that the snapshot consumed before being deleted is now made available while the virtual machine is running. It is no longer necessary to shut down, turn off, or put the virtual machine into a saved state to recover the storage space. Operations that keep the virtual machine and any remaining snapshots synchronized after deleting a snapshot now occur while the virtual machine remains running. After those operations are complete, the files that contained the snapshots (.avhd files) are deleted. Previously, those operations did not occur while the virtual machine was running or paused.

7. Virtual switch – The architecture of the virtual switch has been updated to provide an open framework that allows third parties to add new functionality to the virtual switch. This change enables Microsoft partners to extend the virtual switch by providing new functionality such as monitoring, forwarding, and filtering into the virtual switch. The open architecture makes it possible to use extensions, which are implemented by using Network Device Interface Specification (NDIS) filter drivers and Windows Filtering Platform (WFP) callout drivers. These two public Windows platforms for extending Windows networking functionality are used as follows:

  • NDIS filter drivers are used to monitor or modify network packets in Windows.
  • WFP callout drivers allow independent software vendors (ISVs) to create drivers to filter and modify TCP/IP packets, monitor or authorize connections, filter IP security (IPsec)-protected traffic, and filter remote procedure calls (RPCs).

Resources: TechNet, WindowsITPro

The following provides additional resources for evaluating Hyper-V.

Ben Armstrong’s Virtual PC Guy’s WebLog
Hyper-V Portal on the TechNet Wiki
Install the Hyper-V Role and Configure a Virtual Machine
Building Your Cloud Infrastructure: Scenario Overview

In the next few blog posts I’ll describe how some of these features are working!

Cheers! Smile

5 Responses to “New and updated functionality in Hyper-V 3.0

  1. Adrian Mikey

    Its like you read my mind. Thanks for this article!

  2. Mike Rumor

    This is really interesting.

  3. Participating in a reputable training program in an important measure towards becoming a Existence Coach. ニューバランス シューズ ニューバランス スニーカー 新作2014 ニューバランス メンズ,ニューバランス スニーカー 新作2014 ニューバランス シューズ ニューバランス スニーカー 新作2014,ニューバランス シューズ ニューバランス メンズ ニューバランス シューズ – esm cares Training is important because learning how to be a Life Coach is possibly not an intuitive process. It is necessary to figure out how to listen at a serious level, hold the clients intention, ask powerful questions, and refrain from providing advice. New coaches often struggle at the start of training to un-learn behaviors based on コーチ アウトレット coach コーチ 財布,coach コーチ アウトレット コーチ バッグ,コーチ バッグ コーチ バッグ コーチ 財布,コーチ バッグ コーチ 財布 コーチ アウトレット – acu pun ctur eaid their instincts to other advice and feeling your need to offer their expert opinion on the subject. It takes practice to get down the core tools and ways of Life Coaching.Lots of practice will help a coach gain confidence inside their ability to offer value thus to their clients. In the beginning, starting out with perform アナスイ 財布 アナスイ アナスイ バッグ,アナスイ アナスイ 財布 アナスイ バッグ,アナスイ アナスイ バッグ アナスイ – skk otor clients or practicing with classmates using their training program can support a coach feel extra experienced and prepared intended for paying clients. By getting coaching practice, a coach will start developing their business and also learn what niche regarding coaching they enjoy best.Boston Athletic Coach- your current guide to physical excellence Everybody desires to look gorgeous. They want to look good ポールスミス 財布 新作2014 ポールスミス アウトレット ポールスミス バッグ 新作2014,ポールスミス バッグ 新作2014 ポールスミス 財布 新作2014 ポールスミス 財布 新作2014,ポールスミス バッグ 新作2014 ポールスミス バッグ 新作2014 ポールスミス 財布 新作2014 – saket inil ounge and feel great continuously. But to achieve of which feat, one must always be fit. Being fit in right now urban world is no easy task. In the fast paced world whereby we live in, there hardly any time for anyone 万年筆 通販 万年筆 アウトレット 万年筆 通販,おすすめ 万年筆 万年筆 通販 万年筆 通販,おすすめ 万年筆 おすすめ 万年筆 万年筆 通販 – atu medi dacr to follow a strict routine or get a balanced diet. One way or another the life we steer takes its toll on our health which shows in the stacked up pounds and flabs of which bulge out. Now there no doubt that any mortal will want to avoid the kerbs however somehow that become the unreal dream. As we all understand an unhealthy lifestyle can lead to a lot of diseases, sometimes life threatening and may even cause major problems since the years roll on.
    http://www.esmcares.org/ ニューバランス メンズ
    http://www.acupunctureaid.com/ コーチ バッグ
    http://www.skkotor.com/ アナスイ バッグ
    http://www.saketinilounge.com/ ポールスミス アウトレット
    http://www.atumedidacr.com/ 万年筆 通販

  4. Everything is very open with a really clear description of the issues.

    It was really informative. Your website is very helpful.
    Thank you for sharing!

  5. I have first time heard of Hyper-V. I am high school student. So, I have not good knowledge about computer hardware technology.

    After reading this article I have one question in mind.

    If we run multiple computer in single hardware machine (computer), I think it would reduce the performance of computer. It could Hang a lot

Leave a Reply

Your email address will not be published. Required fields are marked *