SlideShare a Scribd company logo
Red Hat Enterprise Virtualization 3.1




Syed M Shaaf
Solutions Architect
Red Hat
November 2012



 1                    RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RHEV Overview




2           RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV MANAGER FEATURES
                                                     ●   High Availability
                                                     ●   Live Migration
                                                     ●   Load Balancing (DRS)
                                                     ●   Power Saver (DPM)
                                                     ●   Templates, thin
                                                         provisioning, snapshots
                                                     ●   Centralized storage and
                                                         networking management
                                                     ●   V2V
                                                     ●   Power User Portal
                                                     ●   Reporting Engine


3           RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RHEV HYPERVISOR/KVM OVERVIEW
SCALABILITY

    SMALL FORM FACTOR, SCALABLE,
         HIGH PERFORMANCE                                   ●   Host: 160 logical CPU
                                                                (4,096 theoretical
                                                                max), 2 TB RAM
                                                                (64TB theoretical max)
                                                            ●   Guest: 64 vCPU,
                                                                512 GB RAM
                                                            ●   Supports latest silicon
                                                                virtualization
                                                                technology
                                                            ●   Based on the latest
                                                                RHEL 6 kernel
                                                            ●   Microsoft SVVP
                                                                certified
4                  RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
SPICE: EXCEPTIONAL USER EXPERIENCE

    
        User experience comparable to
        a local desktop PC
         
             Bi-directional audio & video
         
             VoIP & video conferencing
         
             HD quality video
         
             Hi resolution 2560x1600 (each)
         
             Up to 4 monitors
         
             USB redirection for nearly any
             device
         
             Smart Card/CAC authentication
         
             Copy & paste



5                               RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
SPICE: BUILT FOR VIRTUAL DESKTOPS

    
        Adaptive Protocol
         
             Dynamically chooses optimal point to
             process graphics
         
             Renders locally on client or falls back
             to server or VM
    
        Improved network support for WAN
         
             Enhanced bandwidth and latency
             tolerance
         
             Optional SSL encryption
    
        Highest server density levels




6                            RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RHEV 3.0 REPORTING


  Historical usage, trending,
  quality of service

  Integrated reporting engine
  based on Jasper reports

  Over 25 prebuilt reports and
  dashboards included

  Ability to create and customize
  reports and templates




7                  RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
ISV PARTNERS
                                                                         ●   Integrated through
                                                                             the RHEV API
                    Operations
                    Monitoring                                           ●   Certified by Red Hat
                                  Security
       Capacity &
                                                                             to work with RHEV
      Performance
      Management                      Backup &
                                       Disaster
                                                                         ●   Free trials available
                                      Recovery                               via the RHEV
        Capacity
       Planning &                                                            Marketplace
        P2V, V2V
                                 Application

                       VDI
                                  Delivery                               ●   Visit our ISV
                                                                             partners at the
                                                                             Partner Pavillion
                                                                             and RHEV
                                                                             Campgrounds
                                                                      http://marketplace.redhat.com



8                       RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
INDUSTRY LEADING VIRTUALIZATION
PERFORMANCE

            Red Hat

            VMware




    ●   SPECvirt_sc2010: As of September 1, 2012, RHEV claims top 7
        results and the only 8-socket server scores

9                       RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
HYPERVISOR
                                 ●   Standalone hypervisor
                                       ●   Small footprint
                                              ●   Customized 'spin' of RHEL + KVM
                                              ●   'Just enough' RHEL to run virtual
                                                  machines
                                              ●   Security hardened image
                                              ●   Runs on all RHEL hardware
                                              ●   with Intel VT/AMD-V CPUs

                                       ●   Easy to install, configure and upgrade
                                              ●   PXE boot, USB boot, CD or Hard
                                                  drive




10          RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
SECURITY
 RHEV inherits the security features of
 Linux and RHEL
 SELinux security policy infrastructure
     Provides protection and isolation
     for virtual machines and host
     Compromised virtual machine
     cannot access other VMs or host
 sVirt Project
     Sub-project of NSA's SELinux
     community. Provides “hardened”
     hypervisors
     Multilevel security. Isolate guests
     Contain any hypervisor breaches




