Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Jose Barreto Principal Program Manager Microsoft Corporation

Size: px
Start display at page:

Download "Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Jose Barreto Principal Program Manager Microsoft Corporation"

Transcription

1 Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Jose Barreto Principal Program Manager Microsoft Corporation

2 Understanding Hyper-V over SMB 3.0 Through Specific Test Cases Abstract In Windows Server 2012, the new Hyper-V over SMB scenario was introduced, supporting the storage of live VMs on a file share using the SMB 3.0 protocol. In this session, we ll take look closer at this scenario by describing specific test cases you can try yourself with either Windows Server 2012 File Servers or third party implementations of SMB 3.0. These include: Configuring the File Server (Nonclustered, Classic Cluster or Scale-Out Cluster) and the Hyper-V hosts (Nonclustered or clustered). Failing one of multiple NICs while VM is running. Live Migrating and Storage Migrating VMs on an SMB share (in a cluster or Nonclustered). Saving, resuming and snapshotting a VM on an SMB share. Creating a Hyper-V Replica of a VM on an SMB share. Performing planned and unplanned failover of both the File Server cluster nodes and the Hyper-V cluster nodes or File server cluster nodes. Backing up VM using VSS for SMB File Shares. Learning Objectives Describe the main scenarios for configuration of file server clusters and Hyper-V clusters using SMB file shares. Understand the different types of Hyper-V Live Migration and Storage Migration related to SMB file shares. Outline the different types of planned and unplanned failover cases for Hyper-V over SMB and how to provide continuously available SMB storage. 2

3 Agenda 1) Scenario Overview Hyper-V over SMB Components of the test setup 2) Server Configuration Nonclustered File Server Classic File Server Cluster Scale-Out File Server Cluster Nonclustered Hyper-V Hyper-V Cluster 3) Resource Configuration SMB File Share SMB File Share (Scale-Out Cluster) VM on an SMB Share 4) Hyper-V Operations Save and Resume Hyper-V Snapshot Hyper-V Replica Host-based Backup 5) Storage Migration and Live Migration 6) Networking Storage migration from DAS to SMB Storage migration from SMB to SMB Planned Live migration within a cluster Unplanned Live migration within a cluster Live Migration between nonclustered hosts Live+Storage migration from DAS to SMB Live+Storage migration from SMB to SMB Performance with 1 NIC Performance with 2 NICs Performance with 1 RDMA NIC Performance with 2 RDMA NICs Surviving the loss of 1 of 2 NICs 7) Transparent Failover Planned move (Classic File Server Cluster) Planned move (Scale-Out File Server Cluster) Unplanned move 3

4 Hyper-V over SMB File Storage for Virtualization What is it? Store Hyper-V files in shares over the SMB 3.0 protocol (include VM configuration, VHD files, snapshots) Works with both standalone and clustered servers (file storage used as cluster shared storage) SQL Server SQL Server SQL Server Highlights Increases flexibility Eases provisioning, management and migration Leverages converged network Reduces CapEx and OpEx IIS VDI Desktop Hyper-V IIS VDI Desktop Hyper-V IIS VDI Desktop Hyper-V Supporting Features SMB Transparent Failover Continuous availability SMB Scale-Out Active/Active file server clusters SMB Direct (SMB over RDMA) - Low latency, low CPU use SMB Multichannel Network throughput and failover SMB Encryption Security VSS for SMB File Shares Backup and restore SMB PowerShell Manageability File Server Shared Storage File Server

5 Components of the test setup Dom is the name of the Active Directory Domain Dom\HVAdmin is the user that will manage Hyper-V hosts and VMs DC1 DC, DNS HV1 and HV2 are Hyper-V hosts or Hyper-V cluster nodes HVC is the name of the Hyper-V cluster itself (the Hyper-V cluster name object) FS1 and FS2 are File Servers or File Server cluster nodes RDMA1 FSC, File Server Cluster FS1 File Server FS2 File Server FST FSO NIC 1 FSC is the name of the File Server Cluster (the File Server cluster name object) FST is a File Server cluster for general use (also known as File Server cluster) FSO is a File Server cluster for scaleout application data (Scale-out File Server) RDMA2 HV1 Hyper-V Host HV2 Hyper-V Host HVC, Hyper-V Cluster NIC 2

6 Components of the test setup 6

7 2) Server Configuration Nonclustered File Server Classic File Server Cluster Scale-Out File Server Cluster Nonclustered Hyper-V Hyper-V Cluster 7

8 Configure a Nonclustered File Server Install Windows Server 2012 Add the File and Storage Services role Install-WindowsFeature File-Services, FS-FileServer Configure the network interfaces. If using SMB Multichannel, make sure two NICs of the same type and speed are configured Get-NetAdapter Get-SmbServerNetworkInterface 8

