Presentation is loading. Please wait.

Presentation is loading. Please wait.

What’s new in Hyper-V in Windows Server 2012 (Part 1) Stu Fox Technical Specialist, Microsoft NZ VIR312.

Similar presentations


Presentation on theme: "What’s new in Hyper-V in Windows Server 2012 (Part 1) Stu Fox Technical Specialist, Microsoft NZ VIR312."— Presentation transcript:

1 What’s new in Hyper-V in Windows Server 2012 (Part 1) Stu Fox (@stufox) Technical Specialist, Microsoft NZ VIR312

2

3

4

5 Scale-up Workloads LEARN MORE

6 Scale Scale isn’t just more virtual processors Live Migration should just work No tradeoffs Performance must increase with cores Maximize your investment Virtualise workloads considered “non-virtualisable” Let’s build the best cloud together

7 Windows Server 2008Windows Server 2008 R2Windows Server 2012 HW Logical Processor Support 16 LPs64 LPs320 LPs Physical Memory Support1 TB 4 TB Cluster Scale16 Nodes up to 1000 VMs 64 Nodes up to 8,000 VMs Virtual Machine Processor Support Up to 4 VPs Up to 64 VPs VM MemoryUp to 64 GB Up to 1 TB Live MigrationYes, one at a time Yes, with no limits. As many as hardware will allow. Live Storage MigrationNo. Quick Storage Migration via SCVMM Yes, with no limits. As many as hardware will allow. Servers in a Cluster16 64 VP:LP Ratio8:18:1 for Server 12:1 for Client (VDI) No limits. As many as hardware will allow.

8 NUMA (Non-uniform memory access) Helps hosts scale up the number of cores and memory access Partitions cores and memory into “nodes” Allocation and latency depends on the memory location relative to a processor High performance applications detect NUMA and minimize cross- node memory access Host NUMA Memory Processors NUMA node 1NUMA node 2

9 This is optimal… Memory allocation and thread allocations within the same NUMA node Memory populated in each NUMA node Host NUMA Memory Processors NUMA node 1NUMA node 2 Memory Processors NUMA node 3NUMA node 4

10 This isn’t optimal… System is imbalanced Memory allocation and thread allocations across different NUMA nodes Multiple node hops NUMA Node 2 has an odd number of DIMMS NUMA Node 3 doesn’t have enough NUMA Node 4 has no local memory (worst case) Memory Processors NUMA node 1NUMA node 2 Memory Processors NUMA node 3NUMA node 4 Host NUMA

11 Guest NUMA Presenting NUMA topology within VM Guest operating systems & apps can make intelligent NUMA decisions about thread and memory allocation Guest NUMA nodes are aligned with host resources Policy driven per host – best effort, or force alignment vNUMA node AvNUMA node BvNUMA node AvNUMA node B NUMA node 1NUMA node 2NUMA node 3NUMA node 4

12 Storage

13 Leverage storage array capabilities Maximize your investment Native access to SANs from VMs No tradeoffs Help reduce the cost of storage For workloads that don’t require a SAN Highly Scalable Virtual Disks Big data is here

14 Live Storage Migration Virtual Fiber Channel Support for File Based Storage on SMB 3.0 New VHDX Format Online MetaOperations Live VHD Merge (Snapshot Merge) Live New Parent Native 4K Disk Support Offloaded Data Transfer (ODX) UNMAP Support LEARN MORE

15 The New Default Format for Virtual Hard Disks Larger Virtual Disks Large Sector Support Enhanced Perf Larger Block Sizes Enhanced Resiliency Embed Custom Metadata User Defined Metadata

16 Queue Depth 16 IOPS

17 Queue Depth 16 MB/S 25%

18 Intelligent Storage Array Virtual Disk Actual Data Transfer Offload Read Token Offload Write Token

19 <1 Second! ~3 Minutes

20 VHD Stack

21 ODX & UNMAP

22 Windows Server 2008Windows Server 2008 R2Windows Server 2012 Live Storage MigrationNo. Quick Storage Migration via SCVMM Yes, with no limits. As many as hardware will allow. VMs on File StorageNo Yes, SMB 3.0 Guest Fiber ChannelNo Yes Virtual Disk FormatVHD up to 2 TB VHDX up to 64 TB VM Guest ClusteringYes, via iSCSI Yes, via iSCSI or FC Native 4k Disk SupportNo Yes Live VHD MergeNo, offline. Yes Live New ParentNo Yes Secure Offloaded Data Transfer (ODX) No Yes