11                         RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
Security - SELinux to the rescue

          SELinux is all about labeling
          ●   Processes get labels – virtual machines with
              KVM are processes
          ●   Files and devices get labels – virtual images are
              stored on files and devices
          ●   Rules control how process labels interact with
              file labels and other process labels
          ●   The kernel enforces these rules




12                    RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
KVM guests are processes, so we can confine
them like processes




13            RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
Compromised virtual machine guest
     confined, despite its vulnerability




14           RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
And of course, the guest operating system
     can also run SELinux




15           RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RHEV 3.0 ARCHITECTURE


                                                     
                                                         RHEV-Manager is now a Java
                                                         application running on JBoss
                                                         EAP on RHEL
                                                     
                                                         Backend database is now
                                                         PostgreSQL 8.4
                                                     
                                                         New user portal, REST API,
                                                         Linux CLI
                                                     
                                                         Support for multiple external
                                                         authentication sources
                                                           
                                                             Red Hat IPA
                                                           
                                                             Microsoft Active Directory




16          RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RHEV 3.0 - Integration

     ●   Hook scripts are called at specific VM lifecycle events
         ● VDSM (management agent) Start

         ● Before VM start

         ● After VM start

         ● Before VM migration in/out

         ● After VM migration in/out

         ● Before and After VM Pause

         ● Before and After VM Continue

         ● Before and After VM Hibernate

         ● Before and After VM resume from hibernate

         ● On VM stop

         ● On VDSM Stop




     ➔Hooks can modify a virtual machines XML definition before VM start
     ➔Hooks can run system commands – e.g.. Apply firewall rule to VM




17                              RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
             Integration & API

Python SDK   - Python SDK for developers




18             RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
            User Interface

Web Admin   - Full support for Web Admin
            - Remove .NET Windows Admin Portal




19            RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
                    Platform Infrastructure

OpenJDK             - Run on 100% open source infrastructure
                    - No requirement for proprietary Oracle JRE


JBoss EAP 6         - Reduced in-memory footprint
                    - Reduced startup time
                    - Improved performance and scalability

Directory Servers   - Support for two new directory servers
                    - Red Hat Directory Server
                    - IBM Tivoli Directory Server


Jasper 4.7          - Move to the latest JasperSoft reporting engine




20                    RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
                    Platform Infrastructure

Guest Scalability   - 160 Virtual CPUs per VM

                    - 2 TB Virtual RAM per VM

New CPU Support     - New Intel Core i3, i5, i7 (code named “Sandy Bridge”)

                    - New AMD family 15h processors (code named “Bulldozer”)

P2V                 - Quickly migrate Physical machine to Virtual

Quotas              - Quotas for storage, CPU and memory




21                    RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
              User Interface

Reports       - Integrate Reports / Dashboard into web admin portal
Integration   - Single Signon between Admin portal and Jasper Reports




22              RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
                  Networking

Hot plug/unplug   - Hot plug/unplug virtual machine's network interface




23                  RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
                  Storage

Hotplug Disk      - Hot plug/unplug virtual machine disk image

Disk Management   - New UI for managing internal and external (direct lun) disks




24                  RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
             Storage

Direct LUN   - UI support for configuring direct LUN access for virtual machine




25             RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
RED HAT ENTERPRISE VIRTUALIZATION
RHEV 3.1
                    Storage

Storage Migration   - Live migration of virtual machine disk between storage domains   Tech Preview




26                    RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
PHYSICAL TO VIRTUAL TO CLOUD




27         RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
Thank you




28   RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
Ad

More Related Content

What's hot (19)

Technical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaaf
Technical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaafTechnical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaaf
Technical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaaf
Syed Shaaf
 
KVM Success Stories Book
KVM Success Stories BookKVM Success Stories Book
KVM Success Stories Book
IBM India Smarter Computing
 
2011-11-03 Intelligence Community Cloud Users Group
2011-11-03 Intelligence Community Cloud Users Group2011-11-03 Intelligence Community Cloud Users Group
2011-11-03 Intelligence Community Cloud Users Group
Shawn Wells
 
6WIND Virtual Accelerator Product Presentation
6WIND Virtual Accelerator Product Presentation6WIND Virtual Accelerator Product Presentation
6WIND Virtual Accelerator Product Presentation
6WIND
 
Ent11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+MrgEnt11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+Mrg
abcKia
 
