How to Install SQL 2008 Failover Cluster in Windows 2008

Preview:

DESCRIPTION

How to install SQL 2008 r.2 in Failover Cluster Windows 2008

Citation preview

SQL Server 2008 Failover Clustering InstallationMário M.Souza Jr

Hermínio Veronezi (MCTS)

Select Windows authentication and change to Mixed after installation due to complexity of password

TITLE: Microsoft SQL Server 2008 Setup------------------------------

The following error has occurred: There was an error setting private property 'RequireKerberos' to value '1' for resource 'SQL Network Name (33SQLCluster)'. Error: Value does not fall within the expected range.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0xDCFFB30D%25400X1251FB33

Follow the note:

SQLServer2008SP1-KB968369-x86-ENU.exe /x:c:\SQLServer2008_FullSP1\PCUrobocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.exerobocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.rllrobocopy C:\SQLServer2008_FullSP1\pcu\x86 C:\SQLServer2008_FullSP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll

Determine if you have a defaultsetup.ini at the following locations:

C:\SQLServer2008_FullSP1\x86

If you have a defaultsetup.ini, add

PCUSOURCE="C:\SQLServer2008_FullSP1\PCU"

We have to use SQL 2008 for 64bit. We have copied installation and service pack (64bit) to C:\SQLServer2008_FullSP1.

After this, we followed the steps again:

SQLServer2008SP1-KB968369-x64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCUrobocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.exerobocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.rllrobocopy C:\SQLServer2008_FullSP1\pcu\x64 C:\SQLServer2008_FullSP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll

Determine if you have a defaultsetup.ini at the following locations:

C:\SQLServer2008_FullSP1\x64

If you have a defaultsetup.ini, add

PCUSOURCE="C:\SQLServer2008_FullSP1\PCU“

Now, proceed with the setup:

C:\SQLServer2008_FullSP1>setup.exe

Recommended