9 Configure a Classic File Server Cluster Install Windows Server 2012 on two servers. Add the File and Storage Services role and the Failover Clustering feature to both of them. Install-WindowsFeature File-Services, FS-FileServer, Failover-Clustering Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature Configure the network interfaces. If using SMB Multichannel, make sure two NICs of the same type and speed are configured on different subnets. Get-NetAdapter Get-SmbServerNetworkInterface Form a Windows Failover Cluster using the two servers. New-Cluster Name FSC -Node FS1, FS2 Create a File Server Cluster to host the continuously available SMB 2.2 file share. Add-ClusterFileServerRole -Name FST -Storage Cluster Disk 1 StaticAddress /24, /24 9

10 Configure a Scale-Out File Server Cluster Install Windows Server 2012 on two servers Add the File and Storage Services role and the Failover Clustering feature to both of them Install-WindowsFeature File-Services, FS-FileServer, Failover-Clustering Install-WindowsFeature RSAT-Clustering -IncludeAllSubFeature Configure the network interfaces. If using SMB Multichannel, make sure two NICs of the same type and speed are configured on different subnets. Get-NetAdapter Get-SmbServerNetworkInterface Form a Windows Failover Cluster using the two servers. New-Cluster Name FSC -Node FS1, FS2 Create a Scale-Out File Server Cluster to host the continuously available SMB 2.2 file share. Add-ClusterSharedVolume Cluster Disk 2 Add-ClusterScaleOutFileServerRole -Name FSO 10

11 Configure a nonclustered Hyper-V host Install Windows Server 2012 Add the Hyper-V role and tools Install-WindowsFeature Hyper-V, Hyper-V-PowerShell, Hyper-V-Tools Configure the network interfaces. If using SMB Multichannel, make sure two NICs of the same type and speed are configured that are not connected to a VMSwitch Get-NetAdapter Get-SmbClientNetworkInterface 11

12 Configure a Hyper-V Cluster with a File Share Witness Configure two Hyper-V hosts as previously described Add the Failover Clustering role and tools on all Hyper-V hosts Install-WindowsFeature Hyper-V, Hyper-V-PowerShell, Hyper-V-Tools On Hyper-V node, Create Hyper-V Failover Cluster New-Cluster Name FST2-HVC -Node FST2-HV1, FST2-HV2 On File Server, Create Folder and File Share for File Share Witness MD C:\ClusterStorage\Volume1\Witness New-SmbShare -Name Witness -Path C:\ClusterStorage\Volume1\Witness -FullAccess FST2.Test\Administrator, FST2.Test\FST2-HVC$ (Get-SmbShare Witness).PresetPathAcl Set-Acl On Hyper-V node, Configure FST2-HVC Cluster with a File Share Witness Set-ClusterQuorum -NodeAndFileShareMajority \\FST2-SO\Witness 12

13 3) Resource Configuration SMB File Share SMB File Share (Scale-Out Cluster) VM on an SMB Share 13

14 Configuring an SMB file share for Hyper-V (Nonclustered or Classic Cluster) Create a folder for storing VM data MD X:\VMS Create an SMB file share with the required permissions New-SmbShare -Name VMS -Path X:\VMS FullAccess Dom\HVAdmin, Dom\HV1$, Dom\HV2$, Dom\HVC$ Set the required file system permissions using the share permissions (Get-SmbShare Name VMS).PresetPathAcl Set-Acl 14

15 Configuring an SMB file share for Hyper-V (Scale-Out File Server Cluster) Create a folder for storing VM data MD C:\ClusterStorage\Volume1\VMS Create an SMB file share with the required permissions New-SmbShare -Name VMS -Path C:\ClusterStorage\Volume1\VMS -FullAccess Dom\HVAdmin, Dom\HV1$, Dom\HV2$, Dom\HVC$ Set the required file system permissions using the share permissions (Get-SmbShare Name VMS).PresetPathAcl Set-Acl 15

16 Creating a new VM on an SMB Share Create a VHDX file on an SMB file share New-VHD -Path \\FST\VMS\VM1.VHDX -Fixed -SizeBytes 20GB Create a VM using the file share New-VM -Path \\FST\VMS -Name VM1 -VHDPath \\FST\VMS\VM1.VHDX -SwitchName External -Memory 1GB Start the VM Start-VM VM1 Verify that the connection is established with the right version of the protocol (dialect) Get-SmbConnection Verify that SMB Multichannel is properly using multiple paths Get-SmbMultichannelConnection Attach an ISO file with the Windows Server 2012 image Set-VMDvdDrive VM1 -Path \\FST\Library\WS2012.ISO Install any guest OS 16

17 4) Hyper-V Operations Save and Resume Hyper-V Snapshot Hyper-V Replica Host-based Backup 17

18 Save and Resume a VM on an SMB share Confirm there is a VM running using an SMB file share Save the VM Save-VM VM1 Confirm the VM is saved Get-VM Resume the VM Start-VM VM1 Confirm the VM is restored 18

