SQL Server Add node error – Rule “SQL Server database services feature state" failed

Table of Contents

Issue #

When you try to add a second node to an existing clustered SQL Server instance you come across the following blocking error in the installer: "Add node error – Rule SQL Server database services feature state failed".

Also the following registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQLXX.MSSQLSERVER\ConfigurationState

is set to value other than 1 (1= healthy). If you see any other number in this key value, then there is an issue in the installation of the SQL instance on the first node which needs to be fixed first.

Solution #

This error means the initial first node installation failed and AddNode action is blocked. You must go to the first node and check setup log files to see if the installation succeeded or failed. If the first node failed, then you would need to uninstall it and try the installation again. Then you should be able to add additional nodes.

After resolving the original issue on the first SQL cluster node, recheck the registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQLXX.MSSQLSERVER\ConfigurationState

to ensure that it has a value of 1 (one). Only then can you proceed with the addition of the second node to the cluster.

Powered by BetterDocs