Virtualization Management the ovirt way

Size: px
Start display at page:

Download "Virtualization Management the ovirt way"

Transcription

1 Virtualization Management the ovirt way Alan Pevec Red Hat devconf.cz February

2 Agenda 2 What is ovirt? Where did it come from? What does it do? Architecture Roadmap What's next?

3 What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure technologies Provide an open source alternative to vcenter/vsphere Focus on KVM for best integration/performance Focus on ease of use/deployment 3

4 How Does It Look? 4

5 Goals of the ovirt project 5 Build a community around all levels of the virtualization stack hypervisor, manager, GUI, API, etc. To deliver both a cohesive complete stack and discretely reusable components for open virtualization management Provide a release of the project on a well defined schedule Focus on management of the KVM hypervisor, with exceptional guest support beyond Linux Provide a venue for user and developer communication and coordination

6 Governance 6 Merit based, open governance model Built using the best concepts taken from Apache and Eclipse Foundations Governance split between board and projects ovirt Board Multiple projects under the ovirt brand

7 Governance (ovirt Board) 7 Initial board Red Hat, IBM, NetApp, Cisco, SUSE, Intel A few domain leaders from sub-projects Mentors There is no limit to the number of board seats Additional seats are voted based on merit

8 How to Start? Build from source Or, just install pre-packaged 8 yum install ovirt-engine engine-setup Add managed hosts from engine use ovirt-node registration/approve flow

9 Administration Console 9

10 Search Auto Complete 10

11 Search Results 11

12 Add Host As Simple As 12

13 Power Management 13

14 Configure Networks 14

15 Or Bonds 15

16 Without Scripts or Config Files 16

17 Configure Storage Once for Entire Cluster 17

18 Extend with More LUNs as Needed 18

19 Add Servers or Desktops 19

20 Even Windows via Sysprep 20

21 SPICE or VNC 21

22 Migratable or Not 22

23 Highly Available? 23

24 Control Allocated Resources (Disk, Memory) 24

25 Boot Devices 25

26 Advanced Options via Custom Properties 26

27 Assign Permissions to Objects by Roles 27

28 Define Your Own Roles 28

29 User Portal 29

30 Self Provisioning Portal 30

31 User Resource View 31

32 Management Features Feature Description High Availability Restart guest VMs from failed hosts automatically on other hosts Live Migration Move running VM between hosts with zero downtime System Scheduler Continuously load balance VMs based on resource usage/policies Power Saver Concentrate virtual machines on fewer servers during off-peak hours Maintenance Manager No downtime for virtual machines during planned maintenance windows. Hypervisor patching Image Management Template based provisioning, thin provisioning and snapshots Monitoring & Reporting For all objects in system VM guests, hosts, networking, storage etc. OVF Import/Export Import and export VMs and templates using OVF files V2V Convert VMs from VMware and RHEL/Xen to ovirt 32

33 Virtual Desktop Infrastructure (VDI) Centralized management, security and policy enforcement Virtual desktops with user experience of a physical PC Multiple monitors HD quality video Bi-directional audio/video for VoIP or video-conferencing Smartcard support USB support Industry leading density of virtual desktops/server 33

34 ovirt High Level Architecture Postgres Postgres AD AD Admin AdminPortal Portal gwt gwt RR EE SS TT ovirt ovirt Engine Engine Java Java IPA IPA SDK/CLI SDK/CLI python python User UserPortal Portal gwt gwt Guest Guestagent agent Shared SharedStorage Storage FC/iSCSI/NFS FC/iSCSI/NFS Linux LinuxVM VM Guest Guestagent agent Win WinVM VM libvirt libvirt VDSM VDSM Host Host Node Node Local LocalStorage Storage 34 SPICE Linux/Windows Linux/Windows client client

35 REST API 35

36 Hosts Collection 36

37 Host networks collection 37

38 Python SDK - Creating the proxy - Listing all collections - Listing collection's methods. - Querying collection with ovirt search engine. - Querying collection by custom constraint. - Querying collection for specific resource. - Accessing resource methods and properties. 38

39 Python SDK (cont.) - Accessing resource properties and sub-collections. - Accessing sub-collection methods. - Querying sub-collection by custom constraint. - Retrieving sub-collection resource. - Accessing sub-collection resource properties and methods. 39

40 ovirt CLI 40

41 Data Warehouse based on Talend ETL 41

42 ovirt Reports 42

43 ovirt Reports 43

44 Notification Service 44 ovirt allows registration to certain audit events The notification service sends s per audit message to relevant users Also monitors engine itself

45 ovirt Guest Agent 45 The guest agent provides additional information to ovirt Engine, such as guest memory usage, guest ip address, installed applications and sso. Python code, available for both linux and windows guests Communication is done over virtio-serial SSO for windows is based on a gina module for XP and a credential provider for windows 7 SSO for RHEL 6 is based on a PAM module with support for both KDE and Gnome

46 Guest SSO SSO balloon balloon 46 VirtioVirtionet net VirtioVirtioblock block USB USB Spice Spice driver driver guest guest Agent Agent

47 ovirt Host Agent - VDSM virto-serial Guest GuestAgent Agent QEMU/KVM QEMU/KVM libvirt libvirt hooks hooks Host Host Config Config&& Monitor Monitor Storage Storage Config Config&& Monitor Monitor Network Network Config Config&& Monitor Monitor VM VM Config Config&& Monitor Monitor Auto Auto Register Register KSM KSM 47

48 Hooks Hook mechanism for customization Allows administrator to define scripts to modify VM operation 48 eg. Add extra options such as CPU pinning, watchdog device, direct LUN access, etc Allows ovirt to be extended for new KVM features before full integration is done An easy way to test a new kvm/libvirt/linux feature

49 Hooks 49

50 Hooks 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 eg. Apply firewall rule to VM 50

51 Sample Hooks 51 CPU pinning Fileinject SR/IOV Floppy Smart card Hostusb Direct LUN Isolatedprivatevlan Hugepages Numa Promiscuous mode network interface Qos Cisco VN-Link Scratchpad smbios

52 In the works Live snapshots Gluster support Live storage migration Qbg/Qbh Quotas virt-resize, pv-resize Hot plug libguestfs integration Multiple storage domains Stable device addresses Shared disks Network types iscsi disk Backup API SLA SDM Many many more Shared file system support Storage array integration

53 How To Contribute or Download Website and Repository: Mailing lists: IRC: 53 #ovirt on OFTC

54 What's Next Version Released last week Next Workshop Beijing March 21st Hosted by IBM in their Campus

55 THANK YOU! 55

56 Thin Provisioning Over-Commitment is a storage function which allows RHEV-M to logically allocate more storage than is physically available 56 Generally, Virtual Machines use less storage than what has been allocated to them Virtual Machine to operate completely unaware of the resources that are actually available QEMU identifies the highest offset written onto the logical volume VDSM monitors the highest offset marked by QEMU VDSM requests to the SPM to extend the logical volume when needed

Virtualization Management the ovirt way

Virtualization Management the ovirt way Virtualization Management the ovirt way Barak Azulay Manager @ RHEV Engineering Red Hat June 2012 1 Agenda 2 What is ovirt? Where did it come from? What does it do? Architecture Roadmap What's next? What

More information

Intro to ovirt. Itamar Heim Virtualization Management the ovirt way

Intro to ovirt. Itamar Heim Virtualization Management the ovirt way Intro to ovirt Itamar Heim iheim@redhat.com ovirt Workshop ovirt Workshops Barcelona 7-9 November 2012 http://kvmforumovirtworkshop2012.sched.org/ Wednesday ovirt for Users Thursday ovirt for Integrators

More information

Open Your Virtual Datacenter. DI (FH) René Koch Freelancer Grazer Linuxtage,

Open Your Virtual Datacenter. DI (FH) René Koch Freelancer Grazer Linuxtage, Open Your Virtual Datacenter DI (FH) René Koch Freelancer Grazer Linuxtage, 30.04.2016 Agenda What is VMware? What is ovirt? Architecture and Components Getting Started Migrate from VMware to ovirt Questions

More information

Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization

Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization Integrating ovirt, Foreman And Katello To Empower Your Data-Center Utilization Yaniv Bronhaim Senior Software Engineer, Maintainer @ RHEV Red Hat IL, Raanana August 2015, CloudOpen Europe Agenda Introducing

More information

RHEV in the weeds - special sauce! Marc Skinner

RHEV in the weeds - special sauce! Marc Skinner RHEV in the weeds - special sauce! Marc Skinner Twin Cities Users Group :: Q3/2013 Introduction RHEV = Red Hat Enterprise Vitualization RHEV Manager = Red Hat Enterprise Hypervisor Manager DATACENTER VIRTUALIZATION

