F I G U R E 1. (% of respondents) Combination of multiple hypervisors Standardize on one hypervisor

Size: px
Start display at page:

Download "F I G U R E 1. (% of respondents) Combination of multiple hypervisors Standardize on one hypervisor"

Transcription

1 Global Headquarters: 5 Speen Street Framingham, MA USA P F W H I T E P A P E R K V M : O p e n V i r t u a l i z a t i o n B e c o m e s E n t e r p r i s e G r a d e Sponsored by: IBM, Red Hat Gary Chen February 2013 I N T H I S W H I T E P A P E R Server virtualization has quickly become a trusted, mainstream solution aboard x86 servers. KVM, which stands for Kernel-Based Virtual Machine, is an open source technology that allows Linux to act as a full-fledged, enterprise-capable hypervisor for both Linux and Windows workloads. The implementation of KVM is unique in several ways and delivers a robust and scalable hypervisor. This IDC White Paper examines the architecture, progression, and future of KVM, as well as the related management and cloud system software, and profiles two key vendors in the ecosystem, IBM and Red Hat. S I T U A T I O N O V E R V I E W Today, virtualization has overtaken physical as the primary server deployment method. The latest IDC statistics show that: Virtual servers are outshipping physical servers by a ratio of more than 2:1 in % of all installed workloads as of the end of 2011 are virtualized, and new workloads are being virtualized at a rate of 67%. The industry has also seen a shift in the drivers and use cases for virtualization. Initially, customers primarily virtualized to consolidate servers and benefit from hard savings in areas of hardware, real estate, and power and cooling. The hypervisor provides the fundamental technology for virtualization, enabling the efficient sharing of resources. However, hypervisor use cases have rapidly expanded, and customers are regularly using hypervisors now for high availability, disaster recovery, servicelevel management, and the foundation for private clouds. Accordingly, the initial cost savings are expanding to include soft savings from increased agility, flexibility, elasticity, and security. The competitive landscape is also changing, as alternative hypervisors to VMware have improved dramatically and now offer customers a viable enterprise-class choice. Hypervisors are becoming less of a standalone product and more of an embedded feature of a larger product, such as an operating system (OS) or a cloud system software suite. Although multihypervisor adoption is modest today, with about 15% of customers having multihypervisor deployments, interest has been rising steadily as alternatives have improved, and IDC expects that number to at least double over the next few years (see Figure 1).

2 (% of respondents) F I G U R E 1 M u l t i h y p e r v i s o r D e p l o y m e n t s G a t h e r i n g S t e a m i n Q. What is your hypervisor deployment strategy going forward? Combination of multiple hypervisors Standardize on one hypervisor n = 404 Source: IDC's Virtualization Multiclient Study, 2011 The battle for the second hypervisor is fierce, with several strong choices in the market. When comparing choices for a second hypervisor in a recent study (see Figure 2), IDC found that customers are just as likely to choose a proprietary solution as an open source solution, an indication of how much open source virtualization has matured over the years. 2 # IDC

3 F I G U R E 2 O p e n S o u r c e R i v a l i n g P r o p r i e t a r y f o r S e c o n d H y p e r v i s o r Q. Which second hypervisor will you deploy? Don't know (8.0%) Open source (46.0%) Closed source (46.0%) n = 39 Source: IDC's Virtualization Multiclient Study, 2011 As virtualization evolves into cloud to increase flexibility, competing hypervisors are also given new opportunities. IDC's 2012 Cloud System Software Survey indicates that customers deploying a private cloud are very open to deploying a new hypervisor that may be embedded with a cloud software platform, indicating that the value is shifting into the cloud layer with the hypervisor becoming a commodity feature (see Figure 3). F I G U R E 3 C l o u d s W o n ' t A l w a y s B e B u i l t o n E x i s t i n g H y p e r v i s o r s Q. Which hypervisor would you prefer to use with your private cloud system? Existing (46.8%) New (53.2%) n = 282 Source: IDC's 2012 Cloud System Software Survey 2013 IDC #

4 K V M B A C K G R O U N D KVM is a module within the Linux kernel that turns the Linux operating system into a Type 1 bare metal hypervisor for x86 and other systems. KVM officially became part of the mainline Linux kernel as of version (released in February 2007). Being an integral part of the mainstream Linux kernel has several implications: KVM is preintegrated and pretested with Linux and included in nearly all Linux distributions, regardless of whether KVM is formally supported or not. In reality, all the major Linux distributions include and support KVM today, and it is a Linux feature that most users expect in any distribution. Although KVM is built on Linux, it can virtualize Windows workloads as well as Linux workloads. KVM is able to leverage the entire Linux development community as any improvements to Linux in general also benefit KVM. It also means that Linux developers can now presume that KVM is available to be utilized as a standard Linux feature. Developers can leverage KVM to test and develop applications and should assume that customers will deploy their applications into virtualized environments. The KVM module continues to be updated along with the Linux kernel and does not have any easily determinable version of its own, but this may not matter to most users because in many cases users receive KVM through a Linux distribution. However, commercial Linux vendors may attach their own version numbers to their standalone KVM distributions, which may also include separate management tools and additional features. KVM inherits the drivers and broad hardware compatibility of Linux, allowing it to run nearly anywhere Linux for x86 runs, and no unique effort is required to produce new drivers specifically for KVM. While KVM was originally developed for x86, ports are in progress for other architectures as well. A lot of IT Linux skills and knowledge carry over to KVM, making it more familiar to Linux users. KVM reuses many of the established Linux technologies, such as process management, drivers, memory management, I/O, svirt, and Security Enhanced Linux (SELinux). K V M A R C H I T E C T U R E KVM is a loadable Linux kernel module that allows the Linux operating system to unlock hardware virtualization instructions and function as a Type 1 bare metal hypervisor. A hypervisor can be thought of as a very specialized operating system designed to run VMs instead of arbitrary applications. Other than the virtualization aspect, the rest of a hypervisor deals with standard OS tasks such as managing memory, scheduling processes, handling drivers, doing I/O, etc. Within the Linux kernel, the KVM module implements the essential capabilities to do the magic that allows virtual machines to function but yet adopts the philosophy of not reinventing the wheel and uses the established and proven Linux OS functions for the rest. By not having to rewrite basic functions, developers can focus their efforts on optimizing 4 # IDC

