Veeam Study Webinar Server Virtualization with Windows Server Hyper-V and System Center. Orin

Size: px
Start display at page:

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

Transcription

1 Veeam Study Webinar Server Virtualization with Windows Server Hyper-V and System Center Orin

2 study-guide-microsoft-certification-exam server-virtualization-windows-server-hyper-v-system-center-4202/

3 In this seminar we ll cover: Study techniques Lab suggestion Objectives

4 Study techniques You ll learn more through practice than by reading The exam assumes you have used this technology in the real world Build a lab and perform the tasks related to the objectives Get to the point that given a task related to the objectives, you could perform it in a lab or a production environment Use practice tests from a reputable practice test provider such as MeasureUp or Self Test Software

5 Lab Suggestion 2 or more computers configured as Hyper-V virtualization hosts Virtualization hosts should be members of a domain Host domain controller as VM on one virtualization host Configure the DC VM to start automatically Host VMM server on other virtualization host

6 OD 1: Configure Hyper-V Create and configure VM settings Create and configure VM storage Create and configure virtual networks

7 Some content covered from the perspective of Hyper-V, such as VM storage, is also covered from the perspective of VMM.

8 Dynamic Memory 2 options for assigning memory Can configure static or dynamic assignment Static RAM allocates a fixed amount over the VM s runtime Dynamic allocates variable amounts based on startup, minimum, and maximum RAM.

9 Smart Paging Special case use of a page file Only used when startup RAM exceeds minimum RAM Can only be used when restarting a VM, not performing a cold start of a VM

10 Resource Metering Allows you to track CPU, RAM, network, and storage utilization for chargeback Enabled and monitored through PowerShell

11 Integration Services Allows the virtualization host to interact with the VM including OS shutdown, time synchronization, and heartbeat monitoring Allows use of synthetic network adapters in generation 1 VMs Included with the most recent operating systems, must be installed for older operating systems

12 Generation 1 and Generation 2 VMs Gen 2 VMs new to Server 2012 Gen 2 VMs are virtual first and don t include legacy emulated components such as COM ports and diskette drives Faster to install OS and boot Can t convert between generations. Must choose at creation Only certain OS support Gen 2 VMs Only support.vhdx virtual hard disks

13 Enhanced Session Mode Simplifies the process of cutting and pasting text and files when using Virtual Machine Connection Allows audio and device redirection from VMs Functions similarly to a remote desktop connection Requires permission to connect via remote desktop

14 RemoteFX Provides virtual 3D graphics adapter and USB redirection support for VMs Requires a compatible GPU Cannot be used with generation 2 VMs

15 VHD and VHDX formats VHD Used since Virtual Server 2040 GB Supported on all Hyper-V hosts Can t be used with Gen 2 VMs VHDX 2012 and later 64 TB Support larger block size Internal log file to reduce chance of corruption Support trim & online resizing

16 Dynamic, Differencing & Fixed Fixed requires all space allocated at creation Dynamic grow as required, but require little initial space Differencing disks have parent/child relationship Modifying parent disk will break relationship with child

17 Modifying Virtual Hard Disks Convert from VHD to VHDX and back Change disk size Change fixed to dynamically expanding and back Can only change disk format or type when VM is offline Shrink virtual hard disk in VM OS before attempting to shrink disk using Hyper-V

18 Online VHD resize Virtualization Host 2012 R2 VHDX format Attached to a virtual SCSI controller If shrinking, have already shrunk in guest VM OS

19 Pass Through Disks Give the VM access to the underlying storage Allow VMs to access larger volumes Less necessary now that VHDX format virtual hard disks support 64 TB volumes

20 Checkpoints Represent the state of a VM at a particular point in time Called snapshots in previous versions of Hyper-V Can create checkpoints when VM is running or shut down Hyper-V supports maximum of 50 checkpoints per VM VMM supports 64 checkpoints per VM

21 Virtual Fibre Channel Direct connection from VM to Fibre Channel SAN Requires compatible HBA on virtualization host Requires Server 2012 or later SAN must be NPIV enabled VM must be running compatible OS VMs support up to 4 separate Fibre Channel adapters each of which can be associated with separate SAN

22 Storage QoS Specify maximum and minimum IOPS for virtual hard disk VM cannot exceed maximum IOPS value If virtual hard disk falls below minimum IOPS, event written to the event log

23 Hyper-V Virtual Switch External: VM is connected through external network adapter Internal: VMs can communicate with each other and host Private: VMs can communicate with one another, but not host

24 Optimize Network Performance Configure bandwidth management at the virtual network adapter level Configure minimum bandwidth reservation Configure maximum bandwidth utilization

25 SR-IOV Single Root Input Output Virtualization Physical network adapter is mapped directly to the VM Increases throughput by bypassing virtual switch and sends network traffic straight to the VM VM OS needs driver for physical network adapter Physical network adapter drivers need to support SR- IOV

26 Dynamic Virtual Machine Queue Optimize VM network performance Network adapter must support virtual machine queue Network traffic is processed by an assigned processor rather than network adapter

27 Hyper-V MAC Address Pool Allows you to configure the range from which virtual network adapter MAC addresses are drawn Configure pools to ensure that no two VMs on different virtualization hosts are assigned the same MAC address

28 VLAN tagging Supported at the network adapter and virtual switch level VLAN tag at the virtual switch level overrides VLAN tag assigned at the virtual network adapter level Virtualization host physical network adapters must support VLAN tagging

29 Network Adapter Types Generation 1 support Synthetic and Legacy adapters Synthetic: Require integration components Legacy: Works with almost everything. Use for PXE boot Generation 2 has single network adapter type Only works with OS that support Generation 2 VMs Can be used to PXE boot Generation 2 VM

30 Virtual Machine NIC teaming Aggregate bandwidth and provide redundancy across up to 32 NICs Can perform NIC teaming on virtualization host Can perform NIC teaming within VM OS Supported by Server 2012 and later with no special hardware requirements

31 OD 2: Configure and Manage Virtual Machine High Availability Configure failover clustering with Hyper-V Manage failover clustering roles Manage virtual machine movement

32 Failover clusters Windows Server 2012/2012R2 support 64 node failover clusters A 64 node failover cluster can host up to 8000 VMs Require shared storage for VM hard disk and configuration files Can use SAS, iscsi, Fibre Channel, Fibre Channel over Ethernet for shared storage

33 Failover Cluster Quorum Quorum mode selected automatically when creating clusters Quorum votes can be assigned to nodes, disk, or file share witnesses Quorum modes: Node majority, node and disk majority, node and file share majority, no majority disk only

34 Cluster Node Weight Allows you to configure whether nodes have quorum votes Use to specify which side of a multi-site cluster will retain quorum if inter-site communication fails

35 Dynamic Quorum Recalculates quorum model when nodes are removed or added to the cluster Ensures that outdated quorum model doesn t push cluster into a failed state

36 Cluster networking Use NIC teaming Configure separate networks Network for node to node communication Network for connection between node and shared storage Network for client access to resources hosted on the cluster

37 Force Quorum Resiliency Allows you to avoid partitioned cluster problem Used when you force start one side of a multi-site cluster and reconnection occurs to other site Nodes in other site detect that nodes in the first site were forced into quorum, so automatically restart to avoid partitioned cluster problem

38 Cluster Aware Updating Automates the process of applying software updates to clusters Automatically evacuates a node, places it in maintenance mode, applies updates, restarts if necessary, and shifts node out of maintenance mode. Works through all nodes in the cluster until software updates have been applied to every node

39 Upgrading Clusters Windows Server 2008, Windows Server 2008 R2, & Windows Server 2012 can be nodes in Windows Server 2012 R2 clusters. Only supported during upgrade scenarios Move workload from old OS node to new OS node then upgrade old OS node to new OS

40 Cluster Shared Volumes High availability storage technology that allows multiple nodes in a failover cluster to have read/write access to the same storage VMs on the same LUN can run on different cluster hosts Minimizes storage failover time

41 Active Directory Detached Clusters Also termed Clusters without network names Allows cluster creation without requiring permission to create Active Directory computer objects Cluster nodes still need to be members of the same Active Directory environment

42 Preferred Owner & Failover Settings Allows you to specify which node is the preferred owner of a workload Workload will attempt to return to that node once issue that caused failover is resolved Failover settings allow you to configure how many failures occur in a specific period before left in a failed state

43 Guest Cluster A failover cluster where the cluster nodes are VMs Still requires access to shared storage VM cluster nodes can be on the same or different failover clusters

44 Shared Virtual Hard Disk Virtual machines can use a shared virtual hard disk as shared storage Requires 2012 R2 Host Disk must be in VHDX format Must be stored on a Scale Out File Server or Clustered Shared Volume (CSV) Must be attached via virtual SCSI controller

45 Live Migration Allows you to move a running VM from one virtualization host to another without disruption Supported between: Cluster nodes that use shared storage Between separate virtualization hosts that aren t participating in a failover cluster using an SMB 3.0 file share Between separate virtualization hosts using Shared Nothing Live Migration

46 Storage Migration Move VM s hard disk files, configuration files and checkpoint files from one location to another Allows you to change the storage location of a running VM Move data to any location accessible to the Hyper-V host

47 Exporting, Importing & Copying VMs Export creates a duplicate of a VM Can export a VM, which exports all checkpoints Can export a checkpoint Can export a running VM (2012 R2 only) During import, you can: Register VM in place (use existing ID) Restore VM (use existing ID) Copy VM (create new ID)

48 Network Health Detection Mark certain networks as being protected If the network marked as protected becomes unavailable, the VM automatically live-migrates to a cluster node where the network is available.

49 VM Drain On Shutdown Server 2012 R2 and later Automatically live migrates VMs from a cluster node that is shut down by an administrator without being put into maintenance mode In previous versions of Windows, these VMs were put into a saved state

50 P2V Migrations Physical to virtual migrations Not supported by VMM 2012 R2 Supported by VMM 2012

51 V2V Migrations Migrate from 3 rd party hypervisors to Hyper-V VMM 2012 R2 supports V2V from VMware ESX 4.1 VMware ESXi 4.1 VMware ESXi 5.1

52 OD 3: Implement a Server Virtualization Infrastructure Implement virtualization hosts Implement virtual machines Implement virtualization networking Implement virtualization storage Manage and maintain a server virtualization infrastructure

53 Delegating Virtualization Management Tasks You create User Roles by selecting Role Profiles Members Scope Library servers Run As accounts

54 Role Profiles Determines what actions an account assigned a user role can perform VMM role profiles: Administrator Fabric Administrator (Delegated Administrator) Read Only Administrator Tenant Administrator Application Administrator (Self Service User)

55 Run As accounts Run As accounts are preconfigured accounts that include username and password When using a Run As account, the operation is performed using the Run As account s privileges, not the user s privileges.

56 Scopes Allow you to define the objects with which the permissions you are delegating can be used Fabric Administrator / Read Only Administrators role profiles allow you to set scopes using existing private cloud or host groups

57 Quotas Allow you to limit the use of Virtual CPUs Memory Storage Virtual Machines Can be configured at the role level or member level

58 VMM Libraries Collection of file based and non-file based resources File based resources can include: Virtual Hard Disks ISO images Scripts Driver files Application packages Non file based resources include: VM templates Service template Hardware & Guest OS profiles

59 Equivalent Objects Allows you to mark specific file based objects stored in VMM libraries as equivalent Allows you to make reference to these objects in templates and have an equivalent object retrieved from the closest VMM library

60 Host Group Libraries Associate particular libraries to particular host groups VMM will use this information when determining which resources to use if you need a resource marked as an equivalent object

61 Third Party Integration You can use VMM 2012 R2 to manage: VMware ESX VMware ESXi Citrix XenServer

62 Bare Metal Hyper-V Virtualization Host Deployment Deploy Hyper-V to a bare metal device Relies upon WDS role in Windows Server Configure Physical Computer Profiles.

63 Implementing Highly Available Virtual Machines Can be made highly available by deploying them to Hyper-V failover cluster Can use Hyper-V replica to make them highly available Allows replication across site boundaries Does not require access to shared storage Is asynchronous. Replica copy is consistent, but lagged. Supports multiple recovery points Planned failover requires VM shutdown

64 Guest Resource Optimization Allows you to deploy to the virtualization host that has the greatest available resources Allows you to ensure that virtualization host resource utilization is equitable across the fabric Intelligent placement provides recommendation on which virtualization host to use for deployment

65 Placement Rules Allows you to configure custom properties that you can then use in rules that dictate where VMM can place a new VM during deployment

