Linux Tutorials on the topic “Ubuntu”
-
Creating Virtual Machines For Xen, KVM, VMware Workstation 6, and VMware Server With vmbuilder On Ubuntu 8.10
Author: Falko Timme • Tags: kvm, ubuntu, virtualization, vmware, xen • 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.
-
KVM Guest Management With Virt-Manager On Ubuntu 8.10
Author: Falko Timme • Tags: desktop, kvm, ubuntu, virtualization • 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.
-
Installing Windows XP As A KVM Guest On Ubuntu 8.10 Desktop
Author: Falko Timme • Tags: virtualization, ubuntu, desktop, kvm • 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.
-
-
Installing Xen 3.3 With Kernel 2.6.27 On Ubuntu 8.10 (x86_64)
Author: Falko Timme • Tags: ubuntu, virtualization, xen • Comments: 18
Installing Xen 3.3 With Kernel 2.6.27 On Ubuntu 8.10 (x86_64) This tutorial shows how you can install Xen 3.3 on an Ubuntu 8.10 host (dom0). Xen 3.3 is available from the Ubuntu 8.10 repositories, but the Ubuntu 8.10 kernels (2.6.27-x) are domU kernels, i.e., they work for Xen guests (domU), but not for the host (dom0). Therefore we need to build our own dom0 kernel. This guide explains how to do this with a 2.6.27 kernel.
-
Installing KVM Guests With virt-install On Ubuntu 8.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Installing KVM Guests With virt-install On Ubuntu 8.10 Server Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 8.10 KVM server.
-
How To Install VMware Server 1.0.x On An Ubuntu 8.10 Desktop
Author: Falko Timme • Tags: desktop, ubuntu, virtualization, vmware • Comments: 10
How To Install VMware Server 1.0.x On An Ubuntu 8.10 Desktop This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.8 at the time of this writing) on an Ubuntu 8.10 desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2.
-
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 4
KVM Virtualization With Enomalism 2 On An Ubuntu 8.10 Server Enomalism ECP (Elastic Computing Platform) provides a web-based control panel that lets you design, deploy, and manage virtual machines on one or more host systems (in the case of multiple systems, we speak of a cluster or cloud). This article shows how you can use Enomalism (also know as Enomaly) to manage KVM guests on one Ubuntu 8.10 server.
-
VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host
Author: Falko Timme • Tags: virtualization, ubuntu, desktop, virtualbox • Comments: 8
VirtualBox 2: How To Pass Through USB Devices To Guests On An Ubuntu 8.10 Host This short guide shows how you can pass through USB devices (such as a USB flash drive) to VirtualBox guests on an Ubuntu 8.10 VirtualBox 2 host. USB support is available only in the VirtualBox PUEL (closed-source) edition, not in the OSE edition, so make sure you have the PUEL edition installed.
-
Managing Multiple KVM Hosts With Enomalism2 [Ubuntu 8.10]
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Managing Multiple KVM Hosts With Enomalism2 [Ubuntu 8.10] In my previous guide about how to set up Enomalism2 on Ubuntu 8.10 I concentrated on just one KVM host. This tutorial is an extension to that article in that it shows how to add further Ubuntu 8.10 KVM hosts to the setup that can then be managed from one single control panel.
-
Virtualization With KVM On Ubuntu 9.04
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 1Virtualization With KVM On Ubuntu 9.04 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 9.04 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.