SlideShare ist ein Scribd-Unternehmen logo
1 von 34
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V® 2012 vs vSphere® 5.1
Understanding the Differences
June 2013
About the Speakers
» Scott Lowe
 20 years experience in the IT industry
 Prolific author of thousands of articles and 4 books
 Top virtualization blogger, two-time vExpert
 Founder and Managing Consultant, The 1610 Group
Follow me on Twitter @otherscottlowe
» Lawrence Garvin
 SolarWinds Head Geek for Systems Management
 Microsoft Certified IT Professional
 Microsoft MVP (eight consecutive times)
 25 years experience in the IT Industry
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Agenda
» Why Should You Learn About Hyper-V?
» Hypervisor Types and Footprints
» Kernel Variances
» A Similarity: CPU Scheduling Controls
» vSphere Memory Handling
» Hyper-V Dynamic Memory
» Product Storage Options
» vSphere Storage Capabilities
» Networking
» Workload Migrations
» Cost Comparison Scenario
3
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Why Should You Learn About Hyper-V?
» You may not always be working with VMware®
» With Windows® 2012, Microsoft® released a new version of
Hyper-V with new features, a trend continuing with the
release of Windows Server® 2012 R2
» For many organizations, Hyper-V 2008 R2 proved to be ok for
limited workloads while Hyper-V 2012 has largely closed the
gap
» For those with existing Microsoft infrastructures, Hyper-V may
be the best fit
» We’re in the multi-hypervisor age
4
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hypervisor Types and Footprints
» Common misunderstanding
 Both vSphere and Hyper-V are Type 1 hypervisors
 vSphere has a much smaller footprint than Hyper-V
• vSphere: 144 MB
• Hyper-V: Minimum of 5 GB (Server Core), 10 GB (Full GUI)
5
» Hyper-V requires the use of a
“root partition” for operations
» General purpose Windows =
greater hardware compatibility
 vSphere remains less forgiving on
hardware compatibility
© 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Kernel Variances
» vSphere
 Monolithic kernel
 vSphere architecture revolves
around a more monolithic core
which includes many shared drivers
as well as the virtualization stack
» Hyper-V
 Microkernelized
 Lends flexibility and security to the hypervisor model by isolating the
virtual machines from one another with little shared code, such as
drivers
 More synthetic drivers are used, which can boost overall service
performance
6
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A Similarity: CPU Scheduling Controls
» vSphere
 Shares. If a VM has a share value that is half of
another, it’s entitled to only half the CPU resources.
 Reservation. A guarantee that a virtual machine will
receive at least some level of resourcing.
 Limit. Limits the ability of the virtual machine to
consume unlimited resources.
 vSphere has a powerful CPU scheduling mechanism in
place that ensures that virtual machines receive
attention from the system. VMware has produced a
white paper that goes into great technical depth for
how this scheduling is achieved.
• http://www.vmware.com/files/pdf/techpaper/VMware-
vSphere-CPU-Sched-Perf.pdf
7
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A Similarity: CPU Scheduling Controls
» Hyper-V
 Virtual machine reserve (percentage). Allows the reservation of a
portion of the server’s total processing resources for this virtual
machine.
 Virtual machine limit (percentage). Limit how much of a host’s
processing resources can be consumed by a single virtual machine.
 Relative weight. allows the weighting of this virtual machine against
others.
8
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A Similarity: CPU Scheduling Controls
» Hyper-V
 Virtual machine reserve (percentage). Allows the reservation of a
portion of the server’s total processing resources for this virtual
machine.
 Virtual machine limit (percentage). Limit how much of a host’s
processing resources can be consumed by a single virtual machine.
 Relative weight. allows the weighting of this virtual machine against
others.
9
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Automated Resource Scheduling
» vSphere
 Distributed Resource Scheduler
• Aggregates cluster resources into a single resource pool
• Provides both initial placement services and continuous optimization
• Enables affinity rules to ensure that workload placement meets business
and availability rules
• Supports clusters of up to 32 hosts and 4,000 virtual machines
» Hyper-V
 Resource placement
• When used with VMM 2012 provides Dynamic Optimization
• Provides cluster-level workload balancing for VMs
• By default, every 10 minutes, evaluates state and rebalances as necessary
• Anti-affinity rules possible with VMM 2012 SP1+
10
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
vSphere Memory Handling
» VMware Oversubscription/Overcommit. Allows administrators
to assign more aggregate RAM to virtual machines than is
actually physically available in the server.
 Transparent Page Sharing. This is basically a deduplication method
applied to RAM rather than storage.
 Guest Ballooning. A method by which virtual machines can borrow
memory from one another.
11
» Memory compression. A technique that
is used to prevent the hypervisor from
needing to swap memory pages to disk
when RAM becomes limited.
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Memory Handling
» Dynamic Memory relies
primarily on a process
similar to vSphere Guest
Ballooning feature.
 To prevent a virtual machine
