I normally hang out in the DBA Exchange but I'm coming to ServerFault this time with a Clustering issue.
I am trying to create a MSDTC role for my Windows 2012 R2 Cluster.
The IP address and disk start up fine, but when the name A06SQLX-DTC tries to come on, I get two errors
Cluster resource 'A06SQLX-DTC' of type 'Network Name' in clustered role 'A06SQLX-DTC' failed.
Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it. Check the resource and group state using Failover Cluster Manager or the Get-ClusterResource Windows PowerShell cmdlet.
I believe this is a permissions issue, because on the AD, I am not seeing an object for A06SQLX-DTC. This object is however present on another AD where I did successfully create a MSDTC role.
One thing I've noticed, is that on the properties of the role, there is an access denied by the Kerberos Status
Which leads me to this article on msdn. But that has not helped.
Read this question as well, but didn't help either.
Further searching in the Cluster Event Logs pulled up this
Cluster network name resource 'A06SQLX-DTC' failed to create its associated computer object in domain 'mydomain.com' during: Resource online.
The text for the associated error code is: Access is denied.
Please work with your domain administrator to ensure that: - The cluster identity 'A06SQLX-CLU-1$' has Create Computer Objects permissions. By default all computer objects are created in the same container as the cluster identity 'A06SQLX-CLU-1$'. - The quota for computer objects has not been reached. - If there is an existing computer object, verify the Cluster Identity 'A06SQLX-CLU-1$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool.
Here is my question:
- What permissions need to be assigned to my login?
- What permission need to be assigned to the nodes?
- What permissions need to be assigned to the A06SQLX-CLU-1 object?