Written by 3:48 pm Microsoft, PowerShell, System Center, Virtualization, Windows Server • 4 Comments

Windows Server 2012 Hyper-V: Cluster-Aware Updating (CAU)

Windows Server 2012 RC Logo

In Windows Server 2012 Microsoft introduced Cluster-Aware Updating or short CAU. Cluster-Aware Updating allows you to update your cluster nodes via automated workflow. Maybe you are familiar with the Remediation process in System Center Virtual Machine which allows you to automatically set a Hyper-V node in maintenance mode, move Virtual Machines to another node, install patches on your Hyper-V Cluster node and bring the node back online. CAU can do the same and even more.

Cluster-Aware Updating

 

Cluster-Aware Updating (CAU) is an automated feature that allows you to update clustered servers with little or no loss in availability during the update process. During an Updating Run, CAU transparently performs the following tasks:

  • Puts each node of the cluster into node maintenance mode
  • Moves the clustered roles off the node
  • Installs the updates and any dependent updates
  • Performs a restart if necessary
  • Brings the node out of maintenance mode
  • Restores the clustered roles on the node
  • Moves to update the next node

Microsoft TechNet: Cluster-Aware Updating overview

CAU does not only move Virtual Machines, like SCVMM, it does also know about other Cluster Roles like Hyper-V Replica Broker or File shares.

To use or configure Cluster-Aware Updating you have to install the RSAT for Clustering via GUI or via Windows PowerShell:

 Add-WindowsFeature RSAT-Clustering

After this you can run the Cluster-Aware Updating tool via GUI or the new Windows PowerShell module.

CAU PowerShell

Using Cluster-Aware Updating

Cluster-Aware Updating Console

In the Cluster-Aware Updating console you have different options.

  • Apply updates to this cluster – Manually start updating process for a specific cluster
  • Preview updates for this cluster – Check which updates will be installed
  • Create or modify Updating Run Profile – Lets you configure the default settings for the Updating Run Profile
  • Generate report on past Updating Runs
  • Configure cluster self-updating options – Lets you configure and schedule the updating process for a specific cluster.
  • Analyze cluster updating readiness – Analyzes your cluster and roles so the cluster can be patched without downtime.

Configure cluster self-updating options

CAU can be scheduled to updates clusters without any manual action.

First choose the cluster and enable the self-updating feature on the cluster

Cluster-Aware Updating self-updating

Specify the self-updating schedule

CAU Specify self-updating schedule

Specify the updating options

CAU Specify the updating options

Save the scheduled self-updating process

CAU Save self-updating

After you have configured the self-updating process you can still modify it.

CAU configure self-updating

I hope this gives you a small insight into Cluster-Aware Updating and self-updating for Clusters. If you run some Clusters with 16 nodes you know how much time was needed for manually updating the cluster nodes. With Windows Server 2012 the new maximum number of nodes in a cluster is 64, so CAU will save administrators a lot of time and will keep your clusters up to date.

For more information about Cluster-Aware Updating (CAU) check out Microsoft TechNet.

Tags: , , , , , , , , , , , , , , , Last modified: January 7, 2019
Close Search Window
Close