from having RAM reduced to
dangerous levels, Hyper-V
provides a (default) buffer of
20% of unused memory.
» Smart Paging uses disk as a
temporary cache in certain
VM reboot scenarios.
12
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Product Storage Options
13
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Supported Storage Features
14
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
VMFS vs. VHD
» Both VMware and Microsoft provide clustering mechanisms
» VHD/VHDX relies on MS CSV
 Much more complicated than vSphere clustering
» Both MS and VMware provide
direct access to storage
 vSphere: Raw Device
Mapping (RDM)
 Hyper-V: Pass-through disks
15
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
vSphere Storage Capabilities
» Centralized management of datastores. A single location in
which all data stores can be managed in order to provide
more visibility into the environment.
» Storage Management Initiative Specification (SMI-S)
support. Standardized monitoring of storage.
» Caching. Improves performance.
» Storage DRS. A way to automatically place VMs to load
balance Storage IO demands.
16
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Storage Capabilities
» Centralized management of datastores. A single location in
which all data stores can be managed in order to provide
more visibility into the environment. Provided with VMM.
» Storage Management Initiative Specification (SMI-S)
support. Standardized monitoring of storage.
» No good answer yet to storage DRS.
17
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Power Management
» VMware Distributed Power
Management (DPM). Combine
workloads onto fewer physical
machines, which also reduces the
amount of electricity consumed
in aggregate.
» Hyper-V Power Optimization.
Power Optimization can shut
down hosts that are not
necessary to meet cluster
performance and resource
requirement.
» These techniques automate the
process of energy conservation,
leaving the administrator free to
focus elsewhere .
18
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
vSphere Network Features
» vSphere
 TCP Segmentation Offload. The TCP/IP stack can submit frames of up
to 64 KB to the NIC -- the NIC then repackages these frames into sizes
that fit inside the network’s maximum transmission unit (MTU) size.
 NetQueue. Enables the system to process multiple network receive
requests simultaneously across multiple CPUs.
 iSCSI. iSCSI traffic results in a “double hit” from a CPU overhead
perspective.
 Distributed Virtual Switch. A virtual device that spans multiple
vSphere hosts (Enterprise Plus only). vSphere also includes port
mirroring capability.
19
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Network Features
» Large Send Offload (LSO). Provides Hyper-V hosts with the
ability to submit larger frames – in this case up to 256KB in
size – to the network adapter for further processing
» Virtual Machine Queue (VMQ). Creates
multiple virtual network queues for each
virtual machine. Network packets
destined for these virtual machines are
then sent directly to the VM, reducing
some overhead
20
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Hyper-V Network Features
» SR-IOV. enables an administrator to directly assign a
supported physical NIC to a virtual machine. This option
carries with it some network throughout and host CPU
performance benefits since the hypervisor does not have to
abstract and manage the network communications for that
adapter.
» Hyper-V Extensible Switch
 Included in all editions of Hyper-V, including the free edition. This
software construct runs in the management partition and brings to
Hyper-V a host of capabilities. Most importantly, the software switch
greatly simplifies the deployment of Hyper-V into multi-tenant
environments by offering private VLANs, DHCP Guard, and improved
monitoring capabilities. Microsoft extensible switch also includes port
mirroring capabilities.
21
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Workload Migration
» vSphere
 vMotion is one of VMware
claims
to fame and for good reason
 Zero downtime migrations
 Multiple network adapter use
 Metro vMotion
 No shared storage requirement
» Hyper-V
 Hyper-V has caught up with Live
Migration
 Zero downtime migrations
 Shared nothing Live Migration
 Requires Microsoft Failover
Clustering
• More complex environment
22
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Storage Migration
» vSphere
 Storage vMotion is another of
VMware’s claims to fame
• Zero downtime migrations
• Thick to thin
• Raw Device Mapping disk (RDM) to VMDK
» Hyper-V
 Live Storage Migration
• No shared resources required
• Zero downtime
23
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Availability
» vSphere
 VMware High Availability
• Monitors virtual machines to detect operating system and hardware
failures and moves workloads to other hosts
 VMware Fault Tolerance
• Continuous protection for mission critical workloads by running a shadow
copy of a protected VM
» Hyper-V
 Vastly simplified in Hyper-V 2012, but still behind VMware
 Relies on MSCS
24
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
High Level Comparison
25
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A cost comparison scenario
» Impossible to do 1:1 comparison for every scenario
» Pricing Assumptions
26
http://www.vmware.com/products/datacen
ter-virtualization/vsphere/pricing.html
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
A cost comparison scenario
» Environmental assumptions
 This example will assume a need for 150 virtual machines
 Consolidation ratio: 15 to 1 = 10 hosts, 2 processors each
