SQL Server Developer Center >
SQL Server Forums
>
SQL Server Disaster Recovery and Availability
>
NAS support for 2008 failover clustering
NAS support for 2008 failover clustering
I'm trying to build a SQL cluster with:
2 x DL380 g4s
MSA 500
When I try to create a failover Cluster it doesn't recognise my (NAS) MSA 500 as a clusterable resourse. I read a blurb about server 2008 not supporting NAS. Is this true?
Answers
- Hi,
SQL Server only provides support for network-based files that use trace flag 1807 for non-failover clustered installations of SQL Server.
Failover clustered installations of SQL Server do not work with network-based files because SQL Server Server require that storage devices be recognized and registered by the Microsoft Cluster Service (MSCS) Cluster Administrator.
So I think what you reckon is right.
Thanks, Leks- Proposed As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 09, 2009 6:19 AM
- Marked As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 16, 2009 3:37 AM
- What Lekss mentioned is correct. Here is the support policy reference: http://support.microsoft.com/?kbid=304261
This posting is provided "AS IS" with no warranties, and confers no rights. My Blog: Troubleshooting SQL- Proposed As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 09, 2009 6:19 AM
- Marked As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 16, 2009 3:37 AM
All Replies
- Hi,
SQL Server only provides support for network-based files that use trace flag 1807 for non-failover clustered installations of SQL Server.
Failover clustered installations of SQL Server do not work with network-based files because SQL Server Server require that storage devices be recognized and registered by the Microsoft Cluster Service (MSCS) Cluster Administrator.
So I think what you reckon is right.
Thanks, Leks- Proposed As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 09, 2009 6:19 AM
- Marked As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 16, 2009 3:37 AM
- Does your NAS support ISCSI? If so you should be able to configure an ISCSI target as a cluster resource. If it doesn't support ISCSI you can get ISCSI target software to use a server to act as an ISCSI interface to your nas.... There's a product called starwind that will do this... I think Microsoft also has a storage server that can do this, but I'm not really sure. I've never used or wanted to use either...
- What Lekss mentioned is correct. Here is the support policy reference: http://support.microsoft.com/?kbid=304261
This posting is provided "AS IS" with no warranties, and confers no rights. My Blog: Troubleshooting SQL- Proposed As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 09, 2009 6:19 AM
- Marked As Answer byXiao-Min Tan – MSFTMSFT, ModeratorMonday, November 16, 2009 3:37 AM
- Thanks for the help. Looks like I'll be needing a hardware upgrade to go Server 2008 clustering.