More information

Managed Conversion of Guests to ovirt. Arik Hadas Senior Software Engineer Red Hat 21/8/15

Managed Conversion of Guests to ovirt. Arik Hadas Senior Software Engineer Red Hat 21/8/15 Managed Conversion of Guests to ovirt Arik Hadas Senior Software Engineer Red Hat 21/8/15 Agenda Motivation Architecture Demonstration Implementation Future work Many ways to run Virtual Machines There

More information

Red Hat enterprise virtualization 3.1 feature comparison

Red Hat enterprise virtualization 3.1 feature comparison Red Hat enterprise virtualization 3.1 feature comparison at a glance Red Hat Enterprise Virtualization 3.1 is first fully open source, enterprise ready virtualization platform Compare functionality of

More information

Libvirt: a virtualization API and beyond

Libvirt: a virtualization API and beyond Libvirt: a virtualization API and beyond http://veillard.com/talks/clklinux2011.pdf Daniel Veillard veillard@redhat.com Libvirt project goals Web site: libvirt.org Virtualization library: manage guest

More information

Libvirt presentation and perspectives. Daniel Veillard

Libvirt presentation and perspectives. Daniel Veillard Libvirt presentation and perspectives Daniel Veillard veillard@redhat.com Libvirt project goals Web site: libvirt.org Virtualization library: manage guest on one node Share the application stack between

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 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

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization Jacek Skórzyński Solution Architect/Red Hat AGENDA Red Hat Virtualization Overview RHV Architecture RHV Core Features Red Hat Virtualization Overview

More information

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott Red Hat Virtualization 4.1 Technical Presentation May 2017 Adapted for MSP RHUG Greg Scott gscott@redhat.com Who is this bald guy? Red Hat TAM for the financial and telco industries Lots of ties to the

More information

Red Hat Virtualization 4.1 Product Guide

Red Hat Virtualization 4.1 Product Guide Red Hat Virtualization 4.1 Product Guide Introduction to Red Hat Virtualization 4.1 Red Hat Virtualization Documentation TeamRed Hat Red Hat Virtualization 4.1 Product Guide Introduction to Red Hat Virtualization

More information

SIMPLIFIED VDI WITH RED HAT ENTERPRISE VIRTUALIZATION FOR DESKTOPS

SIMPLIFIED VDI WITH RED HAT ENTERPRISE VIRTUALIZATION FOR DESKTOPS SIMPLIFIED VDI WITH RED HAT ENTERPRISE VIRTUALIZATION FOR DESKTOPS Jeff Jameson, Product Marketing Manager Dave Simmons, Prin. Solutions Architect 6.27.12 AGENDA RHEV in the Virtualization Market What

More information

Red Hat HyperConverged Infrastructure. RHUG Q Marc Skinner Principal Solutions Architect 8/23/2017

Red Hat HyperConverged Infrastructure. RHUG Q Marc Skinner Principal Solutions Architect 8/23/2017 Red Hat HyperConverged Infrastructure RHUG Q3.2017 Marc Skinner Principal Solutions Architect 8/23/2017 AGENDA 2 What is RHHI? Use cases Technology Features Installation What is RHHI? INFRASTRUCTURE CONSOLIDATION

More information

BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION. Yaniv Kaul Director, SW engineering June 2016

BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION. Yaniv Kaul Director, SW engineering June 2016 BRINGING HOST LIFE CYCLE AND CONTENT MANAGEMENT INTO RED HAT ENTERPRISE VIRTUALIZATION Yaniv Kaul Director, SW engineering June 2016 HOSTS IN A RHEV SYSTEM Host functionality Hosts run the KVM hypervisor

More information

Red Hat Virtualization

Red Hat Virtualization Red Hat Virtualization Status Overview and Roadmap Yaniv Dary Senior Technical Product Manager, Red Hat Moran Goldboim Senior Technical Product Manager, Red Hat May 2017 4.1 HISTORY OF RED HAT VIRTUALIZATION

More information

RED HAT ENTERPRISE VIRTUALIZATION 3.0 YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE

RED HAT ENTERPRISE VIRTUALIZATION 3.0 YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE RED HAT ENTERPRISE VIRTUALIZATION 3.0 YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE Michael Lessard Senior Solutions Architect mlessard@redhat.com AGENDA RHEV Background/Market Dynamics Components of RHEV