2015 03-26 cloud platform master class for cloudplatform 4 5 - public
2015 03-26 cloud platform master class for cloudplatform 4 5 - public2015 03-26 cloud platform master class for cloudplatform 4 5 - public
2015 03-26 cloud platform master class for cloudplatform 4 5 - public
Citrix
 
Openstack v4 0
Openstack v4 0Openstack v4 0
Openstack v4 0
sprdd
 
2016 11-16 Citrix XenServer & Nutanix Master Class
2016 11-16 Citrix XenServer & Nutanix Master Class2016 11-16 Citrix XenServer & Nutanix Master Class
2016 11-16 Citrix XenServer & Nutanix Master Class
Marc Trouard-Riolle
 
Mastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualizationMastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualization
Humble Chirammal
 
6WINDGate™ - Powering the New-Generation of IPsec Gateways
6WINDGate™ - Powering the New-Generation of IPsec Gateways6WINDGate™ - Powering the New-Generation of IPsec Gateways
6WINDGate™ - Powering the New-Generation of IPsec Gateways
6WIND
 
Pivotal Container Service Overview
Pivotal Container Service Overview Pivotal Container Service Overview
Pivotal Container Service Overview
VMware Tanzu
 
6WIND Virtual Accelerator Performance Test Comparison
6WIND Virtual Accelerator Performance Test Comparison6WIND Virtual Accelerator Performance Test Comparison
6WIND Virtual Accelerator Performance Test Comparison
6WIND
 
6WINDGate™ - Powering the New Generation of Network Appliances
6WINDGate™ - Powering the New Generation of Network Appliances6WINDGate™ - Powering the New Generation of Network Appliances
6WINDGate™ - Powering the New Generation of Network Appliances
6WIND
 
Introduce: IBM Power Linux with PowerKVM
Introduce: IBM Power Linux with PowerKVMIntroduce: IBM Power Linux with PowerKVM
Introduce: IBM Power Linux with PowerKVM
Zainal Abidin
 
Red Hat Essentials
Red Hat EssentialsRed Hat Essentials
Red Hat Essentials
djwallis
 
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations!
VMworld
 
Kvm virtualization platform
Kvm virtualization platformKvm virtualization platform
Kvm virtualization platform
Ahmad Hafeezi
 
Doc103 Red Hat Comparison Whitepaper
Doc103 Red Hat Comparison WhitepaperDoc103 Red Hat Comparison Whitepaper
Doc103 Red Hat Comparison Whitepaper
mikhail.mikheev
 
Si fa presto a dire SDDC: come, quando e perché?
Si fa presto a dire SDDC: come, quando e perché?Si fa presto a dire SDDC: come, quando e perché?
Si fa presto a dire SDDC: come, quando e perché?
Andrea Mauro
 
Technical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaaf
Technical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaafTechnical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaaf
Technical update KVM and Red Hat Enterprise Virtualization (RHEV) by syedmshaaf
Syed Shaaf
 
2011-11-03 Intelligence Community Cloud Users Group
2011-11-03 Intelligence Community Cloud Users Group2011-11-03 Intelligence Community Cloud Users Group
2011-11-03 Intelligence Community Cloud Users Group
Shawn Wells
 
6WIND Virtual Accelerator Product Presentation
6WIND Virtual Accelerator Product Presentation6WIND Virtual Accelerator Product Presentation
6WIND Virtual Accelerator Product Presentation
6WIND
 
Ent11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+MrgEnt11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+Mrg
abcKia
 
2015 03-26 cloud platform master class for cloudplatform 4 5 - public
2015 03-26 cloud platform master class for cloudplatform 4 5 - public2015 03-26 cloud platform master class for cloudplatform 4 5 - public
2015 03-26 cloud platform master class for cloudplatform 4 5 - public
Citrix
 
Openstack v4 0
Openstack v4 0Openstack v4 0
Openstack v4 0
sprdd
 
2016 11-16 Citrix XenServer & Nutanix Master Class
2016 11-16 Citrix XenServer & Nutanix Master Class2016 11-16 Citrix XenServer & Nutanix Master Class
2016 11-16 Citrix XenServer & Nutanix Master Class
Marc Trouard-Riolle
 
Mastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualizationMastering kvm virtualization- A complete guide of KVM virtualization
Mastering kvm virtualization- A complete guide of KVM virtualization
Humble Chirammal
 
