Aracılığıyla paylaş


“Rule Microsoft Cluster Service (MSCS) cluster verification errors” Failed

In one of my regular customers, they are begging the SQL Server 2012 Migration, at the installation process for a SQL Server 2012 Instance on a Windows Server 2008R2 Cluster, they found an error while adding a node to de SQL Instance.

 

This error didn’t allow them to go forward to add the node on the SQL Instance, there are a few posible causes to check.

  • First, check if there are failed test son the Cluster Validation Report. TO solve this problem execute the Cluster Validation Wizard and ensure there’s no failed test or with an error state (test with a warning state are not a problem)
  • The validation process may fail under various conditions. When this issue occurs, you must perform a manual validation to make sure that the hardware configuration is correct before you try any workaround that is mentioned in this article, https://support.microsoft.com/kb/953748
  • There’s another cause not so known, for SQL Server to make the cluster verification, it needs to locate the validation reports from all the nodes of the cluster using the fully qualified domain name (FQDN). SO you need to check that when you do a ping between the servers the IP it’s resolved to the FQDN, if is not the case check the DNS and host file.
  • Another cause can be the Windows Firewall blocking the validation, in case it’s active.

In this case we checked the first and second probable causes, but the error still appear.

 

After that we checked the third probable cause and we observed that the IP was been resolved to the NETBIOS name and not to the FQDN name, so we fix that problem, and we retried the add node process to the SQL Instance, this time was successful.

Comments

  • Anonymous
    January 01, 2003
    Great, Thanks for the contribution AgentRev
  • Anonymous
    April 25, 2014
    Thank you so much!
    Your topic helps me to resolve the error: "microsoft cluster service cluster verification errors"
  • Anonymous
    August 22, 2014
    I had the same issue, however the problem was that SQL Server's installer was picking up an old validation report which contained errors instead of the latest one, because some noobface at Microsoft decided that using a wildcard to find the report by filename was a good idea.

    On to the solution :

    1. Navigate to C:WindowsClusterReports
    2. Do a file search for: Validation Data For Node Set*.xml
    3. Sort by Date modified
    4. Delete everything except the most recent one
    5. Re-run the SQL Server setup validation
    6. Reward yourself with some caffeine and move on with the installation, cringing at the thought of the next stupid error that the future holds for you.
  • Anonymous
    February 03, 2015
    same problem with AgentRev, thanks!
  • Anonymous
    April 04, 2015
    Grate,
    Thanks for the solution
  • Anonymous
    May 11, 2015
    Thanks men!!
  • Anonymous
    May 18, 2015
    there's no folder is showing in c:/windows/ .?? then what to do..?
  • Anonymous
    July 14, 2015
    Make sure you run cluster validation after this