Hi,
With regards to MS SQL 2012 and Clustering on Win8 (8250). I can successfully create a two node Win8 server cluster and in one of the nodes I can perform a cluster install of SQL 2012 Ent, this install completes ok. When I try and perform an AddNode on a second
server in the Win8 Cluster I receive the following error message. The same error is generated via the Wizard and via command line install. The error in the wizard is generated on the page where it should show the service account details.
The error message is:
The following error occurred: Could not find subkey System\CurrentControlSet\Services\MSSQLFDLauncher$DPM$; 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.2100.60
Note that;
I have tried installing the primary SQL server with and without the Full_Text option in the FEATURES switch, and yet I still receive this error. Although even if I do specify the Full_Text option this switch seems to be ignored when in cluster mode.
The Database path is a SMB 2 Share on a HA File server.
I have also specified the FTSVCACCOUNT and FTSVCPASSWORD, as I think the problem is that there is a setup rule that tries to obtain the Account details for the Full Text engine, even though it is not installed on initial SQL Cluster server.
The command line I use for installing the first SQL instance is:
/ACTION="InstallFailoverCluster" /IAcceptSQLServerLicenseTerms /INSTANCENAME="DPM$" /INSTANCEID="DPM$" /ENU="True" /QUIET="TRUE" /UpdateEnabled="True" /UpdateSource="MU" /HELP="False" /INDICATEPROGRESS="False" /X86="False" /SQLCOLLATION="SQL_Latin1_General_CP1_CI_AS"
/FEATURES=SQLENGINE,REPLICATION,RS,BC,BIDS,Conn,ADV_SSMS /SQLSVCACCOUNT="Dev\ServiceSPSQLF01Servi" /SQLSVCPASSWORD="APassword1234" /SQLSYSADMINACCOUNTS="Dev\Administrator" /FTSVCACCOUNT="Dev\ServiceSPSQLF01Servi" /FTSVCPASSWORD="APassword1234" /AGTSVCACCOUNT="Dev\ServiceSPSQLF01Agent"
/AGTSVCPASSWORD="APassword1234" /INSTALLSHAREDDIR="D:\Program Files\Microsoft SQL Server" /INSTALLSHAREDWOWDIR="D:\Program Files (x86)\Microsoft SQL Server" /INSTANCEDIR="D:\Program Files\Microsoft SQL Server\DPM$" /INSTALLSQLDATADIR=\\sdc001\SQL$\DPM\Farm01\CDPMSQL001SQL
/SQMREPORTING="False" /FAILOVERCLUSTERGROUP="SQL Server (DPM$)" /FAILOVERCLUSTERIPADDRESSES="IPv4;172.99.100.111;Cluster Network 1;255.255.0.0" /FAILOVERCLUSTERNETWORKNAME="CDPMSQL001SQL" /COMMFABRICPORT="0" /COMMFABRICNETWORKLEVEL="0" /COMMFABRICENCRYPTION="0"
/MATRIXCMBRICKCOMMPORT="0" /SkipRules=Cluster_VerifyForErrors
The command line for the AddNode is:
/ACTION="AddNode" /IAcceptSQLServerLicenseTerms /ENU="True" /QUIET="TRUE" /INSTANCENAME="DPM$" /SQLSVCACCOUNT="DEV\ServiceSPSQLF01Servi" /SQLSVCPASSWORD="APassword1234" /AGTSVCACCOUNT="DEV\ServiceSPSQLF01Agent" /AGTSVCPASSWORD="APassword1234" /FTSVCACCOUNT="DEV\ServiceSPSQLF01Servi"
/FTSVCPASSWORD="APassword1234"
Any help of pointers would be great.
Thanks
Antony Iadarola
NTTX