5 Linux for VM processes not replicating those functions within the hypervisor code stack. It also means that all the advances in Linux as an OS apply to virtualization as well: Scheduling, resource control, and memory management. Virtual machines under KVM in Linux are simply treated as any other running process during execution. All the advances made within Linux over the years that deal with core OS functions of handling processes, such as scheduling, resource control, and memory management, are applied to VMs operating within KVM; future advances will follow suit. For example, improvements to the scheduler, such as process priority, CFS, and control groups, allow fine-grained controls to implement QoS for VMs by managing the resources such as CPU, memory, and I/O just as users can do with processes today. Another example would be adding non-uniform memory access (NUMA) support to Linux, which allows Linux processes and, by inheritance, VMs to address large amounts of memory. Storage. VM images are treated like any other Linux file on a disk device. Thus, storage support is any type of storage that is supported by Linux today, which includes local disk, a variety of file systems, NAS, iscsi, and SAN. Improvements to the storage I/O stack and support for a storage vendor's infrastructure all carry over to KVM and allow VMs to leverage Linux's robust and proven storage stack. Hardware support. KVM inherits the entire Linux device ecosystem and is able to access any device that Linux supports. QEMU a related open source project is used to provide I/O device virtualization inside the virtual machines created by KVM. Linux is a popular, general-purpose OS and thus is compatible with a wide variety of devices and systems, allowing KVM to run on nearly every hardware platform today. Scalability enhancements to Linux that allow it to run on systems with a large number of CPUs/cores and very large RAM sizes also carry over to KVM, allowing it to scale as Linux scales. Security. KVM also is able to leverage the Linux security model, SELinux, which essentially "sandboxes" processes so that if a process becomes compromised, the problem is limited to that process and does not compromise the entire system. Because VMs are run as normal Linux processes under KVM, this protection extends to VMs as well. SELinux sandboxes VMs not only from each other but also, more importantly, from the hypervisor, protecting against any potential hypervisor vulnerabilities that could emerge. O P E N K V M M A N A G E M E N T As virtualization has grown in scale and complexity, management is a crucial factor in any deployment. One aspect that hampered Xen, an earlier open source hypervisor, was a fractured management interface, which eventually led to incompatible versions of Xen in the market. In addition, many of the Xen management tools were closed source, with no open source community driving the management tools in addition to the hypervisor. Linux and KVM have standardized on the open source libvirt and libguestfs libraries as the base APIs for managing virtualization and images (which support other hypervisors besides KVM). Higher-level tools, such as virsh, virt-manager, and ovirt, are then built on top of libvirt IDC #

6 ovirt is the primary project that the community is focusing on for KVM management, with a consortium of industry vendors supporting the project. ovirt is fully open source and presents a high-level, enterprise-grade, Web interface for managing KVM virtualization as well as attached storage and networking. ovirt is a modern Web application with a REST-based API, a Python SDK, and a command line interface for scripting and automation. ovirt runs on an open source stack of Linux and Java. Having a single, standard management interface for KVM will be crucial to accelerating KVM support in the ecosystem. K V M A D O P T I O N A N D U S E C A S E S Initial KVM adoption has been in several main areas, with an increasing number of public customer references highlighting client use of KVM and open virtualization management available from KVM partners such as IBM and Red Hat. Linux server consolidation. Linux servers are often less virtualized than Windows servers, and customers use the KVM hypervisor inside Linux distributions to consolidate Linux workloads. Mixed hypervisors. KVM is deployed as an alternative hypervisor alongside an existing installed base for reasons of cost or flexibility. Virtual desktops. KVM serves as the hypervisor back end to provide a virtual desktop infrastructure for security and scalability. Foundation for cloud. IaaS clouds use a hypervisor as the foundational layer in the software stack, and KVM is an extremely popular choice for certain cloud software platforms such as OpenStack. K V M A N D T H E C L O U D Hypervisors and virtualization technology have grown in many ways, with use cases constantly expanding. One logical evolution has been to serve as the foundation for private and public clouds. Many public cloud providers have gravitated toward KVM and open source due to excellent cost, code quality, customizability, and transparency. Some of the key public clouds that have been built on KVM include the Google Compute Engine, HP Cloud, and IBM SmartCloud Enterprise. Many of the clouds being built, both public and private, are utilizing emerging open source cloud system software platforms such as OpenStack, Eucalyptus, and CloudStack. These platforms are quickly gaining in maturity, and KVM is well supported by all. OpenStack, in particular, has a tremendous amount of momentum and a fast-growing community. While OpenStack supports multiple hypervisors, KVM is the choice of over 95% of OpenStack clouds, according to IDC estimates. KVM has become the unofficial reference standard for OpenStack, and the future success of OpenStack will also help KVM succeed. 6 # IDC

7 T H E O P E N V I R T U A L I Z A T I O N A L L I A N C E In May 2011, BMC Software, Eucalyptus, HP, IBM, Intel, Red Hat, and SUSE formed the Open Virtualization Alliance (OVA). The goal of the alliance is to promote KVM in the marketplace by growing the ecosystem, educating the market about KVM, and documenting best practices and case studies. OVA, however, is not a type of certification, nor does it create standards or perform interoperability or compatibility testing. The OVA includes hundreds of members of the ecosystem that are engaging with clients to provide solutions on KVM. The current membership is extremely diverse, representing server, storage, networking, management, OS, business application, and cloud software vendors as well as service providers. This ecosystem will be crucial to the success of KVM because virtualization today is a much more holistic, end-to-end approach that needs contributions from a wide variety of areas. V E N D O R P R O F I L E S I B M IBM is a major contributor to KVM, having embraced it early on and dedicating dozens of engineers to the project, with a particular focus on performance tuning. Since the hypervisor is the lowest layer in a computer system, performance is especially critical for hypervisors. Early on in KVM's development, IBM contributed to many of KVM's performance improvements, such as memory overcommit, VM scalability, and CPU overcommit and capping. IBM continued its efforts in 2012, focusing on large VMs, high I/O scalability, and optimization of exits. IBM is also actively involved in developing benchmarks and using benchmarks to demonstrate and improve KVM performance. Many of IBM's KVM benchmark results are made publicly available, with some impressive results. IBM has also invested significant resources in supporting KVM both internally and externally. Internally, IBM uses KVM to run its public SmartCloud Enterprise Cloud and private Research Compute Cloud. IBM recently established the first ever KVM Center of Excellence in Beijing, China, where clients, partners, and sellers can go to meet experts and conduct briefings, demos, and proofs of concept. In addition, the IBM KVM Assistance Program (IKAP) is available to provide support for customers around the world deploying KVM. Upcoming KVM features that IBM is developing include: Better SR-IOV support Gluster integration Upstream support for Power architectures Support for very large high-end systems Support for KVM features on ovirt and OpenStack 2013 IDC #