66 VMM Templates VMM Template allows you create VMs that have a consistent set of configuration settings Templates include one or more of the following: Guest OS Profile Hardware Profile Virtual Hard Disks

67 Guest OS Profile Operating system settings including OS version Name information Administrator password Product key Time zone Roles & Features Domain/Workgroup Membership Answer File

68 Hardware Profile Gen 1 or Gen 2 VM Cloud compatibility Processor type Memory allocation Floppy drive COM Port Video Adapters IDE and SCSI configuration Network adapter configuration

69 VMM Logical Networks Collection of network sites, VLAN information, and IP subnet information Must have one logical network in VMM before you can deploy VMs and services Network sites allow you to associate IP subnets, VLANs & PVLANs with the logical network

70 VMM Port Profiles / Logical Switches Function as collections for configuration settings for network adapters across multiple virtualization hosts

71 Network Virtualization Allows you to configure logical networks so that different VM tenants can be assigned the same IP addresses on the same Hyper-V host without address collisions occurring If a logical network is configured for network virtualization, you can connect multiple VMM Virtual Machine Networks to the same logical network

72 VMM Virtual Machine Networks Provide the interface through which VMs connect to a VMM Logical Network

73 VMM MAC Pools MAC address pools allow MAC address information to be managed across all virtualization hosts that VMM manages

74 VMM IP Address Pools IP address pools allow VMM to assign IP addresses to VMs. The benefit of this over DHCP is that you can ensure the same IP address is assigned to a VM without having to create a DHCP reservation Includes default gateway and name server information

75 Windows Server Gateway A specially configured virtual machine that can route traffic between different networks

76 Private VLANs (PVLANs) VLANs segment traffic at layer 2 VLAN IDs are 12 bit numbers PVLAN is an additional ID that allows you to segment VLANs Implement in VMM through logical networks

77 Configuring Hyper-V Host Clustered Storage When deploying on a Hyper-V host cluster the VM configuration and storage files for highly available VMs are hosted on shared storage This can be iscsi SAS Fibre Channel SMB 3.0 Cluster Shared Volumes (CSV)

78 Guest Cluster Storage Guest clusters are where each cluster node is a VM Guest cluster shared storage can be: iscsi Virtual Fibre Channel CSV Continuously Available File Shares Shared Virtual Hard Disks

79 Storage Optimization Deduplication. Built into Windows Server 2012 and 2012 R2 Storage Tiering. Commonly used blocks are moved to faster storage, such as SSD, with less commonly used blocks moved to slower storage, such as spinning magnetic disks.

80 Integrating Operations Manager with VMM Monitor health and availability of: VMM management server VMM database server VMM library servers Virtualization hosts Use Performance and Resource Optimization (PRO) Maintenance mode integration

81 Integrate Service Manager 2012 R2 ITIL / MOF Service Management implementation Central Platform to manage incidents, problems, changes, and releases.

82 Service Virtual Machine Images Update VM images in the library prior to deployment Can use Virtual Machine Servicing Tool (deprecated) Orchestrated Offline VM Patching Runbook

83 Data Protection Manager 2012 R2 Protect virtualization hosts and VMs Provide protection within a VM Stores protected data on disk, tape and can replicate to a second DPM server & Azure cloud (As this is a Microsoft technology exam, it doesn t mention Veeam)

84 OD 4: Monitor and maintain a server virtualization infrastructure Plan and implement a monitoring strategy Plan and implement a business continuity and disaster recovery solution

85 Audit Collection Services Allows you to centralize and analyze event log audit data Is an individual component of Operations Manager

86 System Center Global Service Monitor Cloud service that allows you to monitor web applications from a variety of locations around the world Monitoring can perform complex tasks, such as signing into an application, or checking that items can be added to and checked out from a shopping cart

87 Operations Manager Management Packs VMM Management Pack: Monitor all aspects of the VMM infrastructure VMM servers Virtualization hosts Virtual machines Fabric health dashboard View health of each VMM private cloud View health of fabric that supports that cloud

88 Operations Manager Reporting Use SQL Server Reporting Services to generate complex reports based on data stored in the Operations Manager data warehouse database. Increase number of reports Add management packs Author your own reports

89 Operations Manager Management Packs Extend the functionality of Operations Manager Improve the product s ability to interact with specific applications or services Usually created by product vendors or subject matter experts Management packs include: Monitors, rules, tasks, knowledge, views, reports, object discoveries and Run As profiles

90 Domain Controller Cloning Requires virtualization host that support VMGenerationID DC must be running 2012 or later PDC emulator must be available Template DC computer account must be member of the Clonable Domain Controllers security group

91 Hyper-V Recovery Manager Service hosted in Azure cloud Manages Hyper-V replication Automates the process of Hyper-V replica failover Performs continuous health monitoring and orchestrated recovery

92 Thank You & Good Luck On Your Exam!

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

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

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

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

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

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Implementing and Managing Microsoft Server Virtualization Course Number: 10215A Course Length: 5 Days Course Overview This five-day course will provide you with the knowledge and skills to deploy and manage

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

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

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

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

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

Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center

Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Advanced Server Virtualization: Vmware and Microsoft Platforms in the Virtual Data Center Marshall, David ISBN-13: 9780849339318 Table of Contents BASIC CONCEPTS Introduction to Server Virtualization Overview

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

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

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

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

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

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud Course 20247C: Configuring and Deploying a Private Cloud Course Details Course Outline Module 1: Planning for the Cloud Planning a hybrid cloud involves understanding these tools and technologies so that

More information

Infrastructure Provisioning with System Center Virtual Machine Manager

Infrastructure Provisioning with System Center Virtual Machine Manager Infrastructure Provisioning with System Center Virtual Machine Manager MOC 10981 Duración: 25 horas Introducción Learn how to install and configure Microsoft System Center 2012 R2 Virtual Machine Manager

More information

Configuring and Deploying a Private Cloud 20247C; 5 days

Configuring and Deploying a Private Cloud 20247C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Configuring and Deploying a Private Cloud 20247C; 5 days Course Description

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

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Server Virtualization with Windows Server Hyper-V and System Center About this Course This five day course will provide you with the knowledge and skills required to design and implement Microsoft Server

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

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

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course 20409B: Server Virtualization with Windows Server Hyper-V and System Center Course Details Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview

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

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

The safer, easier way to help you pass any IT exams. Exam : 70-410. Installing and Configuring Windows Server 2012 R2.

The safer, easier way to help you pass any IT exams. Exam : 70-410. Installing and Configuring Windows Server 2012 R2. Exam : 70-410 Title : Installing and Configuring Windows Server 2012 R2 Version : DEMO 1 / 24 1.You have a server named Server1 that runs Windows Server 2012 R2.Server1 has the Hyper-V server role installed.

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

Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409

Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409 Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409 Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview of Microsoft virtualization

More information

The safer, easier way to help you pass any IT exams. Exam : 070-659. TS: Windows Server 2008 R2, Server Virtualization. Title : Version : Demo 1 / 7

The safer, easier way to help you pass any IT exams. Exam : 070-659. TS: Windows Server 2008 R2, Server Virtualization. Title : Version : Demo 1 / 7 Exam : 070-659 Title : TS: Windows Server 2008 R2, Server Virtualization Version : Demo 1 / 7 1.You install Windows Server 2008 R2 Enterprise on a new physical server. You need to prepare the server to

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud Course Code: M20247 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Configuring and Deploying a Private Cloud Overview This course equips students with the skills they require to configure and

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course Code: M20409 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Server Virtualization with Windows Server Hyper-V and System Center Overview This five day course will provide you with the

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

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

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 Length: Language(s): Audience(s): 5 Days English IT Professionals Level: 300 Technology: Windows Server 2012 Type: Delivery

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

10215A Implementing and Managing Microsoft Server Virtualization

10215A Implementing and Managing Microsoft Server Virtualization 10215A Implementing and Managing Microsoft Server Virtualization About this Course This five-day course will provide you with the knowledge and skills to deploy and manage a server virtualization environment

More information

Outline. MCSA: Server Virtualization

Outline. MCSA: Server Virtualization MCSA: Server Virtualization Description Get hands-on instruction and practice implementing Microsoft Server Virtualization with Windows Server 2012 R2 Hyper-V and System Center 2012 R2 Virtual Machine

More information

10751-Configuring and Deploying a Private Cloud with System Center 2012

10751-Configuring and Deploying a Private Cloud with System Center 2012 Course Outline 10751-Configuring and Deploying a Private Cloud with System Center 2012 Duration: 5 days (30 hours) Target Audience: This course is intended for data center administrators who will be responsible

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

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

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

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

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

