• fantom (10/22/2014)


    It's a two node Windows Failover Cluster. However, it doesn't appear to be a sql server cluster. Do I have to rebuild as a sql server cluster and then add the nodes to that?

    is the currently installed instance actually clustered?

    Post the results from this powershell query run on one of the cluster nodes

    get-clusterresource | ?{$_.resourcetype -ilike '*SQL*'}

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