docs:virtualizacion:openvz:instalar-ubuntu

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

 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
 apt-get install ovzkernel-2.6.18-686
 # 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]

Continuar con este capítulo aqui

  • docs/virtualizacion/openvz/instalar-ubuntu.txt
  • Última modificación: 2014/12/08 01:28
  • por 127.0.0.1