A First Look at Windows Server 2012 R2 and Hyper-V

Size: px
Start display at page:

Download "A First Look at Windows Server 2012 R2 and Hyper-V"

Transcription

1 A First Look at Windows Server 2012 R2 and Hyper-V Brien M. Posey Modern Data Protection Built for Virtualization

2 Although Windows Server has long been a solid server platform, it has lagged far behind competing products in areas such as virtualization. When Microsoft created Windows Server 2012, one of their key design objectives was to create a hypervisor that was on par with offerings from VMware. Although Microsoft has largely achieved (and in some areas even surpassed) this goal, there was still room for improvement. The soon-to-be released Windows Server 2012 R2 is designed to further improve upon Windows Server Server virtualization In Windows Server 2012, Microsoft did more work on Hyper-V than any other area of the operating system. It should therefore come as no surprise that Windows Server 2012 R2 is also heavily focused on server virtualization. Generation 2 virtual machines Even though Hyper-V has become more feature-rich over the years, the virtual machines (VMs) themselves have adhered to the same basic format ever since their introduction in Windows Server That being the case, Microsoft has decided to modernize VMs in Windows Server 2012 R2. To do so, they have introduced the concept of generation 2 VMs. Before I explain what generation 2 VMs are, I want to point out that first generation VMs are still fully supported. You can migrate your existing VMs to Windows Server 2012 R2 with Hyper-V or you can create new VMs using either a first-generation or a second-generation structure. In order to understand the concept behind second-generation VMs, you have to understand that every previous version of Windows was designed to operate on physical hardware. That being the case, Hyper-V VMs emulated certain physical hardware devices that were considered to be universal standards. Although this approach has worked well historically, hardware emulation tends to be slower than direct hardware access. More importantly, some of the emulated devices simply do not exist on modern servers. Second-generation VMs are designed to be used with modern server hardware, and do not rely on emulation. The end result is more efficient hardware usage, faster VM boot times, and much faster guest operating system installations. Of course these benefits come at a price. Specifically, the operating system that is running on the VM must be capable of supporting the devices that are exposed through the virtualized environment. The only operating systems that Microsoft supports for use within a second-generation VM are 64-bit editions of Windows 8, Windows 8.1, Windows Server 2012, and Windows Server 2012 R2. 2

3 It is also worth noting that once a VM has been created, there is no way to change its generation. For example, you cannot upgrade a first generation VM to a second-generation VM. Likewise, you cannot downgrade a second generation VM to a first-generation VM. Being that second-generation VMs do not support emulated hardware, you might be curious as to what types of hardware devices are actually exposed through the Device Manager. You can see a comparison in the two figures shown below. Figure A shows the Device Manager from a guest operating system running on a first-generation VM. Figure B shows the Device Manager in a second-generation VM. Figure A. This is the Device Manager on a first-generation VM. 3

4 Figure B. This is the Device Manager on a second-generation VM. Second-generation VMs offer advantages beyond performance. For starters, second-generation VM support Secure Boot. In fact, Secure Boot is enabled by default. Another advantage is that it is now possible to boot from a SCSI virtual hard disk. In fact, IDE Virtual Hard Disks (VHDs) are not even supported in second generation VMs. Incidentally, this also means that the ability to boot a VM from a physical SATA DVD drive has been removed. If you need to boot a VM from a DVD, you will have to create a SCSI virtual DVD drive. Some of the other notable changes in second-generation VMs include UEFI firmware support and the ability to perform a PXE boot from a standard network adapter. Extended replication capabilities I have never made any secret of the fact that I think that the replication feature was the single best addition to Windows Server 2012 with Hyper-V. In case you are not familiar with this feature, it allows you to replicate a VM (or more precisely a collection of VHDs) from one host server to another. The replication feature isn t as robust as failover clustering, but you can use it to perform planned or unplanned failovers to a replica VM. The replica isn t kept in lockstep with the primary VM copy, but in most cases the replicate is within five minutes of being current. 4

5 As you can imagine, the replication feature is a great solution for organizations that lack the budget or the technical know-how to implement a full-blown failover clustering solution. Unfortunately however, the replication feature is somewhat limited, even beyond the lack of real-time failover capabilities. The main two limitations inherent in the replication feature are the fact that you can only establish a single replication target and the fact that replication occurs according to a schedule that is set by the operating system, not by the administrator. Both of these issues have been addressed in Windows Server 2012 R2 with Hyper-V. The most important change that Microsoft has made to the replica feature is the ability to replicate a VM to two separate host servers. By doing so it becomes possible to have an on-premises replica and an off-premises replica. That way, organizations can have a copy of the VMs that reside on site, but also have a secondary copy stored securely off site, either in a secondary datacenter or in the cloud. Some might be quick to point out that this type of replication requires three separate Hyper-V servers, and that if you have three Hyper-V servers you could just as easily create a failover cluster. While this may be true, a three node failover cluster is not suitable for spanning across multiple datacenters, whereas a three node replica is. Choosing between a failover cluster and a three-way replica is really a matter of deciding what type of protection your VMs need. A three node cluster can provide instant failover for VMs. In contrast, the replication feature allows for manual failover (both planned and unplanned) and allows you to store a copy of your data safely off site. The best solution for protecting your VMs, of course, is to create a multi-site cluster, but doing so requires additional cluster nodes. Multi-site clusters must also adhere to certain infrastructure requirements pertaining to things like latency and domain membership. The other major change that Microsoft has made to the replication feature is the ability to schedule the replication process. As previously mentioned, Windows Server 2012 with Hyper-V had a fixed replication schedule of five minutes. You couldn t complete the replication any more quickly or any more slowly. In Windows Server 2012 R2 with Hyper-V it is possible to adjust the replication schedule. You can replicate a VM s contents as frequently as every thirty seconds or as infrequently as every fifteen minutes. It s obvious why more frequent replications could be advantageous. After all, the more frequently a VM is replicated the less chance of data loss occurring should the primary copy become damaged. However, you may be wondering why anyone would want to slow the replication process down so that a VM is replicated less frequently. 5

