Virtualizor fail install in SoYouStart https://www.softaculous.com/board/index.php?tid=4871 <![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p22635
Quote From : siddhesh May 19, 2014, 7:19 am
Hi ,

Sir you have to boot the server in the default kernel .
As ovh kernel dose not allow to load the kvm module .

Here are the steps to boot server into default kernel :-

Quote
yum install kernel
rm -rf /etc/mtab
mount -o remount -a
new-kernel-pkg --mkinitrd --depmod --install 2.6.32-431.17.1.el6.x86_64
(here grubby will give you an error skip it it is normal ...)
reboot


After following this method server will be able to load kvm module .

Also when you reload os there is an option to install server with default kernel .

If you face same issue after following the provided steps you can open support ticket .

Regards,
Virtualizor Team


This helps me out, Appreciate.]]>
Thu, 27 Nov 2014 14:28:15 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p22635
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p21186
Quote From : MarmottesB&D September 5, 2014, 10:04 pm
thank you for this guide, I installed Virtuozo (KVM) without worries on a SoYouStart  :D

Virtualizor .. of course
]]>
Fri, 05 Sep 2014 22:09:33 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p21186
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p21185
]]>
Fri, 05 Sep 2014 22:04:50 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p21185
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p20463 modprobe kvm

???  :)

Once you know it all works, edit /etc/modules and add the following two lines :

kvm
kvm-intel

or

kvm
kvm-amd

...depending on your cpu. :)

]]>
Mon, 14 Jul 2014 10:02:19 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p20463
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p20218

Sir, if the issue still appears, please open a support ticket so we can resolve it.


Regards,
Virtualizor team.]]>
Mon, 23 Jun 2014 07:53:20 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p20218
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p20182
Quote From : pitrs May 15, 2014, 2:57 am
VG then create the following
1) fdisk /dev/sda
2) n
3) 3
4) enter
5) enter
6) t
7) 3
8) 8e
9) w
10) reboot
11) pvcreate /dev/sda3
12) vgcreate vg /dev/sda3


Here are full instructions for setting up on OVH/SYS with RAID1:

/ 140GB ext3
swap 10GB

Code
fdisk /dev/sda
n <enter>  (Create a new partition)
p <enter>  (It should be a primary partition)
3 <enter>  (This will become the thrid partition)
<enter>    (Use default calculated value for start cylinder)
<enter>    (Use default calculated value for end cylinder)
t <enter>  (Change the partition type)
3 <enter>  (Select the partition number)
8e <enter>  (Partition type will be 8e)
w <enter> (write to disk)

fdisk /dev/sdb
n <enter>  (Create a new partition)
p <enter>  (It should be a primary partition)
3 <enter>  (This will become the thrid partition)
<enter>    (Use default calculated value for start cylinder)
<enter>    (Use default calculated value for end cylinder)
t <enter>  (Change the partition type)
3 <enter>  (Select the partition number)
8e <enter>  (Partition type will be 8e)
w <enter> (write to disk)


reboot (load new partition table)

Code
mdadm --create /dev/md2 --level=raid1 --raid-devices=2 /dev/sda3 /dev/sdb3 (setup the raid)
pvcreate /dev/md2 (create physical volume)
vgcreate vg /dev/md2 (create volume group)

mdadm -D /dev/md2 (view raid re-sync status)


--Install Virtualizor

SEE:
http://www.virtualizor.com/wiki/Install_KVM
http://www.virtualizor.com/wiki/Install_Xen
http://www.virtualizor.com/wiki/Install

Code
vgdisplay -A (check vg name as set above e.g. vg)
cd /tmp
wget -N http://files.virtualizor.com/install.sh
chmod 0755 install.sh
./install.sh email=your@email.com kernel=kvm lvg=VOLUME_GROUP_NAME (e.g. lvg=vg)
y <enter> (reboot)


Visit: https://your-server.com:4085
UN: root
PW: ****

--Add ips as pool with routed mode]]>
Wed, 18 Jun 2014 20:50:32 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p20182
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19779
Sir you have to boot the server in the default kernel .
As ovh kernel dose not allow to load the kvm module .

Here are the steps to boot server into default kernel :-

Quote
yum install kernel
rm -rf /etc/mtab
mount -o remount -a
new-kernel-pkg --mkinitrd --depmod --install 2.6.32-431.17.1.el6.x86_64
(here grubby will give you an error skip it it is normal ...)
reboot


After following this method server will be able to load kvm module .

Also when you reload os there is an option to install server with default kernel .

If you face same issue after following the provided steps you can open support ticket .

Regards,
Virtualizor Team]]>
Mon, 19 May 2014 07:19:51 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19779
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19750
Quote From : pitrs May 15, 2014, 12:56 pm
You must select

"Use the distribution kerner"]]>
Thu, 15 May 2014 20:51:04 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19750
<![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19746 Thu, 15 May 2014 12:56:03 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19746 <![CDATA[Virtualizor fail install in SoYouStart]]> https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19734   Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1        1275    10238976  fd  Linux raid autodetect
/dev/sda2            1275        2295    8190976  82  Linux swap / Solaris
/dev/sda3            2295      243201  1935080032+  8e  Linux LVM


]]>
Thu, 15 May 2014 04:19:18 GMT https://www.softaculous.com/board/index.php?tid=4871&tpg=2#p19734