19 Create a Hyper-V Snapshot for a VM on an SMB share Confirm there is a VM running using an SMB file share with no snapshots Get-VMSnapshot VM1 Create a VM snapshot CheckPoint-VM VM1 Confirm the VM is snapshotted Get-VMSnapshot VM1 Remove the VM snapshot Remove-VMSnapshot VM1 Confirm the VM has no snapshots Get-VMSnapShot VM1 19

20 Create a Hyper-V Replica of a VM on an SMB share Make sure HV1 and HV2 are two unclustered Hyper-V hosts Configure HV2 as the replica Server Set-VMReplicationServer ReplicationEnabled $true ReplicationAllowedFromAnyServer $true DefaultStorageLocation \\FSO\VMS AuthType Integrated IntegratedAuthenticationPort 80 New-NetFirewallRule -Name AllowPort1 -DisplayName AllowPort1 -Direction Inbound -Action Allow -Protocol TCP -LocalPort 80 Confirm there is a VM running on HV1 using \\FST\VMS Get-VM VM1 FT Name, Path, ReplicationState Create a Hyper-V Replica of the VM on HV2 Set-VMReplication VM1 ReplicaServerName HV2 ReplicaServerPort 80 AuthenticationType Integrated Start-VMInitialReplication VM1 Confirm the VM is replicating Get-VM VM1 FT Name, Path, ReplicationState Get-VMReplication VM1 20

21 Host-based backup of a VM using VSS for SMB File Shares Confirm there is a VM running using an SMB file share Confirm with VSS that the provider for SMB file shares and the writer for Hyper-V are available VSSADMIN.EXE List Providers VSSADMIN.EXE List Writers Create a VSS backup from the Hyper-V host using a VSS Requester DISKSHADOW.EXE Set Context Persistent Begin Backup Add Volume \\FST\VMS Create End Backup 21

22 5) Storage Migration and Live Migration Storage migration from DAS to SMB Storage migration from SMB to SMB Planned Live migration within a cluster Unplanned Live migration within a cluster Live Migration between nonclustered hosts Live+Storage migration from DAS to SMB Live+Storage migration from SMB to SMB 22

23 Storage Migration of VM from DAS to an SMB share Confirm there is a VM running using local storage Start a long-running file copy workload inside guest OS Live Storage Migrate the VM to an SMB file share Move-VMStorage VMName VM1 DestinationStoragePath \\FST\VMS Confirm there is a VM running using an SMB file share and the workload is not interrupted 23

24 Storage Migration of VM from one SMB share to another Confirm there is a VM running using one file share Start a long-running file copy workload inside guest OS Live Storage Migrate the VM to another file share Move-VMStorage VMName VM1 DestinationStoragePath \\FSO\VMS Confirm there is a VM running using the other file share and the workload is not interrupted 24

25 Planned Live Migration within a Hyper-V cluster using an SMB share Confirm there is a VM running in a cluster node using an SMB file share Get-ClusterGroup VM1 FT Name, OwnerNode, State Start a long-running file copy workload inside guest OS Live Migrate the VM to another node Move-ClusterVirtualMachineRole -Name VM1 -Node HV2 VmMigrationType Live Confirm there is a VM moved to another cluster node and the workload is not interrupted Get-ClusterGroup VM1 FT Name, OwnerNode, State 25

26 Unplanned failover of Hyper-V cluster using an SMB share Confirm there is a VM running in a cluster node using an SMB file share Get-ClusterGroup VM1 FT Name, OwnerNode, State Pull the power plug on the Hyper-V cluster node running the VM Confirm that the VM moved to another cluster node Get-ClusterGroup VM1 FT Name, OwnerNode, State 26

27 Planned Live Migration between unclustered Hyper-V hosts using an SMB share Confirm there is a VM running (on HV1) Start a long-running file copy workload inside guest OS Live Migrate the VM to HV2 Move-VM Name VM1 DestinationHost HV2 Confirm that the VM moved (on HV2) and the workload is not interrupted 27

28 Live Migration of VM on DAS with Storage Migration to an SMB share Confirm there is a VM running using local storage in HV1 Start a long-running file copy workload inside guest OS Live Virtual Machine Migrate the VM to HV2 and the storage to an SMB file share Move-VM Name VM1 -DestinationHost HV2 DestinationStoragePath \\FST\VMS Confirm there is a VM running in HV2 using the file share and the workload is not interrupted 28

29 Live Migration of VM on an SMB share with Storage Migration to another SMB share Confirm there is a VM running on HV1 using one file share in FST Start a long-running file copy workload inside guest OS Live Virtual Machine Migrate the VM to HV2 with VM's storage migrated to another file share Move-VM Name VM1 -DestinationHost HV2 DestinationStoragePath \\FSO\VMS Confirm there is a VM running in HV2 using the other file share and the workload is not interrupted 29

30 6) Networking Performance with 1 NIC Performance with 2 NICs Performance with 1 RDMA NIC Performance with 2 RDMA NICs Surviving the loss of 1 of 2 NICs 30

