Tuesday Dec 20, 2016

Oracle VM VirtualBox 5.1.12 is now available!

Oracle has released VirtualBox 5.1 Maintenance Release 12.

This release includes improvements and bug fixes for Oracle VM VirtualBox 5.1. Between them we can mention:

  • Storage: fixed a couple of issue while using NVMe devices
  • E1000: fixed "cable disconnected" issue
  • Linux hosts: compile Linux 4.9 compile fix
  • GUI: fixed certain keyboard capture issues

See all the details here with a complete list of bug fixes; here you can find all the links to download the software.

The Oracle VirtualBox Team would like to wish a Merry Christmas and Happy New Year to all VirtualBox users......stay tuned for next 2017!

Great choices for third-party backup and restore on Oracle Linux and Oracle VM

This post is courtesy of Margaret Errington. 

In an era where storage is very affordable, collecting and storing data is no longer an issue. This explosion in data growth within the enterprise can bring new headaches, that of protecting it. Additionally,  if we are to add budget constraints, high service-level agreements, and technologies, such as virtualization to the mix, the capabilities of traditional backup and recovery processes may be a bit strained.

Customers are looking for backup/recovery solutions that address scalability, the ability to backup applications and databases both in the cloud and on-premises, and at the level of files to complete VMs.

In collaboration with Oracle, Backup and Recovery Software Partners have certified solutions for enterprise infrastructures built on Oracle Linux and/or Oracle VM. These solutions are available whether the customer’s IT environment who are on-premises or in the cloud. Below are some partners with currently supported data protection solutions:

Visit: Oracle Cloud MarketplaceOracle Cloud; Infrastructure for Open Cloud: Oracle LinuxOracle VM

Need more information? Contact us at: ol-ovm-info_ww at oracle.com. 

Friday Dec 16, 2016

Friday Spotlight: Top 5 Reasons to Upgrade to Oracle VM 3.4.2

Oracle VM is engineered for open cloud infrastructure. This latest 3.4.2 release is focused on security along with new features and performance enhancements.

Below are the Top 5 Reasons why you should consider using this release or upgrading to it:

1. Security 

As part of Oracle's ongoing commitment to security, various components of Oracle VM Server and Oracle VM Manager have been patched with the recent security fixes

