Skip Headers
Oracle® VM Upgrade Guide
Release 2.2

Part Number E16206-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

  PDF · Mobi · ePub

Oracle® VM

Upgrade Guide

Release 2.2

E16206-03

June 2011

This document outlines the upgrade process for all the components of Oracle VM, to minimize down time and make sure the upgrade process is performed in the correct order. This document contains:

1 Planning the Upgrade

If you upgrade your Oracle VM Release 2.1.x server pool to Oracle VM Release 2.2, you should properly plan to make sure the upgrade can be easily performed. There are some important factors to consider. Mixing Release 2.1.x and Release 2.2 Oracle VM Servers in the same server pool is not supported. All Oracle VM Servers in the server pool must be running the same version.

There will be planned down time during the upgrade; however, the stored guest virtual machines in the storage repositories remain intact. Upgrading Oracle VM Manager is expected to take only a few minutes to complete, and each Oracle VM Server upgrade is also expected to take only a few minutes. So the entire upgrade process should not take much time, depending on the size of your server pool.

Before you start the upgrade, make sure that your existing server pool has been correctly configured:

2 Upgrading Oracle VM Overview

To upgrade Oracle VM, you should upgrade the Oracle VM components in the following order:

  1. Upgrade Oracle VM Manager.

  2. Upgrade the Oracle VM Servers in the server pool which do not act as the Server Pool Master. Do not restart the Oracle VM Server(s).

  3. Upgrade the Oracle VM Server in the server pool which does act as the Server Pool Master. Restart the Oracle VM Server.

  4. If required, enable the new OCFS2 Release 1.4 features.

  5. Restart the remaining Oracle VM Servers in the server pool. The Oracle VM Agent on the Server Pool Master communicates with the other nodes in the server pool to populate the configuration changes to the server pool and storage repository.

  6. If required, and the server pool is the HA-enabled, you can use Oracle VM Manager to add the virtual IP address for the server pool to enable the Server Pool Master fail over feature.

The following sections guide you through these upgrade steps in more detail.

3 Upgrading Oracle VM Manager

If you are using an earlier release of Oracle VM Manager you can upgrade it to Release 2.2. During the upgrade, the database and the Oracle VM Manager application are updated.

Oracle VM Manager is backwardly compatible with previous Oracle VM Server releases. To make sure you are not using a newer version of Oracle VM Server that cannot be managed Oracle VM Manager, you should upgrade Oracle VM Manager to Release 2.2 before you upgrade your Oracle VM Servers to Release 2.2.

To upgrade Oracle VM Manager: 

  1. Back up Oracle VM Manager:

    1. Log in to an Oracle VM Server in the server pool as the root user.

    2. Back up the storage repositories for virtual machine images, virtual machine templates, virtual machines deployed as public, ISO files, shared virtual disks. Skip this step if you have enabled a storage backup mechanism.

    3. Log into the Oracle VM Manager host as the root user.

    4. Back up the existing Oracle VM Manager data:

      # sh /opt/ovs-manager-2.2/bin/backup.sh
      

      Enter 1 to back up the data.

      Please enter the choice: [1|2]
      1. Back up Oracle VM Manager,
      2. Restore Oracle VM Manager
      

      Enter the database information, and the path for the dump and log files.

      Back up data now ...
      Please enter the password for database account 'OVS':
      Please specify the path for dump file?
      Please specify the path for log file?
      

    Oracle VM Manager is backed up. See "Backing Up and Restoring Oracle VM Manager" in Oracle VM Manager User's Guide.

  2. Download the Oracle VM Manager Release 2.2 ISO file from:

    http://edelivery.oracle.com/oraclevm

  3. Log in to the Oracle VM Manager host as the root user.

  4. You can install Oracle VM Manager from a CDROM drive or from an ISO file from the hard drive.

    • To install Oracle VM Manager from a CDROM, burn the Oracle VM Manager ISO file to a CDROM. Insert and mount the Oracle VM Manager CDROM using the following commands:

      # mkdir mount-point
      # mount /dev/cdrom mount-point
      

      Where mount-point refers to the directory on which you mount the ISO file.

    • To install Oracle VM Manager from a hard drive, locate the folder that contains the ISO file. Mount the ISO file to an existing directory using the following commands:

      # mkdir mount-point
      # mount -o loop,ro OracleVM-Manager-version.iso mount-point
      

      Where mount-point refers to the directory on which you mount the ISO file. For example:

      # mkdir /OVMCD
      # mount -o loop,ro OracleVM-Manager-2.2.0.iso /OVMCD
      

      You can find all the mounted files under the directory /OVMCD.

  5. Enter the CD location or mount point you created in the previous step, for example, /OVMCD and start the installation with the runInstaller script:

    # cd /OVMCD
    # sh runInstaller.sh
    

    On the command prompt, enter 3 to upgrade Oracle VM Manager.

    Please enter the choice: [1|2|3]
    1. Install Oracle VM Manager
    2. Uninstall Oracle VM Manager
    3. Upgrade Oracle VM Manager
    

    The upgrade process begins.

  6. Upgrade Oracle VM Manager. See "Upgrading Oracle VM Manager" in Oracle VM Manager Installation Guide.

