Oracle Corporation 1

Size: px
Start display at page:

Download "Oracle Corporation 1"

Transcription

1 1

2 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2

3 Solaris 11 for Developers Webinar Series Webinar Series Topic Date Speaker Modern Software Packaging for Enterprise Developers* 9am PT Eric Reid (Principal Software Engineer) Simplify Your Development Environment with Zones, ZFS & Crossbow (Network Stack) 9am PT Eric Reid & Stefan Schneider (Chief Technologist, ISV Eng.) Managing Application Services Using SMF Manifests in Solaris 11* 9am PT Matthew Hosanee (Principal Software Engineer) Optimize Your Applications on Solaris 11: The DTrace Advantage* 9am PT Maximize Application Performance and Reliability on Solaris 11* - Record breaking compilers, powerful analysis tools, remote development 9am PT Vijay Taktar (Senior Manager, Software Dev.) Writing Solaris 11 Device Drivers* 9am PT Bill Knoche (Principal Software Engineer) Angelo Rajadurai (Principal Software Engineer) 3

4 Objectives of this Presentation Share ideas to architect a Solaris development system lower costs by smart consolidation react faster on changing requirements make SW developers more productive simplify internal processes Turn technologies like ZFS, Zones, Crossbow into time saving solutions 4

5 Decision Tree for Lab Setup Category Logical Domains Solaris Zones Concept Full OS replication with hypervisor Isolation and virtualization of APIs and services HW resources assigned Assignment optional; shared with global zone Resource mgmt. HW resources assigned Optional (RBAC, zones, proj.) Instance life time long (static) as needed (very dynamic) Memory overhead of a full OS... of a few daemons Limitations Same shared kernel Focus: * Flexibility * Agility * Features 5

6 Challenges Faced by Development and QA Engineers Hardware resources are very limited Multiple test environments are required to deploy different software stacks Considerable amount of time required to install the OS and configure resources to test environments Restoring test environments repeatedly after regular testing due to changes while testing 6

7 Logical Domains (LDom) LDom provides virtualization based on the hypervisor LDom provides provides protection and isolation through SPARC hardware and hypervisor firmware Each virtual machine (logical domain) appears as an independent machine Each domain is a virtual machine with reconfigurable subset of machine resources and its own independent OS LDom is now known as Oracle VM Server for SPARC 7

8 Oracle Solaris Zones provide a partitioning technology are available on Oracle Solaris 10 and Oracle Solaris 11 isolate software applications and services by using software defined boundaries (based on Solaris kernel) enable private execution environments within a single instance of the Solaris kernel provide a virtualized Solaris OS image, including a unique root file system and a shared set of system executables, libraries and resources 8

9 Zone-Based Virtual Test Environments A local zone can be an ideal test environment Each local zone appears as an independent, isolated test system You can easily setup zone-based test environments You can establish separate test environments in different zones, for different applications, all within the same system You can easily restore and clone zones-based test environments The virtual environment guarantees sufficient CPU and memory resource allocation to applications while retaining the ability to use idle resources as required 9

10 1+1+1 is greater than 3 Things coming together in Solaris 11 Isolation Minimal overhead Organizational independence No license issues Solaris 10 and Solaris 11 support (in a Solaris 11 system) Zones Solaris 11 Solaris 11 TCP/IP Development Environments Ease of application configuration through VNICs Complex internal network topologies Organizational independence ZFS Cloning on demand Deduplication on demand Snap shot on demand Compression on demand 10

11 Scenario 1: Application Support for Solaris 10 and Solaris 11 Goal: Build cost efficient applications which support customer installations of the last ~8 years and the next 3 years Support Oracle Solaris 10 and Oracle Solaris 11 Build on Solaris 10 and qualify for Solaris 10 and 11 Use the latest compiler (Sun Studio 12.3) Strategy: Use one Oracle Solaris 11 system and exploit the Solaris 10 infrastructure as well as the Solaris 11 infrastructure Retire old, slow, energy inefficient V- and E-class servers and consolidate on T4 servers 11

