Dbi Services Linux Containers

Total Page:16

File Type:pdf, Size:1020Kb

Dbi Services Linux Containers dbi services Linux Containers David Hueber Senior Consultant Head of Managed Services Mobile +41 79 963 43 68 [email protected] www.dbi-services.com 1 www.dbi-services.com 11/20/12 © dbi services dbi services Who We Are Experts At Your Service ! 25 specialists in IT infrastructure ! Certified, experienced, passionate ! Sharing a customer-oriented approach Based In Switzerland ! 100% self-financed Swiss company ! More than CHF 3 mio. in sales ! Offices: BaselArea & Lausanne, German, French, & English spoken Leading In Infrastructure Services ! Over 70 customers in CH, D, & F ! 25 SLAs dbi FlexService signed ! Long-standing expertise, technical leadership, ISO 20000 certified 2 www.dbi-services.com 11/20/12 © dbi services Linux Containers Agenda Agenda i. Introduction to virtualization ii. Containers presentation iii. Resources management – Cgroups iv. System Container Demo v. Core messages 3 www.dbi-services.com 11/20/12 © dbi services Linux Containers Introduction to virtualization ! Why using virtualization with Oracle products ? ! Resource usage optimization ! Hardware cost reduction ! Maintenance cost reduction ! Facility cost reduction ! Flexibility improvement ! Availability facility ! Flexibility of allocated resources – vertical scalability ! Easy deployment and migration ! Oracle License cost reduction – Hard partitioning only http://www.oracle.com/us/corporate/pricing/partitioning-070609.pdf 4 www.dbi-services.com 11/20/12 © dbi services Linux Containers Introduction to virtualization ! partioning-070609.pdf “Hard partitioning physically segments a server, by taking a single large server and separating it into distinct smaller systems. … Oracle has deemed certain technologies, possibly modified by configuration constraints, as hard partitioning, and no other technology or configuration qualify. Approved hard partitioning technologies include: … Solaris 10 Containers (capped Containers only), LPAR (adds DLPAR with AIX 5.2), Integrity Virtual Machine (capped partitions only), Secure Resource Partitions (capped partitions only), … Oracle VM Server for x86 may be used as hard partitioning technology only as described in the following document: http://www.oracle.com/technology/tech/ virtualization/pdf/ovm-hardpart.pdf. …” 5 www.dbi-services.com 11/20/12 © dbi services Linux Containers Introduction to virtualization ! Oracle certified virtualization solutions Platform Virtualization Technology OS Oracle DB version Oracle VM2 10gR2/11gR2 Oracle VM Linux x86 Oracle VM3 11gR2 Oracle VM Live Migration Oracle VM2 10gR2/11gR2 ! Complete list of certified virtual environments ! http://www.oracle.com/technetwork/database/virtualizationmatrix-172995.html ! Actually not certified ! VMware products – note ID 249212.1 ! KVM and XEN solutions by Red Hat, Novell or XenSource - note ID 417770.1 ! LXC (Linux containers) 6 www.dbi-services.com 11/20/12 © dbi services Linux Containers Introduction to containers ! Virtualisation – Hypervisor type 1 ! Hypervisor act as an interface between Hardware and “Invited” OS ! Examples: Oracle VM – VMware ESX(i) – Microsoft Hyper-V Management Application 1 Application N Software Privileged OS Invited OS Invited OS Drivers Drivers Drivers Hypervisor Hardware 7 www.dbi-services.com 11/20/12 © dbi services Linux Containers Introduction to containers ! Virtualisation – Hypervisor type 2 ! Software running virtual machines and emulating the hardware ! Examples: Oracle VirtualBox – VMware Player – Microsoft VirtualPC Application 1 Application N Management Invited OS Invited OS Software Drivers Drivers Emulator Host OS Hardware 8 www.dbi-services.com 11/20/12 © dbi services Linux Containers Introduction to containers ! Virtualisation – Operating System Level ! Virtual environments isolating applications / processes ! Examples: Linux Container – chroot – OpenVZ Management Application 1 Application N Software Isolator Isolator Host OS Hardware 9 www.dbi-services.com 11/20/12 © dbi services Linux Containers Agenda Agenda i. Introduction to virtualization ii. Containers presentation iii. Resource management – Cgroups iv. System Container Demo v. Core messages 10 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation Support.oracle.com - Bug 12696082: LINUX CONTAINERS (LXC) Comment submitted by Lenz Grimmer (Senior Oracle Manager, Oracle Linux at Oracle) Linux Containers (lxc) - this is not fully supported as of today, but will play an important role going forward. Verify if Linux Containers is supported in the Linux release you update training for and include appropriately. Alternatively include reference to OIG. *** 04/04/12 08:21 am *** 11 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! Virtualisation – Operating System Level ! Virtual environments isolating applications / processes Application 1 Application N Management Software(s) Invited OS Invited OS KERNEL Host OS Hardware 12 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! What is it ? ! Operating system-level virtualization method ! Running multiple isolated environment (containers) ! Each has its own processes and network space ! Linux Containers relies on: ! Userspace-isolation functionality ! Resource management implemented via cgroups functionality ! Namespace-isolation is a kernel feature to limit and isolate resources usage such as CPU, memory, disk I/O of a process group ! cgroups (control groups) is a kernel feature to allocate resources usage such as CPU, memory, disk I/O to a process group 13 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! Two kinds of containers: 1. Application containers 2. System containers ! Application Containers – application that only create separate namespaces Usage: lxc-execute --name=NAME --COMMAND lxc-execute creates a container with the identifier NAME and execs COMMAND into this container. Options : -n, --name=NAME NAME for name of the container -f, --rcfile=FILE Load configuration file FILE -s, --define KEY=VAL Assign VAL to configuration variable KEY lxc-execute –n ContTerm -f lxc-myconf.conf /bin/bash 14 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! Application Containers Single Host Controller Application Container + lxc-execute + lxc-init + lxc-init + <Application> + <App.> [root@vmlxctest1 ~]# ps -ef |grep lxc avahi 1674 1 0 18:37 ? 00:00:00 avahi-daemon: running [vmlxctest1.local] root 14512 14418 0 19:45 pts/0 00:00:00 lxc-execute -n test xclock root 14513 14512 0 19:45 pts/0 00:00:00 /usr/lib64/lxc/lxc-init -- /bin/bash root 14514 14513 0 19:45 pts/0 00:00:00 xclock --- [root@ContTerm~]# ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 19:45 pts/0 00:00:00 /usr/lib64/lxc/lxc-init -- /bin/bash root 2 1 0 19:45 pts/0 00:00:00 xclock root 15 2 0 19:45 pts/0 00:00:00 ps -ef 15 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! Application Container ! Environment ! Oracle Enterprise Linux 6.2 x64 ! Kernel 2.6-39 ! Demo 1 ! Bash terminal in an Application Container ! Networking ! Start an Oracle database ! Demo 2 ! Oracle in a background Application Container ! Freeze and Unfreeze the container 16 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! System Containers ! Have their own Linux Operating System, as Virtual Machines ! Consume less resources ! Have decreased isolation against control host (same Linux kernel) Usage: lxc-start --name=NAME --COMMAND lxc-start start COMMAND in specified container NAME Options : -n, --name=NAME NAME for name of the container -d, --daemon daemonize the container -f, --rcfile=FILE Load configuration file FILE -c, --console=FILE Set the file output for the container console -s, --define KEY=VAL Assign VAL to configuration variable KEY If no command is specified, lxc-start will use the default "/sbin/init" command to run a system container. [root@oel62 ~]#lxc-start –n ol5test1 17 www.dbi-services.com 11/20/12 © dbi services Linux Containers Containers presentation ! Operations on a container ! Signalling [root@oel62 ~]#lxc-kill -n ol5test1 9 ! Pausing ! Freeze [root@oel62 ~]#lxc-freeze -n ol5test1 ! Unfreeze [root@oel62 ~]#lxc-unfreeze -n ol5test1 ! Stopping [root@oel62 ~]#lxc-stop -n ol5test1 ! Destroying [root@oel62 ~]#lxc-destroy -n ol5test1 18 www.dbi-services.com 11/20/12 © dbi services Linux Containers Agenda Agenda i. Introduction to virtualization ii. Containers presentation iii. Resource management – Cgroups iv. System Container Demo v. Core messages 19 www.dbi-services.com 11/20/12 © dbi services Linux Containers Resource management - Cgroups ! Cgroup Model ! blkio — this subsystem sets limits on input/output access to and from block devices such as physical drives (disk, solid state, USB, etc.) ! cpu — this subsystem uses the scheduler to provide cgroup tasks access to the CPU ! cpuacct — this subsystem generates automatic reports on CPU resources used by tasks in a cgroup ! cpuset — this subsystem assigns individual CPUs (on a multicore system) and memory nodes to tasks in a cgroup. 20 www.dbi-services.com 11/20/12 © dbi services Linux Containers Resource management - Cgroups ! Cgroup Model ! devices — this subsystem allows or denies access to devices by tasks in a cgroup ! freezer — this subsystem suspends or resumes tasks in a cgroup ! memory — this subsystem sets limits on memory use by tasks in a cgroup, and generates automatic reports on memory resources used by those tasks ! net_cls
Recommended publications
  • Consolidation Using Oracle's SPARC Virtualization Technologies
    &RQVROLGDWLRQ8VLQJ2UDFOH¶V63$5& Virtualization Technologies ORACLE TECHNICAL WHITE PAPER | OCTOBER 2015 Table of Contents Introduction 3 Designing a Consolidated Infrastructure 6 Seven Areas of Consideration for Consolidation 6 Security Isolation 6 Resource Isolation 6 Workload Efficiency 7 Availability 7 Serviceability 7 Flexibility 8 Agility 8 Requirements-Based Consolidation 9 Oracle Virtualization Technologies 9 Physical Domains (PDoms) 9 Oracle VM Server for SPARC 10 Control, I/O, Service, Guest, and Guest Root Domain Roles 11 Guest Domains Model 11 Redundant Guest Domains Model 12 SR-IOV or Direct I/O Domains Model 13 Redundant SR-IOV Domains Model 14 Guest Root Domains Model 15 Oracle Solaris Zones 16 Native Branded Zones 17 1 | ENTER TITLE OF DOCUMENT HERE Kernel Zones 18 Non-Native Branded Zones 19 Combining Virtualization Technologies 20 Redundant Guest Domains and Oracle Solaris Zones 22 Guest Root Domains and Oracle Solaris Zones 23 Root Domains and SR-IOV Domains 24 Hybrid Combination of All Oracle Virtualization Technologies 26 Summary of Characteristics for Combined Virtualization Technologies 27 Conclusion 28 About Oracle Elite Engineering Exchange 28 2 | CONSOLIDATION USING ORACLE¶¶663$5&9,578$/,=$7ION TECHNOLOGIES Introduction This paper provides a high-level overYLHZRI2UDFOH¶VYLUWXDOL]DWLRQWHFKQRORJLHVDQGit introduces a methodology for evaluating their features so that they can be matched against workload requirements by observing the following seven characteristics: » Security isolation » Resource isolation » Efficiency » Availability » Serviceability » Flexibility » Agility This methodology could also be used to evaluate other Oracle virtualization technologies, as well as other combinations of Oracle virtualization technologies not covered in this paper, such as pluggable databases in Oracle Database 12c or application consolidation within Oracle WebLogic Server.
    [Show full text]
  • Virtualization Strategy with Oracle VM and Oracle Linux
    Virtualization Strategy with Oracle VM and Oracle Linux Bjorn Naessens Join the buzz: • Wifi pass: BANQ • Twitter – #oracleopenxperience – @oopenxperience 2 About me • Certifications – OVM 2.x/3.x Implementation Specialist – Oracle Linux 5.x Certified Administrator • Twitter – @BjornNaessens • Blog – http://bjornnaessens.wordpress.com 3 Agenda • Oracle’s Virtualization Strategy • Oracle VM 3.x • Oracle Linux • Oracle Enterprise Manager 12c • Xsigo Data Center Fabric • Q&A 4 Virtualization Strategy Oracle VM 3.x Oracle Linux Oracle’s Virtualization Strategy OEM12c Xsigo Q&A 5 Virtualization Strategy Oracle VM 3.x Oracle Linux OEM12c Xsigo Q&A Oracle’s Server to Desktop Portfolio 6 Benefits of Virtualization • Virtualization offers cost savings benefits – Server consolidation Virtualization Strategy – Lower energy, facility and labor costs Oracle VM 3.x – Lower Licensing Cost Oracle Linux OEM12c Xsigo Q&A • Virtualization offers additional benefits – Standardization – Isolate Applications – Optimize Resources 7 Oracle’s Virtualization Strategy “Virtualization that makes software easier to deploy, easier to manage, and easier to support. Not Virtualization for Virtualization’s sake.” Virtualization Strategy Oracle VM 3.x Oracle Linux OEM12c Xsigo Q&A 8 Virtualization Strategy Oracle VM 3.x Oracle Linux Oracle VM 3.x for x86 OEM12c Xsigo Q&A 9 Positioning • for both Oracle and non-Oracle applications • The only x86 server virtualization software supported Virtualization Strategy and certified for all Oracle software Oracle VM 3.x Oracle Linux • Almost no hypervisor overhead OEM12c Xsigo • Used in Oracle’s Engineered Systems Q&A (ODA, exadata, exalogic and exalytics) • Can be used to limit your license cost of Oracle Products 10 Positioning Continued • Oracle is in the “Challengers” quadrant.
    [Show full text]
  • Oracle VM Server Virtualization
    1 Copyright © 2012, 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, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 2 Copyright © 2012,2011, Oracle and/or its affiliates. All rights Insert Information Protection Policy Classification from Slide 8 Allreserved. rights reserved. ORACLE PRODUCT LOGO Übersicht und Aktuelles zu Virtualisierungstechnologien im Oracle-Portfolio Franz Haberhauer LOGO 3 CopyrightChief © 2012, Oracle Technologist and/or its affiliates. Hardware Presales Northern Europe All rights reserved. Virtualisierung • Abstraktionsschicht zwischen Ressource und Nutzer – zwischen OS und HW: Hypervisor-basierte virtuelle Maschinen – zwischen Anwendung und OS: Ausführungsumgebungen – Effizienz • Ressourcen transparent aufteilen oder zusammenfassen – Isolation der Nutzer gemeinsamer Ressourcen – Ressourcemanagement • Provisionierung und Management – Flexibilität durch Entkopplung von Abhängigkeiten 4 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Wozu virtualisieren? Konsolidierung Flexibilität Effizienz - primär CPU -Provisionierung - Scaleout im Management - RAM? Netzwerk? - Golden Images - OS-Instanzen - Image Archiv
    [Show full text]
  • Oracle VM Server for X86 Virtualization and Management
    ORACLE DATA SHEET Oracle VM Server for x86 Virtualization and Management Oracle VM Server for x86 is a zero license cost server virtualization and management solution that makes enterprise applications easier to deploy, manage, and support. Backed worldwide by affordable enterprise-quality support for both Oracle and non-Oracle environments, Oracle VM reduces operations and support costs while increasing IT efficiency and agility. Engineered for Open Cloud Infrastructure ORACLE’S SERVER VIRTUALIZATION AND MANAGEMENT SOLUTION You are facing increased operating costs and inefficient resource utilization, and have an eye toward cloud computing. Your virtualization solution has to increase datacenter flexibility, meet KEY FEATURES AND BENEFITS your price/performance needs, and make applications easier to deploy, manage, and support. • Complete server virtualization and management solution with zero license Oracle VM delivers: cost • High performance and scalability: Low-overhead architecture with the Xen® hypervisor • Modern, low overhead architecture provides scalable performance under increasing workloads. Supports up to 384 physical based on the Xen hypervisor for leading price/performance CPUs and 6TB memory with each guest VM supporting up to 256 virtual CPUs and 2,000,000MB memory to accommodate the most demanding enterprise and cloud • Speeds application deployment with applications. Oracle VM Templates and virtual appliances • Broad guest operating system support: Oracle Linux, Oracle Solaris, Red Hat Enterprise Linux, SUSE Linux Enterprise Server, CentOS, Microsoft Windows. • Full Oracle VM Manager command-line interface (CLI) and Web Services API • Modern Dom0 kernel: Oracle Unbreakable Enterprise Kernel (UEK) Release 4 offers high (WS-API) allow greater automation and performance and streamlined partner certifications. interoperability • Dom0 UEK update on live systems: Oracle Ksplice updates the Dom0 UEK with all of the • Advanced virtualization features important security patches with no server reboot required.
    [Show full text]
  • Oracle® VM Manager User's Guide for Release 3.3
    Oracle® VM Manager User's Guide for Release 3.3 E50250-09 July 2017 Oracle Legal Notices Copyright © 2011, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S.
    [Show full text]
  • Oracle VM 3.4 What's
    Oracle VM 3.4 What’s New Engineered for Open Cloud Infrastructure ORACLE WHITE PAPER | APRIL 2016 Introduction Oracle VM is an enterprise-class server virtualization solution comprised of Oracle VM Server for x86, Oracle VM Server for SPARC and Oracle VM Manager. Oracle engineered Oracle VM server virtualization and management solution to address the market segments of private cloud infrastructure within a corporate data center, or at a hosting site (managed cloud services) as well as cloud service providers. This paper focuses on the Oracle VM Server for x86 and Oracle VM Manager; customers can visit Oracle Technology Network for additional resources to learn more about Oracle VM Server for SPARC. Oracle VM incorporates an open source Xen hypervisor component, which has been customized and optimized as the virtualization infrastructure solution for x86 servers. Oracle VM enables virtual machines to be deployed, managed and moved throughout Oracle’s public and private cloud infrastructure. Oracle VM features rapid application deployment with Oracle VM Templates, integrated lifecycle management, and active participation in industry trends, thus offers customers more choices by not only delivering standalone x86 virtualization solution, but also fully integrated converged infrastructure such as Oracle Private Cloud Appliance and many other Oracle Engineered Systems as well as joint partner offerings as means to on-board traditional datacenters to the cloud. Oracle VM delivers significant enhancements to make it faster and easier to rollout operating systems, enterprise application and middleware across your entire data center—not just the Oracle software environment—while reducing costs and making your datacenter or cloud environment highly available and secure.
    [Show full text]
  • Introduction to Oracle® Solaris 11.4 Virtual Environments
    ® Introduction to Oracle Solaris 11.4 Virtual Environments Part No: E61037 September 2020 Introduction to Oracle Solaris 11.4 Virtual Environments Part No: E61037 Copyright © 2011, 2020, Oracle and/or its affiliates. License Restrictions Warranty/Consequential Damages Disclaimer This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. Restricted Rights Notice If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are "commercial computer
    [Show full text]
  • Build a Complete Highly-Available Oracle VM Architecture from Server to App Oracle VM, Oracle Linux, Ksplice, Oracle Clusterware and Mysql
    Build a Complete Highly-Available Oracle VM Architecture from Server to App Oracle VM, Oracle Linux, KSplice, Oracle Clusterware and MySQL BY: SIMON COTER CONTRIBUTORS: DOAN N G U Y E N , CHRISTOPHE PAULIAT, OLIVIER CANONGE, BRU NO BOTTREAU Disclaimer 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, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. NOTE: This revenue recognition disclaimer is required for any white paper that addresses functionality or products that are not yet generally available. Most white papers will NOT need this disclaimer. To determine whether your paper requires this disclaimer, read the revenue recognition policy. If you have further questions about your content and the disclaimer requirements, e-mail [email protected]. To remove both the disclaimer and the page that it appears on, first display hidden characters by clicking on the Paragraph icon on the Home toolbar. Notice that there is a section break displayed as a double-dotted line at the bottom of this page. It is a small, square icon that appears to the left of the Quick Style Gallery. Highlight all the text on this page and press the Delete key. Continue to press Delete until the page disappears and your cursor is on the Table of Contents page.
    [Show full text]
  • HOL-6340 Provide a Zero Downtime Update for Your Cloud Infrastructure
    HOL-6340 Provide a Zero Downtime Update for Your Cloud Infrastructure Simon Coter Director of Product Management, Oracle [email protected] Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. 720041 US 1 CONTENTS Introduction..............................................................................................................................................................3 Preparation (done before LAB) ................................................................................................................................4 Summary of the Lab steps ........................................................................................................................................5 Global picture ...........................................................................................................................................................5 Vagrant & VirtualBox ................................................................................................................................................6 Start the two servers ..................................................................................................................................................................... 6 Connect to the Oracle VM Manager 3.4.5 console ....................................................................................................................... 7
    [Show full text]
  • Oracle VM 3.3: What's New Data Sheet
    ORACLE DATA SHEET Oracle VM 3.3: What’s New Oracle VM Server for x86 is a free server virtualization and management solution that makes enterprise applications easier to deploy, manage, and support. Backed worldwide by affordable enterprise-quality support for both Oracle and non-Oracle environments, Oracle VM facilitates the deployment and operation of your enterprise applications on a fully certified platform to reduce operations and support costs while simultaneously increasing IT efficiency and agility. ORACLE’S SERVER VIRTUALIZATION AND The Virtualization Platform for Enterprise Workloads MANAGEMENT You are facing the challenges of a rapidly expanding data center—increased operating costs, KEY ENHANCEMENTS IN ORACLE inefficient resource utilization, and an eye toward cloud computing. Your virtualization solution VM 3.3 has to increase datacenter flexibility, meet your price/performance needs, and make • Infrastructure update to Oracle VM applications easier to deploy, manage, and support. Manager and Oracle VM Server • HTML5 virtual machine console New Oracle VM 3.3 highlights: • Fully supported Oracle VM Manager • Infrastructure changes in Oracle VM Manager: Much of the technology used to enable Web Services API Oracle VM Manager has been updated to take advantage of new features, improved • Enhanced support for Oracle VM performance and security fixes. Major changes to these components include: Oracle Server for SPARC WebLogic Server and ADF upgraded to 12c; Java upgraded to version 7; MySQL Database • Improved feature support for Oracle Enterprise Edition upgraded to version 5.6. VM Server for x86 • Infrastructure changes in Oracle VM Server: Major changes to the underlying technology • OpenStack interoperability ready used for Oracle VM Server on x86 hardware have been implemented, including: Xen with Oracle VM Server for x86 hypervisor upgraded to version 4.3; Dom0 user space upgraded to Oracle Linux 6; and Dom0 kernel upgraded to Oracle Unbreakable Enterprise Kernel Release 3 (UEK3).
    [Show full text]
  • Fcsintroduction to Oracle® Solaris 11.2 Virtualization Environments
    ® Introduction to Oracle Solaris 11.2 Virtualization Environments Part No: E36847-02 December 2014 Copyright © 2011, 2014, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT END USERS. Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government. This software or hardware is developed for general use in a variety of information management applications.
    [Show full text]
  • S316976: Mission Accomplished: Virtualization Powered by Oracle
    S316976: Mission Accomplished: Virtualization Powered by Oracle Enterprise Manager Eunhei (PJ) Jang Madhup Gulati Timothy Frazier Senior Director of Development Principal Product Manager Enterprise Architect Oracle Oracle LLNL - NIF Safe Harbor Statement 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, code, or functionality, and should not be relied upon in making a purchasing decision. The dldevelopmen tlt, release, an dtiifd timing of any ftfeatures or functionality described for Oracle’s products remains at the sole discretion of Oracle. © 2010 Oracle Corporation – Proprietary and Confidential Oracle Enterprise Manager S316976 Mission Accomplished: Virtualization powered by Oracle Enterprise Manager Virtualization is incomplete without a proper management tool. Unfortunately, most management solutions do not provide a holsitic application-centric view, thereby limiting the utility of virtualization. In this session, learn how Enterprise Manager can manage both Sparc and x86 virtual infrastructure from a top- down perspective © 2010 Oracle Corporation – Proprietary and Confidential 3 Program Agenda • Enterprise Manager Product Strategy • Oracle Server Virtualization Technologies • Managing Oracle VM for SPARC • Managing Oracle VM for x86 • Foundation for Cloud Computing • Customer Success • Q&A © 2010 Oracle Corporation 4 4 Business-Driven IT Management © 2010 Oracle Corporation
    [Show full text]