Book Image

Oracle VM Manager 2.1.2

By : Tarry Singh
Book Image

Oracle VM Manager 2.1.2

By: Tarry Singh

Overview of this book

Virtualization is taking the technology world by storm and dramatically helping organizations save money. Oracle VM is free and forked from the open source Xen hypervisor, which brings down your upfront costs for an agile data center. The robust capabilities and easy-to-use web interface of Oracle VM Manager helps administrators manage their Internal Data Center from anywhere in the world, helping us come closer to ubiquitous computing. This practical book will give you hands-on experience on how to manage your Virtual Machines using Oracle VM Manager. Equipped with step-by-step installation and management information you will not only learn to manage your Virtual Data Center but also will include this guide among the books you consider most essential. This book will take you into the various methods of importing Virtual Machines. You will learn to import VMs through HTTP/FTP, Repository servers, and even import other VM formats such as VMware VMs. You will also learn about the Xen utilities such as xm, xentop, and virsh. You will learn to manage your VMs through the simple and intuitive web interface of Oracle VM Manager. No matter how compact it may seem, this book covers all the essentials while keeping your learning experience to the point. The book has been deliberately written in a conversational manner so that you feel at home while learning Oracle VM Manager.
Table of Contents (15 chapters)
Oracle VM Manager 2.1.2
Credits
About the Author
Acknowledgement
About the Reviewer
Preface

Upgrading Oracle VM Manager from 2.1 or 2.1.1 to 2.1.2


Upgrading the Oracle VM Manager from older versions is also an easy procedure:

  1. 1. Again, enter the following as the root user to mount it in our Oracle EL OS:

    # mkdir mnt-pt
    # mount /dev/cdrom mnt-pt
    
  2. 2. Here mnt-pt is the directory where we mount the ISO file.

  3. 3. Mounting from a hard drive would go like this:

    # mkdir mnt-pt
    # mount -o loop,ro OracleVM-Manager-2.1.2.iso mnt-pt
    
  4. 4. Next, running the installer from the mnt-pt directory:

    # sh runInstaller.sh
    [root@vmmgr ~]# cd mnt-pt/
    [root@vmmgr mnt-pt]# sh runInstaller.sh
    Welcome to Oracle VM Manager 2.1.2
    
  5. 5. This time, 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
    
  6. 6. The upgrade process starts:

    Starting Oracle VM Manager 2.1.2 upgrade ...
    
  7. 7. Enter y when prompted:

    Are you sure you want to upgrade Oracle VM Manager from version current_version
    to new_version ? [y|N]: y
    
  8. 8. Enter the...