6 The reason for less frequent replication has to do with Hyper-V s perception of a replication failure. If a replication failure occurs then the replication process stops. The administrator must correct the problem that caused the replication failure and then manually reinitiate the replication process. A replication failure is triggered when twelve replication cycles have been missed back-to-back. If you are replicating your VMs every thirty seconds, then a replication failure could occur after six minutes of lost connectivity. This might not be a big deal for organizations with reliable connectivity, but if you are replicating across slow or unreliable links, six minute gaps in connectivity are more likely. In those types of situations you could adjust the replication frequency to occur every fifteen minutes. That way, it would take a full three hours of lost connectivity to trigger a replication failure. Live migration performance options Live migrations refer to the ability to move a running VM from one Hyper-V host server to another. Microsoft did a lot of work around live migrations in Windows Server 2012 with Hyper-V. Among the new features were the ability to perform simultaneous live migrations and the ability to live migrate a VM to a host server regardless of whether or not it existed within the same cluster as the host server on which the VM was currently running. In Windows Server 2012 R2 with Hyper-V, Microsoft has introduced some performance options for live migration. Previously live migration occurred over a standard TCP/IP connection. This option still exists in Windows Server 2012 R2 with Hyper-V, but is not selected by default. The default option is to use compression for live migration. This option compresses the contents of the VM s memory prior to transmitting it to the host server to which the VM is being live migrated. Doing so allows the live migration process to occur much more quickly. The actual performance gain that you can expect to see varies considerably based on the amount of memory that a VM is using. In addition to the compression option, Microsoft also offers an SMB option. Rather than compressing the VM s memory, the memory contents are transmitted over an SMB connection. This option requires both Hyper-V hosts to have network adapters that support Remote Direct Memory Access (RDMA). You can see the live migration performance options in Figure C. 6

7 Figure C. Windows Server 2012 R2 with Hyper-V offers various performance options for live migrations. Exporting and cloning capabilities Hyper-V administrators have long had the ability to export a VM. Doing so provides a rudimentary method for cloning VMs. The process isn t as easy or as seamless as what is available through some backup applications, but it works. In the past, the biggest limitation to exporting and cloning Hyper-V VMs was that the VM had to be powered off at the time of the export. In Windows Server 2012 R2 this limitation has been removed. You can now export a VM even if it is running. On the surface, this enhancement to Hyper-V might seem trivial. However, there are a number of situations in which having the ability to export a VM while it is running could prove to be very useful. For example, if you want to clone a production VM for use in a lab environment, then you don t want to have to take that production machine offline just to accommodate the cloning process. Once again, however, there are backup applications that will allow you to create virtual lab environments based on your production environments on the fly without having to go through an export or clone process. 7

8 Having the ability to export a running VM may also come in handy for migration testing. For instance, if you were considering migrating a VM to a hosted cloud service, you could use the export function to clone the VM and test the migration process without having to take your production VM offline to do so. Although you can export a VM through the Hyper-V Manager, as shown in Figure D, there are two PowerShell cmdlets that can also be used. The Export- VM cmdlet is used to export a VM. Similarly, the Export-VM Snapshot cmdlet is used to export a VM based on a previously created snapshot. Figure D. Hyper-V allows you to export a VM while it is running. Copy files to a running VM Another new capability is the ability to copy files to a running VM. In the previous version of Hyper-V, an administrator who needed to write files to a VM had a couple of different options. One option was to create a file share within a VM and then use that file share to copy files across the network to the VM. Another option was to shut down the VM, mount the VHD, and then copy data to it. This was generally the method that had to be used if an administrator needed to make a big change to the contents of a VHD. 8

9 In Windows Server 2012 R2, Microsoft has given us the ability to copy files to arunning VM without using a network connection. In order to enable this ability, the Integration Services must be installed on the VM and a specific integration service called the Guest Services must be enabled. The Guest Services are not enabled by default. You can enable the Guest Services through the Hyper-V Manager as shown in Figure E, or you can use a PowerShell cmdlet called Enable-VMIntegratonService. Figure E. The Guest Services must be enabled if you want to copy files to a running VM without using a network connection. Running the Guest Services enables the copy process, but you will still need a mechanism for copying files to the VM. This mechanism is a new PowerShell cmdlet called Copy-VMFile. Virtual Hard Disk resizing In Windows Server 2012, Microsoft introduced a new VHDX-based virtual hard disk format. The VHDX format overcame many of the limitations associated with the legacy VHD format. In Windows Server 2012 R2, Microsoft has added the ability to resize a VHDX-based virtual hard disk even if the VM is running. By doing this, you can increase the size of, or shrink, the VHD. There are two things to keep in mind with regard to resizing the VHD on a running VM. First, this feature is only supported for VHDX files and the VHD must be attached to the VM by a virtual SCSI controller. 9

10 Second, resizing a VHD has a similar effect to installing a new hard disk on a physical server. In other words, resizing a VHD changes the its raw capacity. It does not however, change the size of the volumes that reside on it. That isn t to say that you can t resize a volume, but doing so is a separate operation. Depending upon the volume structure, you might even have to delete a volume s contents in order to resize the volume. Storage Quality of Service If the term Quality of Service (QoS) looks familiar, it s probably because QoS has been around in one form or another for well over a decade. QoS typically refers to a networking standard that can be used to limit bandwidth consumption or to reserve bandwidth for a particular application. Windows Server 2012 R2 with Hyper-V introduces a new form of QoS called Storage QoS. If you stop and think about it for a moment, the basic premise behind server virtualization is that all of the VMs that are running on a particular host server share a finite pool of physical hardware resources. The key to making server virtualization works is to ensure that none of the VMs consume physical resources to the degree that they begin to starve other VMs. Historically, Hyper-V has made it easy to limit resource consumption for things like CPU usage or memory usage. Even disk capacity usage is relatively easy to control. However, there hasn t been a good way to natively control disk I/O consumption. This is where the new Storage QoS feature comes into play. As you can see in Figure F, Storage QoS allows you to limit disk I/O consumption for individual virtual hard disks. Doing so is a great way to prevent VMs that are running I/O intensive applications from choking out neighboring VMs. 10

