Hi all,
I am trying to add CAU role to my five node Hyper-V cluster (Win2012 R2) by running following command:
Add-CauClusterRole -ClusterName HVC -Force -CauPluginName Microsoft.WindowsUpdatePlugin -MaxRetriesPerNode 3 -ConfigurationName MY_CAU -CauPluginArguments @{ 'IncludeRecommendedUpdates' = 'False' } -StartDate "29/11/2016 03:00:00" -DaysOfWeek 4 -WeeksOfMonth @(3) -VirtualComputerObjectName HV-CAU.mydomain.net -EnableFirewallRules;
and getting
following error:
Add-CauClusterRole : The PowerShell SessionConfiguration "MY_CAU" cannot be found on cluster node "HV2".At line:1 char:1
+ Add-CauClusterRole -ClusterName HVC -Force -CauPluginName Microsoft.WindowsUpda ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (MS.Internal.Clu...ial credential):ClusterNodeValidationException) [Add-CauClu
sterRole], ClusterUpdateException
+ FullyQualifiedErrorId : EndPointNotFound,Microsoft.ClusterAwareUpdating.Commands.AddCauClusterRoleCommand
Add-CauClusterRole : Validation failed for adding CAU cluster role.
At line:1 char:1
+ Add-CauClusterRole -ClusterName HVC -Force -CauPluginName Microsoft.WindowsUpda ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Add-CauClusterRole], ClusterUpdateException
+ FullyQualifiedErrorId : ClusterNodeValidationError,Microsoft.ClusterAwareUpdating.Commands.AddCauClusterRoleCommand
I have enabled PS remoting, winrm on HV2 and tried without pre-creating the HV-CAU computer account as well. I have disabledHV-CAU computer account as well.
I have give Full permission to HVC$ & HV-CAU accounts on the OU my Hyper-V hosts are residing.
What could be an issue?
Regards, Ilkin
Regards, Ilkin