More information

Ovirt Storage Overview

Ovirt Storage Overview Ovirt Storage Overview Jun 8 th, 2012 Barak Azulay 1 Agenda Defining the problem Storage Domain Storage Pool Roadmap How to contribute Q&A Example Domain Classes Domain Types File Domains Block Domains

More information

ovirt Node November 1, 2011 Mike Burns Alan Pevec Perry Myers ovirt Node 1

ovirt Node November 1, 2011 Mike Burns Alan Pevec Perry Myers ovirt Node 1 ovirt Node November 1, 2011 Mike Burns Alan Pevec Perry Myers ovirt Node 1 Agenda Introduction Architecture Overview Deployment Modes Installation and Configuration Upgrading Configuration Persistence

More information

A Resource Management Mechanism and Its Implementation for Virtual Machines

A Resource Management Mechanism and Its Implementation for Virtual Machines A Resource Management Mechanism and Its Implementation for Virtual Machines Zhigang Wang, Chuliang Weng, Yu Wang, and Minglu Li Shanghai Jiao Tong University, China http://grid.sjtu.edu.cn/clweng Munich,

More information

Red Hat Enterprise Linux MRG Red Hat Network Satellite Red Hat Enterprise Virtualization JBoss Cloud

Red Hat Enterprise Linux MRG Red Hat Network Satellite Red Hat Enterprise Virtualization JBoss Cloud 1 Red Hat Enterprise Linux MRG Red Hat Satellite Red Hat Enterprise Virtualization JBoss Cloud 2 Red Hat Enterprise Linux 3 Proven development model Red Hat collaborates with the open source community

More information

ovirt Node June 9, 2012 Mike Burns ovirt Node 1

ovirt Node June 9, 2012 Mike Burns ovirt Node 1 ovirt Node June 9, 2012 Mike Burns ovirt Node 1 Agenda Introduction Architecture Overview Deployment Modes Installation and Configuration Upgrading Configuration Persistence Future Features Discussion

More information

Red Hat Enterprise Virtualization 3.6 Technical Reference

Red Hat Enterprise Virtualization 3.6 Technical Reference Red Hat Enterprise Virtualization 3.6 Technical Reference The Technical Architecture of Red Hat Enterprise Virtualization Environments Red Hat Enterprise Virtualization Documentation Team Red Hat Enterprise

More information

Red Hat Enterprise Virtualization Hypervisor Roadmap. Bhavna Sarathy Senior Technology Product Manager, Red Hat

Red Hat Enterprise Virtualization Hypervisor Roadmap. Bhavna Sarathy Senior Technology Product Manager, Red Hat Red Hat Enterprise Virtualization Hypervisor Roadmap Bhavna Sarathy Senior Technology Product Manager, Red Hat RHEV Hypervisor 1 RHEV Hypervisor Themes & 2 Architecture & Use cases 3 Q&A 4 Future 5 } HYPERVISOR

More information

Open Hybrid Cloud & Red Hat Products Announcements

Open Hybrid Cloud & Red Hat Products Announcements Open Hybrid Cloud & Red Hat Products Announcements FREDERIK BIJLSMA Cloud BU EMEA Red Hat 14th December 2012 PERVASIVE NEW EXPECTATIONS AGILITY. EFFICIENCY. COST SAVINGS. PUBLIC CLOUDS 2 ENTERPRISE IT

More information

Red Hat Virtualization 4.0 Technical Reference

Red Hat Virtualization 4.0 Technical Reference Red Hat Virtualization 4.0 Technical Reference The Technical Architecture of Red Hat Virtualization Environments Red Hat Virtualization Documentation Team Red Hat Virtualization 4.0 Technical Reference

More information

Thanks for Live Snapshots, Where's Live Merge?

Thanks for Live Snapshots, Where's Live Merge? Thanks for Live Snapshots, Where's Live Merge? KVM Forum 16 October 2014 Adam Litke Red Hat Adam Litke, Thanks for Live Snapshots, Where's Live Merge 1 Agenda Introduction of Live Snapshots and Live Merge

More information

Migration Strategies from vsphere to Linux and OpenStack via a shared virtualized network

Migration Strategies from vsphere to Linux and OpenStack via a shared virtualized network Migration Strategies from vsphere to Linux and OpenStack via a shared virtualized network Dan Conde, Midokura 1 Agenda What s in this talk, what s not Migrating VMs running on vsphere to Linux virtualization

