Linux Tutorials on the topic “virtualization”
-
Creating A Fully Encrypted Para-Virtualised Xen Guest System Using Debian Lenny
Author: andreash • Tags: debian, security, virtualization, xen • Comments: 4
Creating A Fully Encrypted Para-Virtualised Xen Guest System Using Debian Lenny This document explains how to set up a fully encrypted para-virtualized XEN instance. In this howto, the host system is running Debian Etch, while the guest system to be installed will be using Debian Lenny. If you are concerned about your privacy, you might want to consider using hard disk encryption to protect your valuable private data from spying eyes. Usually, the easiest way would be to use your distribution's installer to set up a fully encrypted system; I think most recent Linux distributions support this. However, when you are using XEN to provide virtualization, there are situations where you might not want to encrypt your whole computer with all guest instances, but instead only encrypt one OS instance. This howto will deal with exactly this situation. It assumes that the XEN host system is already up and running.
-
How To Do Live Migration Of OpenVZ Containers
Author: Falko Timme • Tags: virtualization, openvz • Comments: 3
How To Do Live Migration Of OpenVZ Containers This guide explains how you can do a live migration of an OpenVZ container from one OpenVZ host to the other. Both OpenVZ hosts are running on Debian Lenny in this article, but the live migration does not differ on other distributions.
-
Install VMWareTools On Endian Firewall Community 2.2 RC3 (Released 07 October 2008) On ESXi (3.5)
Author: acid • Tags: virtualization, vmware • Comments: 6Install VMWareTools On Endian Firewall Community 2.2 RC3 (Released 07 October 2008) On ESXi (3.5) This is a small guide that shows how to install VMware-Tools on Endian Firewall Community 2.2 RC3 (released 07 October 2008) on ESXi (3.5). I'm using Endian Firewall Community 2.2 RC3 (released 07 October 2008) on an ESXi 3.5 Server. Installing and using Endian is no problem but it's great to get VmwareTools installed.
-
-
Paravirtualization With Xen On CentOS 5.3 (x86_64)
Author: Falko Timme • Tags: centos, virtualization, xen • Comments: 0
Paravirtualization With Xen On CentOS 5.3 (x86_64) This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a CentOS 5.3 (x86_64) 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.
-
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.
-
How To Install VMware Server 2 On Ubuntu 9.04
Author: Falko Timme • Tags: ubuntu, virtualization, vmware • Comments: 43
How To Install VMware Server 2 On Ubuntu 9.04 This tutorial provides step-by-step instructions on how to install VMware Server 2 on an Ubuntu 9.04 desktop system. With VMware Server you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).
-
Virtualization With KVM On A Fedora 11 Server
Author: Falko Timme • Tags: fedora, kvm, virtualization • Comments: 3
Virtualization With KVM On A Fedora 11 Server This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 11 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.
-
Virtualization With XenServer 5.5.0
Author: Falko Timme • Tags: virtualization, xen • Comments: 17
Virtualization With XenServer 5.5.0 This Howto covers the installation of XenServer 5.5.0 and the creation of virtual machines with the XenCenter administrator console. XenServer is a free virtualization platform from Citrix, the company behind the well known Xen virtualization engine. XenServer makes it easy to create, run and manage Xen virtual machines with the XenCenter administrator console. The XenServer installation CD contains a full Linux distribution which is customized to run XenServer.
-
Installing VirtualBox 3.0 On An Ubuntu 9.04 Desktop
Author: Falko Timme • Tags: desktop, ubuntu, virtualbox, virtualization • Comments: 26
Installing VirtualBox 3.0 On An Ubuntu 9.04 Desktop This tutorial shows how you can install Sun VirtualBox 3.0 (released on June 30, 2009) on an Ubuntu 9.04 desktop. With VirtualBox you can create and run guest operating systems ("virtual machines") such as Linux and Windows under a host operating system. There are two ways of installing VirtualBox: from precompiled binaries that are available for some distributions and come under the PUEL license, and from the sources that are released under the GPL. This article will show how to set up VirtualBox 3.0 from the precompiled binaries.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 3.0 On A Headless Ubuntu 9.04 Server
Author: Falko Timme • Tags: ubuntu, virtualbox, virtualization • Comments: 6
VBoxHeadless - Running Virtual Machines With VirtualBox 3.0 On A Headless Ubuntu 9.04 Server This guide explains how you can run virtual machines with Sun VirtualBox 3.0 (released on June 30, 2009) on a headless Ubuntu 9.04 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.