MS 20247C Configuring and Deploying a Private Cloud

MS 20247C Configuring and Deploying a Private Cloud MS 20247C Configuring and Deploying a Private Cloud Description: Days: 5 Prerequisites: This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center

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

MCSE: Private Cloud Training Course (System Center 2012)

MCSE: Private Cloud Training Course (System Center 2012) MCSE: Private Cloud Training Course (System Center 2012) Microsoft Course 10751 (Exam 70-247) Prerequisites MCSA: Windows Server 2012 Microsoft Course 10751 Exam 70-247 At Course Completion Prerequisites

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

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

NE-20247D Configuring and Deploying a Private Cloud

NE-20247D Configuring and Deploying a Private Cloud NE-20247D Configuring and Deploying a Summary Duration Vendor Audience 5 Days Microsoft IT Professionals Published Level Technology 10 December 2014 300 Microsoft System Center 2012 Delivery Method Instructor-led

More information

Configuring and Deploying a Private Cloud. Day(s): 5. Overview

Configuring and Deploying a Private Cloud. Day(s): 5. Overview Configuring and Deploying a Private Cloud Day(s): 5 Course Code: M20247 Overview This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center 2012

More information

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Implementing and Managing Microsoft Server At the end of the course the delegate will be able to complete the following: COMPUTER TRAINING The key to a better future WINDOWS Course No. 10215 5 Days Target

More information

VMware vsphere 4.1 with ESXi and vcenter

VMware vsphere 4.1 with ESXi and vcenter VMware vsphere 4.1 with ESXi and vcenter This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter. Assuming no prior virtualization

More information

Date 07/05/2014 14:24:03. CENTREL Solutions. Author. Version 1.21. Product XIA Configuration Server [6.0.0.25996]

Date 07/05/2014 14:24:03. CENTREL Solutions. Author. Version 1.21. Product XIA Configuration Server [6.0.0.25996] Date 07/05/2014 14:24:03 Author CENTREL Solutions Version 1.21 Product XIA Configuration Server [6.0.0.25996] Page 3 of 20 Description Item Name Microsoft Windows Server 2012 R2 Datacenter HYPERV-2012R2-F

More information

CXS-203-1 Citrix XenServer 6.0 Administration

CXS-203-1 Citrix XenServer 6.0 Administration Page1 CXS-203-1 Citrix XenServer 6.0 Administration In the Citrix XenServer 6.0 classroom training course, students are provided with the foundation necessary to effectively install, configure, administer,

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

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

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

MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012

MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012 MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012 Description: Days: 5 Prerequisites: This course describes private cloud configuration and deployment with Microsoft System

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

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

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery.

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery. Offline Operations Traffic ManagerLarge Memory SKU SQL, SharePoint, BizTalk Images HDInsight Windows Phone Support Per Minute Billing HTML 5/CORS Android Support Custom Mobile API AutoScale BizTalk Services

More information

HYPER-V CLOUD DEPLOYMENT GUIDES MODULE 3: OPERATIONS

HYPER-V CLOUD DEPLOYMENT GUIDES MODULE 3: OPERATIONS HYPER-V CLOUD DEPLOYMENT GUIDES MODULE 3: OPERATIONS The Hyper-V Cloud Deployment Guides from Microsoft can help IT Pros by: Accelerating deployment by providing best practices for planning and delivering

More information

Introduction to Hyper-V High-Availability

Introduction to Hyper-V High-Availability Introduction to Hyper-V High-Availability Symon Perriman Vice-President, 5nine Software Contents Introduction to Hyper-V High-Availability...4 How Failover Clustering Works....5 Deploy a Failover Cluster...6

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

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

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

How To Make A Cloud Based System A Successful Business Model

How To Make A Cloud Based System A Successful Business Model Virtualization in an automation perspective Torbjörn Turpeinen Senior Technical Sales Consultant 2010 Invensys. All Rights Reserved. The names, logos, and taglines identifying the products and services

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

Windows Server 2008 R2 Hyper V. Public FAQ

Windows Server 2008 R2 Hyper V. Public FAQ Windows Server 2008 R2 Hyper V Public FAQ Contents New Functionality in Windows Server 2008 R2 Hyper V...3 Windows Server 2008 R2 Hyper V Questions...4 Clustering and Live Migration...5 Supported Guests...6

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Configuring and Deploying a Private Cloud Course: MS20247D

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