31 VM storage throughput using different NIC configurations Confirm there is a VM running using an SMB file share, using a single NIC, dual NIC, single RDMA NIC or dual RDMA NICs. Get-SmbMultichannelConnection Create load on the server for 10 minutes Confirm the throughput of the storage Use Performance Monitor inside the Guest OS (Physical Disk counters) Use Performance Monitor on the Host OS (SMB Client Shares counters) 31

32 Surviving the failure of one of multiple NICs while VM is running With a VM running, confirm that multiple paths are being used Get-VM VM1 Format-Table Name, Path, State Get-SmbConnection Get-SmbMultichannelConnection Start a long-running file copy workload inside guest OS Disable one of the network adapters being used by the connection Disable-NetAdapter InterfaceAlias Network1 After 30 seconds, verify that only the surviving network paths are being used, the VM is running and the workload is not interrupted Get-SmbMultichannelConnection Re-enable the network adapter Enable-NetAdapter InterfaceAlias Network1 After 30 seconds, verify that all the network paths are again being used, the VM is running and the workload is not interrupted Get-VM VM1 FT Name, State Get-SmbMultichannelConnection 32

33 7) Transparent Failover Planned move (Classic File Server Cluster) Planned move (Scale-Out File Server Cluster) Unplanned move 33

34 Planned move of File Share between clusters while VM is running (Classic File Server cluster) Confirm there is a VM running using an SMB file share (on the Hyper-V host) Move the file share between nodes (on the File Server cluster) Get-ClusterGroup FST FT Name, OwnerNode, State Move-ClusterGroup FST Get-ClusterGroup FST FT Name, OwnerNode, State Confirm there is a VM continues to run uninterrupted (on the Hyper-V host) 34

35 Move of Hyper-V host to another File Server cluster node while VM is running (Scale-Out File Server cluster) Confirm there is a VM running using an SMB file share (on the Hyper-V host) Move the file share between nodes (on the File Server cluster) Get-SmbSession Get-SmbWitnessClient FT ClientName, FileServerNodeName, State Move-SmbWitnessClient -ClientName HV1 -DestinationNode FS2 Get-SmbWitnessClient FT ClientName, FileServerNodeName, State Confirm there is a VM continues to run uninterrupted (on the Hyper-V host) 35

36 Unplanned failover of File Server node while VM is running Confirm there is a VM running using an SMB file share (on the Hyper-V host) Pull the power plug on the File Server cluster node currently in use Confirm there is a VM continues to run uninterrupted (on the Hyper-V host) 36

37 Review 1) Scenario Overview Hyper-V over SMB Components of the test setup 2) Server Configuration Nonclustered File Server Classic File Server Cluster Scale-Out File Server Cluster Nonclustered Hyper-V Hyper-V Cluster 3) Resource Configuration SMB File Share SMB File Share (Scale-Out Cluster) VM on an SMB Share 4) Hyper-V Operations Save and Resume Hyper-V Snapshot Hyper-V Replica Host-based Backup 5) Storage Migration and Live Migration 6) Networking Storage migration from DAS to SMB Storage migration from SMB to SMB Planned Live migration within a cluster Unplanned Live migration within a cluster Live Migration between nonclustered hosts Live+Storage migration from DAS to SMB Live+Storage migration from SMB to SMB Performance with 1 NIC Performance with 2 NICs Performance with 1 RDMA NIC Performance with 2 RDMA NICs Surviving the loss of 1 of 2 NICs 7) Transparent Failover Planned move (Classic File Server Cluster) Planned move (Scale-Out File Server Cluster) Unplanned move 37

38 Resources My blog: Blog post on Hyper-V over SMB test setup: Blog post on Hyper-V over SMB tests: Blog post on SMB3 resource reference: 38

39 Thanks! 39

Hyper-V over SMB: Remote File Storage Support in Windows Server 2012 Hyper-V. Jose Barreto Principal Program Manager Microsoft Corporation

Hyper-V over SMB: Remote File Storage Support in Windows Server 2012 Hyper-V. Jose Barreto Principal Program Manager Microsoft Corporation Hyper-V over SMB: Remote Storage Support in Windows Server 2012 Hyper-V Jose Barreto Principal Program Manager Microsoft Corporation Abstract In this session, we cover the Windows Server 2012 Hyper-V support

More information

Hyper-V over SMB Remote File Storage support in Windows Server 8 Hyper-V. Jose Barreto Principal Program Manager Microsoft Corporation

Hyper-V over SMB Remote File Storage support in Windows Server 8 Hyper-V. Jose Barreto Principal Program Manager Microsoft Corporation Hyper-V over SMB Remote File Storage support in Windows Server 8 Hyper-V Jose Barreto Principal Program Manager Microsoft Corporation Agenda Hyper-V over SMB - Overview How to set it up Configuration Options

More information

SMB Advanced Networking for Fault Tolerance and Performance. Jose Barreto Principal Program Managers Microsoft Corporation