More information

Painless switch from proprietary hypervisor to QEMU/KVM. Denis V. Lunev

Painless switch from proprietary hypervisor to QEMU/KVM. Denis V. Lunev Painless switch from proprietary hypervisor to QEMU/KVM Denis V. Lunev den@openvz.org Contents Some words about Parallels Cloud Server 6 Choices to be made Performance results Status and future plans Parallels

More information

KVM 在 OpenStack 中的应用. Dexin(Mark) Wu

KVM 在 OpenStack 中的应用. Dexin(Mark) Wu KVM 在 OpenStack 中的应用 Dexin(Mark) Wu Agenda Overview CPU Memory Storage Network Architecture Overview nova-api REST API nova-scheduler nova-conductor nova-compute DB RPC Call libvirt driver libvirt Cinder

More information

Cloud environment with CentOS, OpenNebula and KVM

Cloud environment with CentOS, OpenNebula and KVM CentOS Dojo Madrid, November 8th, 2013 Cloud environment with CentOS, OpenNebula and KVM Jaime Melis Project Engineer OpenNebula Project. Creative Commons Attribution-NonCommercial-ShareAlike License Agenda

More information

KVM Weather Report. Amit Shah SCALE 14x

KVM Weather Report. Amit Shah SCALE 14x KVM Weather Report amit.shah@redhat.com SCALE 14x Copyright 2016, Licensed under the Creative Commons Attribution-ShareAlike License, CC-BY-SA. Virtualization Stack Virtualization Stack 3 QEMU Creates

More information

Xen Summit Spring 2007

Xen Summit Spring 2007 Xen Summit Spring 2007 Platform Virtualization with XenEnterprise Rich Persaud 4/20/07 Copyright 2005-2006, XenSource, Inc. All rights reserved. 1 Xen, XenSource and XenEnterprise

More information

Managing Virtual Machines in Red Hat Virtualization

Managing Virtual Machines in Red Hat Virtualization Red Hat Virtualization 4.1 Virtual Machine Management Guide Managing Virtual Machines in Red Hat Virtualization Last Updated: 2017-12-11 Red Hat Virtualization 4.1 Virtual Machine Management Guide Managing

More information

Bacula Systems Virtual Machine Performance Backup Suite

Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems VM Performance Backup Suite is part of Bacula Enterprise Edition. It comprises of modules that can be utilized to perfectly fit any

More information

Securing the Data Center against

Securing the Data Center against Securing the Data Center against vulnerabilities & Data Protection Agenda Virtual Virtualization Technology How Virtualization affects the Datacenter Security Keys to a Secure Virtualized Deployment and

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Module 1: Google Cloud Platform Projects Identify project resources and quotas Explain the purpose of Google Cloud Resource

More information

Red Hat Virtualization 4.2

Red Hat Virtualization 4.2 Red Hat Virtualization 4.2 Virtual Machine Management Guide Managing Virtual Machines in Red Hat Virtualization Last Updated: 2018-08-14 Red Hat Virtualization 4.2 Virtual Machine Management Guide Managing

More information

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion HPE Helion OpenStack Carrier Grade 1.1 Release Notes 2017-11-14 HPE Helion Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes... 3 Changes in This Release... 3 Usage Caveats...4 Known Problems

More information

Veritas InfoScale 7.4 Virtualization Guide - Linux

Veritas InfoScale 7.4 Virtualization Guide - Linux Veritas InfoScale 7.4 Virtualization Guide - Linux Last updated: 2018-05-30 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper Issue 01 Date 2014-03-26 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced

More information

Red Hat Virtualization 4.2

Red Hat Virtualization 4.2 Red Hat Virtualization 4.2 Introduction to the VM Portal Accessing and Using the VM Portal Last Updated: 2018-07-30 Red Hat Virtualization 4.2 Introduction to the VM Portal Accessing and Using the VM

More information

Implementation and. Oracle VM. Administration Guide. Oracle Press ORACLG. Mc Grauv Hill. Edward Whalen

Implementation and. Oracle VM. Administration Guide. Oracle Press ORACLG. Mc Grauv Hill. Edward Whalen ORACLG Oracle Press Oracle VM Implementation and Administration Guide Edward Whalen Mc Grauv Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore

More information

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Linux 6.0.1 July 2012 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

VMware vsphere Administration Training. Course Content

