Linux Tutorials on the topic “virtualization”
-
Installing And Using OpenVZ On Scientific Linux 6.3
Author: Falko Timme • Tags: linux, openvz, virtualization • Comments: 0Installing And Using OpenVZ On Scientific Linux 6.3 In this HowTo I will describe how to prepare a Scientific Linux 6.3 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless Ubuntu 12.10 Server
Author: Falko Timme • Tags: ubuntu, virtualbox, virtualization • Comments: 3
VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless Ubuntu 12.10 Server This guide explains how you can run virtual machines with VirtualBox 4.2 on a headless Ubuntu 12.10 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.
-
Installing KVM Guests With virt-install On Ubuntu 12.10 Server
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 0
Installing KVM Guests With virt-install On Ubuntu 12.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 12.10 KVM server.
-
-
Virtualization With KVM On Ubuntu 12.10
Author: Falko Timme • Tags: kvm, ubuntu, virtualization • Comments: 2
Virtualization With KVM On Ubuntu 12.10 This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 12.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.
-
Virtualization With KVM On An OpenSUSE 12.2 Server
Author: Falko Timme • Tags: virtualization, suse, kvm • Comments: 1
Virtualization With KVM On An OpenSUSE 12.2 Server This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 12.2 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 Xen On CentOS 6.3 (x86_64) (Paravirtualization & Hardware Virtualization)
Author: Falko Timme • Tags: centos, virtualization, xen • Comments: 10
Virtualization With Xen On CentOS 6.3 (x86_64) (Paravirtualization & Hardware Virtualization) This tutorial provides step-by-step instructions on how to install Xen (version 4.1.x) on a CentOS 6.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.
-
Virtualization With KVM On A Fedora 17 Server
Author: Falko Timme • Tags: fedora, kvm, virtualization • Comments: 2
Virtualization With KVM On A Fedora 17 Server This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 17 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 RedHat/CentOS/Scientific Linux/Fedora Appliances For KVM With BoxGrinder (Fedora 17)
Author: Falko Timme • Tags: centos, fedora, kvm, virtualization • Comments: 0
Creating Virtual RedHat/CentOS/Scientific Linux/Fedora Appliances For KVM With BoxGrinder (Fedora 17) BoxGrinder is a tool that allows you to build virtual machines (with RedHat, CentOS, Scientific Linux or Fedora as the OS) for multiple virtualization techniques. Currently it supports KVM, VMware, Amazon EC2, VirtualBox, and VirtualPC. This tutorial shows how to use BoxGrinder to create a CentOS 6 KVM guest on Fedora 17 and also how to deploy it to a remote KVM host.
-
Managing A Headless VirtualBox Installation With phpvirtualbox (OpenSUSE 12.2)
Author: Falko Timme • Tags: suse, virtualbox, virtualization • Comments: 1
Managing A Headless VirtualBox Installation With phpvirtualbox (OpenSUSE 12.2) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox on headless servers. This tutorial explains how to install phpvirtualbox on an OpenSUSE 12.2 server to manage a locally installed, headless VirtualBox.
-
VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless OpenSUSE 12.2 Server
Author: Falko Timme • Tags: suse, virtualbox, virtualization • Comments: 1
VBoxHeadless - Running Virtual Machines With VirtualBox 4.2 On A Headless OpenSUSE 12.2 Server This guide explains how you can run virtual machines with VirtualBox 4.2 on a headless OpenSUSE 12.2 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.