SMB Advanced Networking for Fault Tolerance and Performance. Jose Barreto Principal Program Managers Microsoft Corporation SMB Advanced Networking for Fault Tolerance and Performance Jose Barreto Principal Program Managers Microsoft Corporation Agenda SMB Remote File Storage for Server Apps SMB Direct (SMB over RDMA) SMB Multichannel

More information

Windows Server 2012. RM Seminars spring 2013 - Windows Server 2012! (C) 2013 RM Education! 1! Agenda. Editions

Windows Server 2012. RM Seminars spring 2013 - Windows Server 2012! (C) 2013 RM Education! 1! Agenda. Editions Windows Server 2012 Andy McKay amckay@rm.com Agenda Server Manager Storage Spaces Data Deduplication VDI powered by RDS PowerShell 3.0 Hyper-V 3.0 SMB 3.0 Editions Datacenter Standard Essentials Foundation

More information

Microsoft IT Camp Hands-On Lab

Microsoft IT Camp Hands-On Lab Microsoft IT Camp Hands-On Lab Windows Server 2012: High Availability File Server Lab version: 1.0.0 Last updated: 7/19/2012 CONTENTS OVERVIEW... 3 Objectives 3 Prerequisites 3 LAB DEPLOYMENT... 4 LAB...

More information

High Throughput File Servers with SMB Direct, Using the 3 Flavors of RDMA network adapters

High Throughput File Servers with SMB Direct, Using the 3 Flavors of RDMA network adapters High Throughput File Servers with SMB Direct, Using the 3 Flavors of network adapters Jose Barreto Principal Program Manager Microsoft Corporation Abstract In Windows Server 2012, we introduce the SMB

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

Windows Server 2012 Scale-Out File Server for SQL Server 2012 - Step-by-step Installation

Windows Server 2012 Scale-Out File Server for SQL Server 2012 - Step-by-step Installation Windows Server 2012 Scale-Out File Server for SQL Server 2012 - Step-by-step Installation By Jose Barreto. Originally posted at http://smb3.info Contents 1. Introduction... 3 1.1. Overview... 3 1.2. Hardware...

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

Running Microsoft SQL Server 2012 on a Scale-Out File Server Cluster via SMB Direct Connection Solution Utilizing IBM System x Servers

Running Microsoft SQL Server 2012 on a Scale-Out File Server Cluster via SMB Direct Connection Solution Utilizing IBM System x Servers Highly Available Scale-Out File Server on IBM System x3650 M4 November 2012 Running Microsoft SQL Server 2012 on a Scale-Out File Server Cluster via SMB Direct Connection Solution Utilizing IBM System

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

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

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft SQL Server on Azure An e2e Overview Nosheen Syed Principal Group Program Manager Microsoft Dedicated Higher cost Shared Lower cost SQL Server Cloud Continuum Hybrid SQL Server in Azure VM Virtualized Machines

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

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

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

Big company HA does not have to be complicated or expensive for SMBs

Big company HA does not have to be complicated or expensive for SMBs hosted by Mario Blandini @ Drobo Big company HA does not have to be complicated or expensive for SMBs Virtual Server high availability for SMBs to both increase the availability of services and lower TCO

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

Storage and High Availability with Windows Server

Storage and High Availability with Windows Server Course 10971A: Storage and High Availability with Windows Server Course Details Course Outline Module 1: Disks and Volumes with Windows Server This module introduces you to different storage technologies.

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

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

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

High Availability (HA) Aidan Finn

High Availability (HA) Aidan Finn High Availability (HA) 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,

More information

Tintri VMstore with Hyper-V Best Practice Guide

Tintri VMstore with Hyper-V Best Practice Guide TECHNICAL WHITE PAPER Tintri VMstore with Hyper-V Best Practice Guide Technical Best Practices Paper, Rev 1.2, Feb 2nd, 2015 www.tintri.com Contents Intended Audience... 4 Introduction... 4 VMstore: Application-aware

More information

Hyper-V 3.0: Creating new virtual data center design options Top four methods for deployment

Hyper-V 3.0: Creating new virtual data center design options Top four methods for deployment Creating new virtual data center design options Top four for deployment New features of Hyper-V provide IT pros with new options for designing virtual data centers. Inside this e-guide, our experts take

More information

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer July 2014 Last updated: September 2015 (revisions)

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

Hyper-V Replica Essentials

Hyper-V Replica Essentials Hyper-V Replica Essentials Vangel Krstevski Chapter No. 3 "Configuring Hyper-V Replica" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.3

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

Building disaster-recovery solution using Azure Site Recovery (ASR) for Hyper-V (Part 1)

Building disaster-recovery solution using Azure Site Recovery (ASR) for Hyper-V (Part 1) Building disaster-recovery solution using Azure Site Recovery (ASR) for Hyper-V (Part 1) KR Kandavel Technical Solutions Professional Asia Azure Site Recovery Specialist Team Microsoft Corporation Hybrid

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

Performance Analysis: Scale-Out File Server Cluster with Windows Server 2012 R2 Date: December 2014 Author: Mike Leone, ESG Lab Analyst