12 Scenario 1: The Architecture Solaris 11 Global Zone Solaris 10 Zone (Build Server) Compiler and tools Sharing through NFS General infrastructure Version management IPS Highest version recommended Solaris 10 SVR4 packages as needed General infrastructure imported through NFS mounts Version management SVR4 Studio implicitly maintained through IPS 12

13 Scenario 1: Comments Solaris 10 Branded zones require an existing Solaris 10 image (Administration Guide) to be cloned or a bootable Image to be attached This is the way to upgrade and consolidate your build servers... :-) The cross mounts require NFS as sharing technology LOFS mounts will not work for multiple mount points Solaris 10 patching will have to happen individually 13

14 Scenario 2: QA requires Developer to analyze Problem Solution: Provide independent copy of setup Use zones cloning to create a copy of the application (disk) state and Solaris zone Provide a live zone on demand for the developer 14

15 Scenario 2: How to get it done... Setup QA Env. in a zone Shutdown QA zone when needed Clone zone Have template with system configuration Impact Disk: Minimal, zone clones share unmodified disk blocks Memory: Extra application memory needed for parallel work. Halted zones don't need memory CPU: as needed Restart QA zone Boot debug clone on Privileges required demand Zones admin on target sys. Access to IP addresses for Destroy debug clone zone remote access (or use when needed global zone as gateway) Resources: Get Started creating zones 15

16 Scenario 3: Qualifying Applications for Solaris 10 and Solaris 11 Option: Parallel QA CPU, Memory, network requirements will double...but not more than double! Comment Option: Alternate QA The halted zone will require disk space for non deduplicated content Shutdown or reboot within seconds Solaris 11 zone can be patched in sync. with global zone 16

17 Scenario 4: QA in Complex Network Topologies Concept Benefits Configure internal network Keep network topology as private network Keep traffic inside the system Load tests without side effects to lab net Test network plumbing of application installation software Configure multiple network configurations (no costs as long as the zones are being shutdown) 17

18 Scenario 4: Comments Comments New: Network Administration has been completely refurbished! New: Virtual NICs allow applications to hard code against vnics without knowledge of the physical interface! Network Resource control is optional ( and recommended) Simulate extreme customer network configurations 18

19 Scenario 4: References References Solaris 11 Network Virtualization Technology How to Script Network-In-a-Box Oracle Solaris 11 Network Virtualization and Management 19

20 Example: Eat you own Dog Food Oracle Remote Solaris Lab A secure cloud environment built on Solaris 11 technologies Use of Solaris network virtualization technologies to create a secure VLAN per user and segregate network traffic Zones technology segregates partner VMs Secure Global Desktop provides segregated communications channels ZFS technology provides rapid deployment of images in partner VMs and secures data 20

21 Example: Eat you own Dog Food Oracle Remote Solaris Lab An easy to use self-service secure cloud environment for testing Provides partner access to SPARC and x86 VMs in Oracle Solaris 11 environments Simplified cloud deployment can be up and running in minutes Self explanatory web UI reduces start up time to almost zero Partner can make use of Virtual Machine Images with software packages preinstalled (such as Sun Studio Compilers, Oracle Data Base, WebLogic) to create tailor made VMs Available to OPN Gold+ members 21

22 To Learn More Solaris 10 Administration Guide: Branded Zones Migration Introduction to zones Solaris Trainings Check out other Webinars in this series 22

23 Call To Action Save Costs Consolidate your test lab with Oracle Solaris 11 Invest in Solaris 11 Networking and Virtualization Skills Exploit the Developer Support Benefits for OPN Gold Members Get your hands dirty... Everything is there, all features discussed are standard Solaris 11 features. 23

24 Solaris 11 for Developers Webinar Series Webinar Series Topic Date Speaker Modern Software Packaging for Enterprise Developers* 9am PT Eric Reid (Principal Software Engineer) Simplify Your Development Environment with Zones, ZFS & Crossbow (Network Stack) 9am PT Eric Reid & Stefan Schneider (Chief Technologist, ISV Eng.) Managing Application Services Using SMF Manifests in Solaris 11* 9am PT Matthew Hosanee (Principal Software Engineer) Optimize Your Applications on Solaris 11: The DTrace Advantage* 9am PT Maximize Application Performance and Reliability on Solaris 11* - Record breaking compilers, powerful analysis tools, remote development 9am PT Vijay Taktar (Senior Manager, Software Dev.) Writing Solaris 11 Device Drivers* 9am PT Bill Knoche (Principal Software Engineer) Angelo Rajadurai (Principal Software Engineer) 24

