Article ID: 2216461 - Last Review: July 29, 2011 - Revision: 3.0

SQL Server 2008 setup fails to install on a Windows Server 2008-based cluster mount point

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Expand all | Collapse all

SYMPTOMS

Consider the following scenario. You try to install Microsoft SQL Server 2008 Analysis Services failover cluster on a computer that is running Windows Server 2008. Also, Analysis Services data files are installed to a cluster mount point. In this scenario, the installation fails. If this problem occurs, you may also receive an error message that resembles the following:
Configuration error code: 0x1C2074D8@1216@1
Configuration error description: The resource dependency to resource 'Cluster Disk 3' could not be added to resource 'Analysis Services'.
Error: The cluster resource cannot be made dependent on the specified resource because it is already dependent. (Exception from HRESULT: 0x8007138B)
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20090120_115138\Detail.txt Expected Result: Install is successful
When this problem occurs, Setup may install some SQL Server files to the "T:\" folder instead of to the "T:\mount\" folder. 

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

This problem was first corrected in SQL Server 2008 Service Pack 2 for SQL Server 2008.

RESOLUTION

To resolve this problem, install SQL Server 2008 together with SQL Server 2008 (SP2) or a later update. For more information about how to obtain Microsoft SQL Server 2008 SP1, click the following article number to view the article in the Microsoft Knowledge Base:
968382  (http://support.microsoft.com/kb/968382/ ) How to obtain the latest service pack for SQL Server 2008
For more information about how to update SQL Server Setup in either a clustered or a nonclustered environment, click the following article number to view the article in the Microsoft Knowledge Base:  
955392  (http://support.microsoft.com/kb/955392/ ) How to update or slipstream an installation of SQL Server 2008

MORE INFORMATION

Note  SQL Server does not support installing to the root of the Volume Mount point because the permissions are not propagated to the Mount Point since Windows does not let you replace permissions on the root of a volume. To prevent problems during new installations and applications of updates to SQL Server, create a folder on the root of the mount point and install to that folder. At this point, permissions are set correctly. If you previously installed to a root directory, we highly recommended that you create a folder, validate the current database integrity by using the DBCC CHECKB process, and then move the database to the folder by using one of the following articles:

http://msdn.microsoft.com/en-us/library/ms345483.aspx (http://msdn.microsoft.com/en-us/library/ms345483.aspx)

http://msdn.microsoft.com/en-us/library/ms345483(v=SQL.100).aspx (http://msdn.microsoft.com/en-us/library/ms345483(v=SQL.100).aspx)

http://msdn.microsoft.com/en-us/library/ms345483(v=SQL.90).aspx (http://msdn.microsoft.com/en-us/library/ms345483(v=SQL.90).aspx)

Using Mount Points with SQL Server (http://blogs.msdn.com/b/cindygross/archive/2011/07/05/using-mount-points-with-sql-server.aspx)

APPLIES TO
  • Microsoft SQL Server 2008 Enterprise
  • Microsoft SQL Server 2008 Developer
  • Microsoft SQL Server 2008 Standard
Keywords: 
kbclustering kbinfo atdownload kbbug kbexpertiseinter kbfix KB2216461