Running KVM hypervisor on VPS server

Published on Author admin

Running KVM (Kernel-based Virtual Machine) hypervisor on VPS servers. Some of current VPS servers are OpenStack KVM virtual machines with nested virtualization enable, so you are able to run a nested KVM virtual machine. Check whether VPS CPU supports Intel virtualization instruction set. You should see 'vmx' string in returned value. grep vmx /proc/cpuinfo Install… Continue reading Running KVM hypervisor on VPS server

P2V migration - converting RHEL5/CentOS5 physical server into Hyper-V VM

Published on Author admin

As there is no direct VM conversion tool (from physical Linux server to Hyper-V VM), to perform P2V migration of RHEL5/CentOS5 physical server into Microsoft Hyper-V Virtual Machine you should use VMware platform as an intermediate point. Below you will find instruction how to do it: • migrate physical RHEL5/CentOS5 server to VMware ESXi Virtual… Continue reading P2V migration - converting RHEL5/CentOS5 physical server into Hyper-V VM