25 Resources for Solaris 11 Developers Web address: 25

26 Q&A 26

27 27

Oracle Solaris Remote Lab A Solaris 11 Adoption Tool

Oracle Solaris Remote Lab A Solaris 11 Adoption Tool Oracle Solaris 11 Developer Webinar Series Oracle Solaris Remote Lab A Solaris 11 Adoption Tool Ron Larson Dale Layfield Oracle Systems ISV Engineering The following is intended to outline our general

More information

Pavel Anni Oracle Solaris 11 Feature Map. Slide 2

Pavel Anni Oracle Solaris 11 Feature Map. Slide 2 Slide 1 Pavel Anni Oracle Solaris 11 Feature Map Slide 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

Utilizing Oracle Solaris Containers with Oracle Database. Björn Rost

Utilizing Oracle Solaris Containers with Oracle Database. Björn Rost Utilizing Oracle Solaris Containers with Oracle Database Björn Rost about us Software Production company founded 2001 mostly J2EE logistics telco media and publishing customers expect full lifecycle support

More information

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

Why You Will Benefit From Thinking About, And Planning For Oracle Solaris 11

Why You Will Benefit From Thinking About, And Planning For Oracle Solaris 11 Why You Will Benefit From Thinking About, And Planning For Oracle Solaris 11 Isaac Rozenfeld Oracle Solaris Product Customer ation Experience isaac.rozenfeld@oracle.com 3/11/2011

More information

Oracle Solaris Virtualization: From DevOps to Enterprise

Oracle Solaris Virtualization: From DevOps to Enterprise Oracle Solaris Virtualization: From DevOps to Enterprise Duncan Hardie Principal Product Manager Oracle Solaris 17 th November 2015 Oracle Confidential Internal/Restricted/Highly Restricted Safe Harbor

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Private Cloud Database Consolidation Name, Title

Private Cloud Database Consolidation Name, Title Private Cloud Database Consolidation Name, Title Agenda Cloud Introduction Business Drivers Cloud Architectures Enabling Technologies Service Level Expectations Customer Case Studies Conclusions

More information

Oracle s SPARC T8, T7, M8, and M7 Servers: Domaining Best Practices O R A C L E T E C H N I C A L W H I T E P A P E R S E P T E M B E R

Oracle s SPARC T8, T7, M8, and M7 Servers: Domaining Best Practices O R A C L E T E C H N I C A L W H I T E P A P E R S E P T E M B E R Oracle s SPARC T8, T7, M8, and M7 Servers: Domaining Best Practices O R A C L E T E C H N I C A L W H I T E P A P E R S E P T E M B E R 2 0 1 7 Table of Contents Introduction 1 Why Server and Application

More information

Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Copyright 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 Introduction Databases form the underlying foundation for most business applications by storing, organizing,

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

Increase Efficiency of Solaris Operations & Hardware Life Cycle

Increase Efficiency of Solaris Operations & Hardware Life Cycle Increase Efficiency of Solaris Operations & Hardware Life Cycle Marcel Hofstetter hofstetter@jomasoft.ch http://www.jomasoftmarcel.blogspot.ch CEO / Enterprise Consultant JomaSoft GmbH Oracle ACE Associate

More information

Road to Private Cloud mit OpenStack Projekterfahrungen

Road to Private Cloud mit OpenStack Projekterfahrungen Road to Private Cloud mit OpenStack Projekterfahrungen Andreas Kress Enterprise Architect Oracle Sales Consulting DOAG Regio Nürnberg/Franken 20. April 2017 Safe Harbor Statement The following is intended

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

Oracle Enterprise Manager Ops Center 12c Administration Ed 3

