Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering
|
|
|
- Aubrie Elliott
- 10 years ago
- Views:
Transcription
1 Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering
2 NIST Definition of Cloud Computing Cloud computing is a model for enabling convenient, on-demand Cloud network computing access is a model to a shared for enabling pool convenient, of ondemand network access to a shared pool of configurable configurable computing computing resources resources (e.g., networks, (e.g., networks, servers, storage, servers, applications, storage, applications, and services) and that services) can be rapidly that provisioned can be rapidly and provisioned released with and minimal released management with minimal effort or service provider interaction. management effort or service provider interaction. This cloud model promotes availability and is composed of: This cloud 5 Essential model Characteristics promotes availability 3 Service and Models is composed of: On-demand self-service Resource pooling Rapid elasticity Measured service Broad network access SaaS PaaS IaaS 4 Deployment Models Public Cloud Private Cloud Community Cloud Hybrid Cloud Source: NIST Definition of Cloud Computing v15
3 SaaS, PaaS and IaaS Software as a Service Applications delivered as a service to end-users over the Internet Platform as a Service App development & deployment platform delivered as a service Infrastructure as a Service Server, storage and network hardware and associated software delivered as a service
4 Evolution of Private and Public Clouds Private Cloud Evolution Consolidate Standardize Private PaaS Private IaaS Silo d Physical Dedicated Static Heterogeneous HPC / Cluster Scale out Grid/Virtualization Virtual Shared services Dynamic Standardized appliances Consolidate 4
5 Evolution of Private and Public Clouds Private Cloud Evolution App1 App2 App3 Consolidate Standardize Private PaaS Private PaaS Private IaaS Private IaaS Silo d Physical Dedicated Static Heterogeneous HPC / Cluster Scale out Grid/Virtualization Virtual Shared services Dynamic Standardized appliances Consolidate Private Cloud Self-service Policy-based resource mgmt Chargeback Capacity planning Merged Silo/Grid 4
6 Evolution of Private and Public Clouds Public Cloud Evolution ISP MSP CSP/ Telcos ASP ISV Private Cloud Evolution App1 App2 App3 Consolidate Standardize Private PaaS Private PaaS Private IaaS Private IaaS Silo d Physical Dedicated Static Heterogeneous HPC / Cluster Scale out Grid/Virtualization Virtual Shared services Dynamic Standardized appliances Consolidate Private Cloud Self-service Policy-based resource mgmt Chargeback Capacity planning Merged Silo/Grid 4
7 Evolution of Private and Public Clouds Public Cloud Evolution Public Clouds ISP MSP CSP/ Telcos IaaS ASP ISV SaaS PaaS Private Cloud Evolution App1 App2 App3 Consolidate Standardize Private PaaS Private PaaS Private IaaS Private IaaS Silo d Physical Dedicated Static Heterogeneous HPC / Cluster Scale out Grid/Virtualization Virtual Shared services Dynamic Standardized appliances Consolidate Private Cloud Self-service Policy-based resource mgmt Chargeback Capacity planning Merged Silo/Grid 4
8 Evolution of Private and Public Clouds Public Cloud Evolution Public Clouds Hybrid ISP ASP MSP ISV CSP/ Telcos SaaS IaaS PaaS IaaS PaaS SaaS Private Cloud Evolution Virtual Private Cloud App1 App2 App3 Consolidate Standardize Private PaaS Private PaaS Private PaaS Private IaaS Private IaaS Private IaaS Silo d Physical Dedicated Static Heterogeneous HPC / Cluster Scale out Grid/Virtualization Virtual Shared services Dynamic Standardized appliances Consolidate Private Cloud Self-service Policy-based resource mgmt Chargeback Capacity planning Merged Silo/Grid Hybrid Federation with public clouds Interoperability Cloud bursting 4
9 Linux Evolution General Purpose OS Linux runs on small/medium/large systems and continues to evolve. More CPU s, more memory, higher performance... Embedded Linux Focus on Embedded market, handheld, tablets but there s similarities with cloud / virtualization. Special Linux kernel build and custom Linux OS distributions Linux-based Appliances Minimal install, easy to package and repackage Linux distribution to deploy apps on for virtualization and cloud deployments. Based on general purpose Linux but with ideas from embedded world
10 Our efforts on Linux Work on Linux scalability - as a hardware company we have very large x86 systems threads 1-2TB memory. NUMA awareness, high speed network, flash disk, tracing, fault management, filesystems (btrfs)... products like ExaData and ExaLogic -All- our code changes go into the mainline tree (Linus s tree). Our Oracle Linux source trees are also publicly available including changelogs : Create packages to make packaging of Linux-based assemblies or appliances easy and reproducible. This includes easy configuration of application installation on top as well. This work comes in Oracle VM Templates with Oracle Linux (freely downloadable including source).
11 Our efforts on Linux btrfs development efforts continue helps in providing an easy way to take snapshots and upgrade / for local filesystem based VM disks reflink clones ocfs2 reflink provides us the ability to clone VMs on the fly across a cluster instead of just being able to do local dependent snapshots dlmfs is a very convenient solution for implementing simple cluster based lock infrastructure for VM HA (we use it in Oracle VM) Make Linux into a better virtualized OS - projects like zcache and ramster. cooperative guests are much more interesting than each VM on its own
12 Open Source Virtualization Hypervisors True hypervisor concept - Xen most well known version of open source hypervisor used in many production systems today. OS with hypervisor characteristics Ability to run VMs on top of a host kernel, like KVM or Oracle VM VirtualBox. Container style Form of virtualization where you isolate processes and applications from each other on top of a single OS kernel. Open VZ, LXC
13 Our efforts on Xen and Oracle VM VirtualBox Contrary to popular believe, the Linux tree has full support for Xen. For Xen guest as well as Xen privileged (dom0) domains. We worked with Citrix and the Xen community to get the code submitted and in acceptable form for Linus. Linux rc6 : config XEN_DOM0 (including pciback, netback and blockback coming) config XEN config XEN_PVHVM config XEN_MAX_DOMAIN_MEMORY config XEN_SAVE_RESTORE -All- our code changes go into the mainline tree (Xen.org Xen tree). Oracle VM VirtualBox and Oracle VM Server (Xen-based) are both complete open source Virtualization products. Free download source + binaries and production use.
14 Our efforts on Xen and Oracle VM VirtualBox VirtualBox development is actively continuing new releases every few months even debian includes 4.0.debs used on server side in VDI - Cloudy desktops and we can run Linux with multimedia (RCA support) not just windows, remote USB, remote audio (happily run Ubuntu VMs) Data Integrity integration into VMs (WIP) work to eliminate silent data corruption data corruption unnoticed no errors or warnings until its too late logical block checksum is not enough, used at READ time, too late requires end-to-end integrity checking app -> disk device to prevent bad data from being written Cern study, 207 : write known data pattern to more than 3000 nodes over a 5 week period had 8.7TB worth of corrupt data
15 Open Standards - or the need for Open Standards is important Packaging format for appliances (OVF) OVF is a good start to have a common format of describing a set of VMs that work together. Assemblies with configuration metadata. In DMTF Cloud API Many clouds but other than de facto standards no true standard yet. Oracle submitted a proposal to DMTF in 2010 Application and OS Configuration Above OVF startup scripts (first boot) cleanup scripts (clean virtual disks, swap space, temp files, reset to first boot state)
16 Helping open standards along We provide support for OVF in both Oracle VM VirtualBox(first to implement support) and Oracle VM server Work with the DMTF to suggest enhancements and propose additions to the OVF standard to fit complex application configuration Use OVF in our own assembly builder products (Oracle Virtual Assembly Builder) and support for OVF in our management products Oracle Cloud API submission and feedback forums Enhance Oracle products such as MySQL, and many others to be easily deployed in a cloud environment (optimized, preconfigured MySQL/Oracle Linux template on Oracle VM) Storage Connect
17 Oracle VM Templates Rapid Application Deployment Siebel CRM File E-Delivery Download from Oracle Pre-built, pre-configured VM Complete app, middleware, DB installation Complete MySQL, Siebel CRM, Database 11g, Enterprise Manager Enterprise Manager Start-Up in Save days or weeks in installation and configuration time Siebel CRM VM 1 Siebel CRM VM 2 VM Oracle VM Servers VM Oracle VM Server Pool VM Customize & Save as Golden Images Import via Oracle VM Oracle VM Pool NAS, SAN, iscsi Manager VM 4
18 Oracle Virtual Assembly Builder config1 config2 Dev/Test Environment Assembly = Appliances (VM Templates + configuration Metadata) + relationships & start order Metadata Production Environments Package up complex structure from dev/test and reconstitute in production Minimize setup time and risk of hard-to-debug configuration errors Easily replicate in production with minor variations Each production instance has well-contained configuration parameters for flexibility
19 Oracle s Software Development Cloud - Devops Nearly Ten Years Development / Use Case Study Internal hardware resource management application leveraging existing development automation as a private cloud API A platform allows us to move more users & hardware resources into a self-service cloud * A self-service reimaging & reboot portal for users Current Metrics Avg. new VM reservations per day: ~50 Avg. self-service reboots per day: ~25 Avg. self-service reimages per day: ~100 *That is not limited to a single: OS imaging technology, hypervisor, or cloud API
20 What s next For developers it s important to work together and create tools based on open standards, participate and implement open standards Interoperability should be in the design Small footprint is in, disk and memory size matters For businesses, to make clouds work it s more than just virtualization think about full stack deployment and how all components interact save on sysadmin and application admin costs
<Insert Picture Here> Cloud Computing Strategy
Cloud Computing Strategy Rex Wang VP Infrastructure and Management The following is intended to outline our general product direction. It is intended for information purposes only,
<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises
Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Speaker Title The following is intended to outline our general product direction. It is intended for information
Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise
Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle NIST Definition of Cloud Computing Cloud
<Insert Picture Here> Private Cloud with Fusion Middleware
Private Cloud with Fusion Middleware Duško Vukmanović Principal Sales Consultant, Oracle [email protected] The following is intended to outline our general product direction.
<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization
Enabling Cloud Deployments with Oracle Virtualization NAME TITLE The following is intended to outline our general product direction. It is intended for information purposes only,
Oracle Virtualization Strategy and Roadmap
Oracle Virtualization Strategy and Roadmap Wim Coekaerts, Senior Vice President, Engineering, Linux and Virtualization, Oracle September 29, 2014 Agenda 1 2 3 4 5 IT Transformation Oracle Virtualization
<Insert Picture Here> Oracle VM and Cloud Computing
Oracle VM and Cloud Computing Paulo Bosco Otto Sales Consultant [email protected] The following is intended to outline our general product direction. It is intended for
1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7
1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 Oracle Virtual Machine Server pre x86 Marián Kuna Technology Sales
<Insert Picture Here> Enterprise Cloud Computing: What, Why and How
Enterprise Cloud Computing: What, Why and How Jean-Claude Sotto Technology Sales Rep Middlware and E2.0 The following is intended to outline our general product direction. It is intended
<Insert Picture Here> Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization
Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization Christian Rothe, [email protected] The following is intended to outline our general
Oracle Cloud Computing Strategy
Oracle Cloud Computing Strategy Rex Wang VP Infrastructure & Management 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. The Safe Harbor The following is intended to outline our general
<Insert Picture Here> Enterprise Cloud Computing: What, Why and How
Enterprise Cloud Computing: What, Why and How Andrew Sutherland SVP, Middleware Business, EMEA he following is intended to outline our general product direction. It is intended for
Oracle: Private Platform as a Service from Oracle
Oracle: Private Platform as a Service from Oracle Liviu Gherman Sales Manager Fusion Middleware 6 octombrie 2010, Cluj he following is intended to outline our general product direction.
Private Cloud Database Consolidation with Exadata. Nitin Vengurlekar Technical Director/Cloud Evangelist
Private Cloud Database Consolidation with Exadata Nitin Vengurlekar Technical Director/Cloud Evangelist Agenda Private Cloud vs. Public Cloud Business Drivers for Private Cloud Database Architectures for
STeP-IN SUMMIT 2013. June 18 21, 2013 at Bangalore, INDIA. Performance Testing of an IAAS Cloud Software (A CloudStack Use Case)
10 th International Conference on Software Testing June 18 21, 2013 at Bangalore, INDIA by Sowmya Krishnan, Senior Software QA Engineer, Citrix Copyright: STeP-IN Forum and Quality Solutions for Information
Session S316973 : How to build a Private Cloud with Oracle Enterprise Manager: A Major Telco Story. Principal Product Manager
1 1 Session S316973 : How to build a Private Cloud with Oracle Enterprise Manager: A Major Telco Story Madhup Gulati Madhup Gulati Principal Product Manager Safe Harbor Statement
Oracle Cloud Computing Strategy
Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended
Oracle Cloud Strategy. Sudip Datta Vice President of Product Management
Oracle Cloud Strategy Sudip Datta Vice President of Product Management The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated
Oracle Enterprise Manager 12c Product Overview Presentation: Cloud Management
Enterprise Cloud Management-- Enabled by Oracle Enterprise Manager Oracle Enterprise Manager 12c Product Overview Presentation: Cloud Management 1 Copyright 2011, Oracle and/or its affiliates. All rights
Configuring and Managing a Private Cloud with Enterprise Manager 12c
Configuring and Managing a Private Cloud with Enterprise Manager 12c IOUG Online Education Series 12:00pm - 1:00pm CT, June 26, 2012, Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering,
<Insert Picture Here> Oracle Cloud Computing Strategy
Oracle Cloud Computing Strategy Arthur F. Tyde III Program Executive, High Performance, Grid, Cloud Computing Oracle ASEAN The following is intended to outline our general product
Private Cloud for WebSphere Virtual Enterprise Application Hosting
Private Cloud for WebSphere Virtual Enterprise Application Hosting Tracy Smith Nationwide Insurance February 7, 2013 Session Number 12884 www.linkedin.com/in/tracysmith2 [email protected] Private
<Insert Picture Here> Cloud Archive Trends and Challenges PASIG Winter 2012
Cloud Archive Trends and Challenges PASIG Winter 2012 Raymond A. Clarke Enterprise Storage Consultant, Oracle Enterprise Solutions Group How Is PASIG Pronounced? Is it PASIG? Is it
Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases
NASA Ames NASA Advanced Supercomputing (NAS) Division California, May 24th, 2012 Cloud Computing Architecture with OpenNebula HPC Cloud Use Cases Ignacio M. Llorente Project Director OpenNebula Project.
Oracle VM Server Virtualization (x86) Overview Wayne Lewis Oracle Linux & Virtualisation, EMEA
Oracle VM Server Virtualization (x86) Overview Wayne Lewis Oracle Linux & Virtualisation, EMEA May 2013 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following
<Insert Picture Here> La strategia Oracle per il Cloud Computing e un caso reale di adozione
La strategia Oracle per il Cloud Computing e un caso reale di adozione Giustino Longo Senior Director, Oracle Consulting South Western Europe Cloud: a metaphor for the Internet Essential
<Insert Picture Here> Considerations for Enterprise Cloud Computing
Considerations for Enterprise Cloud Computing Kew Yoke Ling Cloud Computing and Oracle EC2 Cloud Computing today: Developers are the primary users Infrastructure not enterprise ready
INTRODUCTION TO CLOUD MANAGEMENT
CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure
Realize the Full Potential of Virtualized Java Applications
An Oracle White Paper April, 2010 Realize the Full Potential of Virtualized Java Applications Oracle WebLogic Server on Oracle JRockit Virtual Edition Oracle Virtual Assembly Builder The performance of
1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.
1 Copyright 2011, Oracle and/or its affiliates. All rights Cloud Iveta Šťavinová Technology Sales Consultant 2 Copyright 2011, Oracle and/or its affiliates. All rights Safe Harbor Statement The following
Virtualization and IaaS management
CLOUDFORMS Virtualization and IaaS management Calvin Smith, Senior Solutions Architect [email protected] VIRTUALIZATION TO CLOUD CONTINUUM Virtual Infrastructure Management Drivers Server Virtualization
RED HAT ENTERPRISE VIRTUALIZATION
Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April
Virtualization and Cloud Computing
Written by Zakir Hossain, CS Graduate (OSU) CEO, Data Group Fed Certifications: PFA (Programming Foreign Assistance), COR (Contracting Officer), AOR (Assistance Officer) Oracle Certifications: OCP (Oracle
Virtualization Strategy with Oracle VM and Oracle Linux. Bjorn Naessens
with Oracle VM and Bjorn Naessens Join the buzz: Wifi pass: BANQ Twitter #oracleopenxperience @oopenxperience 2 About me Certifications OVM 2.x/3.x Implementation Specialist 5.x Certified Administrator
Sistemi Operativi e Reti. Cloud Computing
1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi [email protected] 2 Introduction Technologies
vcloud Suite Architecture Overview and Use Cases
vcloud Suite Architecture Overview and Use Cases vcloud Suite 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
An Oracle White Paper March 2013. What It Takes to Deploy and Manage a Private Cloud with Oracle VM
An Oracle White Paper March 2013 What It Takes to Deploy and Manage a Private Cloud with Oracle VM Introduction... 1 Implementing a Private Cloud: My Dinner with Dave... 2 Why Oracle VM?... 3 Application-Driven
Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Name, Title Oracle
Monitoring, Managing and Supporting Enterprise Clouds with Oracle Enterprise Manager 12c Name, Title Oracle Complete Cloud Lifecycle Management Optimize Plan Meter & Charge Manage Applications and Business
Data Center Op+miza+on
Data Center Op+miza+on Sept 2014 Jitender Sunke VP Applications, ITC Holdings Ajay Arora Sr. Director, Centroid Systems Justin Youngs Principal Architect, Oracle 1 Agenda! Introductions! Oracle VCA An
CON9488 The Enterprise Cloud Simplified with Oracle VM
CON9488 The Enterprise Cloud Simplified with Oracle VM Andy Herm, Senior Architect, Cloud Infrastructure, Oracle Conor Wentz, Senior Architect, Cloud Infrastructure, Oracle Honglin Su, Sr. Director of
CHAPTER 8 CLOUD COMPUTING
CHAPTER 8 CLOUD COMPUTING SE 458 SERVICE ORIENTED ARCHITECTURE Assist. Prof. Dr. Volkan TUNALI Faculty of Engineering and Natural Sciences / Maltepe University Topics 2 Cloud Computing Essential Characteristics
Oracle Solaris and Oracle Virtualization. Dan Roberts Director of Solaris Product Management
Oracle Solaris and Oracle Virtualization Dan Roberts Director of Solaris Product Management The following is intended to outline our general product direction. It is intended for information purposes only,
Oracle Reference Architecture and Oracle Cloud
Oracle Reference Architecture and Oracle Cloud Anbu Krishnaswamy Anbarasu Enterprise Architect Social. Mobile. Complete. Global Enterprise Architecture Program Safe Harbor Statement The following is intended
OpenNebula Open Souce Solution for DC Virtualization
13 th LSM 2012 7 th -12 th July, Geneva OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision
Data Centers and Cloud Computing
Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1 Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2 Data Centers
YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE. Greg Lissy Director, Red Hat Virtualization Business. James Rankin Senior Solutions Architect
YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE Greg Lissy Director, Red Hat Virtualization Business James Rankin Senior Solutions Architect 1 THE VIRTUALIZATION MARKET HAS CHANGED The release of Red Hat Enterprise
SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager [email protected]. Product Marketing Manager djarvis@suse.
SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager [email protected] Product Marketing Manager [email protected] SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack
Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration
ULI101 Week 06b Week Overview Installing Linux Linux on your Desktop Virtualization Basic Linux system administration Installing Linux Standalone installation Linux is the only OS on the computer Any existing
OpenNebula Open Souce Solution for DC Virtualization
OSDC 2012 25 th April, Nürnberg OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision on Virtualized
Virtualization Management the ovirt way
ovirt introduction FOSDEM 2013 Doron Fediuck Red Hat What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure
2) Xen Hypervisor 3) UEC
5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools
Cloud Computing Architecture: A Survey
Cloud Computing Architecture: A Survey Abstract Now a day s Cloud computing is a complex and very rapidly evolving and emerging area that affects IT infrastructure, network services, data management and
With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments
RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to
VMware Virtual Infrastucture From the Virtualized to the Automated Data Center
VMware Virtual Infrastucture From the Virtualized to the Automated Data Center Senior System Engineer VMware Inc. [email protected] Agenda Vision VMware Enables Datacenter Automation VMware Solutions
An Oracle White Paper February 2013. Oracle VM Enabling Rapid Migration to Private Cloud
An Oracle White Paper February 2013 Oracle VM Enabling Rapid Migration to Private Cloud Introduction... 2 Migrating from Traditional Datacenter to Private Cloud: Challenges and Solutions... 2 Application
Best Practices for Python in the Cloud: Lessons Learned @ActiveState
Best Practices for Python in the Cloud: Lessons Learned @ActiveState Best Practices for Python in the Cloud Presented by: Gisle Aas, Senior Developer, ActiveState whoami? Gisle Aas! [email protected]!
CLOUD COMPUTING & SECURITY -A PRACTICAL APPROACH
CLOUD COMPUTING & SECURITY -A PRACTICAL APPROACH ORGANIZED BY र ट र य इल क ट र नक एव स चन प र य गक स थ न, ग रखप र National Institute of Electronics and Information Technology (NIELIT) Gorakhpur An Autonomous
An Oracle White Paper June 2011. Oracle Cloud Computing
An Oracle White Paper June 2011 Oracle Cloud Computing 1 Executive Overview Cloud computing is a significant advancement in the delivery of information technology and services. By providing on demand access
A Gentle Introduction to Cloud Computing
A Gentle Introduction to Cloud Computing Source: Wikipedia Platform Computing, Inc. Platform Clusters, Grids, Clouds, Whatever Computing The leader in managing large scale shared environments o 18 years
Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager
Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager Mike Lehmann Vice President Product Management WebLogic Server, Coherence, Java Cloud Services Henrik Blixt Director of Product
9/26/2011. What is Virtualization? What are the different types of virtualization.
CSE 501 Monday, September 26, 2011 Kevin Cleary [email protected] What is Virtualization? What are the different types of virtualization. Practical Uses Popular virtualization products Demo Question,
Computing Service Provision in P2P Clouds
Computing Service Provision in P2P Clouds Ghislain FOUODJI TASSE Supervisor: DR. Karen BRADSHAW Department of Computer Science Rhodes University Research Statement Leverage advantages of cloud computing
1 P a g e Delivering Self -Service Cloud application service using Oracle Enterprise Manager 12c
Delivering Self-service Cloud application services using Oracle Enterprise Manager 12c Kai Yu, Senior Principal Engineer, Oracle Solutions Engineering, Dell Inc ABSTRACT Oracle Self-Service provisioning
Red Hat VDI. David Simmons
Red Hat VDI David Simmons Senior Architect, Red Hat Virtualization AGENDA Open Source and the Evolution of Virtualization Desktop VDI Value Components Real VDI TCO The Future of the Desktop and the savings
Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage
Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is
Oracle Linux Overview. Presented by: Anuj Verma Title: Senior Pre-Sales Consultant
Oracle Linux Overview Presented by: Anuj Verma Title: Senior Pre-Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information
StorPool Distributed Storage Software Technical Overview
StorPool Distributed Storage Software Technical Overview StorPool 2015 Page 1 of 8 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard
A Complete Open Cloud Storage, Virt, IaaS, PaaS. Dave Neary Open Source and Standards, Red Hat
A Complete Open Cloud Storage, Virt, IaaS, PaaS Dave Neary Open Source and Standards, Red Hat 1 Agenda 1. Traditional virtualization 2. The move to IaaS 3. Storage 4. PaaS, application encapsulation and
Marco Mantegazza WebSphere Client Technical Professional Team IBM Software Group. Virtualization and Cloud
Marco Mantegazza WebSphere Client Technical Professional Team IBM Software Group Virtualization and Cloud Agenda Cloud Computing: Introduction How to build private Cloud with WebSphere WebSphere Virtual
Oracle s Cloud Computing Strategy
Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Sandra Cheevers Senior Principal Product Director Cloud Product Marketing Steve Lemme Director, Cloud Builder Specialization Oracle
IBM Cloud Computing for SAP. 2010 IBM Corporation
IBM Cloud Computing for SAP Agenda IBM Strategy and Offering for Cloud Computing SAP Product Strategy Cloud Computing for SAP Customers IBM Cloud Solutions for SAP Customers 2 IBM Strategy and Offerings
Oracle Applications and Cloud Computing - Future Direction
Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy [email protected] Vijay Tirumalai [email protected]
Accelerating the Journey to The Cloud Via Virtualization
Accelerating the Journey to The Cloud Via Virtualization January, 2012 Mike Pinelli & James Lewis, VMware SLED 2010 VMware Inc. All rights reserved Agenda Introductions What is the Cloud? Your Cloud? VMware
VMware VSAN och Virtual Volumer
VMware VSAN och Virtual Volumer Claes Bäckström RTS Här läggs leverantörsloggor om det finns VMware VSAN 6.0 Här läggs leverantörsloggor om det finns VMware Virtual SAN 6.0 Radically Simple Hypervisor-Converged
ORACLE VIRTUAL DESKTOP INFRASTRUCTURE
ORACLE VIRTUAL DESKTOP INFRASTRUCTURE HIGHLY SECURE AND MOBILE ACCESS TO VIRTUALIZED DESKTOP ENVIRONMENTS KEY FEATURES Centralized virtual desktop management and hosting Facilitates access to VDI desktops
Commercial Software Licensing
Commercial Software Licensing CHAPTER 12: Prepared by DoD ESI January 2013 Chapter Overview Most software licenses today are either perpetual or subscription. Perpetual licenses involve software possession
Managed Cloud Services
Managed Services From Data Centre to Managed Public Traditional data centre Virtual Data Centre In-house Dedicated External Multi-tenant External Managed Public Consulting approach: Breakdown of Business
OpenNebula Open Souce Solution for DC Virtualization. C12G Labs. Online Webinar
OpenNebula Open Souce Solution for DC Virtualization C12G Labs Online Webinar What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision on Virtualized Environments I m using virtualization/cloud,
Journey to the Private Cloud. Key Enabling Technologies
Journey to the Private Cloud Key Enabling Technologies Jeffrey Nick Chief Technology Officer Senior Vice President EMC Corporation June 2010 1 The current I/T state: Infrastructure sprawl Information explosion
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server
Data Centers and Cloud Computing. Data Centers
Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises
Mobile Cloud Computing T-110.5121 Open Source IaaS
Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital
Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure
TECHNICAL WHITE PAPER Ubuntu OpenStack on VMware vsphere: A reference architecture for deploying OpenStack while limiting changes to existing infrastructure A collaboration between Canonical and VMware
Cloud Courses Description
Courses Description 101: Fundamental Computing and Architecture Computing Concepts and Models. Data center architecture. Fundamental Architecture. Virtualization Basics. platforms: IaaS, PaaS, SaaS. deployment
Citrix XenServer Backups with Xen & Now by SEP
Citrix Backups with Xen & Now by SEP [email protected] www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW... 3 CITRIX XENDESKTOP ENVIRONMENT... 4 CITRIX DESKTOP DELIVERY CONTROLLER BACKUP... 5 CITRIX
Comparing Free Virtualization Products
A S P E I T Tr a i n i n g Comparing Free Virtualization Products A WHITE PAPER PREPARED FOR ASPE BY TONY UNGRUHE www.aspe-it.com toll-free: 877-800-5221 Comparing Free Virtualization Products In this
