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

Load Factor – Uneven load distribution
by Michal Kovaľ on 15/06/2022

Recently, we found an interesting pattern during exploring one of our SMT graphs while doing a health check of a SQL server. The following graph shows us the Load Factor attribute. The value came from system table sys.dm_os_schedulers, which the SMT tool

Read more
SMT 1.1 - updates
by Michal Tinthofer on 07/12/2020

Another changes to SMT are done and ready for the release

Read more
LATCH_EX Waits
by Michal Kovaľ on 27/04/2022

Recently we had a request to optimize LATCH_EX waits on one of the production servers for our customer. Today I would like to share with you our apporach and how we handled the situation.

Read more