11 Figure F. The Storage QoS feature allows you to limit the disk I/O for a VHD. Dynamic Memory support Dynamic Memory refers to Hyper-V s ability to allocate and deallocate physical memory for a VM on an as-needed basis. The idea is that by providing a VM with exactly the amount of physical memory that it requires (no more, no less), it becomes possible to maximize the VM density for a particular host because physical memory is being used as efficiently as possible. Although Hyper-V has long supported the use of Dynamic Memory, only Windows operating systems were supported. Windows Server 2012 R2 with Hyper-V adds Dynamic Memory support for VMs that are running Linux operating systems. On a side note, Microsoft has also made some changes to Windows Server Backup that allow it to back up VMs that are running Linux. Of course Windows Server Backup is a very low-end backup solution that is not suitable for use in most production environments. 11

12 Shared Virtual Hard Disks The shared VHDs feature in Windows Server 2012 R2 with Hyper-V seems to be one of the most misunderstood features of the new operating system. The name implies that the feature somehow allows you to share a VHD among multiple VMs. Although this idea holds true in a sense, the feature is actually oriented towards guest clustering. As you probably know, Windows Server has long allowed for the creation of failover clusters. The idea behind doing so is that a supported application can be clustered so that if the underlying server were to fail, the application can instantly be moved to an alternate cluster node where the application can continue running uninterrupted. Failover clustering was originally intended for use on physical servers. Today however, organizations are rapidly converting their physical servers to virtual servers. In doing so, many organizations have gone so far as to convert physical cluster nodes into VMs, thereby creating guest clusters. A guest cluster is a failover clustering environment that exists solely on virtualized hardware. Microsoft does support the use of guest clusters, even with the previous version of Hyper-V. As might be expected, however, there is a laundry list of requirements that must be met in order for a guest cluster to be supported. One of the big requirements was previously that guest cluster nodes (VMs that are acting as cluster nodes) must be connected to shared storage by way of an iscsi connection or a Fibre Channel connection. This is where the shared VHD feature comes into play. Rather than requiring guest cluster nodes to establish connectivity to shared storage by way of iscsi or Fibre Channel, the guest cluster can make use of commodity storage in the form of a shared VHDX file. In order to do so, the VHDX file must be stored on a cluster shared volume. The use of a shared virtual hard disk does not impact the live migration process so long as any hosts to which the VM could potentially be migrated have the ability to retain connectivity to the shared VHD file. However, storage live migration (the ability to move VM storage while the VM is running) is impacted. If you want to perform storage live migration of a shared VHD, you must take one of the guest cluster nodes offline. The Hyper-V Virtual Switch In Windows Server 2012 R2, Microsoft has done quite a bit of work with regard to the Hyper-V Virtual Switch. Microsoft has improved virtual switch performance through the use of receive side scaling. This technology distributes the network processing load across multiple CPU cores so as to allow a higher overall throughput to be achieved. 12

13 Microsoft has also sought to improve performance through the dynamic load balancing of network traffic. Windows Server 2012 introduced software level NIC teaming, but did not perform any sort of load distribution across the NICs within the team. This has changed in Windows Server 2012 R2, where a dynamic load balancing mechanism moves traffic streams from NIC to NIC within the NIC team in order to achieve the highest possible throughput. Microsoft is also now allowing port ACLs to be configured at the virtual switch. This is great news for those who operate multi-tenant environments because it means that network security policies do not have to be managed at the VM level. Failover clustering enhancements When it comes to failover clustering in Windows Server 2012 R2, it is the new shared virtual hard disk feature that has been getting all of the attention. Even so, Microsoft has been quietly making a number of other improvements to failover clustering. Most of these improvements are minor, but useful. For example, Microsoft has improved the cluster node health detection mechanism and they have implemented an automatic VM drain on shut down feature that allows VMs to be automatically live migrated when a cluster node is shut down. Perhaps the most underrated improvement to failover clustering is the automatic tie breaker. Failover clusters are based on a majority node set model. This means that in order for the cluster to retain quorum (and remain functional) the majority of the cluster nodes must be online and accessible. Microsoft defines the majority as half plus one. For instance in a four node cluster, three nodes would be required to remain functional for the cluster to retain quorum. This model works well for on premise clusters, but it doesn t work so well for multi-site clusters. In a WAN link failure were to occur then each site is under the impression that all of the nodes in the other site are offline. If neither site contains the majority of the cluster nodes (and all of those nodes are functioning), the cluster will lose quorum. This problem is a bit of a catch-22, because placing the majority of the nodes into either site eliminates the possibility of a site level failover. The only viable solution thus far has been to put an equal number of nodes into each site and then use a tie breaker node (or a witness server) at a third site to make site level failovers possible. 13

14 In Windows Server 2012 R2, Microsoft has added a new tie breaker feature. Now instead of a third site being required, you can define a site that should take priority in the event of a 50/50 split, such as would occur in the event of a WAN failure. Enhanced session mode For administrators in SMB-class organizations, the new enhanced session mode might be one of the most welcome improvements to Hyper-V. If you are in the habit of managing Hyper-V through the Hyper-V Manager, then you know that your ability to interact with a VM is somewhat limited. Previously when you use the Hyper-V Manager to connect to a VM, keyboard and mouse inputs were sent to the VM and screen refreshes were sent back to the console. Beyond that your only options for interacting with the VM through the Hyper-V Manager were some limited file copy capabilities. If you needed to interact with a VM in a manner that was more similar to that of interacting with a physical server, then your best option was to establish a Remote Desktop Services session directly to the VM rather than using the Hyper-V Manager. Doing so generally provided a better experience, but it meant that the administrator had to take the time to enable remote administration of the VM, and it also meant that the VM had to be connected to an externally accessible virtual network. In Windows Server 2012 R2 with Hyper-V, Microsoft has provided an enhanced session mode that is more like what you would normally get if you connected directly to a VM using the Remote Desktop Services. Specifically, this means that there are a number of local resources that can be redirected when using the VM connection. Some of these resources include audio, printers, the clipboard, USB devices, smart cards, drives and even some supported plug and-play devices. Unfortunately, the enhanced session mode is not supported for use by every guest operating system. For the time being it will only be supported on Windows Server 2012 R2 and Windows 8.1. Not only does Microsoft allow for the redirection of certain devices, but there is also a new VM Direct Connect feature. In short, the VM Direct Connect feature allows administrators to establish a Remote Desktop connection to any running VM over the VM bus. While this might not initially sound like anything new, the connectivity method is implemented in such a way that an administrator can establish a connection even if the VM does not have an IP address that would normally be reachable. 14