Course Outline. Create and configure virtual hard disks. Create and configure virtual machines. Install and import virtual machines.

Course Outline. Create and configure virtual hard disks. Create and configure virtual machines. Install and import virtual machines. Server Virtualization with Windows Server Hyper-V and System Centre Duration 5 days Course Code SSM20409 Format Instructor Led Overview This five day course will provide you with the knowledge and skills

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

2009 AAMGA Automation Conference

2009 AAMGA Automation Conference 2009 AAMGA Automation Conference Kenny Morris, MCSE Manager of Network Services CRC Insurance Services, Inc. kmorris@crcins.com Server Infrastructure 170 servers 70% in Central Datacenter 25% of server

More information

20247D: Configuring and Deploying a Private Cloud

20247D: Configuring and Deploying a Private Cloud 20247D: Configuring and Deploying a Private Course Details Course Code: Duration: Notes: 20247D 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

VIRTUALIZATION 101. Brainstorm Conference 2013 PRESENTER INTRODUCTIONS

VIRTUALIZATION 101. Brainstorm Conference 2013 PRESENTER INTRODUCTIONS VIRTUALIZATION 101 Brainstorm Conference 2013 PRESENTER INTRODUCTIONS Timothy Leerhoff Senior Consultant TIES 21+ years experience IT consulting 12+ years consulting in Education experience 1 THE QUESTION

More information

MS-10215: Implementing and Managing Microsoft Server Virtualization. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery

MS-10215: Implementing and Managing Microsoft Server Virtualization. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery MS-10215: Implementing and Managing Microsoft Server Virtualization This five-day instructor led course will provide you with the knowledge and skills to deploy and manage a server virtualization environment

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the

More information

VMware vsphere-6.0 Administration Training

VMware vsphere-6.0 Administration Training VMware vsphere-6.0 Administration Training Course Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Classroom Fee = 20,000 INR Online / Fast-Track Fee = 25,000 INR Fast

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2.

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2. M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK 2014 2015 Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2. What are the different types of virtualization? Explain

More information

EMC Virtual Infrastructure for Microsoft SQL Server

EMC Virtual Infrastructure for Microsoft SQL Server Microsoft SQL Server Enabled by EMC Celerra and Microsoft Hyper-V Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information in this publication is accurate

More information

Microsoft Private Cloud

Microsoft Private Cloud Software Development & Education Center Microsoft Private Cloud Exam 70-410, Course 20410B Installing and Configuring Windows Server 2012 About this Course This course is part one of a three-part series

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

Citrix XenServer 6 Administration

Citrix XenServer 6 Administration Citrix XenServer 6 Administration CTX-XS06 DESCRIZIONE: In this Citrix XenServer 6.0 training course, you will gain the foundational knowledge necessary to effectively install, configure, administer, and

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

Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012

Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012 Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012 OVERVIEW About this Course This course describes private cloud configuration and deployment with Microsoft System Center

More information

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning Duration: 3.00 Day(s)/ 24 hrs Overview: This three-day

More information

Microsoft System Center Virtual Machine Manager 2008: Overview. Lee Chiang Yen Principal Trainer NetAssist Services

Microsoft System Center Virtual Machine Manager 2008: Overview. Lee Chiang Yen Principal Trainer NetAssist Services Microsoft System Center Virtual Machine Manager 2008: Overview Lee Chiang Yen Principal Trainer NetAssist Services 1 Objectives And Agenda Microsoft Virtualization Background System Center and Virtualization

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Microsoft System Center Virtual

More information

20409B: Server Virtualization with Windows Server Hyper-V and System Center

20409B: Server Virtualization with Windows Server Hyper-V and System Center 20409B: Server with Windows Server Hyper-V and System Center Course Details Course Code: Duration: Notes: 20409B 5 days Elements of this syllabus are subject to change. About this course This five day

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

Course 20247: Configuring and Deploying a Private Cloud

Course 20247: Configuring and Deploying a Private Cloud Course 20247: Configuring and Deploying a Private Cloud Type:Course Audience(s):IT Professionals Technology:Microsoft System Center Level:300 This Revision:D Delivery method: Instructor-led (classroom)

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

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