6WINDGate™ - Powering the New-Generation of IPsec Gateways
6WINDGate™ - Powering the New-Generation of IPsec Gateways6WINDGate™ - Powering the New-Generation of IPsec Gateways
6WINDGate™ - Powering the New-Generation of IPsec Gateways
6WIND
 
Pivotal Container Service Overview
Pivotal Container Service Overview Pivotal Container Service Overview
Pivotal Container Service Overview
VMware Tanzu
 
6WIND Virtual Accelerator Performance Test Comparison
6WIND Virtual Accelerator Performance Test Comparison6WIND Virtual Accelerator Performance Test Comparison
6WIND Virtual Accelerator Performance Test Comparison
6WIND
 
6WINDGate™ - Powering the New Generation of Network Appliances
6WINDGate™ - Powering the New Generation of Network Appliances6WINDGate™ - Powering the New Generation of Network Appliances
6WINDGate™ - Powering the New Generation of Network Appliances
6WIND
 
Introduce: IBM Power Linux with PowerKVM
Introduce: IBM Power Linux with PowerKVMIntroduce: IBM Power Linux with PowerKVM
Introduce: IBM Power Linux with PowerKVM
Zainal Abidin
 
Red Hat Essentials
Red Hat EssentialsRed Hat Essentials
Red Hat Essentials
djwallis
 
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations! VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: The KISS of vRealize Operations!
VMworld
 
Kvm virtualization platform
Kvm virtualization platformKvm virtualization platform
Kvm virtualization platform
Ahmad Hafeezi
 
Doc103 Red Hat Comparison Whitepaper
Doc103 Red Hat Comparison WhitepaperDoc103 Red Hat Comparison Whitepaper
Doc103 Red Hat Comparison Whitepaper
mikhail.mikheev
 
Si fa presto a dire SDDC: come, quando e perché?
Si fa presto a dire SDDC: come, quando e perché?Si fa presto a dire SDDC: come, quando e perché?
Si fa presto a dire SDDC: come, quando e perché?
Andrea Mauro
 

Viewers also liked (8)

RHEVM - Snapshots
RHEVM - SnapshotsRHEVM - Snapshots
RHEVM - Snapshots
Raz Tamir
 
oVirt 3.6 Deep Dive: Refresh LUN size
oVirt 3.6 Deep Dive: Refresh LUN sizeoVirt 3.6 Deep Dive: Refresh LUN size
oVirt 3.6 Deep Dive: Refresh LUN size
Freddy Rolland
 
RHEVM - Live Storage Migration
RHEVM - Live Storage MigrationRHEVM - Live Storage Migration
RHEVM - Live Storage Migration
Raz Tamir
 
RedHat Linux
RedHat LinuxRedHat Linux
RedHat Linux
Apo
 
Red hat enterprise linux 7 (rhel 7)
Red hat enterprise linux 7 (rhel 7)Red hat enterprise linux 7 (rhel 7)
Red hat enterprise linux 7 (rhel 7)
Ramola Dhande
 
Flossuk17 introduction to ovirt
Flossuk17 introduction to ovirtFlossuk17 introduction to ovirt
Flossuk17 introduction to ovirt
Freddy Rolland
 
Introduction to Red Hat
Introduction to Red HatIntroduction to Red Hat
Introduction to Red Hat
Albert Wong
 
Introduction to virtualization
Introduction to virtualizationIntroduction to virtualization
Introduction to virtualization
Sasikumar Thirumoorthy
 
RHEVM - Snapshots
RHEVM - SnapshotsRHEVM - Snapshots
RHEVM - Snapshots
Raz Tamir
 
oVirt 3.6 Deep Dive: Refresh LUN size
oVirt 3.6 Deep Dive: Refresh LUN sizeoVirt 3.6 Deep Dive: Refresh LUN size
oVirt 3.6 Deep Dive: Refresh LUN size
Freddy Rolland
 
RHEVM - Live Storage Migration
RHEVM - Live Storage MigrationRHEVM - Live Storage Migration
RHEVM - Live Storage Migration
Raz Tamir
 
RedHat Linux
RedHat LinuxRedHat Linux
RedHat Linux
Apo
 
Red hat enterprise linux 7 (rhel 7)
Red hat enterprise linux 7 (rhel 7)Red hat enterprise linux 7 (rhel 7)
Red hat enterprise linux 7 (rhel 7)
Ramola Dhande
 