15 Automatic VM activation Another very welcome improvement in Windows Server 2012 R2 with Hyper-V is automatic VM activation. Windows Server 2012 R2 Datacenter Edition is licensed to allow an unlimited number of Windows Server 2012 R2 VMs on each licensed host. Microsoft makes it possible to do so without having to manually manage guest machine product keys or activate VMs. Automatic VM activation requires the host server to be running Windows Server 2012 R2 Datacenter Edition. The guest operating systems that are supported for automatic activation include Windows Server 2012 R2 Datacenter, Standard and Essentials. To enable automatic activation, you must properly license and activate the host. After doing so, there is a simple command that must be run from an elevated command prompt. This command copies the Automatic VM Activation (AVMA) key to the VM and completes the activation. The command is: SLMGR /IPK <AVMA_Keys> As an alternative, the AVMA keys can also be added to an unattended setup file. The automatic activation feature is more than just a time saver. It is extremely useful in environments where there is no internet connectivity available. Previously, such environments required VMs to be activated by phone, which took several minutes for each VM. Cross-version live migration One of the major limitations that has always been inherent in Hyper-V is that if you wanted to use the live migration feature, then all migration targets had to be running the same version of the hypervisor. Microsoft is loosening this restriction with the release of Windows Server 2012 R2. For the first time ever, cross-version live migrations will be possible. Servers that are currently running Windows Server 2012 will be able to live migrate VMs to Windows Server 2012 R2 servers. This is the only form of cross-version live migration that will be possible. You will not be able to live migrate from Windows Server 2012 R2 to Windows Server 2012 or to any other legacy version of Windows. 15

16 Even though the cross-version live migration feature is unidirectional, it is still tremendously beneficial. The reason for this is that the cross-version live migration feature makes upgrading to Windows Server 2012 R2 relatively painless. Rather than having to go through extensive planning and a manual migration, organizations will be able to deploy Windows Server 2012 R2 computers at their leisure, and then simply live migrate their existing VMs to the new platform. Deduplication of running VMs With Windows Server 2012 R2, Microsoft is finally supporting deduplication for running VMs. Doing so has a couple of interesting benefits. First of all, deduplication can decrease the storage consumption for VMs. Most organizations try to achieve a degree of consistency across all of their VMs. For example, they might try to use a common guest operating system wherever possible or a common set of patches. This means that there tends to be a high degree of redundancy in virtual server environments, and much of this redundancy can be removed through deduplication. This tends to be especially true for VDI environments which may have hundreds of copies of identical virtual desktops. The end result is a significant storage space savings. More importantly, however, reducing the required storage footprint may mean that an organization is able to take advantage of higher-performance storage that would have been cost prohibitive had the data not been be deduplicated. For example, the VM storage footprint might be reduced to the point that the use of solid-state storage becomes affordable. Another benefit to deduplicating running VMs is that only a single copy of each storage block is stored. The side effect of this is that commonly used storage blocks can be cached, either to solid-state storage or to memory. This caching of frequently used storage blocks can result in a tremendous improvement in performance. 16

17 Non-virtualization-related features Although Microsoft has placed a very heavy emphasis on server virtualization in Windows Server 2012 R2, there are also a number of new or enhanced features that are not directly related to server virtualization. While these might not be classified as Hyper-V features, many impact the virtualization infrastructure in some way. Work folders Desktop versions of Windows have long had the ability to synchronize content for offline viewing. This allows users to work on various files while disconnected from a corporate network, and then have their changes automatically synchronized the next time that they connect. This ability still exists in Windows Server 2012 R2 and in Windows 8.1, but has been modernized. The file and folder synchronization capabilities and Windows Server 2012 R2 and Windows 8.1 are known as work folders. Work folders are designed to allow users to synchronize content across a variety of different devices. This in itself is new because previous versions of Windows generally assumed that the user would only be synchronizing content to a single device. More importantly however, work folders are tied into native Windows Server file services. This means that a file server can act as a centralized synchronization point, and can therefore take advantage of features such as failover clustering, which allows the feature to be made highly available. Furthermore, backend file server features help to prevent data leakage due to security breaches. For example, if a user were to compose a file on their laptop and then synchronize that file with the file server, Windows Server can be configured to analyze the contents of the file and classify the file accordingly. If the file is found to contain sensitive information, IRM policies can be applied to the file before re-synchronizing them back out to the endpoint devices. Desired State Configuration One of the big problems that large-scale environments have always faced is that of configuration drift. Such organizations usually use templates to ensure that VMs are initially configured according to the corporate security policies. Over time, however, configurations are often altered (perhaps in response to fixing some sort of problem). These configuration changes are what s known as configuration drift. Windows Server 2012 R2 provides a tool through PowerShell that can help to reduce the chances of configuration drift occurring. This new tool is called the Desired State Configuration (DSC) tool. 17

18 Because DSC tool is PowerShell based, it is going to take a little bit of getting used to, and there is quite a bit of work that has to occur up front in order to receive any benefit from the tool. The tool works by allowing an administrator to create a PowerShell file that defines the appropriate configuration for a particular class of server. For example, an administrator might be able to define the roles and features that should (and should not) be present on a file server. In addition there are other configuration details that can be defined, such as custom registry settings. Once the configuration file has been created, it can be used to create a MOF file, which can then be used to configure VMs. Where things really get interesting, however, is when you begin to look at the administrator s ability to configure both push and pull configurations. In other words, the PowerShell scripts can be used to help provision brand new machines. At the same time, however, it is also possible to have machines periodically check the configuration file, compare it to their own configuration, and then remediate any differences. This should go a long way toward helping to eliminate configuration drift. What might be even more beneficial, however, is that the DSC tool can be used to provide a centralized way of making wide scale changes. If for example an administrator decides to make a configuration change to all of the web servers in an organization, they would not have to change every machine manually. Instead, the PowerShell file could be updated to incorporate the change and then the individual machines created later check in, see the change, and apply that change. Storage tiering Windows Server 2012 introduced a number of improvements to storage. Perhaps the most notable of these improvements was the introduction of Windows storage pools. In case you are not familiar with Windows storage pools, they are a mechanism for abstracting physical storage. Storage pools are really nothing more than a collection of physical disks. VHDs can be created on top of the storage pool and used by the operating system. The New Virtual Hard Disk Wizard even allows for the creation of mirrored or parity storage within the storage pool. 18

