Installing And Using OpenVZ On Debian Lenny (AMD64)
|
Submitted by falko (Contact Author) (Forums) on Thu, 2009-02-26 19:38. :: Debian | OpenVZ | Virtualization
Installing And Using OpenVZ On Debian Lenny (AMD64)Version 1.1 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. This howto is meant as a practical guide; it does not cover the theoretical backgrounds. They are treated in a lot of other documents in the web. This document comes without warranty of any kind! I want to say that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you!
1 Preliminary NoteI'm using an x86_64 (amd64) system here. If you are on an i386 system, a few commands will be slightly different - I have added annotations to that parts.
2 Installing OpenVZAn OpenVZ kernel and the vzctl and vzquota packages are available in the Debian Lenny repositories, so we can install them as follows: apt-get install linux-image-openvz-amd64 vzctl vzquota (If you are on a i386 system, the kernel package is named linux-image-openvz-686.) Create a symlink from /var/lib/vz to /vz to provide backward compatibility: ln -s /var/lib/vz /vz Open /etc/sysctl.conf and make sure that you have the following settings in it: vi /etc/sysctl.conf
If you need to modify /etc/sysctl.conf, run sysctl -p afterwards. The following step is important if the IP addresses of your virtual machines are from a different subnet than the host system's IP address. If you don't do this, networking will not work in the virtual machines! Open /etc/vz/vz.conf and set NEIGHBOUR_DEVS to all: vi /etc/vz/vz.conf
I also want to install the package vzdump which is not available in the Debian Lenny repositories - fortunately there's a .deb package available on http://www.proxmox.com/cms_proxmox/en/virtualization/openvz/vzdump/. First we install the package cstream on which vzdump is depending: apt-get install cstream Then we install vzdump as follows: wget http://www.proxmox.com/cms_proxmox/cms/upload/vzdump/vzdump_1.1-1_all.deb Finally, reboot the system: reboot If your system reboots without problems, then everything is fine! Run uname -r and your new OpenVZ kernel should show up: server1:~# uname -r
|



Recent comments
1 day 2 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 22 hours ago
2 days 3 hours ago
2 days 3 hours ago