8 IBM also develops key software products that work with and can manage KVM, in addition to building hardware support for KVM. IBM continues to embrace a multihypervisor strategy to give customers choice and is building support for KVM as a first-class hypervisor, including support for all of the key IBM software products as guests on KVM. VMControl is a plug-in for IBM Systems Director, which enables it to perform management of virtual environments in the datacenter. In addition to KVM management, VMControl manages PowerVM, zvm, Hyper-V, and VMware hypervisors. For the KVM interface, VMControl currently uses libvirt but is expected to move to the newer ovirt APIs. VMControl is envisioned as a multihypervisor management product that can abstract away the differences across multiple hypervisors and hardware (even non-ibm hardware) to perform the common tasks in any virtual infrastructure. IBM SmartCloud Entry is an entry-level cloud system software product that sits above VMControl to build a cloud across x86, non-86, and multiple hypervisors. Currently supported hypervisors include VMware and KVM, with Hyper-V support coming next year. IBM SmartCloud Entry features easy GUI deployment, a Webbased self-service portal, and basic metering. All SmartCloud products are built on a common core and can be upgraded by simply adding more advanced modules. IBM's Tivoli products, such as IBM SmartCloud Provisioning, IBM SmartCloud Orchestrator, and Tivoli Service Automation Manager, also support KVM. R e d H a t Red Hat is the largest contributor to the KVM code base and is playing a major role in bringing KVM, as well as ovirt and OpenStack, to commercially supported, enterprise products. KVM was first featured in Red Hat Enterprise Linux (RHEL) 5.4 and is a major component in RHEL 6. Red Hat packages KVM into two different ways: As part of RHEL. This full Linux OS is Red Hat's flagship product. KVM is integrated into Linux as previously discussed, and RHEL features the complete Linux kernel, tools, and applications typical of a full Linux distribution. Customers that are comfortable deploying the full Linux OS or that require the full OS for add-ons, such as certain third-party agents, would choose RHEL. RHEL can also operate in an interesting hybrid mode, running both VMs and "bare metal" applications simultaneously, supporting some unique use cases. Standalone, as part of Red Hat Enterprise Virtualization (RHEV). RHEV is composed of two parts: RHEV-H is the hypervisor subset of RHEL, including only the necessary components required to run KVM. It strips out unnecessary items such as some kernel drivers, tools, and applications that aren't relevant to KVM to reduce the overall distribution size and also the attack surface for greater security. It runs off of a read-only live CD, ensuring that the system always boots secure, unmodified code and is only 120MB in size. RHEV-M is the management component, a commercially supported enterprise version of ovirt. RHEV-M can manage both RHEL-based KVM instances and RHEV-H based KVM instances. 8 # IDC

9 RHEV is available for both servers and desktops (VDI). RHEV has Microsoft SVVP certification, meaning that it fully supports Windows Server as well as Windows desktops. Red Hat entered into a virtualization interoperability agreement with Microsoft in February 2009, which ensures that each company will test and support its operating systems aboard the other company's hypervisor. This raises the potential that performance won't be compromised when running on the other vendor's hypervisor and will ensure that support will be provided without finger-pointing. RHEV is also certified by SAP to virtualize SAP applications on both Linux and Windows operating systems. The latest version of RHEV, 3.1, is a feature-focused release that includes many significant enhancements: Storage live migration Live snapshots Support for 160 vcpus and 2TB vram per virtual machine guest Physical-to-virtual (P2V) tool to complement the existing virtual-to-virtual (V2V) tool Ability to hot plug/unplug a VM's network interface and disk image Support for POSIX file system, including support for Red Hat Storage, IBM GPFS, and other similar systems Integrated graphical management of Red Hat Storage in RHEV-M Red Hat also has laid out an eventful road map for KVM and RHEV, with major releases occurring approximately every six months and minor releases in between. Upcoming releases will include features such as host-level SLAs, integrated QoS, UI plug-ins to extend the management interface, Open vswitch, and Quantum networking from OpenStack. C H A L L E N G E S / O P P O R T U N I T I E S Opportunity: Leveraging the reach of Linux. Because KVM is an inherent part of Linux, KVM will reach everywhere that Linux exists today, making it available to anyone using Linux. Challenge: Expanding beyond Linux. Being so closely tied to Linux comes with benefits and challenges. Many customers will see KVM as a solution primarily for Linux customers virtualizing Linux on Linux, even though Windows is well supported. Challenge: Creating a robust management ecosystem. ovirt will be the key technology in providing a standard base-level KVM management layer. However, enterprise systems management is a multilayered onion, and KVM support must also work its way into the larger management software market IDC #

10 Opportunity: The public cloud. Public cloud providers have shown an early preference for using open source software to build their offerings because of the cost and the open, freely modifiable nature of the code. Challenge: Monetizing the cloud. Service providers often want cut-rate pricing or will support open source software themselves without using a commercial version. Challenge: Ecosystem support. Ecosystem support for any hypervisor must be far reaching and diverse in order to succeed today. KVM will have to fight for priority among the virtualization ecosystem vendors. Challenge: A highly competitive market for the second hypervisor. KVM faces stiff competition from Microsoft and also various Xen distributions. KVM will have to battle hard to be selected over its competitors for the second hypervisor slot in the enterprise. Opportunity: The rise of OpenStack. OpenStack has a lot of momentum behind it, and KVM has an extremely high attach rate to OpenStack. If OpenStack continues to gain traction, it will also drag along KVM deployments. C O N C L U S I O N KVM has made impressive progress since its inclusion in the Linux kernel in It has been able to tap into the power of the Linux open source development model to achieve widespread distribution and leverage the developer base to mature the code rapidly. KVM developers have made tremendous progress in addressing stability and performance tuning and today are focused on polishing up advanced features and management. ovirt has emerged as the open source standard for base KVM management, commercially supported by Red Hat with Red Hat Enterprise Virtualization. It is also complemented by ecosystem management products such as IBM Systems Director VMControl, IBM SmartCloud Entry, and the OpenStack project. Large-scale public clouds such as the Google Compute Engine continue to demonstrate the readiness of KVM for large-scale and complex deployments. The Open Virtualization Alliance has emerged as a strong consortium dedicated to promoting KVM in the marketplace. Hot cloud projects such as OpenStack rely on KVM as a key enabling feature. The growing robustness of KVM and the ecosystem makes KVM an increasingly attractive virtualization choice for customers that rely on Linux and beyond. 10 # IDC

11 C o p y r i g h t N o t i c e External Publication of IDC Information and Data Any IDC information that is to be used in advertising, press releases, or promotional materials requires prior written approval from the appropriate IDC Vice President or Country Manager. A draft of the proposed document should accompany any such request. IDC reserves the right to deny approval of external usage for any reason. Copyright 2013 IDC. Reproduction without written permission is completely forbidden IDC #

W H I T E P A P E R K V M f o r S e r v e r V i r t u a l i z a t i o n : A n O p e n S o u r c e S o l u t i o n C o m e s o f A g e

W H I T E P A P E R K V M f o r S e r v e r V i r t u a l i z a t i o n : A n O p e n S o u r c e S o l u t i o n C o m e s o f A g e Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R K V M f o r S e r v e r V i r t u a l i z a t i o n : A n O p e n S o u r c e

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R R e d H a t E n t e r p r i s e V i r t u a l i z a t i o n Sponsored by: Red

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING

RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING James Rankin Senior Solutions Architect Red Hat, Inc. 1 KVM BACKGROUND Project started in October 2006 by Qumranet - Submitted to Kernel maintainers

More information

How To Get The Most Out Of Redhat.Com

How To Get The Most Out Of Redhat.Com RED HAT ENTERPRISE VIRTUALIZATION AND CLOUD STRATEGY Aram Kananov EMEA Product Marketing Manager Platform and Cloud Business Units Red Hat 1 RED HAT BRINGS COMMUNITY, VENDORS, USERS TOGETHER 2 RED HAT

More information

YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE. Greg Lissy Director, Red Hat Virtualization Business. James Rankin Senior Solutions Architect

YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE. Greg Lissy Director, Red Hat Virtualization Business. James Rankin Senior Solutions Architect YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE Greg Lissy Director, Red Hat Virtualization Business James Rankin Senior Solutions Architect 1 THE VIRTUALIZATION MARKET HAS CHANGED The release of Red Hat Enterprise

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com WHITE PAPER Open Source Cloud System Software Sponsored by: The Linux Foundation Gary Chen November 2012 IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O p e n S t a c k a n d R e d H a t Sponsored by: Red Hat Gary Chen July 2013

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

I D C T E C H N O L O G Y S P O T L I G H T. P o r t a b i lity: C h a r t i n g t h e Path T ow ard the Open Hyb r i d C l o u d

I D C T E C H N O L O G Y S P O T L I G H T. P o r t a b i lity: C h a r t i n g t h e Path T ow ard the Open Hyb r i d C l o u d I D C T E C H N O L O G Y S P O T L I G H T P o r t a b i lity: C h a r t i n g t h e Path T ow ard the Open Hyb r i d C l o u d September 2013 Adapted from OpenStack: Approaching Critical Mass by Gary

More information

OVA KVM THE SOLUTION. Virtually Unmatched. Get to know KVM. Low cost, super secure and infinitely scalable. JOIN WHAT IS GET SECURITY LOW COST

OVA KVM THE SOLUTION. Virtually Unmatched. Get to know KVM. Low cost, super secure and infinitely scalable. JOIN WHAT IS GET SECURITY LOW COST OVERVIEW SCALABILITY SECURITY LOW COST WHAT WE DO WHAT IS THE SOLUTION JOIN OVA OUR MISSION JOIN US OPEN SOURCE OVIRT USE CASES MEMBERS GET LINUX HYPERVISOR Virtually Unmatched. Get to know. Low cost,

More information

KVM Open Source Virtualization for the Enterprise and OpenStack Clouds

KVM Open Source Virtualization for the Enterprise and OpenStack Clouds White Paper KVM Open Source Virtualization for the Enterprise and OpenStack Clouds Sponsored by: Open Virtualization Alliance (OVA) Gary Chen October 2014 IDC Opinion Kernel-Based Virtual Machine (KVM)

More information

KVM: THE RISE OF OPEN ENTERPRISE-CLASS VIRTUALIZATION

KVM: THE RISE OF OPEN ENTERPRISE-CLASS VIRTUALIZATION KVM: THE RISE OF OPEN ENTERPRISE-CLASS VIRTUALIZATION KVM AND THE OPEN VIRTUALIZATION ALLIANCE Virtualization and cloud computing technologies have never been more important. Organizations across a broad

More information

Red Hat Enterprise Virtualization 3 on

Red Hat Enterprise Virtualization 3 on Red Hat Enterprise Virtualization 3 on IBM System x a Smarter Choice Virtualization and cloud computing are compelling technologies that are driving the future of computing. By transitioning workloads

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-to-end enterprise virtualization solution for servers and desktops Provides an on-ramp

More information

Parallels Server 4 Bare Metal

Parallels Server 4 Bare Metal Parallels Server 4 Bare Metal Product Summary 1/21/2010 Company Overview Parallels is a worldwide leader in virtualization and automation software that optimizes computing for services providers, businesses

