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

Importing templates from Virtual Machine


Virtual Machine templates are typically shared between users to create new and identical VMs. These newly created VMs inherit all the properties such as contents and configurations of the VM template. The contents could be the number of cores in the VM, memory size, virtual disk size, or Virtual NICs. A VM template can be acquired by several methods. You can get or create a VM template by the carrying out one of the following methods:

  1. 1. Saving a VM as a template, by clicking on the Save As Template option.

  2. 2. Downloading Oracle VM templates from Oracle's web site http://www.oracle.com/technology/software/products/virtualization/vm_templates.html. The root password for all the Oracle VM templates is ovsroot and the password account for the Oracle database VM appliances is oracle.

Please read the readme file to know how to use the templates. It can be found at the link http://download.oracle.com/otn_software/virtualization/README.templates. You have...