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

Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

  • Upload
    others

  • View
    24

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Veeam 74-409 Study WebinarServer Virtualization with Windows Server Hyper-V and System CenterOrin Thomas

@orinthomas

Page 2: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

http://hyperv.veeam.com/study-guide-microsoft-certification-exam-74-409-server-virtualization-windows-server-hyper-v-system-center-4202/

Page 3: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

In this seminar we’ll cover:

• Study techniques

• Lab suggestion

•74-409 Objectives

Page 4: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 5: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 6: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

OD 1: Configure Hyper-V

•Create and configure VM settings

•Create and configure VM storage

•Create and configure virtual networks

Page 7: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Some content covered from the perspective of Hyper-V, such as VM

storage, is also covered from the perspective of VMM.

Page 8: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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.

Page 9: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 10: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Resource Metering

•Allows you to track CPU, RAM, network, and storage utilization for chargeback

• Enabled and monitored through PowerShell

Page 11: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 12: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 13: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 14: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

RemoteFX

•Provides virtual 3D graphics adapter and USB redirection support for VMs

•Requires a compatible GPU

•Cannot be used with generation 2 VMs

Page 15: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 16: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 17: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 18: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Online VHD resize

•Virtualization Host 2012 R2

•VHDX format

•Attached to a virtual SCSI controller

• If shrinking, have already shrunk in guest VM OS

Page 19: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 20: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 21: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 22: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 23: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 24: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Optimize Network Performance

•Configure bandwidth management at the virtual network adapter level

•Configure minimum bandwidth reservation

•Configure maximum bandwidth utilization

Page 25: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 26: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 27: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 28: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 29: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 30: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 31: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

OD 2: Configure and Manage Virtual Machine High Availability•Configure failover clustering with Hyper-V

•Manage failover clustering roles

•Manage virtual machine movement

Page 32: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 33: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 34: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 35: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 36: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 37: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 38: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 39: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 40: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 41: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 42: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 43: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 44: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 45: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 46: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 47: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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)

Page 48: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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.

Page 49: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 50: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

P2V Migrations

•Physical to virtual migrations

•Not supported by VMM 2012 R2

• Supported by VMM 2012

Page 51: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

V2V Migrations

•Migrate from 3rd party hypervisors to Hyper-V

•VMM 2012 R2 supports V2V from• VMware ESX 4.1• VMware ESXi 4.1• VMware ESXi 5.1

Page 52: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 53: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Delegating Virtualization Management Tasks• You create User Roles by selecting

• Role Profiles• Members• Scope• Library servers• Run As accounts

Page 54: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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)

Page 55: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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.

Page 56: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 57: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Quotas

•Allow you to limit the use of• Virtual CPUs• Memory• Storage• Virtual Machines

•Can be configured at the role level or member level

Page 58: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 59: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 60: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 61: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Third Party Integration

• You can use VMM 2012 R2 to manage:• VMware ESX• VMware ESXi• Citrix XenServer

Page 62: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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.

Page 63: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 64: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 65: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 66: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 67: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Guest OS Profile

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

Page 68: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 69: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 70: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

VMM Port Profiles / Logical Switches

• Function as collections for configuration settings for network adapters across multiple virtualization hosts

Page 71: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 72: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

VMM Virtual Machine Networks

•Provide the interface through which VMs connect to a VMM Logical Network

Page 73: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

VMM MAC Pools

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

Page 74: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 75: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Windows Server Gateway

•A specially configured virtual machine that can route traffic between different networks

Page 76: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 77: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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)

Page 78: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 79: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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.

Page 80: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 81: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Integrate Service Manager 2012 R2

• ITIL / MOF Service Management implementation

•Central Platform to manage incidents, problems, changes, and releases.

Page 82: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 83: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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)

Page 84: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 85: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Audit Collection Services

•Allows you to centralize and analyze event log audit data

• Is an individual component of Operations Manager

Page 86: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 87: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 88: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 89: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 90: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 91: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

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

Page 92: Veeam 74-409 Study Webinar Server Virtualization with ...veeampdf.s3.amazonaws.com/slides/preparing-for-the... · •Windows Server 2008, Windows Server 2008 R2, & Windows Server

Thank You &

Good Luck On Your Exam!