More information

GLOBAL PARTNER TRAINING

GLOBAL PARTNER TRAINING GLOBAL PARTNER TRAINING Introducing Red Hat Enterprise Linux 6 November 2010 The RHEL Team Agenda The market opportunity and landscape Introducing Red Hat Enterprise Linux 6 Key features and benefits Product

More information

OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE

OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE Arthur Enright Principal Product Manager Virtulization Business Unit I.T. CHALLENGES WORKLOADS ARE EVOLVING

More information

KVM, OpenStack and the Open Cloud SUSECon November 2015

KVM, OpenStack and the Open Cloud SUSECon November 2015 KVM, OpenStack and the Open Cloud SUSECon November 2015 Adam Jollans Program Director, Linux & Open Virtualization Strategy IBM Agenda A Brief History of Virtualization KVM Architecture OpenStack Architecture

More information

RED HAT ENTERPRISE VIRTUALIZATION 3.0

RED HAT ENTERPRISE VIRTUALIZATION 3.0 OVERVIEW Red Hat Enterprise Virtualization (RHEV) is a complete virtualization management solution for server and desktop virtualization and the first enterprise-ready, fully open-source virtualization

More information

KVM, OpenStack, and the Open Cloud

KVM, OpenStack, and the Open Cloud KVM, OpenStack, and the Open Cloud Adam Jollans, IBM Southern California Linux Expo February 2015 1 Agenda A Brief History of VirtualizaJon KVM Architecture OpenStack Architecture KVM and OpenStack Case

More information

An Alternative to the VMware Tax...

An Alternative to the VMware Tax... An Alternative to the VMware Tax... John Tietjen Senior Solutions Architect Red Hat November 19, 2014 This presentation created for: AGENDA Red Hat Overview Red Hat Enterprise Virtualization: An alternative

More information

Disaster Recovery Infrastructure

Disaster Recovery Infrastructure Disaster Recovery Infrastructure An Ideal cost effective solution to protect your organizations critical IT infrastructure with business continuity. Organization's IT infrastructure usually evolves with

More information

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support

SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the

More information

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization www.redhat.com Table of contents Introduction Page 3 Benefits of virtualization Page 3 Virtualization challenges

More information

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center VMware Virtual Infrastucture From the Virtualized to the Automated Data Center Senior System Engineer VMware Inc. ngalante@vmware.com Agenda Vision VMware Enables Datacenter Automation VMware Solutions

More information

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

KVM KERNEL BASED VIRTUAL MACHINE

KVM KERNEL BASED VIRTUAL MACHINE KVM KERNEL BASED VIRTUAL MACHINE BACKGROUND Virtualization has begun to transform the way that enterprises are deploying and managing their infrastructure, providing the foundation for a truly agile enterprise,

More information

N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1

N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1 I N S I G H T N o v e l l A d d s t o H i g h A v a i l a b i l i t y E x t e n s i o n s f o r S U S E L i n u x E n t e r p r i s e S e r v e r 1 1 Jean S. Bozman I D C O P I N I O N Global Headquarters:

More information

Successfully Deploying Globalized Applications Requires Application Delivery Controllers

Successfully Deploying Globalized Applications Requires Application Delivery Controllers SHARE THIS WHITEPAPER Successfully Deploying Globalized Applications Requires Application Delivery Controllers Whitepaper Table of Contents Abstract... 3 Virtualization imposes new challenges on mission

More information

RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP. Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013

RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP. Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013 RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013 SERVICE MODELS / WORKLOADS TRADITIONAL WORKLOADS Stateful VMs: Application defined in VM Application

More information

Introduction to Virtualization & KVM

Introduction to Virtualization & KVM Introduction to Virtualization & KVM By Zahra Moezkarimi ICT Research Institute Software Platform Laboratory Outline Virtualization History Overview Advantages and Limitations Types of virtualization Virtualization

More information

Server Virtualization and Consolidation

Server Virtualization and Consolidation Server Virtualization and Consolidation An Ideal cost effective solution to maximize your Return on Investment of your organization's hardware infrastructure It is quit evident today that Business owners,

More information

RED HAT ENTERPRISE VIRTUALIZATION 3.0

RED HAT ENTERPRISE VIRTUALIZATION 3.0 FEATURE GUIDE RED HAT ENTERPRISE VIRTUALIZATION 3.0 OVERVIEW Red Hat Enterprise Virtualization (RHEV) is a complete virtualization management solution for server and desktop virtualization and the first

More information

Next Generation Now: Red Hat Enterprise Linux 6 Virtualization A Unique Cloud Approach. Jeff Ruby Channel Manager jruby@redhat.com

Next Generation Now: Red Hat Enterprise Linux 6 Virtualization A Unique Cloud Approach. Jeff Ruby Channel Manager jruby@redhat.com Next Generation Now: Virtualization A Unique Cloud Approach Jeff Ruby Channel Manager jruby@redhat.com Introducing Extensive improvements in every dimension Efficiency, scalability and reliability Unprecedented

More information

ovirt: Open Your Virtual Data Center

ovirt: Open Your Virtual Data Center ovirt: Open Your Virtual Data Center Jason Brooks jbrooks@redhat.com 1 Agenda Who am I What is ovirt ovirt Anatomy Getting ovirt Extending ovirt What's missing Get involved 2 Who am I? Tech journalist

More information

SUSE Virtualization Technologies Roadmap

SUSE Virtualization Technologies Roadmap SUSE Virtualization Technologies Roadmap Michal Svec Senior Product Manager msvec@suse.com Jason Douglas Senior Engineering Manager jdouglas@suse.com Agenda Virtualization @SUSE Enhancements in XEN/KVM

More information

Mobile Cloud Computing T-110.5121 Open Source IaaS

Mobile Cloud Computing T-110.5121 Open Source IaaS Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital

More information

WHITE PAPER The Evolution of the Data Center and the Role of Virtualized Infrastructure and Unified 3D Management

