Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 High Availability (2008)
 Permissions error creating instance

Author  Topic 

Charoniv
Starting Member

21 Posts

Posted - 2012-07-23 : 10:02:36
I'm getting this error.
Checked that MYCLUSTER$ has ful control in the computers container.
Am installing as a domain admin.

Any idea what might be wrong?

Trying to create an instance on a failover cluster sql server v2008 RD, win 2008.
Cluster nakme is MYCLUSTER, instance name MYINSTANCEI01\I01



Cluster network name resource 'SQL Network Name (INSTANCEI01)' failed to create its associated computer object in domain 'mydomain.com' for the following reason: Unable to create computer account.

The text for the associated error code is: Access is denied.


Please work with your domain administrator to ensure that:
- The cluster identity 'MYCLUSTER$' can create computer objects. By default all computer objects are created in the 'Computers' container; consult the domain administrator if this location has been changed.
- The quota for computer objects has not been reached.
- If there is an existing computer object, verify the Cluster Identity 'MYCLUSTER$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool.

chadmat
The Chadinator

1974 Posts

Posted - 2012-08-03 : 17:01:01
The Cluster Name Object obviously doesn't have permission to create computer objects. You can precreate it then it should work.

-Chad
Go to Top of Page
   

- Advertisement -