19 All of these capabilities existed in Windows Server Windows Server 2012 R2 adds the concept of storage tiers. If you look at Figure G, you can see that Windows Server 2012 R2 differentiates between mechanical storage and solid-state storage within the storage pool. When a VHD is created, it can be tiered in a way that allows the most frequently used storage blocks to be cached on solid-state storage while mechanical storage is used for everything else. The actual caching process is completely dynamic and happens behind the scenes. Figure G. Windows Server 2012 R2 differentiates between mechanical storage and solid state storage. 19

20 As you can see in Figure I, storage tiers can be enabled on a per-vhd basis. Furthermore, administrators can control the size of the high-speed storage tier, so as to avoid exhausting the server s available solid-state storage. Figure I. Storage tiers are defined on a per virtual hard disk basis. Storage pinning One aspect of tiered storage that has not received a lot of attention is the ability to pin a file directly to the high-speed storage tier. This is beneficial if there are certain files to get used on a frequent basis. Suppose for instance that you were using tiered storage for VDI. VDI environments sometimes make use of a master VM image, and a number of differencing disks. You could place the master VM image directly onto the fast storage tier, and then place the individual differencing disks on a slower tier. Write-back cache Tiered storage can also be used to implement a form of write-back caching. Normally, Hyper-V does not support caching data that needs to be written to disk. All write operations are processed immediately rather than being cached to memory. However, Windows Server 2012 R2 makes it possible to cache write operations to solid-state storage. Solid-state storage is generally unsuitable for use as a primary data repository due to its limited size and high cost. However, it works really well as a cache because it does deliver a much higher IOPS rate than conventional storage does. Using solid-state storage as a write-back cache can greatly improve performance for Hyper-V. 20

Exchange DAG backup and design best practices

Exchange DAG backup and design best practices Exchange DAG backup and design best practices Brien M. Posey Modern Data Protection Built for Virtualization Database Availability Groups (DAGs) are the primary fault-tolerant mechanism used for protecting

More information

What s new in Hyper-V 2012 R2

What s new in Hyper-V 2012 R2 What s new in Hyper-V 2012 R2 Carsten Rachfahl MVP Virtual Machine Rachfahl IT-Solutions GmbH & Co KG www.hyper-v-server.de Thomas Maurer Cloud Architect & MVP itnetx gmbh www.thomasmaurer.ch Before Windows

More information

Part 1 - What s New in Hyper-V 2012 R2. Clive.Watson@Microsoft.com Datacenter Specialist

Part 1 - What s New in Hyper-V 2012 R2. Clive.Watson@Microsoft.com Datacenter Specialist Part 1 - What s New in Hyper-V 2012 R2 Clive.Watson@Microsoft.com Datacenter Specialist Microsoft Cloud OS Vision Public Cloud Azure Virtual Machines Windows Azure Pack 1 Consistent Platform Windows Azure

More information

Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning. Brien M. Posey

Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning. Brien M. Posey Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning Brien M. Posey Introduction There usually isn t anything overly complicated about backing up a physical datacenter. While it s true

More information

A review of BackupAssist within a Hyper-V Environment. By Brien Posey

A review of BackupAssist within a Hyper-V Environment. By Brien Posey A review of BackupAssist within a Hyper-V Environment By Brien Posey 2 Contents Introduction... 3 An Introduction to BackupAssist... 4 Testing Methodologies... 5 Test 1: Restore a Virtual Machine s Configuration...

More information

A review of BackupAssist within a Hyper-V Environment

A review of BackupAssist within a Hyper-V Environment A review of BackupAssist within a Hyper-V Environment By Brien Posey Contents Introduction... 2 An Introduction to BackupAssist... 3 Testing Methodologies... 4 Test 1: Restore a Virtual Machine s Configuration...

More information

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas.

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas. 6422A - Implementing and Managing Windows Server 2008 Hyper-V Course Number: 6422A Course Length: 3 Days Course Overview This three-day instructor-led course teaches students how to implement and manage

More information

Veeam 74-409 Study Webinar Server Virtualization with Windows Server Hyper-V and System Center. Orin Thomas @orinthomas

Veeam 74-409 Study Webinar Server Virtualization with Windows Server Hyper-V and System Center. Orin Thomas @orinthomas Veeam 74-409 Study Webinar Server Virtualization with Windows Server Hyper-V and System Center Orin Thomas @orinthomas http://hyperv.veeam.com/ study-guide-microsoft-certification-exam-74-409-server-virtualization-windows-server-hyper-v-system-center-4202/

More information

Windows Server 2012 R2 Hyper-V: Designing for the Real World

Windows Server 2012 R2 Hyper-V: Designing for the Real World Windows Server 2012 R2 Hyper-V: Designing for the Real World Steve Evans @scevans www.loudsteve.com Nick Hawkins @nhawkins www.nickahawkins.com Is Hyper-V for real? Microsoft Fan Boys Reality VMware Hyper-V

More information

Microsoft Certification Exam 74-409: Server Virtualization with Windows Server Hyper-V and System Center. Study Guide by Orin Thomas

Microsoft Certification Exam 74-409: Server Virtualization with Windows Server Hyper-V and System Center. Study Guide by Orin Thomas Microsoft Certification Exam 74-409: Server Virtualization with Windows Server Hyper-V and System Center Study Guide by Orin Thomas Contents Chapter 1: Virtual Machine Settings.... 7 Configure dynamic

More information

Handling Hyper-V. In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2

Handling Hyper-V. In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2 White Paper Handling Hyper-V In this series of articles, learn how to manage Hyper-V, from ensuring high availability to upgrading to Windows Server 2012 R2 White Paper How to Make Hyper-V Virtual Machines

More information

Cool New Hyper-V Features in Windows Server 2012 R2. Aidan Finn

