Я пытаюсь настроить обновление с учетом кластера, но всегда возникает следующая ошибка:
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 и предоставил полный контроль над объектом «кластер».
Однако, когда я запускаю команду, она по-прежнему пытается создать компьютерный объект со случайным именем, по-видимому, полностью игнорируя параметр VirtualComputerObjectName. Есть предположения?
В Эта статья вы можете узнать, как правильно настроить учетную запись компьютера. С точки зрения безопасности вы дали учетной записи слишком много разрешений.
Глядя на команду powershell, мне не хватает параметра: -GroupName cau