SQL 2012 Cluster Installation AddNode

Hi All.

I am trying to do a clsuter installation and I get the error below, when I try to add the second node as part of the cluster.

Could not find subkey System\CurrentControlSet\Services\MSSQLFDLauncher$SQL_INSTANCE


Error result: -2061828095
Result facility code: 1307
Result error code: 1

Please review the summary.txt log for further details
Microsoft (R) SQL Server 2012 11.00.3000.00

Copyright (c) Microsoft Corporation.  All rights reserved.

(01) 2015-01-28 13:24:49 SQLBrowser: This is a cluster-related scenario. IsCluster = 'True'.
(01) 2015-01-28 13:24:49 SQLBrowser: CalculateStartMode: bIsNamedInstance = 'True', bIsDbmsEngineInstall = 'True', bEngineNetworkProtocolsOn = 'True', bIsAsInstall = 'False',bIsCluster = 'True'.
(01) 2015-01-28 13:24:49 SQLBrowser: CalculateStartMode: Named instance needing SQL Server Browser: setting intended SQL Server Browser StartMode property to 'Automatic'.
(01) 2015-01-28 13:24:49 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='CalculateStartMode'.
(01) 2015-01-28 13:24:49 SQLBrowser: EndMethod Type='SqlBrowserPublicConfig' Method='Calculate'.
(01) 2015-01-28 13:24:49 SQLEngine: Obtaining FDLauncher service account from active node
(01) 2015-01-28 13:24:49 SQLEngine: Active node is SERVERNAME
(01) 2015-01-28 13:24:49 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine SERVERNAME
(01) 2015-01-28 13:24:49 Slp: Sco: Attempting to open registry subkey System\CurrentControlSet\Services\MSSQLFDLauncher$SQLINSTANCE
(01) 2015-01-28 13:24:49 Slp: Error: Action "Microsoft.SqlServer.Configuration.SetupExtension.FinalCalculateSettingsAction" threw an exception during execution.
(01) 2015-01-28 13:24:50 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Could not find subkey System\CurrentControlSet\Services\MSSQLFDLauncher$SQLINSTANCE ---> Microsoft.SqlServer.Configuration.Fulltext.FulltextFeatureException: Could not find subkey System\CurrentControlSet\Services\MSSQLFDLauncher$SQLINSTANCE
(01) 2015-01-28 13:24:50 Slp:    at Microsoft.SqlServer.Configuration.Fulltext.Util.GetFDLauncherAccountFromRegistry(ServiceContainer Context, SqlRegistryKey keyHKLM)
(01) 2015-01-28 13:24:50 Slp:    at Microsoft.SqlServer.Configuration.Fulltext.FulltextConfigurationPublic.Calculate()

This is the detailed log section when I look in the folder of the cluster log.

January 30th, 2015 8:42pm

Please refer the below link:

http://blogs.technet.com/b/meamcs/archive/2013/02/16/sql-2012-failover-cluster-build-step-by-step-part-2-adding-a-new-node.aspx

Check the event viewer logs and please share them here.

Free Windows Admin Tool Kit Click here and download it now
January 31st, 2015 7:54am

Can you please paste the entire content of the summary.txt file.
January 31st, 2015 10:07am

Hi MrFlinstone,

As discussed in this similar thread, it seems to be an known issue when adding a second node in a SQL Server failover cluster using option Integration Installation with Add Node .

To work around this issue, you can use the Advanced/Enterprise installation option to install SQL Server failover cluster. SQL Server Advanced/Enterprise failover cluster installation consists of the following steps:

On each node that is a possible owner of the new SQL Server failover cluster, follow the Prepare Failover Cluster setup steps that are listed in the Prepare section. After running the Prepare Failover Cluster on one node, Setup creates the Configuration.ini file that lists all the settings that you specified. On the additional nodes to be prepared, you can supply the auto-generated Configuration.ini file from first node as an input to the Setup command line.

After the nodes are prepared for clustering, run Setup on one of the prepared nodes. This step configures and finishes the failover cluster instance.

Reference:
Create a New SQL Server Failover Cluster (Setup)
Installing a Two-node SQL Server 2008 Cluster - Advanced option


Thanks,
Lydia Zhang

If you have any feedback on our support, please click here.

Free Windows Admin Tool Kit Click here and download it now
February 1st, 2015 10:50pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics