13

I'm building a server for virtualization for a non profit organization. I was planning on employing VMware ESXI free but I'm second guessing my plan because newer ESXI don't seem to be well supported by the vSphere Client and the web interface which is supposed to be used instead, is not free.

On the hardware we are limited to just one server right now. It's probably going to be an Xeon E5-1650 v3 (6x 3.5 Ghz) on a Supermicro X10SRH-CLN4F-O with 32 GB RAM and 2x 256 GB SSDs and 2x 1TB HDDs for storage. The board has an onboard LSI SAS 3008 controller that is supposed to be working with ESXI.

We are planning to use the server for accouting (WS 2012 R2), pfsense (vpn / routing) and about two linux VMs for our internal database applications, mail (zarafa), active directory (samba 4) and file and printer server.

Would I be better off using XenServer or KVM? On the plus side for XenServer is that it is completely free for me (same as KVM) but has a very good management interface which is kind of lacking for KVM. But on the negative side is the lack for good support for local storage. I wanted to offer raw SSD storage to my VMs for the database (accouting and internal tools - which are the most heavily used), but that seems to be unsupported with XenServer. KVM on the other side seems to support it, but I have bad memories regarding KVM and Windows Server having a really bad performance.

Points that are important for me

  • Performance
  • Ease of use (like a decent UI for basic tasks, manuals and a good community to ask questions)
  • Backup facilities (as there is only one server no migration at the moment, but snapshots and backups of the VMs to transfer them manually onto a new server are required)
  • Reliability
  • Free of charge
Sergio
  • 164
  • 9
schneida
  • 339
  • 1
  • 4
  • 15
  • 6
    This actually isn't off-topic, as the OP is asking about the comparative feature sets of three products. In addition, he's seeking input with a well-defined set of requirements. This should be reopened because the question is entirely answerable. – ewwhite Oct 11 '15 at 13:32
  • 1
    What do you need in a management interface for it to be "good" ? – Journeyman Geek Oct 11 '15 at 15:15
  • 2
    There's now a post-installable web client for ESXi. https://labs.vmware.com/flings/esxi-embedded-host-client – Ryan Bolger Oct 11 '15 at 15:34
  • Windows runs quite well under KVM, provided you install the [virtio driver package](http://serverfault.com/a/703676/126632) and [SPICE guest tools](http://serverfault.com/a/569506/126632) (if you need Desktop Experience). – Michael Hampton Oct 12 '15 at 03:14
  • A good alternative would be to use Xen/XenServer (Citrix free product which you can purchase enterprise support for). It's what the largest clouds are built from (including Amazon's EC2), and it scales from single node installs to huge clusters. Best part, it's 100% free and you get 100% of the enterprise features with it (as opposed to VMWare's model which charges for both support and features, Citrix gives you all features but charges for support). – SnakeDoc Oct 12 '15 at 16:20

8 Answers8

17

If you are running server 2012 then you already have access to hyper-v. The free hyper-v should serve your needs, you can run the GUI from any client or the 2012 server. This would also get you shared nothing migrations if you can't afford a san.

http://blogs.technet.com/b/keithmayer/archive/2012/09/07/getting-started-with-hyper-v-server-2012-hyperv-virtualization-itpro.aspx

