Linux Tutorials on the topic “virtualization”

  • Virtualization With KVM On Ubuntu 8.10

    ubuntu Author: Falko TimmeTags: , , Comments: 9

    Virtualization With KVM On Ubuntu 8.10 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 8.10 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.

  • Creating Virtual Machines For Xen, KVM, VMware Workstation 6, and VMware Server With vmbuilder On Ubuntu 8.10

    ubuntu Author: Falko TimmeTags: , , , , Comments: 1

    Creating Virtual Machines For Xen, KVM, VMware Workstation 6, and VMware Server With vmbuilder On Ubuntu 8.10 vmbuilder is a tool (introduced on Ubuntu 8.10) that allows you to build virtual machines (with Ubuntu as the OS) for multiple virtualization techniques. Currently it supports Xen, KVM, VMware Workstation 6, and VMware Server. You can afterwards copy the virtual machines to another system (a Xen, KVM, VMware Workstation 6, or VMware Server host) and run them there.

  • Using Xen With LVM-Based VMs Instead Of Image-Based VMs (Debian Etch)

    xen Author: Falko TimmeTags: , , Comments: 2

    Using Xen With LVM-Based VMs Instead Of Image-Based VMs (Debian Etch) This guide explains how you can set up LVM-based virtual machines on a Xen host running on Debian Etch instead of virtual machines that use disk images. Virtual machines that use disk images are very slow and heavy on disk IO.

  • How To Convert Physical Systems And Xen VMs Into OpenVZ Containers (Debian Etch)

    openvz Author: Falko TimmeTags: , , , Comments: 10

    How To Convert Physical Systems And Xen VMs Into OpenVZ Containers (Debian Etch) This guide explains how you can convert physical systems (running Debian Etch) or Xen domUs (also running Debian Etch) into an OpenVZ container. This procedure should also work for converting VMware VMs, VirtualBox VMs, or KVM VMs into OpenVZ containers, but I haven't tried this. It should work for other Linux distributions as well, with minor modifications (for example, the network configuration is not located in /etc/network/interfaces if you're not on Debian/Ubuntu).

  • Splitting Resources Evenly Between OpenVZ VMs With vzsplit

    openvz Author: Falko TimmeTags: , Comments: 0

    Splitting Resources Evenly Between OpenVZ VMs With vzsplit This short guide shows how you can split your OpenVZ host resources evenly between multiple virtual machines with the help of vzsplit. vzsplit generates a sample container configuration file with a certain set of system resource control parameters that you can then apply to your virtual machines.

  • Managing OpenVZ With HyperVM On CentOS 5.2

    openvz Author: Falko TimmeTags: , , Comments: 11

    Managing OpenVZ With HyperVM On CentOS 5.2 HyperVM is a multi-platform, multi-tiered, multi-server, multi-virtualization web based application that will allow you to create and manage different virtual machines each based on different technologies across machines and platforms. Currently it supports OpenVZ and Xen virtualization and is available for RHEL 4/5 as well as CentOS 4 and CentOS 5. This tutorial shows how to install it on a CentOS 5.2 server to control OpenVZ containers. I will also explain how to manage OpenVZ containers with HyperVM on a remote CentOS 5.2 server ("slave").

  • Virtualization With Xen On Debian Lenny (AMD64)

    xen Author: Falko TimmeTags: , , Comments: 9

    Virtualization With Xen On Debian Lenny (AMD64) This tutorial provides step-by-step instructions on how to install Xen on a Debian Lenny (5.0) system (AMD64). Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.

  • KVM Guest Management With Virt-Manager On Ubuntu 8.10

    ubuntu Author: Falko TimmeTags: , , , Comments: 4

    KVM Guest Management With Virt-Manager On Ubuntu 8.10 Virt-Manager (Virtual Machine Manager) is a graphical interface for managing KVM and Xen guests on the local and also on remote systems. You can use it to start, stop, pause, create, and delete guests, and you can connect to the guests using the graphical console. This guide shows how you can use it to manage KVM guests on an Ubuntu 8.10 desktop.

  • Virtualization With Xen 3.3.1 On Debian Etch

    xen Author: Falko TimmeTags: , , Comments: 2

    Virtualization With Xen 3.3.1 On Debian Etch This tutorial provides step-by-step instructions on how to install Xen on a Debian Etch (4.0) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, under a host operating system (dom0). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines. Plus, you can move virtual machines from one Xen server to the next one.

  • Installing Windows XP As A KVM Guest On Ubuntu 8.10 Desktop

    ubuntu Author: Falko TimmeTags: , , , Comments: 7

    Installing Windows XP As A KVM Guest On Ubuntu 8.10 Desktop There's a bug in virt-install and virt-manager on Ubuntu 8.10 that does not let you run Windows XP as a guest under KVM. During the Windows installation, the guest needs to be rebooted, and then you get the following error, and Windows XP refuses to boot: "A disk read error occured. Press Ctrl+Alt+Del to restart". This guide shows how you can solve the problem and install Windows XP as a KVM guest on Ubuntu 8.10.