Groups | Blog | Home
all groups > sql server clustering > august 2007 >

sql server clustering : 3 quick Qurestions about SQL


Scott Cummins
8/23/2007 1:42:01 PM
First, Is it Necessary to create an MSDTC Group on your SQL Cluster with its
own name, IP and resources or just a good idea, I am planning on doing it, My
last SQL cluster did not have one But I didn't build it. I just want to be
sure.

Second, When you create a SQL Cluster and use the default instance
(MSSQLSERVER) where are the system databases physically located or placed by
the install process.

and Third, I plan on using "SHARED RESOURCES" that are currently attached to
a single server and just move them to a new "Storage group" which contains my
new Cluster nodes, This resources already contain all my production
databases, When i try to attach them to my new SQL Cluster, Can I expect any
issues?, My system )master, model....etc) databases are going to be rebuilt
and the Instance name is the same as the old one (MSSQLSERVER)

Thanks so much to everyone
--
Scott A Cummins
Sr. Systems Engineer
Equity Analytics
( A division of Merrill Lynch)
14614 N. Keirland Blvd
Scottsdale, AZ 85254
Scott Cummins
8/23/2007 3:00:02 PM
Geoff

Again, You have come through, I plan on doing it all that way, and Thanks
again.

I will make sure that when I am asked where to place my System Databases, I
note it because the DBA's want to know exactly where it is
--
Scott A Cummins
Sr. Systems Engineer
Equity Analytics
( A division of Merrill Lynch)
14614 N. Keirland Blvd
Scottsdale, AZ 85254
480-998-3515


[quoted text, click to view]
Geoff N. Hiten
8/23/2007 5:15:05 PM
Comments Inline

[quoted text, click to view]
You don't have to, but configuring MSTDC on a cluster is a good idea. A
separate group is only necessary on systems with a lot of distributed
transactions. For most clusters, putting it in the cluster group is fine.

[quoted text, click to view]
They are placed on the designated cluster drive.

[quoted text, click to view]
Turn off all but one node.
Present the LUNs to the new node by changing the SAN storage group.
Make sure the new node cna see the LUNs.
Give the LUNs drive letters.
Create clustered disk resources that map to the new LUNs.
Move the resources into the SQL Resource Group.
Modify the dependencies for the SQL Service to be dependent on the new disk
resources
Now you can start the service and attach the files.
If Geoff ever ends up visiting Arizona or you end up visiting Atlanta, you
buy the beer. :)

You will still need to reconcile users and logins. See
sp_change_users_login in BOL for details.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



[quoted text, click to view]
Geoff N. Hiten
8/24/2007 12:00:00 AM
On most clusters, I end up changing tempdb file locations around but the
other files should be OK where they are.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



[quoted text, click to view]
AddThis Social Bookmark Button