Hi Manish, Thank you for your response. we were able to resolve it by removing it cluster role from CLI.
Thank you for your time to help.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
During SBE update process the cau plugin is failing with error -
SBE Invoke-CauRun Failed. Validation failed for adding CAU cluster role.
Hi Manish, Thank you for your response. we were able to resolve it by removing it cluster role from CLI.
Thank you for your time to help.
Hello @Vikas Singhal (vsingha4)
Thank you for contacting us about the Azure local issue.
Steps to fix the issue :
1.Remove the existing CAU role and re-run the update
This has resolved the issue in multiple SBE update failures.
2.If the issue persists after removing the CAU role:
Any cluster validation error will block CAU role creation.
3.Ensure CAU Feature Is Installed on All Nodes
Get-WindowsFeature -Name RSAT-Clustering-AwareUpdating
If not installed
Install-WindowsFeature RSAT-Clustering-AwareUpdating
Reboot the node if prompted, then retry the update.
Links
https://learn.microsoft.com/en-us/windows-server/failover-clustering/cluster-aware-updating
Thanks,
Manish Deshpande.