Cool New Hyper-V Features in Windows Server 2012 R2. Aidan Finn Cool New Hyper-V Features in Windows Server 2012 R2 Aidan Finn About Aidan Finn Technical Sales Lead at MicroWarehouse (Dublin) Working in IT since 1996 MVP (Virtual Machine) Experienced with Windows Server/Desktop,

More information

Expert. Briefing. \\\\ Best Practices for Managing Storage with Hyper-V

Expert. Briefing. \\\\ Best Practices for Managing Storage with Hyper-V \\\\ Best Practices for Managing Storage with Hyper-V Learn how storage functionality changes with the newest Hyper-V release and how it differs from VMware. Get details on specific Hyper-V features including

More information

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V

Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN Updated: May 19, 2015 Contents Introduction... 1 Cloud Integration... 1 OpenStack Support... 1 Expanded

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

Virtualizing your Datacenter

Virtualizing your Datacenter Virtualizing your Datacenter with Windows Server 2012 R2 & System Center 2012 R2 Part 2 Hands-On Lab Step-by-Step Guide For the VMs the following credentials: Username: Contoso\Administrator Password:

More information

The VMware Administrator s Guide to Hyper-V in Windows Server 2012. Brien Posey Microsoft MVMP @Veeam

The VMware Administrator s Guide to Hyper-V in Windows Server 2012. Brien Posey Microsoft MVMP @Veeam The VMware Administrator s Guide to Hyper-V in Windows Server 2012 Brien Posey Microsoft MVMP @Veeam About today s webinar Thought leadership content from an industry expert This webinar is recorded and

More information

70-417: Upgrading Your Skills to MCSA Windows Server 2012

70-417: Upgrading Your Skills to MCSA Windows Server 2012 70-417: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course prepares students to demonstrate your real-world knowledge of Windows Server 2012 core infrastructure services. Exam

More information

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk Poster Companion Reference: Hyper-V Virtual Machine Mobility Live Migration Without Shared Storage Storage Migration Live Migration with SMB Shared Storage Live Migration with Failover Clusters Copyright

More information

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) www.peaklearningllc.com 6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) Introduction This three-day instructor-led course teaches students how to implement and manage Windows Server

More information

Implementing and Managing Windows Server 2008 Hyper-V

Implementing and Managing Windows Server 2008 Hyper-V Course 6422A: Implementing and Managing Windows Server 2008 Hyper-V Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Windows Server 2008 Type: Course Delivery Method:

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 74-409 Title : Server Virtualization with Windows Server Hyper-V and System Center Version : Demo 1 / 11 1.You administer a Windows Server

More information

Windows Server 2012 授 權 說 明

Windows Server 2012 授 權 說 明 Windows Server 2012 授 權 說 明 PROCESSOR + CAL HA 功 能 相 同 的 記 憶 體 及 處 理 器 容 量 虛 擬 化 Windows Server 2008 R2 Datacenter Price: NTD173,720 (2 CPU) Packaging All features Unlimited virtual instances Per processor

More information

Hyper-V: Microsoft s

Hyper-V: Microsoft s TechTarget Windows Media SearchWinIT.com SearchExchange.com SearchSQLServer.com SearchEnterpriseDesktop.com SearchWindowsServer.com SearchDomino.com LabMice.net Hyper-V: Microsoft s Approach to Server

More information

SharePoint 2013 on Windows Azure Infrastructure David Aiken & Dan Wesley Version 1.0

SharePoint 2013 on Windows Azure Infrastructure David Aiken & Dan Wesley Version 1.0 SharePoint 2013 on Windows Azure Infrastructure David Aiken & Dan Wesley Version 1.0 Overview With the Virtual Machine and Virtual Networking services of Windows Azure, it is now possible to deploy and

More information

Deployment Guide: Unidesk and Hyper- V

Deployment Guide: Unidesk and Hyper- V TECHNICAL WHITE PAPER Deployment Guide: Unidesk and Hyper- V This document provides a high level overview of Unidesk 3.x and Remote Desktop Services. It covers how Unidesk works, an architectural overview

More information

Capacity planning with Microsoft System Center

Capacity planning with Microsoft System Center Capacity planning with Microsoft System Center Mike Resseler Veeam Product Strategy Specialist, MVP, Microsoft Certified IT Professional, MCSA, MCTS, MCP Modern Data Protection Built for Virtualization

More information

WINDOWS AZURE EXECUTION MODELS

WINDOWS AZURE EXECUTION MODELS WINDOWS AZURE EXECUTION MODELS Windows Azure provides three different execution models for running applications: Virtual Machines, Web Sites, and Cloud Services. Each one provides a different set of services,

More information

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V

Windows Server 2008 R2 Hyper-V Server and Windows Server 8 Beta Hyper-V Features Comparison: Hyper-V Server and Hyper-V February 2012 The information contained in this document relates to a pre-release product which may be substantially modified before it is commercially released.

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 Michael Faden Partner Technology Advisor Microsoft Schweiz 1 Beyond Virtualization virtualization The power of many servers, the simplicity of one Every app,

More information

MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012

MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012 www.etidaho.com (208) 327-0768 MS-55021 - Configuring and Administering Hyper-V in Windows Server 2012 3 Days Course Description Overview: This three-day instructor-led course provides students with the

More information

CA ARCserve Family r15

CA ARCserve Family r15 CA ARCserve Family r15 Rami Nasser EMEA Principal Consultant, Technical Sales Rami.Nasser@ca.com The ARCserve Family More than Backup The only solution that: Gives customers control over their changing

More information

Increasing performance and lowering the cost of storage for VDI With Virsto, Citrix, and Microsoft

Increasing performance and lowering the cost of storage for VDI With Virsto, Citrix, and Microsoft Increasing performance and lowering the cost of storage for VDI With Virsto, Citrix, and Microsoft 2010 Virsto www.virsto.com Virsto: Improving VDI with Citrix and Microsoft Virsto Software, developer

More information

Windows Server 2012 Hyper-V Installation and Configuration Guide

Windows Server 2012 Hyper-V Installation and Configuration Guide Brochure More information from http://www.researchandmarkets.com/reports/2329484/ Windows Server 2012 Hyper-V Installation and Configuration Guide Description: Go-to guide for using Microsoft's updated

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

