Quantcast
Channel: Hyper-V Rockstar » Hyper-V
Viewing all articles
Browse latest Browse all 14

Building a Hyper-V Cluster – Installing Roles & Features – Part 1/5

$
0
0

Quick Start – Building a Hyper-V Cluster – Installing Required Roles & Features

[QS-Installingahypervcluster_Part1 Video goes here]

 PowerShell Commands

Install-WindowsFeature -Name Hyper-V, Multipath-IO, Failover-Clustering -IncludeManagementTools -Restart
Get-WindowsFeature|?{$_.Installed -eq $true}

Hardware Requirements

Hyper-V requires a 64-bit processor that includes the following:

  • Hardware-assisted virtualization. This is available in processors that include a virtualization option—specifically processors with Intel Virtualization Technology (Intel VT) or AMD Virtualization (AMD-V) technology.
  • Hardware-enforced Data Execution Prevention (DEP) must be available and enabled. Specifically, you must enable Intel XD bit (execute disable bit) or AMD NX bit (no execute bit).
  • SLAT (Second Level Address Translation) is recommended for performance improvements and required for RemoteFX vGPUs.

Windows Server Editions Supporting Hyper-V

VM Licenses Included
2012R2 Hyper-V Server 0
2012R2 Standard 2
2012R2 Datacenter Unlimited

Check out the other post in this series!


Viewing all articles
Browse latest Browse all 14

Trending Articles