|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 9:46 AM
Points: 280,
Visits: 375
|
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 2:17 AM
Points: 6,862,
Visits: 8,049
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 3:19 PM
Points: 35,
Visits: 311
|
|
| The only issue I've run into with using mount points is during replication setup (creating the replication database on my MP throws an error), but that's easy enough to work around. The benefits far outweigh that little drawback.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, April 04, 2013 12:03 PM
Points: 4,
Visits: 91
|
|
| Can you guys share what benefits you get by having this type of installation?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 26, 2009 10:49 AM
Points: 1,
Visits: 6
|
|
| does anyone know if this has been done on Server 2008?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 2:17 AM
Points: 6,862,
Visits: 8,049
|
|
Advantages ? Mainly you save drive letters and you can use more than 26 logical drives for a single instance of sqlserver
BP say for performance you would need: - tempdb on a separate disk - reportservertempdb on a separate disk - separate data from catalog data (may require another/multiple disk(s) for performance) - separate index file from data file - separate backup volume (slower by nature than the other disks needed)
This would come to at least 5 disks for an instance, meaning you could host max +/- 4 instances 
Off corse these are just guidelines, but it you want top performance, you'd be better to follow them.
Johan
Jul 13
Don't drive faster than your guardian angel can fly ... but keeping both feet on the ground won't get you anywhere 
- How to post Performance Problems - How to post data/code to get the best help
- How to prevent a sore throat after hours of presenting ppt ?
"press F1 for solution", "press shift+F1 for urgent solution" 
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: 2 days ago @ 7:23 AM
Points: 16,
Visits: 150
|
|
Excellent article.
Last time I did this with SQL2K5 on a W2K3R2 cluster, I found it easier to install to a "lettered" drive for the system databases for my clustered instance. The SQL install was a lot happier with this and enabled me to get the SQL cluster up and running. I then added the data, log, backup and temp mounts to another drive letter on the cluster afterwards.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 26, 2009 7:52 AM
Points: 2,
Visits: 2
|
|
Well, I'm glad it's working out for you . . . not so much for me.
I'm running (or trying to run) SQL2K8 on W2K3 SP2. I know SQL2005 works with Mount Points on W2K3 because I've got it in a three way active/active/active cluster.
But for W2K8? No. Just a disappointment.
The problem was in set up. I created the standard 1GB parent drive, and the dependent volumes, but when I got to the installation dialog where I could assign the temp/log/data devices, I got errors. I was told, when I requested the sql files be created on the mount points, that my suggested path was either malformed or not absolute; if I chose a hard path from the root of the parent drive, I was told the drive wasn't in the cluster.
Here's what I got when I chose a mount point:
"The path \\?\GLOBALROOT\Device\Harddisk5\Partition1\MSSQL.INSTANCE1\MSSQL\DATA\ is malformed or not absolute. Error code 0x84B40000."
When I got chose "e:\mount-point-for-data\mssql.instance1\mssql\data," I was told e: wasn't in the cluster.
A colleague came in and said, "well, assign drive letters to the mounted volumes." So we did that got SQL2K8 to install, but now I'm stuck with the drive letters, which we don't want AND the parent drive. When we open the explorer now we've got TWO pictures of the same volumes. I tried just deleting the drive letters and that didn't work: SQL couldn't start dependent only on the path.
What a drag.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 2:17 AM
Points: 6,862,
Visits: 8,049
|
|
bhindla (3/25/2009) Well, I'm glad it's working out for you . . . not so much for me.
I'm running (or trying to run) SQL2K8 on W2K3 SP2. I know SQL2005 works with Mount Points on W2K3 because I've got it in a three way active/active/active cluster.
But for W2K8? No. Just a disappointment.
The problem was in set up. I created the standard 1GB parent drive, and the dependent volumes, but when I got to the installation dialog where I could assign the temp/log/data devices, I got errors. I was told, when I requested the sql files be created on the mount points, that my suggested path was either malformed or not absolute; if I chose a hard path from the root of the parent drive, I was told the drive wasn't in the cluster.
Here's what I got when I chose a mount point:
"The path \\?\GLOBALROOT\Device\Harddisk5\Partition1\MSSQL.INSTANCE1\MSSQL\DATA\ is malformed or not absolute. Error code 0x84B40000."
When I got chose "e:\mount-point-for-data\mssql.instance1\mssql\data," I was told e: wasn't in the cluster.
A colleague came in and said, "well, assign drive letters to the mounted volumes." So we did that got SQL2K8 to install, but now I'm stuck with the drive letters, which we don't want AND the parent drive. When we open the explorer now we've got TWO pictures of the same volumes. I tried just deleting the drive letters and that didn't work: SQL couldn't start dependent only on the path.
What a drag.
Did you verify your SQLServer instance is dependant on the mountpoints (cluster admin !) ?
Johan
Jul 13
Don't drive faster than your guardian angel can fly ... but keeping both feet on the ground won't get you anywhere 
- How to post Performance Problems - How to post data/code to get the best help
- How to prevent a sore throat after hours of presenting ppt ?
"press F1 for solution", "press shift+F1 for urgent solution" 
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 26, 2009 7:52 AM
Points: 2,
Visits: 2
|
|
After installation, attempt to start sql with it dependent on mountpoints didn't succeed.
Problem occurred during installation before I had chance to make it dependent on anything, before it was even installed. Cluster-Admin is a domain admin.
|
|
|
|