====== OpenVZ en Ubuntu ====== En Ubuntu no está disponible el kernel **ovz** de los repositorios oficiales, por lo cual su instalación requiere algunos pasos extras, pues es instala la versión para Debian, totalmente compatible. Referencia: https://help.ubuntu.com/community/OpenVZ ===== 1. Instalar repositorio ===== echo "deb http://download.openvz.org/ubuntu hardy experimental" >> /etc/apt/sources.list wget http://openvz.org/download/RPM-GPG-Key-OpenVZ.txt -O - | apt-key add - apt-get update ===== 2. Instalar nuevo kernel ===== apt-get install ovzkernel-2.6.18-686 ===== 3. Reninicar ===== # uname -a Linux walle 2.6.24-22-openvz #2 SMP Tue Sep 16 18:56:36 MSD 2008 x86_64 GNU/Linux # ps ax | grep vz 3929 ? S 0:00 [vzmond] ===== 4. Revisar /etc/sysctl.conf ===== Continuar con este capítulo [[virtualizacion:openvz:instalar-debian#configurar_hn|aqui]]