Requirements and Limits for Virtual Machines and Hyper-V in Windows Server 2008 R2 |
Wednesday, 26 August 2009
by Michel Roth
|
To effectively plan for and deploy Hyper-V in Windows Server 2008 R2, you should understand the requirements and maximum configurations for the physical and virtual hardware that will comprise the virtualized server computing environment.
You will need to consider the maximums that apply to each virtual machine as well as those that apply to the physical computer that runs the Hyper-V role.
Virtual Machines
The following tables identify the maximums that apply to each virtual machine.
Component
|
Maximum
|
Notes
|
Virtual processors
|
4
|
The number of virtual processors supported by a guest operating system might be lower. For more information, see About Virtual Machines and Guest Operating Systems.
|
Memory
|
64 GB
|
Review the requirements for the specific operating system to determine the minimum and recommended amounts.
|
Virtual IDE disks
|
4
|
The startup disk (sometimes referred to as the boot disk) must be attached to one of the IDE devices. The startup disk can be either a virtual hard disk or a physical disk attached directly to a virtual machine.
|
Virtual SCSI controllers
|
4
|
Use of virtual SCSI devices requires integration services to be installed in the guest operating system. For a list of the guest operating systems for which integration services are available, see About Virtual Machines and Guest Operating Systems
|
Virtual SCSI disks
|
256
|
Each SCSI controller supports up to 64 disks, which means that each virtual machine can be configured with as many as 256 virtual SCSI disks. (4 controllers x 64 disks per controller)
|
Virtual hard disk capacity
|
2048 GB
|
Each virtual hard disk is stored as a .vhd file on physical media.
|
Size of physical disks attached directly to a virtual machine
|
Varies
|
Maximum size is determined by the guest operating system.
|
Snapshots
|
50
|
The actual number may be lower, depending on the available storage. Each snapshot is stored as an .avhd file that consumes physical storage.
|
Virtual network adapters
|
12
|
- 8 can be the "network adapter" type. This type provides better performance and requires a virtual machine driver that is included in the integration services packages.
- 4 can be the "legacy network adapter" type. This type emulates a specific physical network adapter and supports the Pre-execution Boot Environment (PXE) to perform network-based installation of an operating system.
|
Virtual floppy devices
|
1 virtual floppy drive
|
None.
|
Serial (COM) ports
|
2
|
None.
|
Server running Hyper-V
The following tables identify the requirements and maximums that apply to the server running Hyper-V. In addition, we recommend that you review the Windows Catalog to identify servers that are qualified for use with Hyper-V. You can identify systems that support the x64 architecture and Hyper-V by searching the Windows Server catalog for Hyper-V as an additional qualification (see http://go.microsoft.com/fwlink/?LinkId=111228).
Component
|
Requirement or Maximum
|
Notes
|
Logical processors
|
64
|
Both of the following must be available and enabled in the BIOS:
- Hardware-assisted virtualization
- Hardware-enforced Data Execution Prevention (DEP)
|
Virtual processors per logical processor
|
8
|
None.
|
Virtual machines per server
|
384 running virtual machines
|
None.
|
Virtual processors per server
|
512
|
None.
|
Memory
|
1 TB
|
None.
|
Storage
|
Limited by what is supported by the management operating system. No limits imposed by Hyper-V.
|
For more information about the storage options for Hyper-V, see Planning for Disks and Storage. For general information about storage for Windows Server, see Reviewing Storage Limits(http://go.microsoft.com/fwlink/?LinkID=161361).
|
Physical network adapters
|
No limits imposed by Hyper-V.
|
None.
|
Virtual networks (switches)
|
Varies; no limits imposed by Hyper-V.
|
The practical limit depends on the available computing resources.
|
Virtual network switch ports per server
|
Varies; no limits imposed by Hyper-V.
|
The practical limit depends on the available computing resources.
|
Failover Clusters and Hyper-V
The following table lists the maximums that apply to highly available servers running Hyper-V. It is important to do capacity planning to ensure that there will be enough hardware resources to run all the virtual machines in a clustered environment.
Component | Maximum | Notes |
Nodes per cluster
|
16
|
Consider the number of nodes you want to reserve for failover, as well as maintenance tasks such as applying updates. We recommend that you plan for enough resources to allow for 1 node to be reserved for failover, which means it remains idle until another node is failed over to it. (This is sometimes referred to as a passive node.) You can increase this number if you want to reserve additional nodes. There is no recommended ratio or multiplier of reserved nodes to active nodes; the only specific requirement is that the total number of nodes in a cluster cannot exceed the maximum of 16.
|
Running virtual machines per node
|
64
|
Several factors can affect the real number of virtual machines that can be run at the same time on one node, such as:
- Amount of physical memory being used by each virtual machine.
- Networking and storage bandwidth.
- Number of disk spindles, which affects disk I/O performance.
|
Source: http://technet.microsoft.com/en-us/library/ee405267%28WS.10%29.aspx
|