Oracle Enterprise Manager Ops Center 12c Administration Ed 3 Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle Enterprise Manager Ops Center 12c Administration Ed 3 Duration: 5 Days What you will learn No hands-on lab environment

More information

Solaris Virtualization Ryan Matteson

Solaris Virtualization Ryan Matteson Solaris Virtualization Ryan Matteson matty91@gmail.com http://prefetch.net What is virtualization? Virtualization is a way to abstract resources (e.g., CPUs, memory, NICs, HBAs, etc.) from the consumers

More information

Platform Operations Concept for zseries Linux with z/vm

Platform Operations Concept for zseries Linux with z/vm Platform Operations Concept for zseries with z/vm Art Olbert care, Inc AOlbert@linuxcare.com 415-354-4346 PAGE 1 OPERATIONS CONCEPT Operations Concept defines the process, roles, and approach to effectively

More information

Logical Domains (LDoms)

Logical Domains (LDoms) Logical Domains (LDoms) Liam Merwick LDoms Developer Sun Microsystems SPARC Platform S/W Group Contents Background Features Architecture Components Future Roadmap Configuration Examples Q & A Page: 2 Background

More information

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 An Oracle White Paper October 2010 Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 Introduction When business-critical systems are down for a variety

More information

Merging Enterprise Applications with Docker* Container Technology

Merging Enterprise Applications with Docker* Container Technology Solution Brief NetApp Docker Volume Plugin* Intel Xeon Processors Intel Ethernet Converged Network Adapters Merging Enterprise Applications with Docker* Container Technology Enabling Scale-out Solutions

More information

Database Consolidation onto Private Cloud. Piotr Kołodziej, Oracle Polska

Database Consolidation onto Private Cloud. Piotr Kołodziej, Oracle Polska Database Consolidation onto Private Cloud Piotr Kołodziej, Oracle Polska WHAT IS CLOUD COMPUTING? NIST Definition of Cloud Computing v15 Cloud computing is a model for enabling convenient,

More information

CHAPTER 16 - VIRTUAL MACHINES

CHAPTER 16 - VIRTUAL MACHINES CHAPTER 16 - VIRTUAL MACHINES 1 OBJECTIVES Explore history and benefits of virtual machines. Discuss the various virtual machine technologies. Describe the methods used to implement virtualization. Show

More information

Virtualization. Michael Tsai 2018/4/16

Virtualization. Michael Tsai 2018/4/16 Virtualization Michael Tsai 2018/4/16 What is virtualization? Let s first look at a video from VMware http://www.vmware.com/tw/products/vsphere.html Problems? Low utilization Different needs DNS DHCP Web

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Realize the True Potential of Server Virtualization with Oracle VM. Rossella Bellini Principal Sales Consultant HW Business Uniti

Realize the True Potential of Server Virtualization with Oracle VM. Rossella Bellini Principal Sales Consultant HW Business Uniti Realize the True Potential of Server Virtualization with Oracle Rossella Bellini Principal Sales Consultant HW Business Uniti Virtualization Budgets Are Increasing Virtualization Is a Key Driver for Lowering

More information

Essentials. Oracle Solaris Cluster. Tim Read. Upper Saddle River, NJ Boston Indianapolis San Francisco. Capetown Sydney Tokyo Singapore Mexico City

Essentials. Oracle Solaris Cluster. Tim Read. Upper Saddle River, NJ Boston Indianapolis San Francisco. Capetown Sydney Tokyo Singapore Mexico City Oracle Solaris Cluster Essentials Tim Read PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Paris Madrid Capetown Sydney Tokyo Singapore Mexico

More information

Virtuozzo Containers

Virtuozzo Containers Parallels Virtuozzo Containers White Paper An Introduction to Operating System Virtualization and Parallels Containers www.parallels.com Table of Contents Introduction... 3 Hardware Virtualization... 3

More information

W11 Hyper-V security. Jesper Krogh.

W11 Hyper-V security. Jesper Krogh. W11 Hyper-V security Jesper Krogh jesper_krogh@dell.com Jesper Krogh Speaker intro Senior Solution architect at Dell Responsible for Microsoft offerings and solutions within Denmark Specialities witin:

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

