Status
Not open for further replies.

jure12

Active Member
537
2012
55
0
Does anyone know how to install HyperVM on Centos 5 64bits with openvz virtualisacion.
Does someone can give step by step tutorial ?
 
Last edited:
2 comments
Its very easy.

Just go here: LxCenter Download Area

Copy wget code of the variant of the HyperVM you wish to install (Master/Slave)

Then login to your server through SSH and disable SELinux

Code:
vi /etc/sysconfig/selinux

Set SELINUX to disabled.

Then run this

Code:
setenforce 0

Now run this to download and install HyperVM

Code:
wget http://download.lxlabs.com/download/hypervm/production/hypervm-install-master.sh
sh ./hypervm-install-master.sh --virtualization-type=openvz

Note: HyperVM will currently install the openVZ/Xen kernel, but will not switch the default kernel to it. You will have to manually edit the /etc/grub.conf, and change the “default=1″ to “default=0″, and reboot the machine.

Hope it helps you :) If you encounter any problem please drop me a PM.
 
Status
Not open for further replies.
Back
Top