Flossuk17 introduction to ovirt
Flossuk17 introduction to ovirtFlossuk17 introduction to ovirt
Flossuk17 introduction to ovirt
Freddy Rolland
 
Introduction to Red Hat
Introduction to Red HatIntroduction to Red Hat
Introduction to Red Hat
Albert Wong
 
Ad

Similar to Redhat rhev 31-update by syedmshaaf (20)

6WINDGate™ - High Performance Networking for Data Centers
6WINDGate™ - High Performance Networking for Data Centers6WINDGate™ - High Performance Networking for Data Centers
6WINDGate™ - High Performance Networking for Data Centers
6WIND
 
Red Hat Virtual Infrastructure Storage
Red Hat Virtual Infrastructure StorageRed Hat Virtual Infrastructure Storage
Red Hat Virtual Infrastructure Storage
Red_Hat_Storage
 
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF accelerationOVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
NAIM Networks, Inc.
 
Red+hat+enterprise+virtualization+3.1+for+servers +vm ware+migration
Red+hat+enterprise+virtualization+3.1+for+servers +vm ware+migrationRed+hat+enterprise+virtualization+3.1+for+servers +vm ware+migration
Red+hat+enterprise+virtualization+3.1+for+servers +vm ware+migration
sintre21
 
6WIND Corporate Overview
6WIND Corporate Overview6WIND Corporate Overview
6WIND Corporate Overview
6WIND
 
6WINDGate™ - Enabling Cloud RAN Virtualization
6WINDGate™ - Enabling Cloud RAN Virtualization6WINDGate™ - Enabling Cloud RAN Virtualization
6WINDGate™ - Enabling Cloud RAN Virtualization
6WIND
 
Virtual host acceleration
Virtual host accelerationVirtual host acceleration
Virtual host acceleration
Melvin174623
 
HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月
HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月
HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月
VirtualTech Japan Inc.
 
Ent11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+MrgEnt11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+Mrg
abcKia
 
Ent11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+MrgEnt11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+Mrg
abcKia
 
SAP NetWeaver Gateway - Introduction
SAP NetWeaver Gateway - IntroductionSAP NetWeaver Gateway - Introduction
SAP NetWeaver Gateway - Introduction
SAP PartnerEdge program for Application Development
 
Next Gen Datacenter
Next Gen DatacenterNext Gen Datacenter
Next Gen Datacenter
Rui Lopes
 
Red Hat Ehanced Desktop Virtualisation
Red Hat Ehanced Desktop VirtualisationRed Hat Ehanced Desktop Virtualisation
Red Hat Ehanced Desktop Virtualisation
BUSINESS SOFTWARES & SOLUTIONS
 
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
StarWind Software
 
Accelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oFAccelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oF
inside-BigData.com
 
Client Virtualization reference architacture- cn
Client Virtualization reference architacture- cnClient Virtualization reference architacture- cn
Client Virtualization reference architacture- cn
ITband
 
Use Cases and Integration Scenarios with SAP Adaptive Computing Virtualization
Use Cases and Integration Scenarios with SAP Adaptive Computing VirtualizationUse Cases and Integration Scenarios with SAP Adaptive Computing Virtualization
Use Cases and Integration Scenarios with SAP Adaptive Computing Virtualization
Gunther_01
 
27ian2011 hp
27ian2011   hp27ian2011   hp
27ian2011 hp
Agora Group
 
IBM PowerLinux Solution Edition for SAP Applications Quick Reference Guide
IBM PowerLinux Solution Edition for SAP Applications Quick Reference GuideIBM PowerLinux Solution Edition for SAP Applications Quick Reference Guide
IBM PowerLinux Solution Edition for SAP Applications Quick Reference Guide
IBM India Smarter Computing
 
VMWARE CommsDay Melbourne Congress
VMWARE CommsDay Melbourne CongressVMWARE CommsDay Melbourne Congress
VMWARE CommsDay Melbourne Congress
GrahameLynch1
 
6WINDGate™ - High Performance Networking for Data Centers
6WINDGate™ - High Performance Networking for Data Centers6WINDGate™ - High Performance Networking for Data Centers
6WINDGate™ - High Performance Networking for Data Centers
6WIND
 
Red Hat Virtual Infrastructure Storage
Red Hat Virtual Infrastructure StorageRed Hat Virtual Infrastructure Storage
Red Hat Virtual Infrastructure Storage
Red_Hat_Storage
 
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF accelerationOVNC 2015-High performance Network Function Virtualization & VNF acceleration
OVNC 2015-High performance Network Function Virtualization & VNF acceleration
NAIM Networks, Inc.
 
Red+hat+enterprise+virtualization+3.1+for+servers +vm ware+migration
Red+hat+enterprise+virtualization+3.1+for+servers +vm ware+migrationRed+hat+enterprise+virtualization+3.1+for+servers +vm ware+migration
Red+hat+enterprise+virtualization+3.1+for+servers +vm ware+migration
sintre21
 
6WIND Corporate Overview
6WIND Corporate Overview6WIND Corporate Overview
6WIND Corporate Overview
6WIND
 
6WINDGate™ - Enabling Cloud RAN Virtualization
6WINDGate™ - Enabling Cloud RAN Virtualization6WINDGate™ - Enabling Cloud RAN Virtualization
6WINDGate™ - Enabling Cloud RAN Virtualization
6WIND
 
Virtual host acceleration
Virtual host accelerationVirtual host acceleration
Virtual host acceleration
Melvin174623
 
HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月
HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月
HPNFVの取組みとMWC2015 – OpenStack最新情報セミナー 2015年4月
VirtualTech Japan Inc.
 
Ent11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+MrgEnt11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+Mrg
abcKia
 
Ent11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+MrgEnt11+ +Red+Hat+Enterprise+Mrg
Ent11+ +Red+Hat+Enterprise+Mrg
abcKia
 
Next Gen Datacenter
Next Gen DatacenterNext Gen Datacenter
Next Gen Datacenter
Rui Lopes
 
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
StarWind Software
 
Accelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oFAccelerating Ceph with RDMA and NVMe-oF
Accelerating Ceph with RDMA and NVMe-oF
inside-BigData.com
 
Client Virtualization reference architacture- cn
Client Virtualization reference architacture- cnClient Virtualization reference architacture- cn
Client Virtualization reference architacture- cn
ITband
 
Use Cases and Integration Scenarios with SAP Adaptive Computing Virtualization
Use Cases and Integration Scenarios with SAP Adaptive Computing VirtualizationUse Cases and Integration Scenarios with SAP Adaptive Computing Virtualization
Use Cases and Integration Scenarios with SAP Adaptive Computing Virtualization
Gunther_01
 
IBM PowerLinux Solution Edition for SAP Applications Quick Reference Guide
IBM PowerLinux Solution Edition for SAP Applications Quick Reference GuideIBM PowerLinux Solution Edition for SAP Applications Quick Reference Guide
IBM PowerLinux Solution Edition for SAP Applications Quick Reference Guide
IBM India Smarter Computing
 
VMWARE CommsDay Melbourne Congress
VMWARE CommsDay Melbourne CongressVMWARE CommsDay Melbourne Congress
VMWARE CommsDay Melbourne Congress
GrahameLynch1
 
Ad

More from Syed Shaaf (10)

Containers - What are they and Atomic
Containers - What are they and AtomicContainers - What are they and Atomic
Containers - What are they and Atomic
Syed Shaaf
 
Build and manage private and hybrid cloud
Build and manage private and hybrid cloudBuild and manage private and hybrid cloud
Build and manage private and hybrid cloud
Syed Shaaf
 
Getting to know the Grid - Goto Aarhus 2013
Getting to know the Grid - Goto Aarhus 2013Getting to know the Grid - Goto Aarhus 2013
Getting to know the Grid - Goto Aarhus 2013
Syed Shaaf
 
Red Hat JBoss Technical update
Red Hat JBoss Technical updateRed Hat JBoss Technical update
Red Hat JBoss Technical update
Syed Shaaf
 
OpenShift and next generation application development
OpenShift and next generation application developmentOpenShift and next generation application development
OpenShift and next generation application development
Syed Shaaf
 
Unix to Red Hat Enterprise Linux
Unix to Red Hat Enterprise Linux Unix to Red Hat Enterprise Linux
Unix to Red Hat Enterprise Linux
Syed Shaaf
 
Red Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaafRed Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaaf
Syed Shaaf
 