27
http://www.microsoft.com/en-us/server-cloud/windows-
server/buy.aspx
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Registration Survey Response #1
28
What are your plans for Hyper-V deployment?
Results based on registration responses as of 6/14/13
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Registration Survey Response #2
29
Will you run a mixed hypervisor environment?
Results based on registration responses as of 6/14/13
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
The Future of Hyper-V
» Hyper-V 2012 R2 will bring even more to the table
 Hyper-V Recovery Manager (Azure-based)
 Generation 2 virtual machines
• UEFI boot only
• Server 2012+, Windows 8+ only
 Additional monitoring metrics
 Storage Quality of Service
 FULL Linux® guest support
 USB passthrough
30
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Summary
» VMware still holds a lead in certain critical areas, but that lead
is often very narrow
» For mission critical needs, many continue to choose
vSphere, but its share is waning
31
http://wikibon.org/wiki/v/VMware%27s_hypervisor_hold_may_be_waning
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
The SolarWinds Story
» Why Do I Need Virtualization Management?
 As the hypervisor takes on more management and automation tasks:
• It is harder to manually connect VM, host, datastore, and HW resources
• Change happens very quickly requiring automated alerting & monitoring
• Hard to track contention in shared resources
» SolarWinds® Virtualization Manager is:
 Easy to find
• www.solarwinds.com
• Partner websites, and Internet Search
 Easy to buy
• Downloadable from the website for evaluation and purchase
• Affordable price points
 Easy to install
• Products can be downloaded, installed, and configured generally in less than an hour
• No Professional Services needed for deployment
 Easy to use
• Windows-based products
• Intuitive user interfaces and graphical tools
32
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Questions & Answers
33
© 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
Thank You
The SOLARWINDS and SOLARWINDS & Design marks are the exclusive property of
SolarWinds Worldwide, LLC, are registered with the U.S. Patent and Trademark
Office, and may be registered or pending registration in other countries. All other
SolarWinds trademarks, service marks, and logos may be common law marks, registered
or pending registration in the United States or in other countries. All other trademarks
mentioned herein are used for identification purposes only and may be or are
trademarks or registered trademarks of their respective companies.

Weitere ähnliche Inhalte

Was ist angesagt?

Implementing a Hyper-V Virtualization Infrastructure
Implementing a Hyper-V Virtualization InfrastructureImplementing a Hyper-V Virtualization Infrastructure
Implementing a Hyper-V Virtualization InfrastructureASPE, Inc.
 
Xen server 6.1 customer presentation
Xen server 6.1 customer presentationXen server 6.1 customer presentation
Xen server 6.1 customer presentationNuno Alves
 
VMware vSphere Version Comparison 4.0 to 6.5
VMware  vSphere Version Comparison 4.0 to 6.5VMware  vSphere Version Comparison 4.0 to 6.5
VMware vSphere Version Comparison 4.0 to 6.5Sabir Hussain
 
Hyper V in Windows Server 2012
Hyper V in Windows Server 2012Hyper V in Windows Server 2012
Hyper V in Windows Server 2012Lai Yoong Seng
 
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double PerformanceHow to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double PerformanceStarWind Software
 
2015 02-10 xen server master class
2015 02-10 xen server master class2015 02-10 xen server master class
2015 02-10 xen server master classCitrix
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksAmit Gatenyo
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloudChetna Purohit
 
Server Virtualization using Hyper-V
Server Virtualization using Hyper-VServer Virtualization using Hyper-V
Server Virtualization using Hyper-VMd Yousup Faruqu
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1Sanjeev Kumar
 
VMware vSphere 5 seminar
VMware vSphere 5 seminarVMware vSphere 5 seminar
VMware vSphere 5 seminarMarkiting_be
 
Xen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationXen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationsolarisyougood
 
Hypervisor comparison 201212
Hypervisor comparison 201212Hypervisor comparison 201212
Hypervisor comparison 201212Chang kil Lee
 
VMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewVMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewESXLab
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5Vepsun Technologies
 
virtualization (Hyper-V)
virtualization (Hyper-V)virtualization (Hyper-V)
virtualization (Hyper-V)Mohamed Hesham
 
V mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kitV mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kitsolarisyougood
 
Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization QuestionsTrupti Jethva
 
Xen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationXen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationNuno Alves
 

Was ist angesagt? (20)

Implementing a Hyper-V Virtualization Infrastructure
Implementing a Hyper-V Virtualization InfrastructureImplementing a Hyper-V Virtualization Infrastructure
Implementing a Hyper-V Virtualization Infrastructure
 
Xen server 6.1 customer presentation
Xen server 6.1 customer presentationXen server 6.1 customer presentation
Xen server 6.1 customer presentation
 