VMware vsphere Administration Training. Course Content VMware vsphere Administration Training Course Content Course Duration : 20 Days Class Duration : 3 hours per day (Including LAB Practical) Fast Track Course Duration : 10 Days Class Duration : 8 hours

More information

Citrix XenServer 7.1 Feature Matrix

Citrix XenServer 7.1 Feature Matrix Citrix XenServer 7.1 Matrix Citrix XenServer 7.1 Matrix A list of Citrix XenServer 7.1 features by product edition, including XenApp and XenDesktop license entitlements. Comprehensive application and desktop

More information

Red Hat Virtualization 4.2

Red Hat Virtualization 4.2 Red Hat Virtualization 4.2 Administration Guide Administration Tasks in Red Hat Virtualization Last Updated: 2018-09-06 Red Hat Virtualization 4.2 Administration Guide Administration Tasks in Red Hat

More information

Red Hat Satellite Server 6.2 Pattern

Red Hat Satellite Server 6.2 Pattern Red Hat Satellite Server 6.2 Pattern Table of contents Overview What is a Satellite Server? Why did we need a new Satellite Server 6.2 pattern? Architecture High Level Red Hat Satellite 6 System Architecture

More information

Getting Started with ovirt 3.3

Getting Started with ovirt 3.3 Getting Started with ovirt 3.3 Alexey Lesovsky Chapter No. 3 "Configuring ovirt" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.3 "Configuring

More information

ENTERPRISE HYPERVISOR COMPARISON

ENTERPRISE HYPERVISOR COMPARISON ENTERPRISE HYPERVISOR COMPARISON Version 5.0 A feature comparison of the hypervisors from Citrix, Microsoft, RedHat and VMware. Updated to the latest version, 6.1, Microsoft Hyper-V 2012, 3.1 and VMware

More information

VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5. VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6.

VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5. VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6. VMware vsphere V 6.5 VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5 vsphere VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6.5 VMware vsphere vcenter ESXi ESXi VMware vcenter

More information

Proxmox Virtual Environment

Proxmox Virtual Environment Datasheet Proxmox Virtual Environment www.ice-sys.com 877.332.3250 AT A GLANCE Complete virtualization solution for production environments KVM hypervisor Lightweight Linux containers (LXC) Web-based management

More information

Managing Virtual Machines in Red Hat Virtualization

Managing Virtual Machines in Red Hat Virtualization Red Hat Virtualization 4.0 Virtual Machine Management Guide Managing Virtual Machines in Red Hat Virtualization Last Updated: 2018-02-07 Red Hat Virtualization 4.0 Virtual Machine Management Guide Managing

More information

Availability & Resource

Availability & Resource Achieving Cost-effective High Availability & Resource Management Agenda Virtual Infrastructure Stack How Vmware helps in the Data Center Availability and Resource Management 2 The VMware Virtual Infrastructure

More information

VMware - VMware vsphere: Install, Configure, Manage [V6.7]

VMware - VMware vsphere: Install, Configure, Manage [V6.7] VMware - VMware vsphere: Install, Configure, Manage [V6.7] Code: Length: URL: EDU-VSICM67 5 days View Online This five-day course features intensive hands-on training that focuses on installing, configuring,

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

More information

Red Hat Virtualization 4.2

Red Hat Virtualization 4.2 Red Hat Virtualization 4.2 Virtual Machine Management Guide Managing Virtual Machines in Red Hat Virtualization Last Updated: 2018-07-24 Red Hat Virtualization 4.2 Virtual Machine Management Guide Managing

More information

VMware vsphere Customized Corporate Agenda

VMware vsphere Customized Corporate Agenda VMware vsphere Customized Corporate Agenda It's not just VMware Install, Manage, Configure (Usual VCP Course). For working professionals, just VCP is not enough, below is the custom agenda. At the outset,

More information

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

More information

Parallels EMEA Partner Roadshow Parallels Virtualization Portfolio how can I get my piece of the virtualization cake?

Parallels EMEA Partner Roadshow Parallels Virtualization Portfolio how can I get my piece of the virtualization cake? Parallels EMEA Partner Roadshow 2009 Parallels Virtualization Portfolio how can I get my piece of the virtualization cake? Agenda Agenda Parallels Virtuozzo Containers Overview Parallels Virtual Desktop

More information

Detail the learning environment, remote access labs and course timings

Detail the learning environment, remote access labs and course timings Course Duration: 4 days Course Description This course has been designed as an Introduction to VMware for IT Professionals, but assumes that some labs have already been developed, with time always at a