Oracle Solaris 11: No-Compromise Virtualization

Oracle Solaris 11: No-Compromise Virtualization Oracle Solaris 11: No-Compromise Virtualization Oracle Solaris 11 is a complete, integrated, and open platform engineered for large-scale enterprise environments. Its built-in virtualization provides a

More information

1 BRIEF / Oracle Solaris Cluster Features and Benefits

1 BRIEF / Oracle Solaris Cluster Features and Benefits Oracle Solaris Cluster is a comprehensive high availability (HA) and disaster recovery (DR) solution for Oracle SPARC and x86 environments that is based on Oracle Solaris. It combines extreme service availability

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Solaris 11 Networking Overview Sebastien Roy, Senior Principal Engineer Solaris Core OS, Oracle 2 Copyright 2011, Oracle and/or

More information

Taming the Multi-Cloud With Simplicity and Openness. Minh Dang Cisco Systems Vietnam 2018 January

Taming the Multi-Cloud With Simplicity and Openness. Minh Dang Cisco Systems Vietnam 2018 January Taming the Multi-Cloud With Simplicity and Openness Minh Dang Cisco Systems Vietnam 2018 January Multi-Cloud Challenge Growth in Applications and Infrastructure Many Operating Env COST Data Center Many

More information

SERVER VIRTUALIZATION

SERVER VIRTUALIZATION SERVER VIRTUALIZATION Isaac Rozenfeld Technical Specialist, OS Ambassador https://blogs.sun.com/unixman Sun Microsystems, Inc. New York City Technology Forum November 1st, 2007 Agenda What is Virtualization?

More information

Red Hat Enterprise Virtualization and KVM Roadmap. Scott M. Herold Product Management - Red Hat Virtualization Technologies

Red Hat Enterprise Virtualization and KVM Roadmap. Scott M. Herold Product Management - Red Hat Virtualization Technologies Red Hat Enterprise Virtualization and KVM Roadmap Scott M. Herold Product Management - Red Hat Virtualization Technologies INTRODUCTION TO RED HAT ENTERPRISE VIRTUALIZATION RED HAT ENTERPRISE VIRTUALIZATION

More information

Cisco Solution for Private Cloud

Cisco Solution for Private Cloud Dubrovnik, Croatia, South East Europe 20-22 May, 2013 Cisco Solution for Private Cloud Sascha Merg Technical Solutions Architect 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco Connect

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

VMware ESX Server 3i. December 2007

VMware ESX Server 3i. December 2007 VMware ESX Server 3i December 2007 ESX Server 3i Exec Summary What is it? What does it do? What is unique? Who can use it? How do you use it? Next generation, thin hypervisor integrated in server hardware

More information

HPE Synergy HPE SimpliVity 380

HPE Synergy HPE SimpliVity 380 HPE Synergy HPE SimpliVity 0 Pascal.Moens@hpe.com, Solutions Architect Technical Partner Lead February 0 HPE Synergy Composable infrastructure at HPE CPU Memory Local Storage LAN I/O SAN I/O Power Cooling

More information

<Insert Picture Here> Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern

<Insert Picture Here> Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern 1 Virtualisierung mit Oracle VirtualBox und Oracle Solaris Containern Detlef Drewanz Principal Sales Consultant SAFE HARBOR STATEMENT The following is intended to outline our general

More information

Sub-capacity (Virtualization) License Counting Rules

Sub-capacity (Virtualization) License Counting Rules IBM Passport Advantage Software Sub-capacity (Virtualization) License Counting Rules Sun Microsystems & Fujitsu Virtualization Environments NOTE: Please use these rules along with the IBM Passport Advantage

More information

IPS Packaging for Oracle Solaris 11

