Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,225
    Hi!

    I started using VirtualBox last month and have found it to be a very nice tool. Easy to install, operate and troubleshoot.

    Pulso.PH

    "Rate Your Leaders. Share Your thoughts."

    nujinini
    Linux User #489667

  4. #4
    Just Joined! cmiket's Avatar
    Join Date
    Nov 2006
    Posts
    6

    Thumbs up 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.

  5. #5
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •