February 8, 2012 at 8:52 am
Im configuring the MSDTC Service on a newly created cluster. I have to select storage for the service. Does this storage have to be shared storage or can it be storage only on one node? MSDN doesnt specify.
I do have a shared volume ,but i cannot select it when setting up the DTC service on the cluster, but i can select a non shared volume.
February 8, 2012 at 9:00 am
There are multiple ways to configure MSDTC for a cluster (see this excellent explanation by Cindy Gross). I highly recommend having one MSDTC per cluster instance and having DTC as a clustered resource running on one of the shared disks within the cluster.
February 8, 2012 at 9:04 am
February 8, 2012 at 9:08 am
calvo (2/8/2012)
Must be a shared disk and I've seen it requires a drive letter and won't work with a mount point (can't find a Microsoft link to confirm this).
but when a disk is added as shared storage (shared volume) it becomes a mount point ( goes into c:\clusterStorage\Volume1)
February 8, 2012 at 9:25 am
Correct, you can't use a mount point for MSDTC (I wrote about it here, it's not well documented).
You could however use the root disk where you are placing your mount points. MSDTC really doesn't use a lot of data (for example on a fairly well used system with distributed transactions my MSDTC folder is less than 20MB in size).
February 8, 2012 at 9:37 am
Ok, Im a little confused now. I cannot use a mount point for the DTC, thats cool. But i want the DTC to be a clustered service, so it has to be on shared storage.
But here's the problem, all shared storage is set up on each node as a mount point.
Coupled to this the fact that when i try to cluster the DTC in Cluster Admin, I can only select Storage thats not shared. So im unsure where to place the DTC to ensure fault tolerence.
February 8, 2012 at 9:50 am
Your mount points must live on a root drive. You create the DTC resource and then specify that root drive as a dependency.
Here's a quick couple of bullet points that I keep to hand for configuring MSDTC as a clustered resource
To Install MSDTC for this instance
Map DTC to SQL instance
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply