Windows Server 2012 in your Small Business – Part 1

Windows Server 2012 was released just a few short weeks ago, and from what I’ve seen and read it is a significant improvement over the venerable Windows Server 2008 R2. While deploying Windows Server 2012 in a small business environment may seem like overkill, I have reason to believe it’s actually a very smart decision for a number of reasons. Those include:

  • A free hypervisor (Hyper-V)
  • Streamlined management tools
  • Increased flexibility
  • Better support for standards
  • Better remote worker support

And the list goes on. The balance of improvements done to the interface and the underlying code are almost 50/50, which will no doubt be a boon to any system administrator, especially those that administer multiple businesses or locations.

We’re going to start by covering Hyper-V, and how it can be used in a small business.

The easiest and most effective way to deploy Hyper-V would be to deploy the standalone Hyper-V Server 2012 onto a high-powered server. Hyper-V Server is not a full OS; it is solely the Hyper-V hypervisor deployed in a mode that does not require the full Windows Server running underneath it, meaning it is a bare-metal hypervisor. This has several advantages, but primarily it frees up a good deal of resources for the virtual machines (VMs) that are going to be deployed on the server.

Hyper-V itself has been improved with support for up to 160 logical processors and 2 TB of physical memory per host system, where VMs can be provisioned with up to 32 virtual processors and 1 TB of RAM. That’s a big step up for Hyper-V where it has traditionally trailed behind VMware’s ESXi hypervisor.

Hyper-V’s virtual switch in Windows Server 2012 has been enhanced with a great deal more flexibility. It can now be used for traffic shaping, protection against malicious/malware-infected VMs, and to make troubleshooting easier. The virtual switch also provides third parties developers with the necessary extensions and APIs so that they can add functionality into the virtual switch, negating the need for additional hardware.

My favourite part about Hyper-V Server 2012 is that it’s free. And you can put non-Windows VMs on it including Linux. So if you’re not a fan of IIS for hosting websites, or you just cannot part with that last FreeBSD server lying in the corner, have heart! You can move these machines to your Hyper-V Server as a VM and keep them running, without the added expense and infrastructure of having another physical box in the wiring closet/server room.

I’ll be covering off more aspects of how Windows Server 2012 can be used in a small business over the next little while. I hope you find this information useful.