VServer

Differences between revisions 4 and 5
Revision 4 as of 2005-11-23 22:22:29
Size: 2179
Editor: lx1-ghoch
Comment: more info about the Kernel
Revision 5 as of 2005-11-23 22:34:20
Size: 2179
Editor: lx1-ghoch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== What are Vservers == == What are VServers ==
Line 11: Line 11:
Vservers are not as popular as the similar VServers are not as popular as the similar
Line 17: Line 17:
Vservers are available now. VServers are available now.
Line 23: Line 23:
 * Kernel 2.6.12 with Vserver 2.0 patch  * Kernel 2.6.12 with VServer 2.0 patch
Line 40: Line 40:
To install the vserver kernel and utils enter: To install the VServer Kernel and utils enter:
Line 51: Line 51:
the setup your first vserver - see [http://support.uni-klu.ac.at/Vserver Uniklu Vserver Info] the setup your first vserver - see [http://support.uni-klu.ac.at/Vserver Uniklu VServer Info]
Line 56: Line 56:
It is possible and supported to run 32bit i386 Vservers on an amd64 Kernel. It is possible and supported to run 32bit i386 VServers on an amd64 Kernel.
Line 60: Line 60:
 * [http://support.uni-klu.ac.at/Vserver Uniklu Vserver Info]  * [http://support.uni-klu.ac.at/Vserver Uniklu VServer Info]

TableOfContents

What are VServers

The [http://linux-vserver.org Linux VServer Project] provides Linux kernel-based virtual servers running on a single piece of hardware.

Vservers are very useful for quickly setting up a set of restricted services for testing or production use.

VServers are not as popular as the similar [http://www.xen-source.com XEN] Hypervisor, but help you a lot, if you have to administrate a large number of servers and services.

While it will take some time until XEN is integrated into Ubuntu, VServers are available now.

Installation

Installation is quite simple - you need:

  • Kernel 2.6.12 with VServer 2.0 patch
  • util-verver
  • vserver-debiantools

You can install these package if you add the following lines to your sources.list:

deb      http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/  breezy  uniklu
deb      http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/  breezy  uniklu-vserver

#deb-src http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/  breezy  uniklu
#deb-src http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/  breezy  uniklu-vserver

The uniklu archives are signed - if you want get rid of apt-get warnings: {{{$ wget http://ubuntu.uni-klu.ac.at/uniklu-debuild.pub $ sudo apt-key add uniklu-debuild.pub }}}

To install the VServer Kernel and utils enter:

# apt-get install linux-image-2.6.12-10-686
# apt-get install util-verver vserver-debiantools

You should get the following revisions

kernel

2.6.12-10.23vs (one api number higher than the standard kernel)

util-verver

>= 0.30.208-1ubuntu1

vserver-debiantools

>= 0.2.3

The vserver-debiantools do not work 100% but should help you the setup your first vserver - see [http://support.uni-klu.ac.at/Vserver Uniklu VServer Info]

The Kernel is the standard Ubuntu Kernel with the Vserver 2.0 patch applied. The Kernel and binaries are available for i386 and amd64

It is possible and supported to run 32bit i386 VServers on an amd64 Kernel.

VServer (last edited 2008-08-06 16:15:02 by localhost)