VMware vSphere Version Comparison 4.0 to 6.5
VMware  vSphere Version Comparison 4.0 to 6.5VMware  vSphere Version Comparison 4.0 to 6.5
VMware vSphere Version Comparison 4.0 to 6.5
 
Hyper V in Windows Server 2012
Hyper V in Windows Server 2012Hyper V in Windows Server 2012
Hyper V in Windows Server 2012
 
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double PerformanceHow to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
How to Optimize Microsoft Hyper-V Failover Cluster and Double Performance
 
2015 02-10 xen server master class
2015 02-10 xen server master class2015 02-10 xen server master class
2015 02-10 xen server master class
 
Hyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and TricksHyper-V Best Practices & Tips and Tricks
Hyper-V Best Practices & Tips and Tricks
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloud
 
Server Virtualization using Hyper-V
Server Virtualization using Hyper-VServer Virtualization using Hyper-V
Server Virtualization using Hyper-V
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
 
VMware vSphere 5 seminar
VMware vSphere 5 seminarVMware vSphere 5 seminar
VMware vSphere 5 seminar
 
Xen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationXen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentation
 
Hypervisor comparison 201212
Hypervisor comparison 201212Hypervisor comparison 201212
Hypervisor comparison 201212
 
VMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewVMware vSphere 5.1 Overview
VMware vSphere 5.1 Overview
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5
 
virtualization (Hyper-V)
virtualization (Hyper-V)virtualization (Hyper-V)
virtualization (Hyper-V)
 
V mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kitV mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kit
 
VMware vSphere 6 & Horizon View 6.1 – What's New ?
VMware vSphere 6 & Horizon View 6.1 – What's New ?VMware vSphere 6 & Horizon View 6.1 – What's New ?
VMware vSphere 6 & Horizon View 6.1 – What's New ?
 
Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization Questions
 
Xen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentationXen server 6.1 technical sales presentation
Xen server 6.1 technical sales presentation
 

Andere mochten auch

Gaji pp 22 tnh 2013
Gaji pp 22 tnh 2013Gaji pp 22 tnh 2013
Gaji pp 22 tnh 2013Ponex Zaza
 
IMAFS Manage your inventory levels with state of the art optimization tools
IMAFS Manage your inventory levels with state of the art optimization toolsIMAFS Manage your inventory levels with state of the art optimization tools
IMAFS Manage your inventory levels with state of the art optimization toolsIMAFS
 
Palau ICH-ESD Project
Palau ICH-ESD ProjectPalau ICH-ESD Project
Palau ICH-ESD ProjectNorma Urena
 
Gordie Lockbaum transcript
Gordie Lockbaum transcriptGordie Lockbaum transcript
Gordie Lockbaum transcriptJoseph Tutino
 
Natal-GP04-Lisarb-Estratego
Natal-GP04-Lisarb-EstrategoNatal-GP04-Lisarb-Estratego
Natal-GP04-Lisarb-EstrategoMarco Coghi
 
Apresentação de Negócios Milennium Prime
Apresentação de Negócios Milennium PrimeApresentação de Negócios Milennium Prime
Apresentação de Negócios Milennium PrimeGabriela Maia Lima
 
Disaster recovery
Disaster recoveryDisaster recovery
Disaster recoverySameeu Imad
 
What's New in windows server 2012 R2 Hyper V?
What's New in windows server 2012 R2 Hyper V?What's New in windows server 2012 R2 Hyper V?
What's New in windows server 2012 R2 Hyper V?Lai Yoong Seng
 
Google Sprint Workshop
Google Sprint WorkshopGoogle Sprint Workshop
Google Sprint WorkshopJen-Chieh Ko
 
Asap methodology for implementation
Asap methodology for implementationAsap methodology for implementation
Asap methodology for implementationallana13
 
Bersyukur dengan memelihara Alam
Bersyukur dengan memelihara Alam Bersyukur dengan memelihara Alam
Bersyukur dengan memelihara Alam dedevrylizzer
 

Andere mochten auch (19)

Gaji pp 22 tnh 2013
Gaji pp 22 tnh 2013Gaji pp 22 tnh 2013
Gaji pp 22 tnh 2013
 
IMAFS Manage your inventory levels with state of the art optimization tools
IMAFS Manage your inventory levels with state of the art optimization toolsIMAFS Manage your inventory levels with state of the art optimization tools
IMAFS Manage your inventory levels with state of the art optimization tools
 
Palau ICH-ESD Project
Palau ICH-ESD ProjectPalau ICH-ESD Project
Palau ICH-ESD Project
 
Suprimais
SuprimaisSuprimais
Suprimais
 
Itba
ItbaItba
Itba
 
Gordie Lockbaum transcript
Gordie Lockbaum transcriptGordie Lockbaum transcript
Gordie Lockbaum transcript
 
Learnboost
LearnboostLearnboost
Learnboost
 