4 Upgrading Oracle VM Server

If you have multiple Oracle VM Servers in a server pool, first upgrade the Oracle VM Servers which do not function as the Server Pool Master. The final Oracle VM Server in the server pool to be upgraded should be the Server Pool Master.

To upgrade the Oracle VM Servers in a server pool: 

  1. Power off any guest virtual machines running on the Oracle VM Server.

  2. Upgrade the Oracle VM Server. You can upgrade the Oracle VM Server in two ways:

    Note:

    Do not reboot any Oracle VM Servers until all Oracle VM Servers in the server pool have been upgraded.
  3. When all the Oracle VM Servers in the server pool have been upgraded, restart the Oracle VM Server which acts as the Server Pool Master.

  4. You can now enable the new OCFS2 Release 1.4 features, such as sparse files and unwritten extents.

    To enable OCFS2 sparse files support and reduce the time it takes to create shared virtual disks, you must reconfigure the external storage. You can reconfigure the external storage from any of the Oracle VM Servers in the server pool.

    The external storage must be unmounted before enabling any new OCFS2 features. To unmount the external storage, enter:

    # umount device
    

    Reconfigure the external storage:

    # tunefs.ocfs2 --fs-features=sparse,unwritten device
    

    If you encounter the following error, the external storage device is still mounted.

    tunefs.ocfs2: Trylock failed while opening device "device"
    

    For more information on spare files and the new features in OCFS2 Release 1.4, see "New Features" in OCFS2 User's Guide, Release 1.4:

    http://oss.oracle.com/projects/ocfs2/dist/documentation/v1.4/ocfs2-1_4-usersguide.pdf

  5. Restart the remaining Oracle VM Servers in the server pool. The Oracle VM Agent on the Server Pool Master communicates with the other nodes in the server pool to populate the configuration changes made to the storage repository.

  6. If the server pool is HA-enabled, and you want to enable the Server Pool Master fail over feature, use Oracle VM Manager to add the virtual IP address for the server pool. See "Editing a Server Pool" in Oracle VM Manager User's Guide.

4.1 Upgrading Oracle VM Server Using The CD

To upgrade the Oracle VM Server using the Oracle VM Server CD:

  1. Download the Oracle VM Server Release 2.2 ISO file from:

    http://edelivery.oracle.com/oraclevm

  2. Burn the ISO file to a bootable CD.

  3. Start up (boot) the Oracle VM Server with the Oracle VM Server Release 2.2 CD.

  4. Upgrade the Oracle VM Server. See "Upgrading Oracle VM Server" in Oracle VM Server Installation Guide.

4.2 Upgrading Oracle VM Server Using ULN

To upgrade the Oracle VM Server using the Unbreakable Linux Network (ULN):

  1. If it is not already installed, install the up2date ULN package on the Oracle VM Server. For more information on installing up2date, see:

    http://linux.oracle.com/

  2. Use the up2date package to install the ovm22upgrade package:

    # up2date ovm22upgrade
    
  3. Run the ovm22upgrade.py script:

    # /usr/local/sbin/ovm22upgrade.py
    
  4. Upgrade the Oracle VM Server packages:

    # up2date -fu
    

4.3 Upgrading Oracle VM Server from a Previous 2.2.x Release to 2.2.2

Live migration works across 2.2.x Oracle VM Servers; however, you should minimize unnecessary options to minimize downtime when you schedule an upgrade of Oracle VM Servers. To upgrade Oracle VM Servers from Release 2.2.0 or 2.2.1 to Release 2.2.2, you can perform the following steps based on your server pool setup.

Non-HA Server Pool

You can upgrade the Oracle VM Servers in any order.

HA-Enabled Server Pool

If Virtual IP (VIP) is not set, you do not have Server Pool Master auto-failover configured. You should upgrade the Server Pool Master first; then upgrade the rest of the Oracle VM Servers.

If VIP is set, Server Pool Master auto-failover is configured. In that case, follow these steps:

  1. Disable Server Pool Master auto-failover by removing VIP from Oracle VM Manager.

  2. Upgrade the Server Pool Master.

  3. Upgrade rest of the Oracle VM Servers.

  4. Enable Server Pool Master auto-failover by setting VIP.

    Note: The Oracle VM Agent install fails if Server Pool Master auto-failover is enabled. Also, the Oracle VM Agent install fails on Oracle VM Servers if the Server Pool Master is not upgraded first. The server pool is temporarily not accessible via Oracle VM Manager when the Server Pool Master is rebooted after the upgrade.

5 Documentation Accessibility

For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.

Access to Oracle Support

Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.


Oracle VM Upgrade Guide, Release 2.2

E16206-03

Copyright © 2009, 2011, 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 RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle America, Inc., 500 Oracle Parkway, Redwood City, CA 94065.

This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.

This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.