Jim B
  • 23,938
  • 4
  • 35
  • 58
  • I agree - the price of it is already included in Windows Server's price, so you essentially get an enterprise-grade solution for no additional cost. – WillS Oct 12 '15 at 06:46
  • Hmm with Server 2012 Standard I get two licenses, one for the Hyper-V host and one for the system right? I'm not a big windows server expert and actually try to avoid using it. You see as a non profit if you start using Microsoft software (Server, Exchange, Sharepoint,...) you start spending so much money for your IT infrastructure that would be better used for the actual cause you are working for. However, as I already have to get the WS2012 anyways (and its just 60$ for us because of sponsoring) I actually might consider it, given that there is a added value compared to free ESXI / Proxmox? – schneida Oct 12 '15 at 09:23
  • 4
    You should also look at techsoup, where non profits can get free licenses for software. I'm not a licensing expert, and your best absolute resource is the vendor but the license gives you 2 VMS if windows, if all you run is hyper-v on the physical server. – Jim B Oct 12 '15 at 10:13
  • 1
    @WillS you likely qualify for Microsoft charity pricing if you're a registered non-profit. This would qualify you for a **substantial** discount for almost *all* products. – MDMarra Oct 12 '15 at 23:43
  • We already get sponsoring / discounts by the local techsoup partner! Thats why the license for windows server is just ~60$. – schneida Oct 13 '15 at 08:42
  • @schneida "Hyper-V Server" though functionally similar to Server Core with the Hyper-V role installed, is a separate SKU and completely free, thus doesn't count against your 2 VM usage rights per Windows Server license. In fact, you could use "Hyper-V Server" without owning a single Windows license. – abstrask Oct 13 '15 at 23:55
  • @abstrask I think the only difference would be that you don't have to run core if you don't want to. – Jim B Oct 14 '15 at 00:34
  • @abstrask but do I get all the advanced features of the paid hypervisor if I use the "Hyper-V Server" free version? Or is the paid functionality found only in the mangament tools? – schneida Oct 14 '15 at 17:43
  • @schneida Absolutely - even shared-nothing migration and replication, which IMO is awesome! _"Hyper-V Server is a full-featured, enterprise-class, stand-alone Microsoft hypervisor... This product is a free download and its installation is pre-activated. However, the operating systems running on hosted virtual machines each require a proper license... All the new features that were added to the Hyper-V role in Windows Server 2012 R2 are also included in Hyper-V Server"_ (https://technet.microsoft.com/en-us/library/hh833682.aspx) – abstrask Oct 14 '15 at 18:35
9

You can use VMware ESXi for free... You don't necessarily need to use the web interface, and the product works very well with the thick client.

Or better, buy a vSphere Essentials license ($500) and have the ability to manage up to 3 host servers. This will give you vCenter capabilities and the Web interface if you wish to utilize it. Either way, the cost is extremely low for a well-supported product with great mindshare and community.


In general, I think you should separate roles/functions. I'm not certain why so many people try to integrate firewalling and routing into their hypervisor. Get a dedicated appliance (Cisco ASA or even purpose-built pfsense hardware).

If you're using Windows server for the accounting application, you can go the extra step and also use Windows for Active Directory. Substituting Samba in place for it is a fraught choice.

Use a hardware RAID controller if you use VMware.

Xen is dead in the SMB space and Enterpise, and not a viable choice for new deployments. KVM is okay, depending on the approach, but there's nothing wrong with ESXi at this scale. Hyper-V can be an option as well.

ewwhite
  • 194,921
  • 91
  • 434
  • 799
  • Thank you very much for the input. The problem that "so many people" have is money. In a perfect world, I would get a decent SAN, redundant switches and network interfaces and have two servers in case one dies, but sadly I can't afford it. Do you mean the LSI 3008 doesn't work with ESXI or do yo say that I better buy one, because it will work better? – schneida Oct 11 '15 at 13:29
  • @schneida I suggest not having your firewall be the same device as your hypervisor hardware. It complicates networking and creates an unnecessary failure domain. *(I need to reboot... Internet goes down)*. – ewwhite Oct 11 '15 at 13:37
  • 2
    Why is XenServer dead? I use it for home server and it's just ok with the things I need (dev, prod, test vms) – JorgeeFG Oct 11 '15 at 21:22
  • 3
    Neither [Xen](http://xenproject.org/) nor [XenServer](http://xenserver.org/) is dead. [Xen 4.6 RC4 was scheduled to be tested on 01 October 2015](https://blog.xenproject.org/2015/09/28/xen-project-test-day-for-4-6-rc4-scheduled-for-october-1/), and [XenServer is working on a CentOS 7 dom0](http://xenserver.org/blog.html?view=entry&id=102). – Deltik Oct 12 '15 at 04:54
  • 1
    Wildly inaccurate and uninformed to call Xen dead. Xen (and XenServer) are what powers most of the large public clouds, including Amazon's EC2. Typically only private clouds are made using VMware, for cost and scalability reasons. Xen/XenServer gives you all the enterprise features out of the box, where-as VMware charges for them. – SnakeDoc Oct 12 '15 at 16:24
  • 1
    In the SMB world and most of the enterprise, Xen is dead. Context *absolutely matters*, because the OP is not trying to architect a public cloud offering... – ewwhite Oct 12 '15 at 16:25
  • 1
    @ewwhite even in SMB and most of enterprise, you are flat wrong. VMware might often be used by those who don't know better, simply because of name recognition, but it's not somehow better and shouldn't be recommended to the OP when there is already a better solution to be had that will cost him less in the long-run. Xen/XenServer are not dead to anyone who actually does virtualization/cloud work as a profession. – SnakeDoc Oct 12 '15 at 16:27
  • 1
    @SnakeDoc Sure it is - I specialising in Citrix and I can't remember the last time anyone called me to install a new environment with XenServer. I never specify it because it simply can't stand up next to Hyper-V or VMware. Literally the only time I use it is when they insinst on using the licenses that are included from XenDesktop – Dan Oct 12 '15 at 16:33
  • 1
    @Dan what types of clients are you supporting? Your profile hints they are a lot of Windows shops with zero on-site IT staff. Those are the types of businesses which will reach for either Hyper-V or VMware since that's the ecosystem they live in. In reality, they often just don't know there is any other option. That doesn't make the other options "Dead" - rather, you are just not doing a good job at informing your clients about potential better options which will cost less to maintain in the long run. – SnakeDoc Oct 12 '15 at 16:38
  • @Dan please elaborate on your claim that XenServer can't stand up next to Hyper-V or VMware... because it sounds absurd. – SnakeDoc Oct 12 '15 at 16:39
  • 3
    The OP: _I'm building a server for virtualization for a non profit organization_... If you don't get the context of the question @SnakeDoc, you're not contributing to the discussion. – ewwhite Oct 12 '15 at 16:40
  • 1
    @ewwhite I do get the context of the question - which is exactly why your suggestions are appalling. Recommend the best free (as-in 100% free) hypervisor on the market - Xen/XenServer - not the one that will get the OP and his non-profit hooked on a proprietary walled-garden which will ultimately cost his Non-profit dearly in support and licensing over the long-run. With XenServer, the OP gets all the enterprise features for no cost. If the OP can self-manage, it just cost him employee hourly wages, which are already being spent. – SnakeDoc Oct 12 '15 at 16:45
  • 2
    @SnakeDoc Please drop this. It's not constructive. You're free to downvote this answer if you'd like, and to post your own answer. – EEAA Oct 12 '15 at 16:57
  • Well, I guess my advice is not appreciated here. 5 downvotes?!? – ewwhite Oct 14 '15 at 08:16
  • @ewwhite: Your answer seems to have been controversial and polarized votes from the VMware and Xen communities. Since this answer has a positive score, we can guess more people prefer VMware to Xen, but there is still a significant Xen following that may have felt that your answer undercuts them. – Deltik Oct 18 '15 at 22:39
  • 1
    @Deltik I'm only reflecting the decisions business owners and engineers make _today_. Xen is not part of the conversation for general virtualization deployments. It is irresponsible to recommend it unless there's a very special use case that requires Xen, as VMware, Hyper-V and some KVM-based solutions make more sense at this scale. IT is sometimes about being less fanboy-ish and making decisions based on mindshare, supportability and product momentum. – ewwhite Oct 19 '15 at 02:37
  • I vehemently disagree with the article. Xen is used in a lot of enterprise deployments over here, much more than KVM for example. Xen, specially XenServer is great and cheap for enterprise virtualization. – Vinícius Ferrão Oct 30 '15 at 21:34
6

Use proxmox, an hypervisor based on KVM (other containers types also supported) all integrated via a web interface. We use this on dell rack servers and it is just perfect for small companies. You can also buy paid support.

Note that Proxmox is based on RedHat long-term support kernels, which is synonym for stability and good driver support for servers.

You can also make your servers redundant later when you will have money for another server.

NB: When using Windows based guests, be sure to use RedHat paravirtualized drivers. For recent flavors of windows, you also need to tune your cpu settings, since KVM/QEmu performs better when using cpu mode : host instead of kvm64

JB.
  • 187
  • 5
  • 1
    I tried out proxmox last night, and first impression was really good. I also like the integration of LXC and the Windows Server 2012 I installed didn't perform badly either - something I expected with KVM based windows virtualization. I will benchmark it in comparision with other hypervisors though to have some numbers! – schneida Oct 12 '15 at 08:58
3

I can't say how well Windows works with KVM, but I think it's worth testing. There are PV drivers available for Windows. It wouldn't be so bad to setup a VM and run some benchmarks.

KVM is nice because it's built into the kernel, unlike Xen. Performance is about the same. I find it easy to use via libvirt and the "Virtual Machine Manager" GUI. It can provide direct disk access if needed. I don't think it will go away any time soon, so you can count on future support. And best of all, it's free and always will be!

My experience with Linux VMs is that they perform very well and reliably, on busy servers.

Every time I've had trouble with Xen, I've had a terrible time getting help.

You can put the VM storage onto LVM or ZFS volumes to allow for snapshots without sacrificing performance.

Ryan Babchishin
  • 6,160
  • 2
  • 16
  • 36
3

As others already suggested, if you already have a Windows Server license, you thus have an enterprise-grade virtualization platform in your possession. If it is a Standard edition, then you can use it this way:

(1) install one instance of Windows Server on a physical server with up to two physical sockets (number of cores doesn't matter, matter processor sockets, so your server qualifies), this is called "virtualization host"; you can not install any other so-called "roles" (DNS, DHCP etc.) of the OS except the Hyper-V role on this instance.

(2) you can install up to two instances of "guest" Windows Server operating systems inside your "host" system. Install any roles you want on these instances.

(3) install any number of Linux guests inside your Hyper-V host; that is, the number of virtual machines is not limited by the licensing restrictions, only the number of Windows guests is limited.

As to the free Hyper-V server, it has been cumbersome to manage it in a non-domain (that is, workgroup) environment, so you would need another full-featured Windows Server (at least two, actually) serving as (a) domain controller(s) to manage your Windows-based hosts, including those with the free Hyper-V Server installed.

Do not forget to consider Storage Pools, a RAID-like software technology built into newest Windows versions. It can give amazing performance even on traditional HDDs. Using direct disk access for virtual machines is not that necessary, nor recommended.

As to the Linux guest support, it has been significantly improved in the latest versions of Hyper-V, but still there is room for improvement; there are multiple articles from Microsoft on how to configure Linux guests in Hyper-V.

  • EDIT (in response to the comment below):

No, I meant "normal" Windows Server 2012 R2 – either Standard or Enterprise (they differ mainly in licensing – Enterprise doesn't limit Windows Server guest instances, Standard limits them to two, but you can install more guests having additional licenses; I suppose you have Standard edition).

When I started using Windows Hyper-V Server (which was free from the beginning) it was 2008 version, then 2008 R2, and this was cumbersome in a workgroup, although not impossible. I simply don't know if things have changed with newer versions of the free Hyper-V (because currently we run Standard edition), but I suspect they have not. To form up the picture, look here: http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/11/11/configuring-remote-management-of-hyper-v-server-in-a-workgroup.aspx and here: http://blogs.technet.com/b/jhoward/archive/2008/11/14/configure-hyper-v-remote-management-in-seconds.aspx and google for 'hyper-v workgroup' to find more.

So, just install your full-featured Windows Server 2012 R2 on your hardware (Tip: don't enter the product key when installing, you will be able to activate your installation later; first test the configuration, then activate it, if satisfied); install drivers, configure network, storage (explore Storage Pools); then install just the Hyper-V role. This role by default also installs management tools, i.e. Hyper-V Manager – use it to create and configure virtual machines. You can install two instances of Windows Server 2012 R2 as guest systems (they will also require activation). For example, configure one instance as an infrastructure server (DNS, DHCP, even DC) and use the second to host your Windows application which you mentioned. Then add *nix virtual machines; read this article: https://technet.microsoft.com/en-us/library/dn531030.aspx and use Google for more information.

This configuration is actually a workgroup configuration too, because there is no domain controller or at least the Hyper-V host is not joined to a domain. But this does not matter because now you have management tools installed locally on the virtualization host; you will also be able to connect from your workstation by RDP and thus use Hyper-V manager kinda remotely. But if you try to install Remote Server Administration Tools for Windows 8.1 https://www.microsoft.com/en-US/download/details.aspx?id=39296 on your workstation, you will face the same problem as with the free Hyper-V. So the point is this: free Hyper-V does not have local GUI and requires purely remote management, which is difficult to configure in a workgroup; in contrast, full-featured Windows Server 2012 R2 permits you to easily manage your Hyper-V role simply because there is a GUI installed locally and accessible both locally and remotely – via RDP (it's also possible to install some sort of VNC).

To complete the picture: although free Hyper-V doesn't have its own GUI (all it has is an empty desktop with command-line windows and restricted text-based management tools) there are 3d-party tools, including free versions, that permit you to simulate full-featured Hyper-V host, for example: http://www.5nine.com/5nine-manager-for-hyper-v-free.aspx But the initial configuration (network settings, enabling RDP) still needs to be done manually. You will also have difficulties dealing with uninstalling programs (no Control Panel), Windows Updates, etc...

Sergio
  • 164
  • 9
  • With the one Windows Server instance that acts as a HyperV server you mean "Hyper-V Server 2012 R2" which is free, right? When you say it "has been cumbersome to manage in a non-domain" do you say that has changed and it is ok to not have a domain control and all that or do you mean I better have one otherwise it will not make a lot of fun to work with it? – schneida Oct 27 '15 at 09:26
  • @schneida: edited the answer – Sergio Oct 27 '15 at 18:34
1

Use Proxmox VE. Its free, has an excellent web GUI with noVNC embedded and supports KVM or LXC.

I use it in large production clusters and for development environments.

tomstephens89
  • 981
  • 1
  • 11
  • 23
0

I currently use vmware ESXi in a small configuration, with only 3 virtual servers, and it works flawlessly in the free version. And I do use the vSphere client, and haven't noticed any limitation.

I have worked with paid versions of ESXi in the past, and for the requirements I have now, nothing is limited so far, and working perfectly.

EDIT: I am using version 5.5.

0

I just use plain Xen installed in a tiny Ubuntu system as the host, and manage it from the command line with xl. As I understand it though, you can install libvirtd and use virt-manager as a nice gui management console from your desktop. One of these days I'll have to rebuild the server and try that.

psusi
  • 3,247
  • 1
  • 16
  • 9