IPS Packaging for Oracle Solaris 11 IPS Packaging for Oracle Solaris 11 Click to edit the title text formatclick to edit Master title style Wenlong Zhang Senior Sales Consultant 2 Copyright 2011, Oracle and/or its affiliates. All rights

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

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University Virtual Machines Jinkyu Jeong (jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today's Topics History and benefits of virtual machines Virtual machine technologies

More information

Virtualization. ...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania.

Virtualization. ...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania. Virtualization...or how adding another layer of abstraction is changing the world. CIS 399: Unix Skills University of Pennsylvania April 6, 2009 (CIS 399 Unix) Virtualization April 6, 2009 1 / 22 What

More information

Chapter 5 C. Virtual machines

Chapter 5 C. Virtual machines Chapter 5 C Virtual machines Virtual Machines Host computer emulates guest operating system and machine resources Improved isolation of multiple guests Avoids security and reliability problems Aids sharing

More information

An Oracle White Paper April Reasons Why Oracle Solaris is the Best Platform for SAP Environments

An Oracle White Paper April Reasons Why Oracle Solaris is the Best Platform for SAP Environments An Oracle White Paper April 2012 10 Reasons Why Oracle Solaris is the Best Platform for SAP Environments 1. The Oracle and SAP Partnership... 2 2. Flexibility and Choice... 2 3. Innovative Virtualization

More information

Database Consolidation on Oracle SuperCluster O R A C L E W H I T E P A P E R J U L Y

Database Consolidation on Oracle SuperCluster O R A C L E W H I T E P A P E R J U L Y Database Consolidation on Oracle SuperCluster O R A C L E W H I T E P A P E R J U L Y 2 0 1 5 Table of Contents Introduction 4 Overview of Database Consolidation Options 5 Database Server Consolidation

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Configure and Install Guest Domains 12c Release 3 (12.3.2.0.0) E60042-03 June 2016 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut

Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Flexible Laufzeitumgebungen für Software - Einfach aufgebaut Detlef Drewanz Master Principal Sales Consultant Systems Sales Consulting Northern Europe 17. November, 2015 Copyright 2014 Oracle and/or its

More information

Cloud and Datacenter Networking

Cloud and Datacenter Networking Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

Introduction to Virtualization

Introduction to Virtualization Introduction to Virtualization Module 2 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks Configuring

More information

FUJITSU Cloud Service K5 SF Service Functional Overview

FUJITSU Cloud Service K5 SF Service Functional Overview FUJITSU Cloud Service K5 SF Service Functional Overview August 2017 Fujitsu Limited - Unauthorized copying and replication of the contents of this document is prohibited. - The contents of this document

More information

Implementing Root Domains with Oracle VM Server for SPARC O R A C L E T E C H N I C A L W H I T E P A P E R N O V E M B E R

Implementing Root Domains with Oracle VM Server for SPARC O R A C L E T E C H N I C A L W H I T E P A P E R N O V E M B E R Implementing Root Domains with Oracle VM Server for SPARC O R A C L E T E C H N I C A L W H I T E P A P E R N O V E M B E R 2 0 1 5 Table of Contents Table of Contents 1 Introduction 4 Overview of Virtualization

More information

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Eric Rudie Master Principal Sales Consultant Oracle Public Sector 27 September 2016 Safe Harbor Statement The

More information

Oracle White Paper October Oracle Solaris 11: What s New for Application Developers

Oracle White Paper October Oracle Solaris 11: What s New for Application Developers Oracle White Paper October 2012 Oracle Solaris 11: What s New for Application Developers Introduction... 1 Oracle Solaris 11: The First Cloud OS... 2 Streamline the Application Development Process... 2

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

These slides contain projections or other forward-looking statements within the meaning of Section 27A of the Securities Act of 1933, as amended, and

These slides contain projections or other forward-looking statements within the meaning of Section 27A of the Securities Act of 1933, as amended, and These slides contain projections or other forward-looking statements within the meaning of Section 27A of the Securities Act of 1933, as amended, and Section 21E of the Securities Exchange Act of 1934,

More information

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy COMPUTER ARCHITECTURE Virtualization and Memory Hierarchy 2 Contents Virtual memory. Policies and strategies. Page tables. Virtual machines. Requirements of virtual machines and ISA support. Virtual machines:

More information

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Fabio Batista Sales Consultant June 25, 2015 Copyright 2015, Oracle and/or its affiliates.

More information

T12: Virtualization: IT Audit and Security Perspectives Jason Chan, VMware

T12: Virtualization: IT Audit and Security Perspectives Jason Chan, VMware T12: Virtualization: IT Audit and Security Perspectives Jason Chan, VMware Virtualization: IT Audit and Security Perspectives Jason Chan Director of Security, VMware Agenda o Background and Disclaimers

More information

Scvmm 2012 Install Virtual Guest Services. Manually >>>CLICK HERE<<<

Scvmm 2012 Install Virtual Guest Services. Manually >>>CLICK HERE<<< Scvmm 2012 Install Virtual Guest Services Manually SCVMM 2012 R2 - Installing Virtual Switch Fails with Error 2916 Ensure that the Windows Remote Management (WinRM) service and the VMM agent are installed

More information

Securing your Virtualized Datacenter. Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008

Securing your Virtualized Datacenter. Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008 Securing your Virtualized Datacenter Charu Chaubal Senior Architect, Technical Marketing 6 November, 2008 Agenda VMware Virtualization Technology How Virtualization Affects Datacenter Security Keys to

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM Virtualization lication lication lication lication lication lication OPERATING SYSTEM OPERATING SYSTEM VIRTUALIZATION 1 Basic Idea Observation Hardware resources are typically under-utilized Hardware resources

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

Reliability and Performance for OpenStack through SmartOS. Daniele Stroppa, ZHAW

Reliability and Performance for OpenStack through SmartOS. Daniele Stroppa, ZHAW Reliability and Performance for OpenStack through SmartOS Daniele Stroppa, ZHAW strp@zhaw.ch Agenda 1. Mobile Cloud Networking 2. Why a Cloud OS 3. OpenStack 1. Introduction 2. Architecture 4. SmartOS

More information

WLS Neue Optionen braucht das Land

WLS Neue Optionen braucht das Land WLS Neue Optionen braucht das Land Sören Halter Principal Sales Consultant 2016-11-16 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

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

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration An Oracle White Paper December 2010 Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration Introduction...1 Overview of the Oracle VM Blade Cluster

More information

VMware vsphere Replication Administration. vsphere Replication 8.1

VMware vsphere Replication Administration. vsphere Replication 8.1 VMware vsphere Replication Administration vsphere Replication 8.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

An Oracle White Paper March Consolidation Using the Oracle SPARC M5-32 High End Server

An Oracle White Paper March Consolidation Using the Oracle SPARC M5-32 High End Server An Oracle White Paper March 2013 Consolidation Using the Oracle SPARC M5-32 High End Server Executive Overview... 1 Why Server and Application Consolidation?... 2 Requirements for Consolidation... 3 Consolidation

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

;LOGIN: April 2009 pete s all things Sun: the Sun virtualization guide 69

;LOGIN: April 2009 pete s all things Sun: the Sun virtualization guide 69 Peter Baer Galvin Pete s all things Sun: the Sun virtualization guide Peter Baer Galvin is the Chief Technologist for Corporate Technologies, a premier systems integrator and VAR (www.cptech.com). Before

More information

Flip the Switch to Container-based Clouds

Flip the Switch to Container-based Clouds Flip the Switch to Container-based Clouds B I L L B O R S A R I D I R E C T O R, S Y S T E M S E N G I N E E R I N G 1 November 2017 1 2017 Datera Datera at a Glance Founded 2013 Smart storage for clouds

More information

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems

PostgreSQL on Solaris. PGCon Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems PostgreSQL on Solaris PGCon 2007 Josh Berkus, Jim Gates, Zdenek Kotala, Robert Lor Sun Microsystems 1 Agenda Sun Cluster ZFS Zones Dtrace Service Management Facility (SMF) PGCon 2007 2 Hightly Available

More information

Symantec NetBackup 7 for VMware

Symantec NetBackup 7 for VMware V-Ray visibility into virtual machine protection Overview There s little question that server virtualization is the single biggest game-changing trend in IT today. Budget-strapped IT departments are racing

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Storage Innovation at the Core of the Enterprise Robert Klusman Sr. Director Storage North America 2 The following is intended to outline our general product direction. It is intended for information

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Introduction. Published in IOUG Select Magazine

Introduction. Published in IOUG Select Magazine Introduction Exadata Machine was first introduced by Oracle in 2008 and now it has become one of the most popular database platform to host Oracle databases. Exadata machine is like a mini data center

More information

VMware vsphere Replication Installation and Configuration. vsphere Replication 6.5

VMware vsphere Replication Installation and Configuration. vsphere Replication 6.5 VMware vsphere Replication Installation and Configuration vsphere Replication 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

Modern and Fast: A New Wave of Database and Java in the Cloud. Joost Pronk Van Hoogeveen Lead Product Manager, Oracle

Modern and Fast: A New Wave of Database and Java in the Cloud. Joost Pronk Van Hoogeveen Lead Product Manager, Oracle Modern and Fast: A New Wave of Database and Java in the Cloud Joost Pronk Van Hoogeveen Lead Product Manager, Oracle Scott Lynn Director of Product Management, Oracle Linux and Oracle Solaris, Oracle October

More information

Remote power and console management in large datacenters

Remote power and console management in large datacenters Remote power and console management in large datacenters A Horváth IT department, CERN, CH-1211 Genève 23, Switzerland E-mail: Andras.Horvath@cern.ch Abstract. Today s datacenters are often built of a

More information

Vamsidhar Thummala. Joint work with Shivnath Babu, Songyun Duan, Nedyalkov Borisov, and Herodotous Herodotou Duke University 20 th May 2009

Vamsidhar Thummala. Joint work with Shivnath Babu, Songyun Duan, Nedyalkov Borisov, and Herodotous Herodotou Duke University 20 th May 2009 Vamsidhar Thummala Joint work with Shivnath Babu, Songyun Duan, Nedyalkov Borisov, and Herodotous Herodotou Duke University 20 th May 2009 Claim: Current techniques for managing systems have limitations

More information

DataFax and Solaris Zones. An Introduction

DataFax and Solaris Zones. An Introduction DataFax and Solaris Zones Darryl Pahl DF/Net Research, Inc. An Introduction Once upon a time, I used to be a UNIX systems administrator Now I m the one who: researches, procures, orders installs, configures,

More information

Container Adoption for NFV Challenges & Opportunities. Sriram Natarajan, T-Labs Silicon Valley Innovation Center

Container Adoption for NFV Challenges & Opportunities. Sriram Natarajan, T-Labs Silicon Valley Innovation Center Container Adoption for NFV Challenges & Opportunities Sriram Natarajan, T-Labs Silicon Valley Innovation Center Virtual Machine vs. Container Stack KVM Container-stack Libraries Guest-OS Hypervisor Libraries

More information

ORACLE SOLARIS CLUSTER

ORACLE SOLARIS CLUSTER Oracle Solaris Cluster is a comprehensive high availability and disaster recovery solution for Oracle's SPARC and x86 environments based on Oracle Solaris. It combines extreme service availability for

More information

Symantec Reference Architecture for Business Critical Virtualization

Symantec Reference Architecture for Business Critical Virtualization Symantec Reference Architecture for Business Critical Virtualization David Troutt Senior Principal Program Manager 11/6/2012 Symantec Reference Architecture 1 Mission Critical Applications Virtualization

More information

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions

1Z SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions 1Z0-597 SPARC T4-Based Server Installation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-597 Exam on SPARC T4-Based Server Installation Essentials... 2 Oracle 1Z0-597

More information

When (and how) to move applications from VMware to Cisco Metacloud

When (and how) to move applications from VMware to Cisco Metacloud White Paper When (and how) to move applications from VMware to Cisco Metacloud What You Will Learn This white paper will explain when to migrate various applications running in VMware virtual machines

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

Industry-leading Application PaaS Platform

Industry-leading Application PaaS Platform Industry-leading Application PaaS Platform Solutions Transactional Apps Digital Marketing LoB App Modernization Services Web Apps Web App for Containers API Apps Mobile Apps IDE Enterprise Integration

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