Virtual desktops made easy

Virtual desktops made easy Product test: DataCore Virtual Desktop Server 2.0 Virtual desktops made easy Dr. Götz Güttich The Virtual Desktop Server 2.0 allows administrators to launch and maintain virtual desktops with relatively

More information

How To Get A Storage And Data Protection Solution For Virtualization

How To Get A Storage And Data Protection Solution For Virtualization Smart Storage and Modern Data Protection Built for Virtualization Dot Hill Storage Arrays and Veeam Backup & Replication Software offer the winning combination. Veeam and Dot Hill Solutions Introduction

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide April, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering

Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering Architectural Guidance July 2009 The information contained in this document represents the current view of Microsoft Corporation

More information

Live Migration. Aidan Finn

Live Migration. Aidan Finn Live Migration Aidan Finn About Aidan Finn Technical Sales Lead at MicroWarehouse (Dublin) Working in IT since 1996 MVP (Virtual Machine) Experienced with Windows Server/Desktop, System Center, virtualisation,

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

Top 5 reasons to virtualize Exchange

Top 5 reasons to virtualize Exchange Top 5 reasons to virtualize Exchange Siegfried Jagott Modern Data Protection Built for Virtualization Introduction This white paper presents the top five reasons to virtualize Microsoft Exchange Server

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Windows Server 2012 Hyper-V Training

Windows Server 2012 Hyper-V Training Course Details: Windows Server 2012 Hyper-V Training Chapter 1: Installing and Configuring the Hyper-V Server Role Verifying Hyper-V requirements Installing Hyper-V Determining the Configuration Settings

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course 20409 : Server Virtualization with Windows Server Hyper-V and System Center Page 1 of 8 Server Virtualization with Windows Server Hyper-V and System Center Course 20409: 4 days; Instructor-Led Introduction

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

Desktop Virtualization. The back-end

Desktop Virtualization. The back-end Desktop Virtualization The back-end Will desktop virtualization really fit every user? Cost? Scalability? User Experience? Beyond VDI with FlexCast Mobile users Guest workers Office workers Remote workers

More information

Exam 70-410: Installing and Configuring Windows Server 2012

Exam 70-410: Installing and Configuring Windows Server 2012 Exam 70-410: Installing and Configuring Windows Server 2012 Course Overview This course is part one, of a series of three courses, which validate the skills and knowledge necessary to implement a core

More information

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010

More information

GoGrid Implement.com Configuring a SQL Server 2012 AlwaysOn Cluster

GoGrid Implement.com Configuring a SQL Server 2012 AlwaysOn Cluster GoGrid Implement.com Configuring a SQL Server 2012 AlwaysOn Cluster Overview This documents the SQL Server 2012 Disaster Recovery design and deployment, calling out best practices and concerns from the

More information

Deploying and Optimizing SQL Server for Virtual Machines

Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Much has been written over the years regarding best practices for deploying Microsoft SQL

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

Hyper-V 3.0 - Enterprise Ready! Presented by Luther Allin

Hyper-V 3.0 - Enterprise Ready! Presented by Luther Allin Hyper-V 3.0 - Enterprise Ready! Presented by Luther Allin Presenter: Luther Allin IT Manager, Miller & Martin PLLC Thank you for being here today August 1, 2014 Outline for Our Session Miller & Martin

More information

Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters

Quorum DR Report. Top 4 Types of Disasters: 55% Hardware Failure 22% Human Error 18% Software Failure 5% Natural Disasters SAP High Availability in virtualized environments running on Windows Server 2012 Hyper-V Part 1: Overview Introduction Almost everyone is talking about virtualization and cloud computing these days. This

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 70-693 Title : Windows Server 2008R2, Virtualization Administrator Version : Demo 1 / 6 1.You have a Windows Server 2008 R2 Hyper-V failover

More information

Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide

Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide WHITE Deployment PAPERGuide Business Process Desktop: Acronis backup & Recovery 11.5 Deployment Guide An Acronis White Paper Copyright Acronis, Inc., 2000 2011 Deployment Guide Table of contents About

More information

Real World Considerations for Implementing Desktop Virtualization

Real World Considerations for Implementing Desktop Virtualization Real World Considerations for Implementing Desktop Virtualization The Essentials Series sponsored by Intro duction to Desktop Virtualization for the IT Pro... 1 What Is Desktop Virtualization?... 2 VDI

More information

HP + Veeam: Fast VMware Recovery from SAN Snapshots

HP + Veeam: Fast VMware Recovery from SAN Snapshots HP + Veeam: Fast VMware Recovery from SAN Snapshots Luca Dell Oca This tech brief was compiled from a series of articles written by virtualization consultant and architect Luca Dell Oca, a specialist in

More information

High Availability with Windows Server 2012 Release Candidate

High Availability with Windows Server 2012 Release Candidate High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions

More information

9/26/2011. What is Virtualization? What are the different types of virtualization.

9/26/2011. What is Virtualization? What are the different types of virtualization. CSE 501 Monday, September 26, 2011 Kevin Cleary kpcleary@buffalo.edu What is Virtualization? What are the different types of virtualization. Practical Uses Popular virtualization products Demo Question,

More information

June 2009. Blade.org 2009 ALL RIGHTS RESERVED

June 2009. Blade.org 2009 ALL RIGHTS RESERVED Contributions for this vendor neutral technology paper have been provided by Blade.org members including NetApp, BLADE Network Technologies, and Double-Take Software. June 2009 Blade.org 2009 ALL RIGHTS

More information

Why ClearCube Technology for VDI?

Why ClearCube Technology for VDI? Why ClearCube Technology for VDI? January 2014 2014 ClearCube Technology, Inc. All Rights Reserved 1 Why ClearCube for VDI? There are many VDI platforms to choose from. Some have evolved inefficiently

More information

XenDesktop 4 Product Review

XenDesktop 4 Product Review XenDesktop 4 Product Review Virtual Desktop software is technology that is designed to run a desktop operating system, on a virtual cluster while attempting to provide the same user experience as a physical

More information

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites Course Syllabus Implementing and Managing Windows Server 2008 Hyper-V Key Data Product #: 3961 Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how