Performance Analysis: Scale-Out File Server Cluster with Windows Server 2012 R2 Date: December 2014 Author: Mike Leone, ESG Lab Analyst ESG Lab Review Performance Analysis: Scale-Out File Server Cluster with Windows Server 2012 R2 Date: December 2014 Author: Mike Leone, ESG Lab Analyst Abstract: This ESG Lab review documents the storage

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center Windows Server 2012 Best Practices Guide Dell Compellent Technical Solutions Group July, 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING DELL Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING September 2008 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Windows Server 2012 R2 Storage Infrastructure

Windows Server 2012 R2 Storage Infrastructure Windows Server 2012 R2 Storage Infrastructure Windows Server 2012 R2 Hands-on lab Windows Server 2012 R2 includes new storage features which allow you to create new storage-optimized file servers using

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

70-414: Implementing a Cloud Based Infrastructure. Course Overview

70-414: Implementing a Cloud Based Infrastructure. Course Overview 70-414: Implementing a Cloud Based Infrastructure Course Overview This course covers will prepare the student for Exam 70-414: Implementing a Cloud Based Infrastructure. Students will learn how to create

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

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191 Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual

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

How To Run A Modern Business With Microsoft Arknow

How To Run A Modern Business With Microsoft Arknow Microsoft Azure DataSync ModernBiz Agenda ModernBiz: Your path to the Modern Business Microsoft Azure overview Key business solutions leveraging the cloud Back up your data Reduce unexpected downtime Host

More information

Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010

Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010 Hyper-V Cloud Practice Builder Disaster Recovery Using DPM 2010 The Hyper-V Cloud Practice Builder from Microsoft Enterprise Services can help Microsoft partners by: Accelerating practice development by

More information

Software Defined Storage @ Microsoft. PRESENTATION TITLE GOES HERE Siddhartha Roy Cloud + Enterprise Division Microsoft Corporation

Software Defined Storage @ Microsoft. PRESENTATION TITLE GOES HERE Siddhartha Roy Cloud + Enterprise Division Microsoft Corporation Software Defined @ Microsoft PRESENTATION TITLE GOES HERE Siddhartha Roy Cloud + Enterprise Division Microsoft Corporation Lessons Learned operating large cloud properties Industry trends Cloud scale services

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

Microsoft Windows Server Hyper-V in a Flash

Microsoft Windows Server Hyper-V in a Flash Microsoft Windows Server Hyper-V in a Flash Combine Violin s enterprise-class storage arrays with the ease and flexibility of Windows Storage Server in an integrated solution to achieve higher density,

More information

Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays

Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays TECHNICAL REPORT Deploying Microsoft Hyper-V with Dell EqualLogic PS Series Arrays ABSTRACT This technical report details information and best practices for deploying Microsoft Hyper-V with Dell EqualLogic

More information

Configuring Advanced Windows Server 2012 Services

Configuring Advanced Windows Server 2012 Services Course 20412D: Configuring Advanced Windows Server 2012 Services Course Details Course Outline Module 1: Implementing Advanced Network Services In this module students will be able to configure advanced

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

Overview of System Center 2012 Data Protection Manager

Overview of System Center 2012 Data Protection Manager Overview of System Center 2012 Data Protection Manager J IM R AT SCH S R. PFE II J R AT SCH@MICROSOFT.COM DMVMUG User Conference 2013 Reston, VA Agenda What is System Center Data Protection Manager 2012?

More information

Scale-Out File Server. Subtitle

Scale-Out File Server. Subtitle Scale-Out File Server Subtitle 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

Lab Validation Report. By Steven Burns. Month Year

Lab Validation Report. By Steven Burns. Month Year 1 Hyper-V v2 Host Level Backups Using Symantec NetBackup 7.0 and the Hitachi VSS Hardware Provider with the Hitachi Adaptable Modular Storage 2000 Family Lab Validation Report By Steven Burns March 2011

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

System Protection for Hyper-V Whitepaper

System Protection for Hyper-V Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Definitions... 3 Considerations... 3 2. About the BackupAssist Hyper-V solution... 4 Advantages... 4

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

Agenda Smal Business Mid-market 2

Agenda Smal Business Mid-market 2 Agenda Small Business Mid-market 2 IT Transformation Opportunity to Grow Your Business 4 IT Transformation 5 The Cloud OS 6 Windows Server 2012 Enables small businesses around the world, powers many of

More information

System Protection for Hyper-V User Guide

System Protection for Hyper-V User Guide User Guide BackupAssist User Guides explain how to create and modify backup jobs, create backups and perform restores. These steps are explained in more detail in a guide s respective whitepaper. Whitepapers

More information

Hyper-V Protection. User guide

Hyper-V Protection. User guide Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 2. Hyper-V protection features... 3 Windows 2012 R1/R2 Hyper-V support... 3 Custom

More information

Upgrading Your Skills to MCSA Windows Server 2012

