Настройка обновления кластера - VirtualComputerObjectName игнорируется
Я пытаюсь настроить Cluster Aware Updating, но всегда происходит сбой со следующей ошибкой:
Add-CauClusterRole : Unable to create the CAU clustered role because a Network Name resource could not be created.
This can occur if a computer account (virtual computer object) for the role could not be created in the domain. Check
the event log for more information. If the cluster name account does not have permissions to create the object, you
can pre-stage a computer account in Active Directory. Then, use the Add-CauClusterRole Windows PowerShell cmdlet with
the VirtualComputerObjectName parameter to create the CAU clustered role. For more information about pre-staging
computer accounts, see http://go.microsoft.com/fwlink/p/?LinkId=237624.
At line:1 char:1
+ Add-CauClusterRole -ClusterName cluster -Force -CauPluginName Microsoft.Win ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [Add-CauClusterRole], ClusterUpdateException
+ FullyQualifiedErrorId : CouldNotFindVcoName,Microsoft.ClusterAwareUpdating.Commands.AddCauClusterRoleCommand
Вот команда PowerShell, которую я использую
Add-CauClusterRole -ClusterName cluster -Force -CauPluginName Microsoft.WindowsUpdatePlugin -MaxRetriesPerNode 3 -CauPluginArguments @{ 'IncludeRecommendedUpdates' = 'False' } -StartDate "7/17/2013 3:00:00 AM" -DaysOfWeek 16 -WeeksOfMonth @(2) -VirtualComputerObjectName cau -EnableFirewallRules;
Я предварительно подготовил компьютерный объект 'cau' в Active Directory и дал полный контроль над объектом 'cluster'.
Однако, когда я запускаю команду, она все еще пытается создать компьютерный объект со случайным именем, по-видимому, полностью игнорируя параметр VirtualComputerObjectName. Какие-нибудь мысли?
1 ответ
В этой статье вы можете найти, как правильно подготовить учетную запись компьютера. С точки зрения безопасности вы предоставили учетной записи слишком много разрешений.
Глядя на команду powershell, мне не хватает параметра: -GroupName cau