For background, self-updating mode for CAU means that the CAU clustered role is installed and enabled on all of the failover cluster nodes, and you have configured self-updating options. In this mode, the cluster is scheduled to update itself automatically using those options. However, in this mode, you can also trigger an on-demand Updating Run, using the identical Updating Run options, by using the CAU UI or the CAU Windows PowerShell cmdlets. This topic focuses on the scenario in which a Self-Updating Run is triggered on-demand from the CAU UI.
For more information about CAU and the two updating modes, see Cluster-Aware Updating overview in the Windows Server Library.
Consider the following scenario.
Causes of a failed Self-Updating Run in this scenario can include the following:
To obtain more detailed error information about the failed Self-Updating Run that may indicate a possible cause or a resolution to the problem, try one of the following:
$result=Get-CauReport -ClusterName <ClusterName> -Detailed -Last $result.ClusterResult
Set-CauClusterRole -ClusterName CONTOSO-FC1 -UpdateNow -Force
In the following example, the error shown suggests a problem with the permission settings on a file share used to store hotfixes. If you see this error and need to configure these permissions, see Restrict access to the hotfix root folder. What did you do to fix the issue? Include permissions required and procedural steps/sample scripts/command line actions. Feel free to add screenshots and flowcharts.
Dan Lepow [MSFT] edited Original. Comment: Updated links