Upgrading Your Skills to MCSA Windows Server 2012 Course 20417D: Upgrading Your Skills to MCSA Windows Server 2012 Course Details Course Outline Module 1: Installing and Configuring Windows Server 2012 This module explains how to install and configure

More information

MCSE: server infrastructure Syllabus

MCSE: server infrastructure Syllabus MCSE: server infrastructure Syllabus General Information Description The Microsoft Certified Solutions Expert (MCSE): Server Infrastructure course trains you to acquire the skills needed to run a highly

More information

NOTE: Labs in this course are based on the General Availability release of Windows Server 2012 R2 and Windows 8.1.

NOTE: Labs in this course are based on the General Availability release of Windows Server 2012 R2 and Windows 8.1. Course 20417C: Upgrading Your Skills to MCSA Windows Server 2012 OVERVIEW About this Course Get hands-on instruction and practice configuring and implementing new features and functionality in Windows

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

Upgrading Your Skills to MCSA Windows Server 2012

Upgrading Your Skills to MCSA Windows Server 2012 About this Course Upgrading Your Skills to MCSA Windows Get hands-on instruction and practice configuring and implementing new features and functionality in Windows, including Windows R2, in this five-day

More information

Microsoft SMB 2.2 - Running Over RDMA in Windows Server 8

Microsoft SMB 2.2 - Running Over RDMA in Windows Server 8 Microsoft SMB 2.2 - Running Over RDMA in Windows Server 8 Tom Talpey, Architect Microsoft March 27, 2012 1 SMB2 Background The primary Windows filesharing protocol Initially shipped in Vista and Server

More information

Build Your Knowledge!

Build Your Knowledge! About this Course Get hands-on instruction and practice configuring and implementing new features and functionality in Windows Server, including Windows Server R2, in this five-day Microsoft Official Course.

More information

Expert Reference Series of White Papers. Twelve Fantastic Features You Need to Know about Windows Server 2012

Expert Reference Series of White Papers. Twelve Fantastic Features You Need to Know about Windows Server 2012 Expert Reference Series of White Papers Twelve Fantastic Features You Need to Know about Windows Server 2012 1-800-COURSES www.globalknowledge.com Twelve Fantastic Features You Need to Know about Windows

More information

Choices for implementing SMB 3 on non Windows Servers Dilip Naik HvNAS Pty Ltd Australians good at NAS protocols!

Choices for implementing SMB 3 on non Windows Servers Dilip Naik HvNAS Pty Ltd Australians good at NAS protocols! Choices for implementing SMB 3 on non Windows Servers Dilip Naik HvNAS Pty Ltd Australians good at NAS protocols! Focus & contents of this talk Why SMB 3? How SMB 3? Implementing an SMB 3 Server on Linux/UNIX

More information

REDCENTRIC AGENT FOR HYPER-V VERSION 7.40.7071

REDCENTRIC AGENT FOR HYPER-V VERSION 7.40.7071 REDCENTRIC AGENT FOR HYPER-V VERSION 7.40.7071 RELEASE NOTES, OCTOBER 27, 2014 Agent for Hyper-V Version 7.40.7071 Release Notes, October 27, 2014 Contents 1 OVERVIEW 1.1 Compatibility 1.2 Release History

More information

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments

Optimized Storage Solution for Enterprise Scale Hyper-V Deployments Optimized Storage Solution for Enterprise Scale Hyper-V Deployments End-to-End Storage Solution Enabled by Sanbolic Melio FS and LaScala Software and EMC SAN Solutions Proof of Concept Published: March

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led

Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led Storage and High Availability with Windows Server 10971B; 4 Days, Instructor-led Course Description Get hands-on instruction and practice provisioning your storage requirements and meeting your high availability

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

Sanbolic s SAN Storage Enhancing Software Portfolio

Sanbolic s SAN Storage Enhancing Software Portfolio Software to Simplify and Share SAN Storage Sanbolic s SAN Storage Enhancing Software Portfolio Overview of Product Suites www.sanbolic.com Version 2.0 Page 2 of 10 Contents About Sanbolic... 3 Sanbolic

More information

Upgrading Your Skills to MCSA Windows Server 2012

Upgrading Your Skills to MCSA Windows Server 2012 Course 20417D: Upgrading Your Skills to MCSA Windows Server 2012 Page 1 of 8 Upgrading Your Skills to MCSA Windows Server 2012 Course 20417D: 4 days; Instructor-Led Introduction Get hands-on instruction

More information

Windows Server 2012 Hyper-V Cookbook

Windows Server 2012 Hyper-V Cookbook Windows Server 2012 Hyper-V Cookbook Leandro Carvalho Chapter No. 2 "Migrating and Upgrading Physical and Virtual Servers" In this package, you will find: A Biography of the author of the book A preview

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

Growing your business through small business opportunities. frank.spuls@didactive.com v-fspuls@microsoft.com

Growing your business through small business opportunities. frank.spuls@didactive.com v-fspuls@microsoft.com Growing your business through small business opportunities frank.spuls@didactive.com v-fspuls@microsoft.com Agenda 2 The customer Customers marketplace The changing workplace 5' Trend: remote workers The

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

