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

First SMT release of 2023
by Jiri Dolezalek on 10/01/2023

First SMT release of 2023 has been made available

Read more
Tool to measure Index Selectivity
by Michal Tinthofer on 05/06/2012

Sometimes when you plan to change your index design is good to know the columns of your tables. But not just a data type and max size.

Read more
SMT 00.5.55 Released!
by Michal Tinthofer on 26/11/2018

While we are working hard on a next SMT version we realised that we did not publish updates that happened during the current year, let us please fix that and inform you about new features and enhancements to SMT.

Read more