Windows Server 8: Microsoft makes big virtualisation splash
By Mary Branscombe,
ANALYSIS The mix of fixed problems and new features in Windows Server 8 is what we’re used to in a new release from Microsoft.
There are all the features we expected for building private and hybrid cloud systems for enterprises. There’s some significant improvements in virtualisation too that give it many more of the features of a server operating system.
Hyper-V can take advantage of a lot more hardware than before; not only can you use up to 160 processors - either cores or threads - and up to 2TB of RAM. Each virtual machine can have up to 32 virtual processors and 512GB of memory.
The new VHDX format supports files up to 16TB rather than 2TB and takes advantage of new sector sizes on the latest hard drives. There’s no fixed ratio between logical and virtual processors anymore - you can run as many processors or workloads per physical core as the hardware can support.
Adding more hardware to virtualised systems doesn’t always improve performance if the systems aren’t using memory that’s physically close to the processor thread. Rather than VMs just picking whatever memory is available, those that run on Windows Server 8 now get NUMA (non uniform memory access) support so performance will scale well as you add more cores to a server. It effectively means smarter memory management and therefore improved performance – in theory of course.
Windows Server 8 also improves storage performance for virtualisation. If you have a storage array that supports offloading data transfer, when you move data inside a VM that can happen directly on the storage array. It means the system won't have to copy all the data across the network to the server and then back to the same array just move it.
It’s easier to use virtualisation for making your infrastructure more reliable, like using Hyper-V Replica to take Volume Shadow Copy off site and cloning domain controllers so you can get them up and running quickly for failover and disaster recovery. Hyper-V also gets more operating system features, like whole-disk encryption with BitLocker even on clusters and using the Windows Hardware Error Architecture to look for problems like memory errors that cause page faults. Predictive failure analysis even finds some faults before they cause problems - because the memory is virtualised, the VM can just remap it without restarting.
Moving running virtual machines is also a lot easier. With Windows Server 8 you can move any part of a VM at any time, whether it’s the whole VM, the configuration file for the VM, the storage that the VM is using or just a virtual hard drive inside the VM - and take the metadata and historical performance metrics with it. You can move a VM while it’s copying files or running a computation (the work in progress gets mirrored until the migration is complete) and you can do all that over the local network, without stared storage or a cluster.
There have been rumours that Hyper-V was in ‘maintenance mode’ and Microsoft was concentrating on management tools and System Center. This array of significant new features for virtualisation proves that’s far from true.
PowerShell powered
There are some significant improvements in management tools, although they’re not always coherent or consistent unless you’re ready to take advantage of PowerShell. In the messy real world the idealised clear and simple tasks of Server Manager aren’t always what you need to do. PowerShell lets you get down and dirty but you still have high-level abstractions for tasks that work remotely. It’s a powerful combination – but even with the helpful new tools it still has a learning curve.
Microsoft is keen to get admins away from working in a GUI on a live server, encouraging them to use Server Manager or remote PowerShell from a client PC (or a Linux box). An interface is something else for the server CPU to run and something else that needs patching (and something you certainly won’t get on a cloud service). There’s even a new role between the existing command-line only Server Core, which is what Microsoft thinks you should run, and the full server role, or what Microsoft is calling Full Server without GUI.
Slightly confusingly you can still run Server Manager and MMC tools, but you don’t get Explorer or Internet Explorer, making for a more secure system that’s harder to mess up by accident. It’s also easier to change the server role; if you need something that’s not in Server Core you can switch to a Full Server role without installing the server from scratch, and you can switch back – handy if you need the GUI to install an app but not to run and manage it.
You may also like...
Sponsored Links
advertisement
You may also like...
Latest Desktop Software Analysis & Insight
Could the UK ever build a Facebook?
Inside the enterprise: Building a $100bn tech company is a tall order. But the UK could still boost its technology industry, argues one expert.
- The current state of desktop virtualisation
- Big data: analytics' pot of gold
- Q&A: Paul Coby, IT Director John Lewis
- Hi #SMW, will you be my friend?
- Transparency? What transparency?
- 2011: The year in news
- HP CEO Meg Whitman makes confident public debut
- HP PCs back on the menu with Dellish plans
- Thin clients aren’t the future – BYOD should be
Latest Desktop Software Reviews
Ubuntu 12.04 review
Rating: ![]()
- LibreOffice 3.5 review
- Ubuntu vs. Windows 7 on the business desktop
- Head to Head: Parallels Desktop 7 vs VMware Fusion 4
- Microsoft Windows 8 review: First Look
- Samsung Galaxy Tab 7.7 review: First Look
- Samsung Galaxy Note review: First Look
- Fujitsu ScanSnap N1800 review
- Head to Head: Mac OS X 10.7 Lion vs Windows 7
- Apple MacBook Air 13-inch 256GB Mid 2011
advertisement
Most popular
- UK regulator shuts down Angry Birds scam
- Apple iPad 3 vs iPad 2 head-to-head review
- IBM bans use of Siri on iPhones
- Chromebooks: What's gone wrong?
- HP plans massive job cuts
- EMC World 2012: Tucci declares Documentum is here to stay
- Dell EqualLogic PS6100XS review
- Macs and Android under malware threat
- RIM loses its head of sales
- Local fibre broadband needs common standards
Latest News Videos in Desktop Software
Video: Hands-on with the new Sony S Series
We take a brief look at what the new S Series machine has to offer business users.
Register for IT PRO
You'll get exclusive member benefits including free whitepapers, downloads, Webinars and weekly newsletters full of the latest IT PRO news, reviews, insight and expertise.






funny how things come around again...?
It's nice to see it there... but don't let people believe it's something new from Microsoft.
NUMA has been around for decades and the first time I came across it was setting up a datacentre for a large company in Southampton. The system was from Sequent and as long as we kept the sequent engineers and the oracle engineers noses to the grindstone to give us what we wanted, the system worked like a dream.
By YidWitch on Saturday Sep 17
NUMA's not new...
...but having a client VM be able to use it is; previously only host OSes have been able to get enough access to the hardware to position threads and memory close together. Letting a guest OS take advantage of this means performance should scale well as you add more cores and memory - without NUMA it wouldn't take advantage of the extra hardware.
By MaryBranscombe on Tuesday Sep 20