WHITE PAPER The Evolution of the Data Center and the Role of Virtualized Infrastructure and Unified 3D Management WHITE PAPER The Evolution of the Data Center and the Role of Virtualized Infrastructure and Unified 3D Management Sponsored by: Hitachi Data Systems Laura DuBois October 2010 Marshall Amaldas EXECUTIVE

More information

End to end application delivery & Citrix XenServer 5. John Glendenning Vice President Server Virtualization, EMEA

End to end application delivery & Citrix XenServer 5. John Glendenning Vice President Server Virtualization, EMEA End to end application delivery & Citrix XenServer 5 John Glendenning Vice President Server Virtualization, EMEA Businesses Run on Applications Users Apps 2 Users and Apps are Moving Further Apart Consolidation

More information

Red Hat Powered VDI: Setting a New Standard for Desktop Virtualization

Red Hat Powered VDI: Setting a New Standard for Desktop Virtualization Red Hat Powered VDI: Setting a New Standard for Desktop Virtualization Session#208 Jeff Jameson, Product Marketing Manager Dave Simmons, Sr. Solutions Architect May 5, 2011 AGENDA VDI: Market Benefits

More information

Red Hat Cloud and Virtualization How to Sell. Karl Stevens Senior Solution Architect kstevens@redhat.com

Red Hat Cloud and Virtualization How to Sell. Karl Stevens Senior Solution Architect kstevens@redhat.com Red Hat Cloud and Virtualization How to Sell Karl Stevens Senior Solution Architect kstevens@redhat.com # 1 OPEN SOURCE LEADER MORE THAN SOME OF OUR EMPLOYEES 80% of FORTUNE 500 COMPANIES use RED HAT PRODUCTS

More information

RED HAT ENTERPRISE VIRTUALIZATION SCALING UP LOW LATENCY, VIRTUALIZATION, AND LINUX FOR WALL STREET OPERATIONS

RED HAT ENTERPRISE VIRTUALIZATION SCALING UP LOW LATENCY, VIRTUALIZATION, AND LINUX FOR WALL STREET OPERATIONS RED HAT ENTERPRISE VIRTUALIZATION SCALING UP LOW LATENCY, VIRTUALIZATION, AND LINUX FOR WALL STREET OPERATIONS CHUCK DUBUQUE Senior Product Marketing Manager Red Hat, Inc. 1 RED HAT ENTERPRISE VIRTUALIZATION

More information

Panoramica su Cloud Computing targata Red Hat AIPSI Meeting 2010

Panoramica su Cloud Computing targata Red Hat AIPSI Meeting 2010 Panoramica su Cloud Computing targata Red Hat AIPSI Meeting 2010 Giuseppe Gippa Paterno' Solution Architect EMEA Security Expert gpaterno@redhat.com Who am I Currently Solution Architect and EMEA Security

More information

The XenServer Product Family:

The XenServer Product Family: The XenServer Product Family: A XenSource TM White Paper Virtualization Choice for Every Server: The Next Generation of Server Virtualization The business case for virtualization is based on an industry-wide

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: PRICING & LICENSING GUIDE Red Hat Enterprise Virtualization for Servers: Pricing Guide 1 TABLE OF CONTENTS Introduction to Red Hat Enterprise Virtualization

More information

The Clouds Are Coming! Are We Ready?

The Clouds Are Coming! Are We Ready? The Clouds Are Coming! Are We Ready? gerrit@us.ibm.com 1 Cloud Market Place: The Clouds are Coming! The Cloud Market is growing extremely rapidly Some assessments suggest a 2011 total market share in excess

More information

Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware vsphere 5

Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware vsphere 5 Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware Published: April 2012 2012 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and

More information

Cutting Costs with Red Hat Enterprise Virtualization. Chuck Dubuque Product Marketing Manager, Red Hat June 24, 2010

Cutting Costs with Red Hat Enterprise Virtualization. Chuck Dubuque Product Marketing Manager, Red Hat June 24, 2010 Cutting Costs with Red Hat Enterprise Virtualization Chuck Dubuque Product Marketing Manager, Red Hat June 24, 2010 AGENDA RED HAT ENTERPRISE VIRTUALIZATION OVERVIEW BENEFITS OF VIRTUALIZATION RED HAT

More information

Learn How to Leverage System z in Your Cloud

Learn How to Leverage System z in Your Cloud Learn How to Leverage System z in Your Cloud Mike Baskey IBM Thursday, February 7 th, 2013 Session 12790 Cloud implementations that include System z maximize Enterprise flexibility and increase cost savings

More information

Cloud Computing with Red Hat Solutions. Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd. sivaram@redhat.com

Cloud Computing with Red Hat Solutions. Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd. sivaram@redhat.com Cloud Computing with Red Hat Solutions Sivaram Shunmugam Red Hat Asia Pacific Pte Ltd sivaram@redhat.com Linux Automation Details Red Hat's Linux Automation strategy for next-generation IT infrastructure

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments.

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments. RED HAT ENTERPRISE VIRTUALIZATION Feature guide Red Hat Enterprise Virtualization has improved our operational efficiency and is positively impacting revenue for the company. The time used for building

More information

Building an AWS-Compatible Hybrid Cloud with OpenStack

Building an AWS-Compatible Hybrid Cloud with OpenStack Building an AWS-Compatible Hybrid Cloud with OpenStack AWS is Transforming IT Amazon Web Services (AWS) commands a significant lead in the public cloud services market, with revenue estimated to grow from

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R A p p l i c a t i o n D e l i v e r y f o r C l o u d S e r v i c e s : C u s t o m i z i n g S e r v i c e C r e a t i o n i n V i r t u a l E n v i r o n m e n t s Sponsored by: Brocade

More information

KVM, OpenStack, and the Open Cloud

KVM, OpenStack, and the Open Cloud KVM, OpenStack, and the Open Cloud Adam Jollans, IBM & Mike Kadera, Intel CloudOpen Europe - October 13, 2014 13Oct14 Open VirtualizaGon Alliance 1 Agenda A Brief History of VirtualizaGon KVM Architecture

More information

OPEN SOURCE VIRTUALIZATION TRENDS. SYAMSUL ANUAR ABD NASIR Warix Technologies / Fedora Community Malaysia