Configuring a VEEAM off host backup proxy server for backing up a Windows Server 2012 R2 Hyper-V cluster with a DELL Compellent SAN (Fiber Channel)

Configuring a VEEAM off host backup proxy server for backing up a Windows Server 2012 R2 Hyper-V cluster with a DELL Compellent SAN (Fiber Channel) 1 Configuring a VEEAM off host backup proxy server for backing up a Windows Server 2012 R2 Hyper-V cluster with a DELL Compellent SAN (Fiber Channel) Introduction This white paper describes how to configure

More information

MS 20417B: Upgrading Your Skills to MCSA Windows Server 2012

MS 20417B: Upgrading Your Skills to MCSA Windows Server 2012 MS 20417B: Upgrading Your Skills to MCSA Windows Server 2012 Description: This 5-day instructor-led course is designed primarily for people who want to upgrade their technical skills from Windows Server

More information

10971: Storage and High Availability with Windows Server

10971: Storage and High Availability with Windows Server 10971: Storage and High Availability with Windows Server Prerequisites Before Attending this course, students must have: Knowledge and real world experience working day to day with Windows Server and Windows

More information

Windows Server 2012 R2 Evaluation Guide

Windows Server 2012 R2 Evaluation Guide Windows Server 2012 R2 Evaluation Guide Copyright Information 2013 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed in this document, including

More information

HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010

HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 White Paper HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 Abstract This white paper demonstrates key functionality demonstrated in a lab environment

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

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

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

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Symantec NetBackup Blueprints Blueprint for Microsoft Hyper-V Symantec Backup and Recovery Technical Services Symantec NetBackup Blueprints 1 Symantec NetBackup Blueprints Preface/disclaimer Notice This

More information

You need to recommend a monitoring solution to ensure that an administrator can review the availability information of Service1. What should you do?

You need to recommend a monitoring solution to ensure that an administrator can review the availability information of Service1. What should you do? QUESTION 1 Your network contains the following: 20 Hyper-V hosts 100 virtual machines 2,000 client computers You need to recommend an update infrastructure design to meet the following requirements: Deploy

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

Optimizing and Troubleshooting

Optimizing and Troubleshooting Optimizing and Troubleshooting Hyper-V Storage Mitch Tulloch with the Windows Server Team PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399

More information

What s New in Microsoft Server 2012? #TECH1. Mike Georgopoulos Senior Consultant, esentio Technologies

What s New in Microsoft Server 2012? #TECH1. Mike Georgopoulos Senior Consultant, esentio Technologies What s New in Microsoft Server 2012? #TECH1 Mike Georgopoulos Senior Consultant, esentio Technologies Agenda Windows Server 2102 Hyper-V Storage Spaces DirectAccess Dynamic Access Control Hyper-V Hyper-V:

More information

Microsoft Windows Server in a Flash

Microsoft Windows Server in a Flash Microsoft Windows Server in a Flash Combine Violin s enterprise-class storage with the ease and flexibility of Windows Storage Server in an integrated solution so you can achieve higher performance and

More information

Configuring Advanced Windows Server 2012 Services MOC 20412

Configuring Advanced Windows Server 2012 Services MOC 20412 Configuring Advanced Windows Server 2012 Services MOC 20412 Course Outline Module 1: Implementing Advanced Network Services This module describes how to configure advanced features in the Domain Name System

More information

EMC VNX Series: Introduction to SMB 3.0 Support

EMC VNX Series: Introduction to SMB 3.0 Support White Paper EMC VNX Series: Introduction to SMB 3.0 Support Abstract This white paper introduces the Server Message Block (SMB) 3.0 support available on the EMC VNX and the advantages gained over the previous

More information

Don t Hyper-Ventilate over Hyper-V backup!

Don t Hyper-Ventilate over Hyper-V backup! Don t Hyper-Ventilate over Hyper-V backup! A straightforward solution to Hyper-V backup Presented by Linus Chang, Lead Developer of BackupAssist The theme of today is... Hyper-V! Today s agenda 1. The

More information

Microsoft s Advantages and Goals for Hyper-V for Server 2016

Microsoft s Advantages and Goals for Hyper-V for Server 2016 Virtualization is a bedrock of modern cloud environments. Hypervisors manage the virtual machines in a cloud environments, providing six fundamental features, as shown in the table below. 1 Hypervisors

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

More information

10971B: Storage and High Availability with Windows Server

10971B: Storage and High Availability with Windows Server 10971B: Storage and High Availability with Windows Server Course Details Course Code: Duration: Notes: 10971B 4 days This course syllabus should be used to determine whether the course is appropriate for

More information

Configuring Advanced Windows Server 2012 Services

Configuring Advanced Windows Server 2012 Services Course Code: M20412 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Configuring Advanced Windows Server 2012 Services Overview Get hands-on instruction and practice configuring advanced Windows

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...

More information