HowtoForge provides user-friendly Linux tutorials.
-
How To Set Up Xen 3.0 From Binaries In Ubuntu 6.06 LTS (Dapper Drake)
Author: istari • Tags: ubuntu, virtualization, xen • Comments: 11How To Set Up Xen 3.0 From Binaries In Ubuntu 6.06 LTS (Dapper Drake) This tutorial contains step-by-step instructions for installing Xen 3.0 from precompiled binaries in Ubuntu Dapper Drake.
-
How To Install VMware Server On Ubuntu 6.06 LTS (Dapper Drake)
Author: Till Brehm • Tags: ubuntu, virtualization, vmware • Comments: 23How To Install VMware Server On Ubuntu 6.06 LTS (Dapper Drake)VMware has just released version 1.0 of its free VMware Server. 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). In this article we use Ubuntu 6.06 LTS (Dapper Drake) as the host operating system.
-
Building A Virtual Server (VPS) With Debian 3.1 (Sarge) And OpenVZ
Author: Till Brehm • Tags: debian, openvz, virtualization • Comments: 8
Building A Virtual Server (VPS) With Debian 3.1 (Sarge) And OpenVZ In this HowTo I will describe the steps to be taken to prepare a server for OpenVZ virtual machines on Debian 3.1 (Sarge) 32Bit Linux. 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 Install VMware Server On Debian Sarge
Author: Falko Timme • Tags: debian, virtualization, vmware • Comments: 3How To Install VMware Server On Debian Sarge This tutorial provides step-by-step instructions on how to install the free VMware Server (version 1.0.1) on a Debian Sarge system. VMware has just released version 1.0 of its free VMware Server. 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). In this article we use Debian Sarge (3.1) as the host operating system.
-
The Perfect Xen 3.0.3 Setup For Debian Sarge
Author: Falko Timme • Tags: debian, virtualization, xen • Comments: 8The Perfect Xen 3.0.3 Setup For Debian Sarge This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3) on a Debian Sarge (3.1) 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.
-
Managing Xen With Xen-Tools, Xen-Shell, And Argo
Author: Falko Timme • Tags: virtualization, xen • Comments: 4Managing Xen With Xen-Tools, Xen-Shell, And Argo This guide describes how to install and use xen-tools, xen-shell, and Argo on a Debian system. All three packages provide useful tools for the administration of virtual Xen machines. Xen-tools is a collection of Perl scripts that allow you to easily create, update, and delete Xen guest domains. The xen-shell provides a command-line interface to owners of Xen domains so that they can manage their Xen domains without the help of the server administrator. And with Argo, you can control Xen domains through a web interface or through a menu on the command line. All three packages were developed for Debian systems, but might work on other distributions as well.
-
The Perfect Setup - OpenVZ with CentOS 4.4
Author: ganesh35 • Tags: centos, openvz, virtualization • Comments: 2The Perfect Setup - OpenVZ with CentOS 4.4 In this HowTo I will describe how to prepare a CentOS 4.4 server for OpenVZ virtual machines. 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.
-
Install Slackware 11.0 in a VMware ESX Server 2.5.x VM
Author: jaikumarm • Tags: virtualization, vmware • Comments: 2Install Slackware 11.0 in a VMware ESX Server 2.5.x VM This guide will help you install Slackware in a safe VMware virtual environment, with its own unique quirks to take care off. Slackware is not officially supported on VMware, but it can be installed without too many problems, once you got past choosing 'scsi.s' and '/dev/sda', in the beginning and remember to install lilo on the MBR.
-
How To Install Slackware 11 In VMware On Windows XP
Author: insistkool • Tags: linux, virtualization, vmware • Comments: 1How To Install Slackware 11 In VMware On Windows XP Slackware 11 is out! All slackware users must be anxious to see this long waited version (Yes, I am a slacker ^^). To feel the new Slackware, I decided to install it in VMware on a laptop.
-
OpenVZ On Debian Etch For Webservers
Author: cies • Tags: debian, openvz, virtualization • Comments: 3OpenVZ On Debian Etch For Webservers Virtualization is nice! A good practice for servers, since it makes things more secure, scalable, replacable, and replicable. All this at the cost of little added complexity. This guide is written during an install of a Supermicro machine with 2 dual-core opterons (64-bit), 2 identical disks (for RAID) and a load of memory. Why OpenVZ and not XEN or the recent KVM kernel module? Well, XEN is not very stable for 64-bit architectures (yet), and it comes with quite a bit of overhead (every VM runs its own kernel) due to its complexity. KVM is very simple but restricts you to run a kernel as one process, so the VM cannot benefit from multi core systems.