23 Hyper-V: Over 1 Millions IOPs from a Single VM Industry Leading IO Performance VM storage performance on par with native Performance scales linearly with increase in virtual processors Windows Server 2012 Hyper-V can virtualise over 99% of the world’s SQL Server.

24 Securing Data at Rest

25

26 Clustering & Resiliency

27 VMs Need Access to Fibre Channel SANs We have apps and data there… Legacy Apps that don’t support Clustering Let’s improve availability of those apps too Ease integration with SAN replication/snapshotting Make it all work. Highly Scalable Virtual Disks Big data.

28 Windows NIC Teaming Continuously Available File Server (SMB) storage CSV 2.0 Integration with Storage Arrays for Replication & HW snapshots out of the box Guest Clustering via Fiber Channel for HA Support for Concurrent Live/Live Storage Migrations Major Failover Cluster Enhancements… LEARN MORE LEARN MORE

29 Support for 64 nodes & 8,000 VMs in a Cluster Cluster Aware Updating Cluster Shared Volumes 2.0 VM Failover Prioritization Anti-Affinity VM Rules Cluster Wide Task Scheduling Inbox Live Migration Queuing SMB Support Hyper-V App Monitoring Guest Clustering via Fiber Channel… LEARN MORE LEARN MORE

30 NPIV port(s)

31 Disaster Recovery Hyper-V Replica for Asynchronous Replication CSV 2.0 Integration with Storage Arrays for Synchronous Replication Application/Service Failover Non-Cluster Aware Apps: Hyper-V App Monitoring VM Guest Cluster: iSCSI, Fiber Channel VM Guest Teaming of SR-IOV NICs I/O Redundancy Network Load Balancing & Failover via Windows NIC Teaming Storage Multi-Path IO (MPIO) Multi-Channel SMB Physical Node Redundancy Live Migration for Planned Downtime Failover Cluster for Unplanned Downtime Hardware Fault Windows Hardware Error Architecture (WHEA)/RAS

32 Automation & Manageability

33 Windows Server 2008Windows Server 2008 R2Windows Server 2012 Hyper-V PowerShellNo Yes Network PowerShellNo Yes Storage PowerShellNo Yes SCONFIGNoYes Enable/Disable ShellNo (Server Core @ OS Setup) No (Server Core @ OS Setup) Yes, MinShell VMConnect Support for RemoteFX N/ANoYes

34 Hyper-V PowerShell

35 Host Configuration New-NetLbfoTeam -Name "Guest" -teamMembers ("Ethernet", "Ethernet 3") New-NetLbfoTeam -Name "Management" -teamMembers ("Ethernet 2", "Ethernet 4") New-NetIPAddress –IPAddress -InterfaceAlias "Management" -PrefixLength 24 -DefaultGateway -AddressFamily IPv4 Set-DnsClientServerAddress -InterfaceAlias "Management" -ServerAddresses (“ ",“ ") Rename-Computer Add-computer -DomainName Restart-computer Install-windowsfeature -Name Hyper-V Install-windowsfeature -Name RSAT-Hyper-V-Tools Restart-Computer new-vmswitch -Name "BPC" -AllowManagementOS $false -NetAdapterName "Guest" new-item -Path "D:\virtual hard disks" -ItemType directory new-item -Path "D:\virtual machines" -ItemType directory set-vmhost -VirtualHardDiskPath "D:\virtual hard disks" -VirtualMachinePath "D:\virtual Machines" new-item -Path "D:\gold images" -itemtype directory new-item -Path "D:\replica hard disks" -itemtype directory Set-VMReplicationServer -AllowedAuthenticationType Kerberos -ReplicationAllowedFromAnyServer $true - ReplicationEnabled $true -DefaultStorageLocation "D:\replica hard disks" set-vmhost -UseAnyNetworkForMigration $true enable-vmmigration

36

37 Resource Metering

38 Virtual Machine Migration

39

40

41 Breakout Sessions (session codes and titles) Hands-on Labs (session codes and titles) Product Demo Stations (demo station title and location) Related Certification Exam Find Me Later At…

42


Download ppt "What’s new in Hyper-V in Windows Server 2012 (Part 1) Stu Fox Technical Specialist, Microsoft NZ VIR312."

Similar presentations


Ads by Google