Hyper-V Host Patching – Cluster Aware Updading vs. Virtual Machine Manager Fabric Patching

Windows Server 2012 Logo

In the past weeks I was giving a Windows Server 2012 Hyper-V workshop to customers and as we went to the Hyper-V host management I talked about how you can update your Hyper-V infrastructure and how you can automatically update your Hyper-V cluster.

If we do not think about System Center Orchestrator we have basically two solutions to fully upgrade our Hyper-V clusters first is the System Center Virtual Machine Manager Fabric Patching which is available since System Center 2012. The second one is a new one called Cluster Aware Updating which is included in Windows Server 2012.

Both solutions do basically the same thing and using the same concept:

  1. Scanning the Hyper-V host for updates
  2. Putting the first node in maintenance mode and pause the node in the cluster
  3. Moving all virtual machines to other nodes of the cluster
  4. Installing the patches
  5. rebooting the server
  6. checking if all services are up again
  7. stop the maintenance mode
  8. start doing the same with the next node

This is basically what both solutions are doing, but there are small differences between them and both have advantages and disadvantages.

Cluster Aware Updating (CAU)

  • Moving not only virtual machines to other nodes, it does also move other cluster roles and cluster disks to other nodes
  • Cluster Aware Updating can use different update sources (Windows Update, Microsoft Update, WSUS, SCCM,…)
  • You can apply hotfixes via CAU
  • Cluster Aware Updating has APIs for third party vendors
  • You can do driver or firmware updates via CAU
  • You can schedule it via Self-Updating mode
  • Run pre- and post-scripts
  • Update Approval process over WSUS or SCCM
  • Only supporting Windows Server 2012
  • Coordination via cluster role

System Center Virtual Machine Manager

  • Does only move virtual machines to other nodes
  • Needs a WSUS server where the updates come from
  • Only updates which can be installed via WSUS
  • Virtualization (Fabric) Administrator will create update baselines and approve updates
  • Not third-party integration
  • Log – logs which administrator approved the updates
  • Integration in System Center Operations Manager, sets host in maintenance mode on SCOM so no alerts are generated.
  • Role based update management
  • Supports Windows Server 2008, Windows Server 2008 R2 and Windows Server 2012 Hyper-V.
  • Coordination via Virtual Machine Manager

Both solution do a great job and can of course be extended by using Windows PowerShell, System Center Orchestrator or third-party products.

The two main differences are Windows Server 2012 Cluster Aware Updating is definitely the newer solution with extensibility for third-party solutions with support for other cluster roles not just Hyper-V. Where System Center Virtual Machine is the clear winner, is where you have security roles in place and you need logs and other security features. And System Center Virtual Machine Manager has also a connection to System Center Operations Manager which lets you set Hyper-V nodes to maintenance mode.

Surface Imagine Ad

Microsoft finally released an video ad which shows why the Surface is such a great device. Surface Imagine shows you a device that can finally do it all.  It has the power of a laptop with the portability of a tablet.  It has a USB port and a click-in keyboard and the power to run Office.

Surface Pro – Availability Date and Price announced for Switzerland

Microsoft Surface Pro

Finally Microsoft just announced the Surface Pro prices and dates for the European countries such as Switzerland.

Surface Pro will be available in Switzerland on May 30th, priced as follows:

  • 64 GB Surface Pro:   CHF 959.-
  • 128 GB Surface Pro:   CHF 1‘059.-

The following accessories will be available at launch:

  • Touch Cover at CHF 130.- (recommended retail price)
  • Type Cover at CHF 140.- (recommended retail price)
  • Wedge Touch Mouse Surface Edition at CHF 79.90 (recommended retail price)

You should definitely checkout my review on the Surface Pro and the review on the Surface RT which is already available in Switzerland.

More information about System Center Universe DACH/Europe in Bern Switzerland

SCU2013

Some days ago System Center Universe DACH/Europe was announced and finally we got more information on the event it self.

Finally the event will be a two day event on September 16th/17th 2013 in Bern Switzerland. There will be sessions in 4 parallel tracks, 2 Keynotes (day 1 and day 2) and approx. 36 Breakout sessions with a lot of System Center and Windows Server specialist, Microsoft MVPs and Microsoft employees as speakers.