Natal-GP04-Lisarb-Estratego
Natal-GP04-Lisarb-EstrategoNatal-GP04-Lisarb-Estratego
Natal-GP04-Lisarb-Estratego
 
PMO em Lisarb
PMO em LisarbPMO em Lisarb
PMO em Lisarb
 
Apresentação de Negócios Milennium Prime
Apresentação de Negócios Milennium PrimeApresentação de Negócios Milennium Prime
Apresentação de Negócios Milennium Prime
 
My vacations
My vacationsMy vacations
My vacations
 
Disaster recovery
Disaster recoveryDisaster recovery
Disaster recovery
 
What's New in windows server 2012 R2 Hyper V?
What's New in windows server 2012 R2 Hyper V?What's New in windows server 2012 R2 Hyper V?
What's New in windows server 2012 R2 Hyper V?
 
Accommodation Substations
Accommodation SubstationsAccommodation Substations
Accommodation Substations
 
Google Sprint Workshop
Google Sprint WorkshopGoogle Sprint Workshop
Google Sprint Workshop
 
Asap methodology for implementation
Asap methodology for implementationAsap methodology for implementation
Asap methodology for implementation
 
Bersyukur dengan memelihara Alam
Bersyukur dengan memelihara Alam Bersyukur dengan memelihara Alam
Bersyukur dengan memelihara Alam
 
Hidup Bersyukur
Hidup BersyukurHidup Bersyukur
Hidup Bersyukur
 
Filipino values
Filipino valuesFilipino values
Filipino values
 

Ähnlich wie Hyper v® 2012 vs v sphere™ 5.1 understanding the differences

Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxfredysitorus0706
 
Cloud Computing using virtulization
Cloud Computing using virtulizationCloud Computing using virtulization
Cloud Computing using virtulizationAJIT NEGI
 
Presentation v mworld 2011
Presentation   v mworld 2011Presentation   v mworld 2011
Presentation v mworld 2011solarisyourep
 
VMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
VMworld 2013: Maximize Database Performance in Your Software-Defined Data CenterVMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
VMworld 2013: Maximize Database Performance in Your Software-Defined Data CenterVMworld
 
Varrow VMworld Update and vCHS Lunch and Learn Presentation
Varrow VMworld Update and vCHS Lunch and Learn PresentationVarrow VMworld Update and vCHS Lunch and Learn Presentation
Varrow VMworld Update and vCHS Lunch and Learn PresentationVarrow Inc.
 
South jersey sql virtualization
South jersey sql virtualizationSouth jersey sql virtualization
South jersey sql virtualizationJoseph D'Antoni
 
Chap 2 virtulizatin
Chap 2 virtulizatinChap 2 virtulizatin
Chap 2 virtulizatinRaj Sarode
 
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0xKinAnx
 
Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...Elena Nanos
 
VMWARE Professionals - Availability and Resiliency
VMWARE Professionals -  Availability and ResiliencyVMWARE Professionals -  Availability and Resiliency
VMWARE Professionals - Availability and ResiliencyPaulo Freitas
 
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan ShettyTrack 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan ShettyEMC Forum India
 
VMworld - sto7650 -Software defined storage @VMmware primer
VMworld - sto7650 -Software defined storage  @VMmware primerVMworld - sto7650 -Software defined storage  @VMmware primer
VMworld - sto7650 -Software defined storage @VMmware primerDuncan Epping
 
TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0Robb Boyd
 
Cisco HyperFlex 3.0
Cisco HyperFlex 3.0Cisco HyperFlex 3.0
Cisco HyperFlex 3.0Chase Rothe
 
V sphere 5 roadshow final
V sphere 5 roadshow finalV sphere 5 roadshow final
V sphere 5 roadshow finalbluechipper
 
Datacenter virtualiazation
Datacenter virtualiazationDatacenter virtualiazation
Datacenter virtualiazationRuhul Amin
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupEPC Group
 
VMware Vsan vtug 2014
VMware Vsan vtug 2014VMware Vsan vtug 2014
VMware Vsan vtug 2014csharney
 

Ähnlich wie Hyper v® 2012 vs v sphere™ 5.1 understanding the differences (20)

Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptx
 
Cloud Computing using virtulization
Cloud Computing using virtulizationCloud Computing using virtulization
Cloud Computing using virtulization
 
Virtualisation.pptx
Virtualisation.pptxVirtualisation.pptx
Virtualisation.pptx
 
Presentation v mworld 2011
Presentation   v mworld 2011Presentation   v mworld 2011
Presentation v mworld 2011
 
VMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
VMworld 2013: Maximize Database Performance in Your Software-Defined Data CenterVMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
VMworld 2013: Maximize Database Performance in Your Software-Defined Data Center
 
