Hello again !

recently i have observed some problems with cluster installation in one of my clients. In server logs were those messages:

Message 1:

"Cluster network name resource SQL Network Name 'XXX' failed to create its associated computer object in domain 'XXX' for the following reason:Unable to update password for computer account.

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

Message 2:

'Cluster network name resource 'XXX' failed to register DNS name 'XXX' over adapter 'XXX'  for the following reason: DNS operation refused.'

Cause:

 

Message 1:

Your Windows Cluster machine account has no permission to update SQL Cluster machine account in AD for password change and etc.

Message 2:

The SQL cluster name resource which has been added to the DNS prior to setup need to be updated by the physical nodes on behalf of the resource record itself.

When the active node owns the resources it want to update the A record in the DNS.

Solution:

 

  1. Go to the DNS manager
  2. Then right Click on SQL Cluster DNS record
  3. Go to Properties
  4. Go to Security Tab
  5. Add Windows Cluster Name (Computer Object name) with Full Control
  6. Then remove the current SQL server installation
  7. Install SQL Server 2008 R2 to cluster again.

 

  1. Go to Active Directory Users and Computers
  2. Then right Click on SQL Cluster Name (Computer Object name)
  3. Go to Properties
  4. Go to Security Tab (if you don't see this option go to MMC console menu>view>advanced features )
  5. Add Windows Cluster Name (Computer Object name) with Full Control
  6. Then remove the current SQL server installation
  7. Install SQL Server 2008 R2 to cluster again.


Hope it helps.

More tips and tricks

SMT 1.6 mid-year release
by Jiri Dolezalek on 30/06/2022

New version of our SQL Monitoring and Performance Tuning tool ready right in the middle of the year

Read more
SMT 00.5.40 Released!
by Michal Tinthofer on 21/12/2017

In this Christmas time we have some presents for you in form of new release. New reports and tuning notepad awaits you!.

Read more
Archiving strategy for DWH
by Michal Tinthofer on 22/04/2021

Recently, we have got a case where our customer requested to implement archiving strategy for their DWH. We wanted to share with you how we approached this and what was the final output.

Read more