question

hakan5414 avatar image
hakan5414 asked

SQL Server 2008 create cluster instance

SQL Server 2008 create cluster instance script using a configuration file. Where do I found more information and exemples about this.
sql-server-2008installationclustering
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
KenJ avatar image
KenJ answered
[Google][1] is pretty helpful on this. Here are a couple things that jump out as being immediately useful. Books Online - [How to: Install SQL Server 2008 Using a Configuration File][2] * Run through the installation setup, then grab the configuration file and use it for a command line install [SQL Server FineBuild][3] * Codeplex project that takes a configuration file and installs things for you [SQL Server 2008 Failover Clustering][4] (Microsoft) * You'll probably be most interested in page 22 and "Appendix B: Installing a SQL Server 2008 Failover Cluster Using Advanced/Enterprise Installation" [1]: http://www.google.com/#sclient=psy&hl=en&site=&source=hp&q=install+sql+server+2008+cluster+using+configuration+file&aq=f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=a445e974b90b3339 [2]: http://msdn.microsoft.com/en-us/library/dd239405(SQL.100).aspx [3]: http://sqlserverfinebuild.codeplex.com/ [4]: http://download.microsoft.com/download/6/9/D/69D1FEA7-5B42-437A-B3BA-A4AD13E34EF6/SQLServer2008FailoverCluster.docx
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.