H.
I have Ubuntu running on a server and I use this for all development needs. I'd like to isolate my production and development environments and therefore I thought that it would be good to virtualize my OSs. I'd like to run two Ubuntu OSs on a virtualisation platform. I've never attempted anything of this sort before.
The only virtualisation platform that I know about is VMWare. Is VMWare and KVM the same?
So basically, I'll need to format everything and take it from there. Could some explain to me about how I can do this or point me to a nice document explaining how to do this?
Thanks.
KVM and ESXi are both virtualization hypervisors, the latter being much thinner (32MB footprint).
We can't really point you anywehere except the VMWare documentation and the internet (google). Thats how everyone else here learned.
and so on..
The primary Linux virtualization platforms are:
All of these products will let you run arbitrary operating systems. If your need is primarily for isolation of multiple Linux environments, then you may also want to consider the following lightweight virtualization platforms:
These will let you create isolated Linux environments, but will not let you run arbitary operating systems.
All of these products are well documented. Some simple searches will find you a variety of useful information to help you get started.
VMWare and KVM are not the same.
I haven't used VMWare in a while but the last time I used it VMWare ESXi was free. The big gotcha with VMWare in my experience is hardware compatibility. If your hardware isn't compatible you have to do some hacking to make VMWare work on your hardware or you have to buy new hardware or use another solution or whatever.
There are other virtualization solutions as well such as VirtualBox, OpenVZ, Xen etc.. I like and use Xen myself to run a lot of debian virtual machines.
Information:
http://wiki.debian.org/Xen
Instructions:
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
This book "The Book of Xen" is a great resource:
http://nostarch.com/xen.htm