Linux Tutorials on the topic “debian”
-
Get WebVZ On Debian Etch To Administrate OpenVZ
Author: snapo • Tags: debian, openvz, virtualization • Comments: 3Get WebVZ On Debian Etch To Administrate OpenVZ First you must have OpenVZ installed and configured. You can find a tutorial to do this on HowtoForge. Because of a small problem/error in Debian Etch, it is not possible to update the Rubygems system because a Require in the gems is missing. But we can solve it with a simple edit of the file. WebVZ is one of the simplest and most powerful web management tools for OpenVZ.
-
Install WebVZ 2.0 On Debian Etch To Administrate OpenVZ
Author: shuaibzahda • Tags: debian, openvz, virtualization • Comments: 10
Install WebVZ 2.0 On Debian Etch To Administrate OpenVZ WebVZ is one of the simplest and most powerful web management tools for OpenVZ. This article explains how you can install WebVZ 2.0 on a Debian Etch system.
-
Clone/Back Up/Restore OpenVZ VMs With vzdump
Author: Falko Timme • Tags: virtualization, debian, openvz • Comments: 4
Clone/Back Up/Restore OpenVZ VMs With vzdump vzdump is a backup and restore utility for OpenVZ VMs. This tutorial shows how you can use it to clone/back up/restore virtual machines with vzdump.
-
-
Using Xen With LVM-Based VMs Instead Of Image-Based VMs (Debian Etch)
Author: Falko Timme • Tags: debian, virtualization, xen • 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)
Author: Falko Timme • Tags: debian, openvz, virtualization, xen • 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).
-
Virtualization With Xen On Debian Lenny (AMD64)
Author: Falko Timme • Tags: debian, virtualization, xen • 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.
-
Virtualization With Xen 3.3.1 On Debian Etch
Author: Falko Timme • Tags: debian, virtualization, xen • 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 And Using OpenVZ On Debian Lenny (AMD64)
Author: Falko Timme • Tags: debian, openvz, virtualization • Comments: 4
Installing And Using OpenVZ On Debian Lenny (AMD64) In this HowTo I will describe how to prepare a Debian Lenny 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.
-
How To Run Fully-Virtualized Guests (HVM) With Xen 3.2 On Debian Lenny (x86_64)
Author: Falko Timme • Tags: debian, virtualization, xen • Comments: 10
How To Run Fully-Virtualized Guests (HVM) With Xen 3.2 On Debian Lenny (x86_64) This guide explains how you can set up fully-virtualized guests (HVM) with Xen 3.2 on a Debian Lenny x86_64 host system. HVM stands for HardwareVirtualMachine; to set up such guests, you need a CPU that supports hardware virtualization (Intel VT or AMD-V). Hardware virtualization allows you to install unmodified guest systems (in contrast to paravirtualization where the guest kernel needs to be modified); that way you cannot only virtualize OpenSource operating systems like Linux and BSD, but also closed-source operating systems like Windows where you cannot modify the kernel.
-
Managing OpenVZ With The WebVZ Control Panel On Debian Lenny
Author: Falko Timme • Tags: debian, openvz, virtualization • Comments: 1
Managing OpenVZ With The WebVZ Control Panel On Debian Lenny This guide explains how you can install WebVZ on a Debian Lenny OpenVZ host. WebVZ is a light web-based control panel for OpenVZ. It has its own web server (Webrick) and database engine (SQLITE 3).