It's the best practice to keep Oracle VM environment up to date. Customers with an Oracle support plan covering Oracle VM may download the latest updates, including the latest software ISO releases, drivers, tools or utilities, from My Oracle Support or Unbreakable Linux Network (ULN).

    2. Bug-Fixes

    See the list of bug fixes in Oracle VM 3.4.2 (from 3.4.1)

    3. Performance Improvements

    Oracle VM 3.4.2 introduced performance improvements for both Oracle VM Server and Oracle VM Manager:

    • Oracle VM Manager: The number of managed events that Oracle VM Server sends to Oracle VM Manager has been reduced when one system goes down. General performance improvements have also been addressed. 
    • Oracle VM Server: Xen hypervisor performance and scalability updates include:
      • Improved memory allocation
      • Improved aggregate performance
      • Improved performance for Windows, Oracle Solaris and Linux guests
      • Improved workload performance
      • Guest disk I/O performance improvements

    4. New Features

    In the past, each Oracle VM major release introduced a long list of new features, starting with the Oracle VM 3.4 release, our intention is to supply new enhancement and features into each minor release. The 3.4.2 release introduced new, very cool features like:

  • Support for NVM Express (NVMe) devices (both for repositories and devices presented to Guest VMs)
  • Extended SCSI functionality, available for virtual machines
  • dom0 kernel upgraded to the Unbreakable Enterprise Kernel for Oracle Linux (Release 4 Update 2)
  • Oracle VM Manager Rule for Live Migration
  • Hot memory modification for HVM guests with para-virtualized I/O drivers (PVHVM)
  • Package additions and updates
  • 5. Easy Upgrade Path

    Oracle VM 3.4.2 introduced, for the first time, the option to have Oracle VM Manager able to manage older Oracle VM Server releases. This can provide you with an easier upgrade path. Further details on this new feature are available here:

    Oracle VM 3.4.2: why it's time to upgrade!

    When planning an upgrade, please review the following documents:

    Monday Dec 12, 2016

    Xen Project Hypervisor 4.8 Released

    We are happy to share that the Xen Project, a project hosted at The Linux Foundation, has released Xen Project Hypervisor 4.8 which improves code quality, security hardening and delivers new features. This release offers benefits to traditional server virtualization, Infrastructure as a Services (IaaS),  hyperscale clouds,  security applications, embedded systems and hardware appliances. Oracle is a member of the Xen Project Advisory Board and has been using and supporting the Xen Project Hypervisor for Oracle VM Server for x86 for many years.

    Xen Project software is an open source virtualization platform licensed under the GPLv2 with a similar governance structure to the Linux kernel. Designed from the start for cloud computing, the Project has more than a decade of development and is being used by more than 10 million users. Xen Project technology continues to see growth in a broad range of environments due to its flexibility, extensibility and customizability.

    Major contributions for the Xen Project Hypervisor 4.8 release come from ARM, BitDefender, Bosch, Citrix, Freescale, Intel, Linaro, Oracle, Qualcomm, SUSE, Star Lab, the US National Security Agency, Xilinx, Zentific, and a number of universities and individuals. A few key enhancements:

    • Live Patch enhancement: Security has consistently been the focus of the Xen Project. In the Xen Project Hypervisor 4.7, Live Patch was introduced to enable cloud administrators to minimize downtime and improve the user experience with non-disruptive security patching. In 4.8, Live Patch is now able to look for the “hooks” section in the payload and execute code from there. This update gives the patch author more control in modifying data and code. It also expands the capability for ARM and adds a way to execute the Live Patch payload.
    • Split out and re-license libacpi: The code inside hvmloader to generate ACPI data for guests is split out as a separate library, libacpi, and has been re-licensed from GPL to LGPL and can now be shared across x86 and ARM. This change enables advancement in the ParaVirtualized Hardware guests (PVH). This not only improves performance and security, but also simplifies the architecture and Xen Project Hypervisor-OS interface significantly.
    • PVH v2 update: PVH v2 guest (without PCI passthrough support) ABI is also now stabilized. PVH v2 enables faster and lower latency workloads. Guest operating system developers can start porting OSes to this mode. PVH is an extension to the classic Xen Project Paravirtualization (PV) that uses the hardware virtualization extensions available on modern x86 processors. PVH uses PV drivers for boot, I/O and x86 hardware virtualization extensions for page table operations, system calls and other privileged operations. PVH does not use emulated devices such as QEMU. The end result is the best characteristics of all the virtualization modes on PVH — a simple, fast, secure interface, low memory overhead, while taking full advantage of the hardware.
    • Performance enhancements: Previous releases had improved certain highly contested code paths such as switching from byte lock to qticket lock, making read/write locks fair and splitting locks for grant operations. In the Xen Project Hypervisor 4.8 release, an optimization to TLB flush is introduced to greatly reduce the number of flushes needed during domain creation. This can reduce domain creation time for very large domains (with hundreds of gigabytes of RAM) from a few minutes to tens of seconds. Furthermore, the latency of "gettimeofday" call has been reduced by an optimization called Virtual Dynamic Shared Object (vDSO) to improve the performance for database and Java workloads.
    • Credit2 scheduler is now supported: Compared to the default Credit scheduler, the Credit2 scheduler is more scalable and better at supporting latency-sensitive workloads such as VDI, video and sound delivery, as well as unikernel applications. Credit2 is still based on a general purpose, weighted fair share, scheduling algorithm, unlike some of the more specialized Xen Project schedulers such as RTDS and ARINC653.
    • Read the announcement by The Linux Foundation for the complete list of enhancements delivered in the Xen Project Hypervisor 4.8.

    Oracle's contributions to the Xen Project and continued collaboration with the community enable us to help our customers build their open cloud infrastructure. The Xen Project Hypervisor has been customized and optimized to integrate into the larger, Oracle-developed virtualization server - Oracle VM Server for x86. Oracle Linux and Oracle VM power Oracle Cloud, Oracle Engineered Systems (Oracle Exadata Database Machine, Private Cloud Appliance, etc.) and allow customers the flexibility to run the most demanding workloads on their infrastructure of choice.

    Some of the performance and security enhancements in Xen Project 4.8 have been integrated into the latest update of Oracle VM Server for x86, which you can download by following the instructions here. For more information about Oracle Linux and Virtualization, visit www.oracle.com/virtualization.

    Friday Dec 09, 2016

    Friday Spotlight: New to OpenStack, Here is the Perfect Training for You

    Oracle OpenStack for Oracle Linux maintains the flexibility of OpenStack, while allowing you to deploy different configurations and integrate with a range of software and hardware vendors.

    If you are new to OpenStack, the Oracle OpenStack for Oracle Linux: Getting Started seminar is perfect for you. You can take this one-day seminar as a:

    • Live-Virtual Event: Attend a live event from your own desk, no travel required. Events are added to the schedule to suit different time-zones.
    • In-Class Event: Travel to an education center to take this class.
    Be among the first to influence the schedule for this course by registering your interest here. To learn more about the Oracle Linux curriculum, go to http://oracle.com/education/linux.

    Friday Dec 02, 2016

    FRIDAY SPOTLIGHT: Path to Open Cloud Events in North America

    Oracle can help you improve your private cloud architecture while lowering your risk and cost of getting to the public cloud.

    Are you migrating your mission critical workloads to the cloud? Oracle’s already done it and Oracle drinks its own champagne! In other words, while lots of cloud vendors offer solutions that they want customers to buy, very few of them run their entire business in the cloud. Oracle runs a $37 billion organization, with 115,000 employees, supporting over 420,000 customers in 145 countries in the cloud.

    For example:

    • Our entire product development and support environments are in the cloud
    • Our business processes (HR, CRM, Supply Chain, Financials, Analytics, etc.) are in the cloud
    • We provide SaaS, PaaS and IaaS services to our customers in the cloud in public, private and hybrid environments

    Oracle defined the optimal process over the past 10 years and avoided many of the problems affecting typical migrations to cloud. Why is that important to you? According to Gartner, most Cloud ERP systems are doomed to fail by 2018 and 95% of Private Cloud projects fail to meet business objectives. What are the common problems identified in these two assessments? Relying on complex legacy architecture to support your move to cloud is a mistake that impacts both migration and application integration. Why? Complex legacy architectures are incompatible with the cloud architectures needed to deliver on the promises of agility, responsiveness and cost savings.

    Spend an evening with Oracle in learning how Oracle is making it easier for customers to improve their private cloud infrastructure and positioning customers to more effectively move to the cloud. 

    Join us for dinner and a discussion with Oracle’s Cloud Executive Team and customers to understand how we overcame these challenges by choosing a specific path from SaaS, to PaaS to IaaS, built the fastest growing cloud business globally, and answer questions like the following to ensure you are on the best path to your success:

    Please register as soon as possible to attend since the seats are limited and allocated at first come, first serve basis.

    Chicago : Oracle Linux & Virtualization: Cocktails, Dinner & The Cloud

    December 6, 2016 – 6-9pm CST @ Smith & Wollensky

    Event Registration here

    Minneapolis : Oracle Linux & Virtualization: Cocktails, Dinner & The Cloud

    December 7, 2016 – 5-8:30pm CST @ McCormick & Schmicks

    Event Registration here

    Toronto: Oracle Linux & Virtualization: Cocktails, Dinner & The Cloud

    December 13, 2016 – 6-9pm EST @ Harbour Sixty Steakhouse

    Event Registration here

    Dallas: Oracle Linux & Virtualization: Cocktails, Dinner & The Cloud

    January 31, 2017 – 6-9pm CST @ La Cima Club

    Event Registration here

    Seattle: Oracle Linux & Virtualization: Cocktails, Dinner & The Cloud

    Februry 2, 2016 – 6-9pm PST @ Metropolitan Grill

    Event Registration here

    See you at one of our events!


    SGD @ UKOUG Apps16 : Mobility with Security - Work Securely from Nearly any Device, Virtually Anywhere

    We are presenting at this year's UK Oracle User Group meeting in Birmingham, UK. Here is the abstract of the presentation. Visit us if you are there.

    Presentation Title: Mobility with Security - Work Securely from Nearly any Device, Virtually Anywhere
    Speaker: Mr Gurpreet Singh
    Company: Oracle
    Co-presenter: Matt Dean - Oracle
    Presentation abstract: Learn how Oracle provides a secure remote access solution for any cloud-hosted / Server hosted enterprise application and hosted desktops. How you could support a wide range of popular client devices, including Windows PCs, Macs, Linux PCs, and tablets such as the Apple iPad and Android-based devices without changing your applications. Are your users demanding the ability to work from anywhere and on any device? learn how can you enable that, while providing administrators the tools they need to control access to applications and desktop environments resident in the datacentre. Protect your corporate digital assets and increased speed of application deployment. Does traditional business laptop or PC architecture no longer meets the needs of many organizations? Learn how to free your Users of corporate devices and introduce Bring your own device (BYOD) and allow access to corporate systems/Applications in a secure manner.
    Presentation begins: December 7th, 2016 10:00
    Presentation duration: 50
    Presentation content level: 4 (1 = indepth, 5 = strategic overview)
    Audience experience: Intermediate
    Audience function: Oracle, Product User
    Speaker biography: Armed with 7 years of enterprise sales skills, across domestic and international markets, ranging from large enterprise accounts to mid size businesses, across cross functional, cross cultural environments. Current covering UK, Benelux & Nordics as a region for Oracle SGD (Oracle Secure Global Desktop). SGD is an Cloud access solution that delivers applications and Hosted desktops to nearly any client device
    Related topics: Oracle E-Business Suite - Technology: Cloud, Oracle E-Business Suite - Technology: Security
    Location: The International Convention Centre, Broad Street, Birmingham, B1 2EA
    Hall: Hall 8A

    Friday Nov 25, 2016

    Friday Spotlight: Oracle Private Cloud Appliance Administration Training

    We are delighted to announce the release of the Oracle Private Cloud Appliance: Administration training. This course provides you with a wealth of information about installing, configuring and using this cost-effective and rapid private cloud solution for consolidating your mixed Linux, Windows and Oracle Solaris applications.

    You can take the Oracle Private Cloud Appliance: Administration training as a:

    • Live-Virtual Event: Attend a live event from your own desk, no travel required. Events are added to the schedule to suit different time-zones.
    • In-Class Event: Travel to an education center to take this class. The schedule will be built out based on demand.

    Be the first to influence this course schedule by registering your interest in an event type and date/location/time-zone here.

    Monday Nov 21, 2016

    Oracle VM VirtualBox 5.1.10 now available for download!

    Oracle has released VirtualBox 5.1 Maintenance Release 10.

    This release includes improvements and bug fixes for Oracle VM VirtualBox 5.1. Between them we can mention:

    • Audio: fixed a few 5.1.x regressions by using the audio code from 5.0.x until the audio overhaul is completed
    • Windows hosts: hardening fix for Windows 10 build 14971
    • Linux hosts / guests: kernel 4.9 fixes
    • GUI: fixed various issues in Unscaled HiDPI Output mode

    See all the details here with a complete list of bug fixes; here you can find all the links to download the software.

    The Oracle VirtualBox Team

    Friday Nov 18, 2016

    Oracle VM Server for SPARC 3.4.0.2 Released

    We are pleased to announce the latest maintenance update 3.4.0.2 of Oracle VM Server for SPARC. For a list of enhancements and bug fixes, see Oracle VM Server for SPARC 3.4.0.2 Supplemental Release Notes.

    This update has been integrated into Oracle Solaris 11.3.14.6.0. For download instructions, please refer to Oracle Solaris 11.3 Support Repository Updates (SRU) Index [ID 2045311.1]. For information about the supported hardware and minimum and fully qualified firmware, Oracle Solaris OS and hardware, see System Requirements in Oracle VM Server for SPARC 3.4 Installation Guide.

    For additional resources about Oracle VM Server for SPARC:

    Friday Spotlight: Oracle Private Cloud Appliance Delivers Superior TCO for Mixed Workloads

    Oracle Private Cloud Appliance consolidates your mixed Linux, Windows, or Oracle Solaris applications. It is engineered for cost-effective and rapid private cloud deployment.

    Recently we had a webcast where Peter Burris, Wikibon’s Chief Research Officer, analyzed the total cost of ownership (TCO) for a mixed workload environment running Oracle Database, Oracle E-Business Suite, JD Edwards, Microsoft SQL Server and SAS. You will see a side-by-side TCO comparison between an Oracle Private Cloud Appliance and a white box infrastructure. And you’ll walk away with a third-party validated business case analysis for enterprise IT infrastructure with potential for $1.4M in savings over 3 years.Watch the replay here, and you can find the cost comparison on the Wikibon Research Paper.

    Please reach out to your Oracle team and discuss how Oracle Private Cloud Appliance delivers superior TCO benefits for your environment.

    Friday Nov 11, 2016

    Friday Spotlight: Updating Private Cloud Appliance software to 2.2.2 with Enterprise Manager 13c

    This blog will explain and detail the steps before and after the Private Cloud Appliance software update to preserve and sustain the Oracle Enterprise Manager 13c monitoring and management. This blog covers the process for updating a Private Cloud Appliance from software version 2.2.1 to 2.2.2. The target Private Cloud Appliance and internal Oracle VM Manager is currently discovered and monitored by Oracle Enterprise Manager 13.2. [Read More]

    Friday Nov 04, 2016

    Friday Spotlight: Automated installation of Oracle VM Server x86

    As most of you already know, Oracle VM Server x86, engineered for Open Cloud, is a fundamental component for Private Cloud solutions.

    When an Oracle VM architecture has been defined, we also need to manage it fast&easy, mostly if the architecture is in a phase of permanent expansion.

    Even if the installation of Oracle VM Server for x86 is a very easy operation, it could happen that a faster, easier and also repeatable solution, able to automate the installation of Oracle VM Server (dom0) is needed:

    • Faster: because it won't require any kind of medium preparation and/or physical server access
    • Easier: because it's able to automate the installation without any kind of human interaction
    • Repeatable: because it assures that the same installation will be executed on all the systems installed

    To answer this need, using kickstart and other opensource tools, a system administrator can create a single file containing the answers to all the questions that would normally be asked during a typical installation and automate the installation without any human interaction.

    Kickstart installations, provide an automated alternative to the normal interactive installations of Oracle VM Server for x86. The automation of installation and post installation configuration steps represents a considerable time saving in situations when the private cloud solution is in a phase of permanent expansion.

    On this argument, as usual, we can find official Oracle documentation but also a very detailed step-by-step guide with configuration file examples on this blog entry.

    About



    Get the latest scoop on products, strategy, events, news, and more, from Oracle's Virtualization Experts

    Twitter
    Facebook

    Search

    Archives
    « December 2016
    SunMonTueWedThuFriSat
        
    1
    3
    4
    5
    6
    7
    8
    10
    11
    13
    14
    15
    17
    18
    19
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
           
    Today