More information

Part 1: Windows Server 2012 R2. Clive.watson@Microsoft.com Datacenter Specialist

Part 1: Windows Server 2012 R2. Clive.watson@Microsoft.com Datacenter Specialist Part 1: Windows Server 2012 R2 Clive.watson@Microsoft.com Datacenter Specialist Agenda Trends Windows Server: At the heart of the Cloud OS Customer challenges and opportunities Windows Server 2012 R2 capability

More information

Windows Server Performance Monitoring

Windows Server Performance Monitoring Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly

More information

Real-time Protection for Hyper-V

Real-time Protection for Hyper-V 1-888-674-9495 www.doubletake.com Real-time Protection for Hyper-V Real-Time Protection for Hyper-V Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate

More information

CMB 207 1I Citrix XenApp and XenDesktop Fast Track

CMB 207 1I Citrix XenApp and XenDesktop Fast Track CMB 207 1I Citrix XenApp and XenDesktop Fast Track This fast paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications in the datacenter

More information

Exchange Data Protection: To the DAG and Beyond. Whitepaper by Brien Posey

Exchange Data Protection: To the DAG and Beyond. Whitepaper by Brien Posey Exchange Data Protection: To the DAG and Beyond Whitepaper by Brien Posey Exchange is Mission Critical Ask a network administrator to name their most mission critical applications and Exchange Server is

More information

Windows Server 2012 R2 Licensing Datasheet

Windows Server 2012 R2 Licensing Datasheet Windows Server 2012 R2 Licensing Datasheet Product overview Windows Server 2012 R2 captures Microsoft s experience of delivering global-scale cloud services to provide an enterprise-class server and cloud

More information

EXAM - 70-410. Installing and Configuring Windows Server 2012. Buy Full Product. http://www.examskey.com/70-410.html

EXAM - 70-410. Installing and Configuring Windows Server 2012. Buy Full Product. http://www.examskey.com/70-410.html Microsoft EXAM - 70-410 Installing and Configuring Windows Server 2012 Buy Full Product http://www.examskey.com/70-410.html Examskey Microsoft 70-410 exam demo product is here for you to test the quality

More information

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9

Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9 Veeam Summer School Availability for the modern datacentre Veeam Availability Suite v8 & Sneakpreview v9 Jan van Leuken System Engineer Benelux, Veeam Software jan.vanleuken@veeam.com +31 (0)615 83 50

More information

Veeam ONE What s New in v9?

Veeam ONE What s New in v9? Veeam ONE What s New in v9? Veeam ONE is a powerful monitoring, reporting and capacity planning tool for the Veeam backup infrastructure, VMware vsphere and Microsoft Hyper-V. It helps enable Availability

More information

Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S

Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S HP Education Services course data sheet Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S Course Overview Obtain the skills you need to deploy and manage a Microsoft Server

More information

SQL Server Virtualization

SQL Server Virtualization The Essential Guide to SQL Server Virtualization S p o n s o r e d b y Virtualization in the Enterprise Today most organizations understand the importance of implementing virtualization. Virtualization

More information

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture Dell Compellent Product Specialist Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware vsphere 5

Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware vsphere 5 Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware Published: April 2012 2012 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and

More information

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and

More information

SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE

SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE VSPEX IMPLEMENTATION GUIDE SILVER PEAK ACCELERATION WITH EMC VSPEX PRIVATE CLOUD WITH RECOVERPOINT FOR VMWARE VSPHERE Silver Peak Abstract This Implementation Guide describes the deployment of Silver Peak

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Availability for your modern datacenter

Availability for your modern datacenter Availability for your modern datacenter - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable Veeam Availability protection for the Always-On Business

More information

Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now Greg Shields

Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now Greg Shields Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now Greg Shields Microsoft MVP and VMware vexpert September, 2012 may be the release date for Windows Server 2012, but odds are good that your

More information

Citrix Desktop Virtualization Fast Track

Citrix Desktop Virtualization Fast Track Citrix Desktop Virtualization Fast Track Description: Days: 5 Prerequisites: This fast-paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

More information

CompTIA Cloud+ 9318; 5 Days, Instructor-led

CompTIA Cloud+ 9318; 5 Days, Instructor-led CompTIA Cloud+ 9318; 5 Days, Instructor-led Course Description The CompTIA Cloud+ certification validates the knowledge and best practices required of IT practitioners working in cloud computing environments,

More information

Zerto Virtual Manager Administration Guide

Zerto Virtual Manager Administration Guide Zerto Virtual Manager Administration Guide AWS Environment ZVR-ADVA-4.0U2-01-23-07-15 Copyright 2015, Zerto Ltd. All rights reserved. Information in this document is subject to change without notice and

More information

HyperQ Storage Tiering White Paper

HyperQ Storage Tiering White Paper HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

More information

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend:

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend: CompTIA Cloud+ Length: 5 Days Who Should Attend: Project manager, cloud computing services Cloud engineer Manager, data center SAN Business analyst, cloud computing Summary: The CompTIA Cloud+ certification

More information

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Table of Contents About this Document.... 3 Introduction... 4 Baseline Existing Desktop Environment... 4 Estimate VDI Hardware Needed.... 5

More information

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Course 10215A: Implementing and Managing Microsoft Server Virtualization Course Details Course Outline Module 1: Evaluating and Planning for Virtualization Describe virtualization as it relates to server,

More information

Optimize VMware and Hyper-V Protection with HP and Veeam

Optimize VMware and Hyper-V Protection with HP and Veeam Optimize VMware and Hyper-V Protection with HP and Veeam John DeFrees, Global Alliance Solution Architect, Veeam Markus Berber, HP LeftHand P4000 Product Marketing Manager, HP Key takeaways from today

More information

The power of many servers, the simplicity of one Efficiently manage infrastructure while maximizing uptime and minimizing failures and downtime Beyond virtualization Scale and secure workloads, cost-effectively

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

More information

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Table of Contents Introduction.......................................3 Benefits of VDI.....................................4

More information

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation Top Ten Questions to Ask Your Primary Storage Provider About Their Data Efficiency May 2014 Copyright 2014 Permabit Technology Corporation Introduction The value of data efficiency technologies, namely

More information