Question

  Asked: Apr 30 2008   5:23 PM GMT
  Asked by: SQL Server Ask the Experts


What are the steps to install multiple instances of SQL Server 2005 on Windows Server 2003 SP1 cluster?


SQL Server installation, Windows Server 2003, Clusters, Windows Server 2003 SP1, SQL Server 2005, SQL Server clustering

What are the steps to install multiple instances of SQL Server 2005 on Windows Server 2003 SP1 cluster?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



For each instance you wish to setup you need to create a separate Resource Group within the cluster resource manager.

As each instance needs its own resource group you'll need a static IP address, unique hostname and LUN for each resource group (at least 1 LUN). (Yes each instance needs its own unique hostname on the network.) After you have created a resource group and created the storage resource for the LUN within it, as decided on the hostname and IP Address you'll be using you can get started.

Run through the installer just like installing the default instance on the cluster. Instead of selecting the default instance, enter the instance name. Give it the unique IP Address and hostname of the instance. Then run through the rest of the install wizard. It will install on the other nodes just like installing the default instance.

After installing your instances will look something like this.

CLUST1 (The Default Instance)
CLUST2\INSTANCE1
CLUST3\INSTANCE2
etc
  • AddThis Social Bookmark Button

Browse more Questions and Answers on SQL Server and Microsoft Windows.

Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mrdenny  |   May 2 2008  1:55AM GMT

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.