Now that VMWare Server is EOA and end of support soon, what should I use for tests and development for several Linux systems at home?

Ability to run headless and gains in performance due to being bare metal is what i will miss.

link|improve this question
1  
You can't get much more 'bare metal' than ESXi (or vSphere Hypervisor now) – charlesbridge Feb 24 '11 at 12:19
I liked the simple web-based configuration and being headless. – Russell Mar 17 at 12:06
feedback

5 Answers

up vote 4 down vote accepted

If it ain't broke, don't fix it. Do you have a support contract that VMware won't honour or something, are you constantly finding show-stopping bugs in VMware Server that prevents you from working on it until a patch is issued?

That said, Citrix XenServer has been free for a while now.

link|improve this answer
feedback

You can run virtualbox headless, and get some degree of web based management with phpVirtualBox. Otherwise, you pretty much get what you do with VMware server - i run an instance on a little atom box.

link|improve this answer
feedback

VMware vSphere Hypervisor (aka ESXi) is a free, bare-metal hypervisor. It's easy to migrate your VMs from VMware Server to vSphere using VMware Converter. In addition to running your existing VMs, vSphere can be upgraded later to add features such as redundancy and live migration.

If you don't need to run your VMs headless, you could use VMware Player (free) or VMware Workstation ($200), both of which can also easily import your existing VMs. VMware Workstation 8 also includes a new sharing feature.

Depending on what kind of testing you do, you might be interested in the clone and snapshot features in vSphere and Workstation. These features make it easy to configure and rollback test machines.

One of the reasons we've retired VMware Server at my office is that the management plugin is no longer updated, and won't run in newer versions of Firefox.

link|improve this answer
feedback

I found vmware player to have the best performance for local vm's(out of VBox, and vmware), and I use powershell to launch a vmware player VM without a window opening.

link|improve this answer
feedback

There are a couple options:

  1. Proxmox
  2. Citrix XenServer
  3. Linux + KVM **

** This will required additional setup, but there are some good guides for CentOS, such as http://www.cyberciti.biz/faq/centos-rhel-linux-kvm-virtulization-tutorial/ It isn't completely headless, but you can remove, or ignore the GUI elements. Administration can be done via SSH, or you can install something like Archipel

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.