Conduct JBoss EAP 6 seminar
Conduct JBoss EAP 6 seminarConduct JBoss EAP 6 seminar
Conduct JBoss EAP 6 seminar
Syed Shaaf
 
What is the KISS principle
What is the KISS principleWhat is the KISS principle
What is the KISS principle
Syed Shaaf
 
Mow2012 data services
Mow2012 data servicesMow2012 data services
Mow2012 data services
Syed Shaaf
 
Containers - What are they and Atomic
Containers - What are they and AtomicContainers - What are they and Atomic
Containers - What are they and Atomic
Syed Shaaf
 
Build and manage private and hybrid cloud
Build and manage private and hybrid cloudBuild and manage private and hybrid cloud
Build and manage private and hybrid cloud
Syed Shaaf
 
Getting to know the Grid - Goto Aarhus 2013
Getting to know the Grid - Goto Aarhus 2013Getting to know the Grid - Goto Aarhus 2013
Getting to know the Grid - Goto Aarhus 2013
Syed Shaaf
 
Red Hat JBoss Technical update
Red Hat JBoss Technical updateRed Hat JBoss Technical update
Red Hat JBoss Technical update
Syed Shaaf
 
OpenShift and next generation application development
OpenShift and next generation application developmentOpenShift and next generation application development
OpenShift and next generation application development
Syed Shaaf
 
Unix to Red Hat Enterprise Linux
Unix to Red Hat Enterprise Linux Unix to Red Hat Enterprise Linux
Unix to Red Hat Enterprise Linux
Syed Shaaf
 
Red Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaafRed Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaaf
Syed Shaaf
 
Conduct JBoss EAP 6 seminar
Conduct JBoss EAP 6 seminarConduct JBoss EAP 6 seminar
Conduct JBoss EAP 6 seminar
Syed Shaaf
 
What is the KISS principle
What is the KISS principleWhat is the KISS principle
What is the KISS principle
Syed Shaaf
 
Mow2012 data services
Mow2012 data servicesMow2012 data services
Mow2012 data services
Syed Shaaf
 

Recently uploaded (20)

Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 