OPEN SOURCE VIRTUALIZATION TRENDS. SYAMSUL ANUAR ABD NASIR Warix Technologies / Fedora Community Malaysia OPEN SOURCE VIRTUALIZATION TRENDS SYAMSUL ANUAR ABD NASIR Warix Technologies / Fedora Community Malaysia WHAT I WILL BE TALKING ON? Introduction to Virtualization Full Virtualization, Para Virtualization

More information

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763

International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 ISSN 2278-7763 International Journal of Advancements in Research & Technology, Volume 1, Issue6, November-2012 1 VIRTUALIZATION Vikas Garg Abstract: The main aim of the research was to get the knowledge of present trends

More information

red hat enterprise virtualization: vmware migration

red hat enterprise virtualization: vmware migration red hat enterprise virtualization: vmware migration Competitive review Introduction The virtualization market is maturing, and alternate virtualization platforms have emerged. A recent 2013 IDC study 1

More information

The path to the cloud training

The path to the cloud training The path to the cloud training Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat May 2015 Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix I.T. Challenges in Enterprise

More information

Introduction. Whitepaper. USe Case

Introduction. Whitepaper. USe Case Whitepaper Red Hat ENTERPRISE VIRTUALIZATION FOR SERVERS: VMWARE MIGRATION USe Case Over 70% of customers surveyed are considering a dual virtualization strategy. Introduction A recent finding by IDG in

More information

TECHNOLOGY ASSESSMENT. OpenStack: Approaching Critical Mass IDC OPINION. Gary Chen

TECHNOLOGY ASSESSMENT. OpenStack: Approaching Critical Mass IDC OPINION. Gary Chen TECHNOLOGY ASSESSMENT OpenStack: Approaching Critical Mass Gary Chen IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com The battle for the

More information

2972 Linux Options and Best Practices for Scaleup Virtualization

2972 Linux Options and Best Practices for Scaleup Virtualization HP Technology Forum & Expo 2009 Produced in cooperation with: 2972 Linux Options and Best Practices for Scaleup Virtualization Thomas Sjolshagen Linux Product Planner June 17 th, 2009 2009 Hewlett-Packard

More information

Introduction. Whitepaper. USe Case

Introduction. Whitepaper. USe Case Whitepaper Red Hat ENTERPRISE VIRTUALIZATION FOR SERVERS: VMWARE MIGRATION USe Case Over 70% of customers surveyed are considering a dual virtualization strategy. Introduction A recent finding by IDG in

More information

CLOUD MANAGEMENT GUIDE

CLOUD MANAGEMENT GUIDE CLOUD GUIDE BY CARLOS ESCAPA, MANAGING DIRECTOR, QUMOTECH AUGUST 6, 2010 As organizations push more data into the Cloud, managing these new infrastructures is becoming the major challenge for IT. This

More information

Understand IBM Cloud Manager V4.2 for IBM z Systems

Understand IBM Cloud Manager V4.2 for IBM z Systems Understand IBM Cloud Manager V4.2 for IBM z Systems Kershaw Mehta kershaw@us.ibm.com August 14, 2015 Many organizations begin the cloud journey with a local cloud Organizations are looking for benefits

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION RED HAT ENTERPRISE VIRTUALIZATION FEATURE GUIDE Serving Sears members is our top priority, and one way we do that is by keeping our online services at the forefront of innovation ensuring that our platform

More information

Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem

Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem Accelerate your journey to the cloud Why choose HP Helion CloudSystem? The industry s most complete, integrated, and open solution for

More information

Beyond the Hypervisor

Beyond the Hypervisor Beyond the Hypervisor A Technical Roadmap for Open Virtualization, Linux, KVM Mike Day Distinguished Engineer, Chief Virtualization Architect, Open Systems Development Saturday, February 22, 2014 1 mdday@us.ibm.com

More information

I D C A N A L Y S T C O N N E C T I O N

I D C A N A L Y S T C O N N E C T I O N I D C A N A L Y S T C O N N E C T I O N Gary Chen Research Manager, Enterprise Virtualization Software C a p i t a l iz i n g on the Cloud Revo l u t i o n w ith OpenStack March 2014 OpenStack was a project

More information

Managing Multi-Hypervisor Deployments With VMware vcenter

Managing Multi-Hypervisor Deployments With VMware vcenter White Paper White Paper Managing Public Cloud Computing in the Enterprise Managing Multi-Hypervisor Deployments With VMware vcenter A Quick Start Guide Quick Start Guide 1 Table of Contents Abstract...

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way ovirt introduction FOSDEM 2013 Doron Fediuck Red Hat What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure

More information

MADFW IaaS Program Review

MADFW IaaS Program Review MADFW IaaS Program Review MADFW CONFIGURATION REPORTING CONTENT AUDITING INSTANCE MANAGEMENT LIFE-CYCLE Terry Seibel MSD SETA 703.808.5741 seibelte@nro.mil Shawn Wells Technical Director 443.534.0130 shawn@redhat.com

More information

Build & Manage Clouds with Red Hat Cloud Infrastructure Products. TONI WILLBERG Solution Architect Red Hat toni@redhat.com

Build & Manage Clouds with Red Hat Cloud Infrastructure Products. TONI WILLBERG Solution Architect Red Hat toni@redhat.com Build & Manage Clouds with Red Hat Cloud Infrastructure Products TONI WILLBERG Solution Architect Red Hat toni@redhat.com AGENDA Cloud Concepts Market Overview Evolution to Cloud Workloads Evolution to

More information

Citrix XenServer Industry-leading open source platform for cost-effective cloud, server and desktop virtualization. citrix.com

Citrix XenServer Industry-leading open source platform for cost-effective cloud, server and desktop virtualization. citrix.com Citrix XenServer Industry-leading open source platform for cost-effective cloud, server and desktop virtualization. 2 While the core server virtualization market has matured, virtualization itself is seeing

More information

W H I T E P A P E R E d u c a t i o n a t t h e C r o s s r o a d s o f B i g D a t a a n d C l o u d