More information

4.1. Virtualization. Virtualization provides the following benefits:

4.1. Virtualization. Virtualization provides the following benefits: 4.1. Virtualization Virtualization is using software to emulate one or more physical computers on a single platform. You should be familiar with the following types of virtualization: Server virtualization

More information

KVM Forum Vancouver, Daniel P. Berrangé

KVM Forum Vancouver, Daniel P. Berrangé KVM Forum Vancouver, 2011 Daniel P. Berrangé libvirt: Why it exists Stable: isolation from HV API changes Standard: portable across HV Simple: rapid application development Portable:

More information

3.6. Managing Virtual Machines in Red Hat Enterprise Virtualization. Last Updated:

3.6. Managing Virtual Machines in Red Hat Enterprise Virtualization. Last Updated: Red Hat Enterprise Virtualization 3.6 Virtual Machine Management Guide Managing Virtual Machines in Red Hat Enterprise Virtualization Last Updated: 2017-09-27 Red Hat Enterprise Virtualization 3.6 Virtual

More information

Veritas InfoScale 7.2 Virtualization Guide - Linux

Veritas InfoScale 7.2 Virtualization Guide - Linux Veritas InfoScale 7.2 Virtualization Guide - Linux March 2017 Veritas InfoScale 7.2 Virtualization Guide Last updated: 2017-03-14 Document version: 7.2 Rev 1 Legal Notice Copyright 2016 Veritas Technologies

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Client Automation v8.10 Enterprise, Standard, Starter*

Client Automation v8.10 Enterprise, Standard, Starter* Core Installation Satellite Installation Application Management Application Self Service Management Application Management Profiles Patch Management Security And Compliance Management OS Management Out-of-Band

More information

VMware vsphere 5.5 Professional Bootcamp

VMware vsphere 5.5 Professional Bootcamp VMware vsphere 5.5 Professional Bootcamp Course Overview Course Objectives Cont. VMware vsphere 5.5 Professional Bootcamp is our most popular proprietary 5 Day course with more hands-on labs (100+) and

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

StratusLab Cloud Distribution Installation. Charles Loomis (CNRS/LAL) 3 July 2014

StratusLab Cloud Distribution Installation. Charles Loomis (CNRS/LAL) 3 July 2014 StratusLab Cloud Distribution Installation Charles Loomis (CNRS/LAL) 3 July 2014 StratusLab What is it? Complete IaaS cloud distribution Open source (Apache 2 license) Works well for production private

More information

Tony Paikeday Sr. Solutions Marketing Manager. Chris Westphal Sr. Product Marketing Manager. C Cisco Systems, Inc.

Tony Paikeday Sr. Solutions Marketing Manager. Chris Westphal Sr. Product Marketing Manager. C Cisco Systems, Inc. Regain Control of the Desktop: Cisco Desktop Virtualization Solution with VMware View 4.6 Tony Paikeday Sr. Solutions Marketing Manager Chris Westphal Sr. Product Marketing Manager 1 Today s Agenda Cisco

More information

HP Helion OpenStack Carrier Grade 1.1: Release Notes

HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade Contents 2 Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes...3 Changes in This Release... 5 Usage Caveats...7

More information

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008

Managing VMware ESXi in the Datacenter. Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Managing VMware ESXi in the Datacenter Dwarakanath P Rao Sr Partner consultant 6 th November 2008 Agenda VMware ESXi Overview ESXi Getting Started Case Studies VMware ESXi Overview Next What generation

More information

VMware vsphere 6.5: Install, Configure, Manage (5 Days)

VMware vsphere 6.5: Install, Configure, Manage (5 Days) www.peaklearningllc.com VMware vsphere 6.5: Install, Configure, Manage (5 Days) Introduction This five-day course features intensive hands-on training that focuses on installing, configuring, and managing

More information

Linux Virtualization Update

Linux Virtualization Update Linux Virtualization Update Chris Wright Japan Linux Symposium, November 2007 Intro Virtualization mini summit Paravirtualization Full virtualization Hardware changes Libvirt Xen Virtualization

More information

Cloud Infrastructure for Research Computing and Laboratory Environment. Bach Dániel, Geist Éva, Guba Sándor, Imre Szeberényi

Cloud Infrastructure for Research Computing and Laboratory Environment. Bach Dániel, Geist Éva, Guba Sándor, Imre Szeberényi Cloud Infrastructure for Research Computing and Laboratory Environment Bach Dániel, Geist Éva, Guba Sándor, Imre Szeberényi What is CIRCLE? IaaS cloud manager A complete solution for educational cloud

More information

Virtualization Overview NSRC

Virtualization Overview NSRC Virtualization Overview NSRC Terminology Virtualization: dividing available resources into smaller independent units Emulation: using software to simulate hardware which you do not have The two often come

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

Lifecycle management with Foreman and Katello Basics and Spacewalk migration

Lifecycle management with Foreman and Katello Basics and Spacewalk migration Lifecycle management with Foreman and Katello Basics and Spacewalk migration Christian Stankowic www.stankowic-development.net Free and Open Source software Conference 19.08.2017 whoami Christian Stankowic

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

Directions in Data Centre Virtualization and Management

Directions in Data Centre Virtualization and Management Directions in Data Centre Virtualization and Management Peter West Product Marketing Manager, Product Marketing EMEA, VMware, Inc. New Approach To Data Centre Scalability Simplify the containers Add Hardware

More information

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager 1 VMware By the Numbers Year Founded Employees R&D Engineers with Advanced Degrees Technology Partners Channel

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc.

Potpuna virtualizacija od servera do desktopa. Saša Hederić Senior Systems Engineer VMware Inc. Potpuna virtualizacija od servera do desktopa Saša Hederić Senior Systems Engineer VMware Inc. VMware ESX: Even More Reliable than a Mainframe! 2 The Problem Where the IT Budget Goes 5% Infrastructure

More information

A Dell Technical White Paper Dell Virtualization Solutions Engineering

A Dell Technical White Paper Dell Virtualization Solutions Engineering Dell vstart 0v and vstart 0v Solution Overview A Dell Technical White Paper Dell Virtualization Solutions Engineering vstart 0v and vstart 0v Solution Overview THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Administration Tasks in Red Hat Virtualization

Administration Tasks in Red Hat Virtualization Red Hat Virtualization 4.1 Administration Guide Administration Tasks in Red Hat Virtualization Last Updated: 2018-06-25 Red Hat Virtualization 4.1 Administration Guide Administration Tasks in Red Hat

More information

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder VMWARE SOLUTIONS AND THE DATACENTER Fredric Linder MORE THAN VSPHERE vsphere vcenter Core vcenter Operations Suite vcenter Operations Management Vmware Cloud vcloud Director Chargeback VMware IT Business

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

CXS-203-1I Citrix XenServer 6.0 Administration

CXS-203-1I Citrix XenServer 6.0 Administration 1800 ULEARN (853 276) www.ddls.com.au CXS-203-1I Citrix XenServer 6.0 Administration Length 5 days Price $5115.00 (inc GST) Overview In the Citrix XenServer 6.0 classroom training course, students are

More information

Installing the Cisco CSR 1000v in VMware ESXi Environments

Installing the Cisco CSR 1000v in VMware ESXi Environments Installing the Cisco CSR 1000v in VMware ESXi Environments VMware ESXi Support Information, page 1 VMware Requirements Cisco IOS XE Fuji 16.7, page 2 Supported VMware Features and Operations, page 3 Deploying

More information

AGENDA. 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat

AGENDA. 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat AGENDA 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat 14:25-14:35 Capsule : Surveiller les accès aux fichiers avec Auditd,

More information

Exam : VMWare VCP-310

Exam : VMWare VCP-310 Exam : VMWare VCP-310 Title : VMware Certified Professional on VI3 Update : Demo 1. Which of the following files are part of a typical virtual machine? Select 3 response(s). A. Virtual Disk File (.vmdk)

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

VMware vsphere: Fast Track [V6.7] (VWVSFT)

VMware vsphere: Fast Track [V6.7] (VWVSFT) VMware vsphere: Fast Track [V6.7] (VWVSFT) Formato do curso: Presencial Preço: 3950 Nível: Avançado Duração: 50 horas This five-day, intensive course takes you from introductory to advanced VMware vsphere

More information

MCITP: Windows Server 2008 R2, Virtualization Administrator

MCITP: Windows Server 2008 R2, Virtualization Administrator MCITP: Windows Server 2008 R2, Virtualization Administrator Course Description and Overview Overview SecureNinja s MCITP: Windows Server 2008 R2, Virtualization Administrator training and certification

More information