Varrow VMworld Update and vCHS Lunch and Learn Presentation
Varrow VMworld Update and vCHS Lunch and Learn PresentationVarrow VMworld Update and vCHS Lunch and Learn Presentation
Varrow VMworld Update and vCHS Lunch and Learn Presentation
 
Cloud Technology: Virtualization
Cloud Technology: VirtualizationCloud Technology: Virtualization
Cloud Technology: Virtualization
 
South jersey sql virtualization
South jersey sql virtualizationSouth jersey sql virtualization
South jersey sql virtualization
 
Chap 2 virtulizatin
Chap 2 virtulizatinChap 2 virtulizatin
Chap 2 virtulizatin
 
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
Emc vspex customer_presentation_private_cloud_v_mware_mid_2.0
 
Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...Build your private cloud with paa s using linuxz cover story enterprise tech ...
Build your private cloud with paa s using linuxz cover story enterprise tech ...
 
VMWARE Professionals - Availability and Resiliency
VMWARE Professionals -  Availability and ResiliencyVMWARE Professionals -  Availability and Resiliency
VMWARE Professionals - Availability and Resiliency
 
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan ShettyTrack 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
Track 1 Virtualizing Critical Applications with VMWARE VISPHERE by Roshan Shetty
 
VMworld - sto7650 -Software defined storage @VMmware primer
VMworld - sto7650 -Software defined storage  @VMmware primerVMworld - sto7650 -Software defined storage  @VMmware primer
VMworld - sto7650 -Software defined storage @VMmware primer
 
TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0TechWiseTV Workshop: HyperFlex 3.0
TechWiseTV Workshop: HyperFlex 3.0
 
Cisco HyperFlex 3.0
Cisco HyperFlex 3.0Cisco HyperFlex 3.0
Cisco HyperFlex 3.0
 
V sphere 5 roadshow final
V sphere 5 roadshow finalV sphere 5 roadshow final
V sphere 5 roadshow final
 
Datacenter virtualiazation
Datacenter virtualiazationDatacenter virtualiazation
Datacenter virtualiazation
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
 
VMware Vsan vtug 2014
VMware Vsan vtug 2014VMware Vsan vtug 2014
VMware Vsan vtug 2014
 

Mehr von SolarWinds

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilitySolarWinds
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilitySolarWinds
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...SolarWinds
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsSolarWinds
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsSolarWinds
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...SolarWinds
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...SolarWinds
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsSolarWinds
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceSolarWinds
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceSolarWinds
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...SolarWinds
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion SolarWinds
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...SolarWinds
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning SolarWinds
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkSolarWinds
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...SolarWinds
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges SolarWinds
 

Mehr von SolarWinds (20)

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of Observability
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack Observability
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT Operations
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application Performance
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid Workforce
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your Network
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges
 

Kürzlich hochgeladen

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Kürzlich hochgeladen (20)

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

Hyper v® 2012 vs v sphere™ 5.1 understanding the differences

  • 1. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V® 2012 vs vSphere® 5.1 Understanding the Differences June 2013
  • 2. About the Speakers » Scott Lowe  20 years experience in the IT industry  Prolific author of thousands of articles and 4 books  Top virtualization blogger, two-time vExpert  Founder and Managing Consultant, The 1610 Group Follow me on Twitter @otherscottlowe » Lawrence Garvin  SolarWinds Head Geek for Systems Management  Microsoft Certified IT Professional  Microsoft MVP (eight consecutive times)  25 years experience in the IT Industry © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED.
  • 3. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Agenda » Why Should You Learn About Hyper-V? » Hypervisor Types and Footprints » Kernel Variances » A Similarity: CPU Scheduling Controls » vSphere Memory Handling » Hyper-V Dynamic Memory » Product Storage Options » vSphere Storage Capabilities » Networking » Workload Migrations » Cost Comparison Scenario 3
  • 4. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Why Should You Learn About Hyper-V? » You may not always be working with VMware® » With Windows® 2012, Microsoft® released a new version of Hyper-V with new features, a trend continuing with the release of Windows Server® 2012 R2 » For many organizations, Hyper-V 2008 R2 proved to be ok for limited workloads while Hyper-V 2012 has largely closed the gap » For those with existing Microsoft infrastructures, Hyper-V may be the best fit » We’re in the multi-hypervisor age 4
  • 5. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hypervisor Types and Footprints » Common misunderstanding  Both vSphere and Hyper-V are Type 1 hypervisors  vSphere has a much smaller footprint than Hyper-V • vSphere: 144 MB • Hyper-V: Minimum of 5 GB (Server Core), 10 GB (Full GUI) 5 » Hyper-V requires the use of a “root partition” for operations » General purpose Windows = greater hardware compatibility  vSphere remains less forgiving on hardware compatibility
  • 6. © 2012 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Kernel Variances » vSphere  Monolithic kernel  vSphere architecture revolves around a more monolithic core which includes many shared drivers as well as the virtualization stack » Hyper-V  Microkernelized  Lends flexibility and security to the hypervisor model by isolating the virtual machines from one another with little shared code, such as drivers  More synthetic drivers are used, which can boost overall service performance 6
  • 7. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A Similarity: CPU Scheduling Controls » vSphere  Shares. If a VM has a share value that is half of another, it’s entitled to only half the CPU resources.  Reservation. A guarantee that a virtual machine will receive at least some level of resourcing.  Limit. Limits the ability of the virtual machine to consume unlimited resources.  vSphere has a powerful CPU scheduling mechanism in place that ensures that virtual machines receive attention from the system. VMware has produced a white paper that goes into great technical depth for how this scheduling is achieved. • http://www.vmware.com/files/pdf/techpaper/VMware- vSphere-CPU-Sched-Perf.pdf 7
  • 8. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A Similarity: CPU Scheduling Controls » Hyper-V  Virtual machine reserve (percentage). Allows the reservation of a portion of the server’s total processing resources for this virtual machine.  Virtual machine limit (percentage). Limit how much of a host’s processing resources can be consumed by a single virtual machine.  Relative weight. allows the weighting of this virtual machine against others. 8
  • 9. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A Similarity: CPU Scheduling Controls » Hyper-V  Virtual machine reserve (percentage). Allows the reservation of a portion of the server’s total processing resources for this virtual machine.  Virtual machine limit (percentage). Limit how much of a host’s processing resources can be consumed by a single virtual machine.  Relative weight. allows the weighting of this virtual machine against others. 9
  • 10. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Automated Resource Scheduling » vSphere  Distributed Resource Scheduler • Aggregates cluster resources into a single resource pool • Provides both initial placement services and continuous optimization • Enables affinity rules to ensure that workload placement meets business and availability rules • Supports clusters of up to 32 hosts and 4,000 virtual machines » Hyper-V  Resource placement • When used with VMM 2012 provides Dynamic Optimization • Provides cluster-level workload balancing for VMs • By default, every 10 minutes, evaluates state and rebalances as necessary • Anti-affinity rules possible with VMM 2012 SP1+ 10
  • 11. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. vSphere Memory Handling » VMware Oversubscription/Overcommit. Allows administrators to assign more aggregate RAM to virtual machines than is actually physically available in the server.  Transparent Page Sharing. This is basically a deduplication method applied to RAM rather than storage.  Guest Ballooning. A method by which virtual machines can borrow memory from one another. 11 » Memory compression. A technique that is used to prevent the hypervisor from needing to swap memory pages to disk when RAM becomes limited.
  • 12. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Memory Handling » Dynamic Memory relies primarily on a process similar to vSphere Guest Ballooning feature.  To prevent a virtual machine from having RAM reduced to dangerous levels, Hyper-V provides a (default) buffer of 20% of unused memory. » Smart Paging uses disk as a temporary cache in certain VM reboot scenarios. 12
  • 13. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Product Storage Options 13
  • 14. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Supported Storage Features 14
  • 15. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. VMFS vs. VHD » Both VMware and Microsoft provide clustering mechanisms » VHD/VHDX relies on MS CSV  Much more complicated than vSphere clustering » Both MS and VMware provide direct access to storage  vSphere: Raw Device Mapping (RDM)  Hyper-V: Pass-through disks 15
  • 16. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. vSphere Storage Capabilities » Centralized management of datastores. A single location in which all data stores can be managed in order to provide more visibility into the environment. » Storage Management Initiative Specification (SMI-S) support. Standardized monitoring of storage. » Caching. Improves performance. » Storage DRS. A way to automatically place VMs to load balance Storage IO demands. 16
  • 17. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Storage Capabilities » Centralized management of datastores. A single location in which all data stores can be managed in order to provide more visibility into the environment. Provided with VMM. » Storage Management Initiative Specification (SMI-S) support. Standardized monitoring of storage. » No good answer yet to storage DRS. 17
  • 18. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Power Management » VMware Distributed Power Management (DPM). Combine workloads onto fewer physical machines, which also reduces the amount of electricity consumed in aggregate. » Hyper-V Power Optimization. Power Optimization can shut down hosts that are not necessary to meet cluster performance and resource requirement. » These techniques automate the process of energy conservation, leaving the administrator free to focus elsewhere . 18
  • 19. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. vSphere Network Features » vSphere  TCP Segmentation Offload. The TCP/IP stack can submit frames of up to 64 KB to the NIC -- the NIC then repackages these frames into sizes that fit inside the network’s maximum transmission unit (MTU) size.  NetQueue. Enables the system to process multiple network receive requests simultaneously across multiple CPUs.  iSCSI. iSCSI traffic results in a “double hit” from a CPU overhead perspective.  Distributed Virtual Switch. A virtual device that spans multiple vSphere hosts (Enterprise Plus only). vSphere also includes port mirroring capability. 19
  • 20. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Network Features » Large Send Offload (LSO). Provides Hyper-V hosts with the ability to submit larger frames – in this case up to 256KB in size – to the network adapter for further processing » Virtual Machine Queue (VMQ). Creates multiple virtual network queues for each virtual machine. Network packets destined for these virtual machines are then sent directly to the VM, reducing some overhead 20
  • 21. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Hyper-V Network Features » SR-IOV. enables an administrator to directly assign a supported physical NIC to a virtual machine. This option carries with it some network throughout and host CPU performance benefits since the hypervisor does not have to abstract and manage the network communications for that adapter. » Hyper-V Extensible Switch  Included in all editions of Hyper-V, including the free edition. This software construct runs in the management partition and brings to Hyper-V a host of capabilities. Most importantly, the software switch greatly simplifies the deployment of Hyper-V into multi-tenant environments by offering private VLANs, DHCP Guard, and improved monitoring capabilities. Microsoft extensible switch also includes port mirroring capabilities. 21
  • 22. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Workload Migration » vSphere  vMotion is one of VMware claims to fame and for good reason  Zero downtime migrations  Multiple network adapter use  Metro vMotion  No shared storage requirement » Hyper-V  Hyper-V has caught up with Live Migration  Zero downtime migrations  Shared nothing Live Migration  Requires Microsoft Failover Clustering • More complex environment 22
  • 23. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Storage Migration » vSphere  Storage vMotion is another of VMware’s claims to fame • Zero downtime migrations • Thick to thin • Raw Device Mapping disk (RDM) to VMDK » Hyper-V  Live Storage Migration • No shared resources required • Zero downtime 23
  • 24. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Availability » vSphere  VMware High Availability • Monitors virtual machines to detect operating system and hardware failures and moves workloads to other hosts  VMware Fault Tolerance • Continuous protection for mission critical workloads by running a shadow copy of a protected VM » Hyper-V  Vastly simplified in Hyper-V 2012, but still behind VMware  Relies on MSCS 24
  • 25. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. High Level Comparison 25
  • 26. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A cost comparison scenario » Impossible to do 1:1 comparison for every scenario » Pricing Assumptions 26 http://www.vmware.com/products/datacen ter-virtualization/vsphere/pricing.html
  • 27. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. A cost comparison scenario » Environmental assumptions  This example will assume a need for 150 virtual machines  Consolidation ratio: 15 to 1 = 10 hosts, 2 processors each 27 http://www.microsoft.com/en-us/server-cloud/windows- server/buy.aspx
  • 28. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Registration Survey Response #1 28 What are your plans for Hyper-V deployment? Results based on registration responses as of 6/14/13
  • 29. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Registration Survey Response #2 29 Will you run a mixed hypervisor environment? Results based on registration responses as of 6/14/13
  • 30. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. The Future of Hyper-V » Hyper-V 2012 R2 will bring even more to the table  Hyper-V Recovery Manager (Azure-based)  Generation 2 virtual machines • UEFI boot only • Server 2012+, Windows 8+ only  Additional monitoring metrics  Storage Quality of Service  FULL Linux® guest support  USB passthrough 30
  • 31. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Summary » VMware still holds a lead in certain critical areas, but that lead is often very narrow » For mission critical needs, many continue to choose vSphere, but its share is waning 31 http://wikibon.org/wiki/v/VMware%27s_hypervisor_hold_may_be_waning
  • 32. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. The SolarWinds Story » Why Do I Need Virtualization Management?  As the hypervisor takes on more management and automation tasks: • It is harder to manually connect VM, host, datastore, and HW resources • Change happens very quickly requiring automated alerting & monitoring • Hard to track contention in shared resources » SolarWinds® Virtualization Manager is:  Easy to find • www.solarwinds.com • Partner websites, and Internet Search  Easy to buy • Downloadable from the website for evaluation and purchase • Affordable price points  Easy to install • Products can be downloaded, installed, and configured generally in less than an hour • No Professional Services needed for deployment  Easy to use • Windows-based products • Intuitive user interfaces and graphical tools 32
  • 33. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Questions & Answers 33
  • 34. © 2013 SOLARWINDS WORLDWIDE, LLC. ALL RIGHTS RESERVED. Thank You The SOLARWINDS and SOLARWINDS & Design marks are the exclusive property of SolarWinds Worldwide, LLC, are registered with the U.S. Patent and Trademark Office, and may be registered or pending registration in other countries. All other SolarWinds trademarks, service marks, and logos may be common law marks, registered or pending registration in the United States or in other countries. All other trademarks mentioned herein are used for identification purposes only and may be or are trademarks or registered trademarks of their respective companies.