Markus Erlacher (CH) General Manager itnetx and former Microsoft Senior Technical Solution Professional http://www.itnetx.ch/ @markuserlacher
Maarten Goet (NL) Microsoft MVP [System Center Cloud & Datacenter Management] http://www.opslogix.com/ http://www.inovativ.nl/ @maarten_goet
Thomas Maurer (CH) Microsoft MVP [VIrtual Machine] http://www.itnetx.ch/ http://www.thomasmaurer.ch/ @thomasmaurer
Mike Resseler (BE) Microsoft MVP [System Center Cloud & Datacenter Management] http://scug.be/mike/ @mikeresseler
Travis Wright (USA) Principal Program Manager for Windows Server & System Center Microsoft Corp / @radtravis
Marcel Zehner (CH) Microsoft MVP [System Center Cloud & Datacenter Management] http://www.itnetx.ch/ http://blog.scsmfaq.ch/ @scsmfaq
Pete Zerger (USA) Microsoft MVP [System Center Cloud & Datacenter Management] @pzerger
Philipp Witschi (CH) Virtualization and Fabric Management Subject Matter Expert http://www.itnetx.ch/ @philippwitschi
Carsten Rachfahl (D) Microsoft MVP [VIrtual Machine] http://www.hyper-v-server.de/ @hypervserver
Andreas Baumgarten (D) Microsoft MVP [System Center Cloud & Datacenter Management] http://startblog.hud.de/ @abaumgarten
Stefan Roth (CH) Cloud Architect, SCOM Subject Matter Expert  http://www.itnetx.ch/ http://blog.scomfaq.ch/ @scomfaq.
Stefan Johner (CH) Cloud Engineer, SCSM Subject Matter Expert http://www.itnetx.ch/ http://scsmlab.com/ @scsmlab
Mike Epprecht (CH) Technical Evangelist DPE Microsoft Switzerland  @fastflame
Stefan Koell (A) Microsoft MVP [System Center Cloud & Datacenter Management] http://code4ward.net/ @stefankoell
Markus Klein (D) Microsoft MVP [System Center Cloud & Datacenter Management] http://www.ms-privatecloud.info/ @markusklein01
Michel Lüscher (CH) Senior Consultant - MCS Switzerland
Thomas Roettinger (D) Program Manager Server and Cloud Division Microsoft Germany @troettinger

If you need more information about System Center Universe Europe check out the System Center Universe website and checkout the blog post from Stefan Roth: System Center Universe DACH/Europe (SCU DACH) – FAQ

Windows Server 2012 Hyper-V: Configure VM Processor Compatibility for Legacy Operating Systems

Windows Server 2012 Logo

In Windows Server 2008 R2 you had a setting in the Hyper-V Manager GUI to enable Processor Compatibility for legacy operating systems such as Windows NT 4.0 Server or Windows Server 2000. In Windows Server 2012 Hyper-V this setting is gone from the GUI, but you can still change it via Windows PowerShell.

By using the Get-VMProcessor cmdlet you can list the virtual CPU information of your Hyper-V virtual machines.

Hyper-V Get-VMProcessor

As you can see you can find a property called CompatibilityForOlderOperatingSystemsEnabled which is set to “False” by default and this is okay in 99% of all cases. But even if Windows NT 4.0 Server or Windows Server 2000 is not officially supported by Microsoft anymore there are some customers which have to run some VMs with legacy operating systems and by changing this setting via Windows PowerShell and the Set-VMProcessor cmdlet you can allow VMs to run old operating systems.


Set-VMProcessor NT4VM -CompatibilityForOlderOperatingSystemsEnabled 1

And of course you can also change it back


Set-VMProcessor NT4VM -CompatibilityForOlderOperatingSystemsEnabled 0

Virtual Machine Backup and Recovery: Five Critical Decisions

Virtual Machine Backup and Recovery

Together with Symantec, Mahmoud Magdy (Microsoft MVP for Exchange Server) and Mikko Nykyri (VMware vExpert) we produced a whitepaper called “Virtual Machine Backup and Recovery: Five Critical Decisions”. This whitepaper covers an overview about virtualization and the challenges which come with the new workloads in terms of backup and recovery.

Because of the outstanding economy, flexibility, and service levels it offers, virtualization is  transforming data centers at breakneck speed: by 2016, an estimated 80 percent of the world’s x86 servers will be virtual machines (VMs).1 But the speed of this transformation, along with  the high resource utilization, ease of cloning,  moving workloads, and other ways virtualization  works its magic, raise challenges for “traditional” IT services and the teams that deliver them. Nowhere is the complexity that virtualization creates for traditional IT services more apparent than in backup and recovery, which participants in a recent Symantec survey ranked among their least-successful IT initiatives. This paper addresses five critical decisions organizations  must make when building a backup and recovery plan to:

  • Maintain protection, visibility, and control of applications  and data.
  • Maximize utilization of established infrastructure,  processes, staff, and budget.
  • Use virtualization to improve backup and recovery processes.
  • Create an efficient, scalable, future-prepared backup and recovery environment.

Each issue is presented first in general terms that apply across IT environments, and then add comments for specific platforms, applications, or industries based on our individual experience as VMware® vExperts and Microsoft® MVPs.

You can download the whitepaper here: Symantec Virtual Machine Backup and Recovery: Five Critical Decisions

Make also sure you checkout the Google Hangout event on Fri, May 10, 7:00 PM – 8:00 PM.

Join a panel of virtualization experts including Microsoft MVPs Mahmoud Magdy & Thomas Mauer and VMware vExpert Mikko Nykyri as they discuss the white paper they co-authored and offer their thoughts on the most important things to consider for a virtualized server environment.

 

System Center Universe DACH/Europe (SCU DACH) announced

SCU2013

Have you ever heard of the famous System Center Universe (SCU) hosted by Catapult Systems? If not then it’s about time to visit http://www.systemcenteruniverse.com and check out the excellent content.

After talking to Catapult Systems we decided to bring this great event to Europe. We are now in the planning phase, talking to partners, speakers, sponsors etc. that are interested to partner with us and help making this event coming true. Visit the event web site where we will start publishing more information shortly!

http://www.systemcenteruniverse.ch