W H I T E P A P E R E d u c a t i o n a t t h e C r o s s r o a d s o f B i g D a t a a n d C l o u d Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R E d u c a t i o n a t t h e C r o s s r o a d s o f B i g D a t a a n d C l o

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R R e d H a t E n t e r p r i s e L i n u x i n U s e : C o s t - C o n s c i o

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R R e d H a t E n t e r p r i s e L i n u x i n U s e : S e r v i c e s C o m p

More information

WHITE PAPER. Software Defined Storage Hydrates the Cloud

WHITE PAPER. Software Defined Storage Hydrates the Cloud WHITE PAPER Software Defined Storage Hydrates the Cloud Table of Contents Overview... 2 NexentaStor (Block & File Storage)... 4 Software Defined Data Centers (SDDC)... 5 OpenStack... 5 CloudStack... 6

More information

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat Extend the Cisco ACI Policy Framework to Red Hat Enterprise Linux OpenStack Platform Enabled Environments

More information

RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS

RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS WHITEPAPER RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS INTRODUCTION The cloud is more than a marketing concept. Cloud computing is an intentional, integrated architecture

More information

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY Syamsul Anuar Abd Nasir Fedora Ambassador Malaysia 1 ABOUT ME Technical Consultant for Warix Technologies - www.warix.my Warix is a Red Hat partner Offers

More information

Oracle OpenStack for Oracle Solaris

Oracle OpenStack for Oracle Solaris WHITE PAPER Oracle OpenStack for Oracle Solaris Sponsored by: Oracle Gary Chen September 2014 IDC OPINION As server virtualization has matured and become commonplace, the focus today is on the layers above

More information

The future is in the management tools. Profoss 22/01/2008

The future is in the management tools. Profoss 22/01/2008 The future is in the management tools Profoss 22/01/2008 Niko Nelissen Co founder & VP Business development Q layer Agenda Introduction Virtualization today Server & desktop virtualization Storage virtualization

More information

Long Term Care Group Deploys Zerto for Data Protection and Recovery for Virtual Environments

Long Term Care Group Deploys Zerto for Data Protection and Recovery for Virtual Environments BUYER CASE STUDY Long Term Care Group Deploys Zerto for Data Protection and Recovery for Virtual Environments Iris Feng Eric Sheppard IDC OPINION Today's datacenter is dominated by virtualized workloads

More information

How To Make A Virtual Machine Aware Of A Network On A Physical Server

How To Make A Virtual Machine Aware Of A Network On A Physical Server VMready Virtual Machine-Aware Networking White Paper Table of Contents Executive Summary... 2 Current Server Virtualization Environments... 3 Hypervisors... 3 Virtual Switches... 3 Leading Server Virtualization

More information

Simplified Private Cloud Management

Simplified Private Cloud Management BUSINESS PARTNER ClouTor Simplified Private Cloud Management ClouTor ON VSPEX by LOCUZ INTRODUCTION ClouTor on VSPEX for Enterprises provides an integrated software solution for extending your existing

More information

Bringing Much Needed Automation to OpenStack Infrastructure

Bringing Much Needed Automation to OpenStack Infrastructure white paper Bringing Much Needed Automation to OpenStack Infrastructure Contents Abstract 1 The Move to the Cloud 2 The Inherent Complexity of OpenStack Cloud Solutions 4 Solving OpenStack Complexity with

More information

SUSE Manager. A Comprehensive Linux Server Management the Linux Way. Name. Title Email

SUSE Manager. A Comprehensive Linux Server Management the Linux Way. Name. Title Email SUSE Manager A Comprehensive Linux Server Management the Linux Way Name Title Email Agenda 2 Product Overview Features and Functionality Management Module Provisioning Module Monitoring Roadmap Pricing

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T U n i fied Cloud Management Increases IT- as- a - S e r vi c e Ag i l i t y November 2013 Adapted from VMware Unifies Cloud Management Portfolio with a Focus

More information

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz

Red Hat Enterprise Linux 6. Stanislav Polášek ELOS Technologies sp@elostech.cz Stanislav Polášek ELOS Technologies sp@elostech.cz Red Hat - an Established Global Leader Compiler Development Identity & Authentication Storage & File Systems Middleware Kernel Development Virtualization

More information

W H I T E P A P E R E n a b l i n g D a t a c e n t e r A u t o mation with Virtualized Infrastructure

W H I T E P A P E R E n a b l i n g D a t a c e n t e r A u t o mation with Virtualized Infrastructure W H I T E P A P E R E n a b l i n g D a t a c e n t e r A u t o mation with Virtualized Infrastructure Sponsored by: VMware Tim Grieser August 2008 IDC OPINION Global Headquarters: 5 Speen Street Framingham,

More information

Delivers high performance, reliability, and security. Is certified by the leading hardware and software vendors

Delivers high performance, reliability, and security. Is certified by the leading hardware and software vendors Datasheet Red Hat Enterprise Linux 6 Red Hat Enterprise Linux is a high-performing operating system that has delivered outstanding value to IT environments for nearly a decade. As the world s most trusted

More information

Comparing Free Virtualization Products

Comparing Free Virtualization Products A S P E I T Tr a i n i n g Comparing Free Virtualization Products A WHITE PAPER PREPARED FOR ASPE BY TONY UNGRUHE www.aspe-it.com toll-free: 877-800-5221 Comparing Free Virtualization Products In this

More information

Introduction to ovirt

Introduction to ovirt Introduction to ovirt James Rankin What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure technologies

More information

ovirt Introduction James Rankin Product Manager Red Hat jrankin@redhat.com Virtualization Management the ovirt way

ovirt Introduction James Rankin Product Manager Red Hat jrankin@redhat.com Virtualization Management the ovirt way ovirt Introduction James Rankin Product Manager Red Hat jrankin@redhat.com Agenda What is ovirt? What does it do? Architecture How To Contribute What is ovirt? Large scale, centralized management for server

More information

KVM Virtualization Roadmap and Technology Update

KVM Virtualization Roadmap and Technology Update KVM Virtualization Roadmap and Technology Update Karen Noel Senior Eng Manager Red Hat, Inc. June 13, 2013 Bhavna Sarathy Senior Product Manager Red Hat, Inc. Why we believe KVM is the best virtualization

More information