Git Product home page Git Product logo

ex-5-b--xen-hypervisor-installation-on-ubuntu's Introduction

Ex-5-b--Xen-Hypervisor-Installation-on-Ubuntu

Aim:

To Install Xen Hypervisor (Para Virtualization) and Virtual Manager on Ubuntu 14.04.1

Procedure:

1. Install Ubuntu 14.04.1 and more importantly enable virtualization in boot options 2. Open terminal and install xen hypervisor sudo apt-get install xen-hypervisor-amd64

(Installing 64-bit hypervisor runs on 32 bit dom0 and also creates 64 bit domU) Then reboot (you don’t have to update grub)

sudo reboot

3. After rebooting just to check if Xen booted with Linux

sudo xl info

sudo apt-get install bridge-utils

4. Open /etc/network/interfaces and change it sudo gedit /etc/network/interfaces and type the following

auto lo
iface lo inet loopback

auto xenbr0
iface xenbr0 inet dhcp bridge_ports eth0

auto eth0
iface eth0 inet manual

Then restart network manager

sudo ifdown eth0 && sudo ifup xenbr0 && sudo ifup eth0

5. Now install Virtual Machine Manager sudo apt-get install virt-manager

Now restart your system.

6. Open virtual machine manager and then start creating your virtual machines. • Click on create a new virtual machine icon. • Enter new VM name and select the process of installing OS. (local media/network install/network boot/import existing disk image) • Locate your media for installing OS either through CD-ROM, or ISO image along with OS type and version. • Choose Memory and CPU settings by specifying RAM size and number of CPUs. • Enable the storage of the VM by specifying disk size. • Now the OS is ready to begin it’s installation process in your VM. 7. Now the VM is ready with the specified OS installed within it.

Result:

Thus, to Install Xen Hypervisor (Para Virtualization) and Virtual Manager on Ubuntu 14.04.1is successfully implemented.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.