Redhat rhev 31-update by syedmshaaf

  • 1. Red Hat Enterprise Virtualization 3.1 Syed M Shaaf Solutions Architect Red Hat November 2012 1 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 2. RHEV Overview 2 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 3. RED HAT ENTERPRISE VIRTUALIZATION RHEV MANAGER FEATURES ● High Availability ● Live Migration ● Load Balancing (DRS) ● Power Saver (DPM) ● Templates, thin provisioning, snapshots ● Centralized storage and networking management ● V2V ● Power User Portal ● Reporting Engine 3 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 4. RHEV HYPERVISOR/KVM OVERVIEW SCALABILITY SMALL FORM FACTOR, SCALABLE, HIGH PERFORMANCE ● Host: 160 logical CPU (4,096 theoretical max), 2 TB RAM (64TB theoretical max) ● Guest: 64 vCPU, 512 GB RAM ● Supports latest silicon virtualization technology ● Based on the latest RHEL 6 kernel ● Microsoft SVVP certified 4 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 5. SPICE: EXCEPTIONAL USER EXPERIENCE  User experience comparable to a local desktop PC  Bi-directional audio & video  VoIP & video conferencing  HD quality video  Hi resolution 2560x1600 (each)  Up to 4 monitors  USB redirection for nearly any device  Smart Card/CAC authentication  Copy & paste 5 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 6. SPICE: BUILT FOR VIRTUAL DESKTOPS  Adaptive Protocol  Dynamically chooses optimal point to process graphics  Renders locally on client or falls back to server or VM  Improved network support for WAN  Enhanced bandwidth and latency tolerance  Optional SSL encryption  Highest server density levels 6 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 7. RHEV 3.0 REPORTING  Historical usage, trending, quality of service  Integrated reporting engine based on Jasper reports  Over 25 prebuilt reports and dashboards included  Ability to create and customize reports and templates 7 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 8. RED HAT ENTERPRISE VIRTUALIZATION ISV PARTNERS ● Integrated through the RHEV API Operations Monitoring ● Certified by Red Hat Security Capacity & to work with RHEV Performance Management Backup & Disaster ● Free trials available Recovery via the RHEV Capacity Planning & Marketplace P2V, V2V Application VDI Delivery ● Visit our ISV partners at the Partner Pavillion and RHEV Campgrounds http://marketplace.redhat.com 8 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 9. INDUSTRY LEADING VIRTUALIZATION PERFORMANCE Red Hat VMware ● SPECvirt_sc2010: As of September 1, 2012, RHEV claims top 7 results and the only 8-socket server scores 9 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 10. RED HAT ENTERPRISE VIRTUALIZATION HYPERVISOR ● Standalone hypervisor ● Small footprint ● Customized 'spin' of RHEL + KVM ● 'Just enough' RHEL to run virtual machines ● Security hardened image ● Runs on all RHEL hardware ● with Intel VT/AMD-V CPUs ● Easy to install, configure and upgrade ● PXE boot, USB boot, CD or Hard drive 10 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 11. RED HAT ENTERPRISE VIRTUALIZATION SECURITY RHEV inherits the security features of Linux and RHEL SELinux security policy infrastructure Provides protection and isolation for virtual machines and host Compromised virtual machine cannot access other VMs or host sVirt Project Sub-project of NSA's SELinux community. Provides “hardened” hypervisors Multilevel security. Isolate guests Contain any hypervisor breaches 11 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 12. Security - SELinux to the rescue SELinux is all about labeling ● Processes get labels – virtual machines with KVM are processes ● Files and devices get labels – virtual images are stored on files and devices ● Rules control how process labels interact with file labels and other process labels ● The kernel enforces these rules 12 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 13. KVM guests are processes, so we can confine them like processes 13 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 14. Compromised virtual machine guest confined, despite its vulnerability 14 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 15. And of course, the guest operating system can also run SELinux 15 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 16. RHEV 3.0 ARCHITECTURE  RHEV-Manager is now a Java application running on JBoss EAP on RHEL  Backend database is now PostgreSQL 8.4  New user portal, REST API, Linux CLI  Support for multiple external authentication sources  Red Hat IPA  Microsoft Active Directory 16 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 17. RHEV 3.0 - Integration ● Hook scripts are called at specific VM lifecycle events ● VDSM (management agent) Start ● Before VM start ● After VM start ● Before VM migration in/out ● After VM migration in/out ● Before and After VM Pause ● Before and After VM Continue ● Before and After VM Hibernate ● Before and After VM resume from hibernate ● On VM stop ● On VDSM Stop ➔Hooks can modify a virtual machines XML definition before VM start ➔Hooks can run system commands – e.g.. Apply firewall rule to VM 17 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 18. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Integration & API Python SDK - Python SDK for developers 18 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 19. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 User Interface Web Admin - Full support for Web Admin - Remove .NET Windows Admin Portal 19 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 20. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Platform Infrastructure OpenJDK - Run on 100% open source infrastructure - No requirement for proprietary Oracle JRE JBoss EAP 6 - Reduced in-memory footprint - Reduced startup time - Improved performance and scalability Directory Servers - Support for two new directory servers - Red Hat Directory Server - IBM Tivoli Directory Server Jasper 4.7 - Move to the latest JasperSoft reporting engine 20 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 21. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Platform Infrastructure Guest Scalability - 160 Virtual CPUs per VM - 2 TB Virtual RAM per VM New CPU Support - New Intel Core i3, i5, i7 (code named “Sandy Bridge”) - New AMD family 15h processors (code named “Bulldozer”) P2V - Quickly migrate Physical machine to Virtual Quotas - Quotas for storage, CPU and memory 21 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 22. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 User Interface Reports - Integrate Reports / Dashboard into web admin portal Integration - Single Signon between Admin portal and Jasper Reports 22 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 23. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Networking Hot plug/unplug - Hot plug/unplug virtual machine's network interface 23 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 24. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Storage Hotplug Disk - Hot plug/unplug virtual machine disk image Disk Management - New UI for managing internal and external (direct lun) disks 24 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 25. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Storage Direct LUN - UI support for configuring direct LUN access for virtual machine 25 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 26. RED HAT ENTERPRISE VIRTUALIZATION RHEV 3.1 Storage Storage Migration - Live migration of virtual machine disk between storage domains Tech Preview 26 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 27. PHYSICAL TO VIRTUAL TO CLOUD 27 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf
  • 28. Thank you 28 RED HAT ENTERPRISE VIRTUALIZATION Update | Syed M Shaaf