how to install sql 2008 failover cluster in windows 2008

17
SQL Server 2008 Failover Clustering Installation Mário M.Souza Jr Hermínio Veronezi (MCTS)

Upload: mario-m-souza-jr

Post on 01-Jun-2015

2.611 views

Category:

Technology


0 download

DESCRIPTION

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

TRANSCRIPT

Page 1: How to Install SQL 2008 Failover Cluster in Windows 2008

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

Hermínio Veronezi (MCTS)

Page 2: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 3: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 4: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 5: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 6: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 7: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 8: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 9: How to Install SQL 2008 Failover Cluster in Windows 2008

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

Page 10: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 11: How to Install SQL 2008 Failover Cluster in Windows 2008

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

Page 13: How to Install SQL 2008 Failover Cluster in Windows 2008

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"

Page 14: How to Install SQL 2008 Failover Cluster in Windows 2008
Page 15: How to Install SQL 2008 Failover Cluster in Windows 2008

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

Page 16: How to Install SQL 2008 Failover Cluster in Windows 2008