Results 1 to 5 of 5
Hey Guys, I was wondering, if you could suggest when to use KVM virtualization, Xen and VMWare. Which one do you think is the most popular among the various virtualization ...
- 01-21-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 0
Most Popular Virtualization
Hey Guys, I was wondering, if you could suggest when to use KVM virtualization, Xen and VMWare. Which one do you think is the most popular among the various virtualization offerings in the market. Appreciate your help folks. Thanks.
- 01-22-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,955
Personally, I prefer VirtualBox to Xen and VMWare. I don't like Xen because the proprietary nVidia video drivers don't work with it and I use my nVidia 8800GT graphics card extensively. KVM and VBox are both open sourced, whereas VMWare is strictly proprietary, even though I use the proprietary version of VBox for personal reasons. I've been using it for 2 years without any serious problems at all.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-22-2010 #3
Hi!
I started using VirtualBox last month and have found it to be a very nice tool. Easy to install, operate and troubleshoot.
- 01-22-2010 #4
Another vote for virtual box.
Virtual Box does work well. I am currently running fedora 12 with a virtual Windows XP machine on virtual box. I have also ran Windows with a linux virtual box. Have not had any problems with it.
- 01-23-2010 #5Just Joined!
- Join Date
- May 2008
- Location
- Russia, Far East, Komsomolsk-on-Amur
- Posts
- 1
I use various virtualisation system depending on my tasks:
1. OpenVZ
OpenVZ is the best solution for Linux system virtualisation on my desktop and servers. I use OpenVZ for:
- testing software configuration (mail, http, ftp, sql daemons)
- isolation various network services for security and easy maintenance reasons
- Linux software development
Advantages: OpenVZ has a very small overhead and memory usage. I can run 5-6 VPS (Virtual Private Servers) with Apache, Exim and MySQL simultaneously on my notebook (Celeron 550 2GHz/2 Gb RAM) without any loss of productivity by the host system. And this number is not limit!
Limitations: OpenVZ supports only Linux host and guest operation system.
2. VirtualBox
I use VirtualBox on my desktop for virtualisation various operation system. In most cases, Windows. Because many useful software run under Windows only.
Advantages: VirtualBox is very simple and crossplatform. I can run the same virtual machine under Windows or Linux host systems.
Limitations:
- more overhead and memory usage. I can start 2 virtual machines (Windows XP and FreeBSD, for example) simultaneously on my notebook and observe the loss of perfomance by host Linux system.
- no CPU per VM limitations support
3. VMWare ESXi
I use VMWare ESXI on specialized server platforms (Sun, HP) for virtualisation any operation systems - Linux, Windows, FreeBSD. The main goals:
- isolation various network services for security and easy maintenance reasons
- optimizing expensive and powerful hardware usage
- system software development
Advantages: very powerful and stable virtualisation software with zero price, the most flexible.
Limitations:
- spesialized hardware requirements with hardware virtualisation support
- no IDE HDD support


Reply With Quote
