sql cluster installtion failed

  • Hi All,

    When i am installing sql cluster 2008 r2 on win 2008 r2 ,the installtion failed with below error.

    Overall summary:

    Final result: Failed: see details below

    Exit code (Decimal): -2067791871

    Exit facility code: 1216

    Exit error code: 1

    Exit message: Failed: see details below

    Start time: 2013-09-20 14:21:27

    End time: 2013-09-20 14:54:53

    Requested action: InstallFailoverCluster

    Detailed results:

    Feature: Database Engine Services

    Status: Failed: see logs for details

    MSI status: Passed

    Configuration status: Failed: see details below

    Configuration error code: 0x1C2074D8@1216@1

    Configuration error description: The cluster resource 'SQL Server (xxxxx)' could not be brought online. Error: The resource failed to come online due to the failure of one or more provider resources. (Exception from HRESULT: 0x80071736)

    Configuration log: C:\Program Files\Microsoft SQL Server\100\xxxxxxxxxxxxxxxxxxxxxxxxxx

    Feature: SQL Client Connectivity SDK

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: SQL Server Replication

    Status: Failed: see logs for details

    MSI status: Passed

    Configuration status: Failed: see details below

    Configuration error code: 0x1C2074D8@1216@1Configuration error description: The cluster resource 'SQL Server (xxxxx)' could not be brought online. Error: The resource failed to come online due to the failure of one or more provider resources. (Exception from HRESULT: 0x80071736)

    Configuration log: C:\Program Files\Microsoft SQL Server\100\xxxxxxxxxxxxxxxxxxxxxxxxxx

    Feature: Full-Text Search

    Status: Failed: see logs for details

    MSI status: Passed

    Configuration status: Failed: see details below

    Configuration error code: 0x1C2074D8@1216@1

    Configuration error description: The cluster resource 'SQL Server (xxxxx)' could not be brought online. Error: The resource failed to come online due to the failure of one or more provider resources. (Exception from HRESULT: 0x80071736)

    Configuration log: C:\Program Files\Microsoft SQL Server\100\xxxxxxxxxxxxxxxxxxxxxxxxxx

    Feature: Integration Services

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: Client Tools Connectivity

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: Management Tools - Complete

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: Management Tools - Basic

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: Client Tools SDK

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: Client Tools Backwards Compatibility

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    Feature: Microsoft Sync Framework

    Status: Passed

    MSI status: Passed

    Configuration status: Passed

    ""IN EVENTvwr system log i could see the errors below:"

    Cluster network name resource 'SQL Network Name (xxxx01)' failed to create its associated computer object in domain 'xxxxx.xxxx.net' for the following reason: Unable to create computer account.

    The text for the associated error code is: Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.

    Please work with your domain administrator to ensure that:

    - The cluster identity 'xxxxxxxxo1$' can create computer objects. By default all computer objects are created in the 'Computers' container; consult the domain administrator if this location has been changed.

    - The quota for computer objects has not been reached.

    - If there is an existing computer object, verify the Cluster Identity 'xxxxxxx$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool.

    Could any one help me out here....THanks in advance

  • Hi bala2,

    Looking at the error, if I remember right, the account you are running under when you install the Cluster has to have the ability to register the Computer Object into AD, and yours doesn't.

    With a quick Google I found these...

    http://blogs.technet.com/b/askcore/archive/2010/06/02/rights-needed-for-user-account-to-create-a-cluster-name-object-cno-on-windows-server-2008-r2-failover-cluster.aspx

    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/04ee7ddd-f94a-4410-9ce4-cf25178e09da/sql-server-2008-r2-clustered-setup-fails-with-the-cluster-resource-sql-server-could-not-be-brought

    ...and this was coverd previously on SSC in...

    http://www.sqlservercentral.com/Forums/Topic1087414-1549-1.aspx#bm1321530

    HTH

  • Thank you for help and info

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply