There are upcoming maintenance events which may impact our services. Saber mais

Hypervm installation instruction Imprimir

  • 1

Once the server is ready (configured with LVM) login as root and issue the following commands:

1. setenforce 0
If it says disabled then good if it doesnt the issue the following:

nano /etc/sysconfig/selinux
edit the first line to disabled (the first option)
then save

2.
For Master: wget http://download.lxcenter.org/download/hypervm/production/hypervm-install-master.sh
For slave: wget http://download.lxcenter.org/download/hypervm/production/hypervm-install-slave.sh

3.
For Master: sh ./hypervm-install-master.sh --virtualization-type=xen
For Slave: sh ./hypervm-install-slave.sh --virtualization-type=xen

4. Now wait until everything is done (couple of hours!)
5. once its finished edit the boot config

nano /boot/grub/menu.lst
edit default=1 to default=0
save

6. reboot the machine
7. http://ip:8888 the default user and pass is admin
8. configure ip pools etc.. thats all


Esta resposta foi útil?

« Voltar