An error occurred adding a node to a cluster. The parameter is incorrect

Kayaletu Ngwendu 0 Reputation points
2024-11-12T01:48:04.29+00:00

We originally had a two-node Failover cluster running on Windows Server 2012 R2 systems. We want to eventually upgrade the Windows OS on both nodes to Windows Server 2016. We then moved all cluster resources to one node, and we then evicted the inactive passive node from the cluster. Once evicted, we upgraded the OS to Windows Server 2016 on the evicted node. We now want to add the newly upgraded Windows Server 2016 node back to the existing Windows Server 2012 R2 cluster. Now, this is where we are stuck. When we try to add the newly upgraded node, it fails with "The parameter is incorrect" QSPDBM2_cluster_error1

QSPDBM2_cluster_error0

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,528 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,601 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
1,011 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alex Bykovskyi 2,166 Reputation points
    2024-11-12T18:10:53.77+00:00

    Hey,

    The issue can occur when authenticated don't have read permissions to the default Computers container. Should help: https://learn.microsoft.com/en-us/troubleshoot/windows-server/high-availability/parameter-incorrect-error-cluster-validation-fails

    In addition, ensure that your storage is connected on the upgraded node. Might also help:
    https://www.starwindsoftware.com/blog/cluster-rolling-upgrade-from-windows-server-2012-r2-to-windows-server-2016/

    Cheers,

    Alex Bykovskyi

    StarWind Software

    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.


  2. Ian Xue 37,711 Reputation points Microsoft Vendor
    2024-11-13T03:39:28.8366667+00:00

    Hi Kayaletu Ngwendu,

    Thanks for your post. Please understand that nodes needs to be same in cluster, including the OS version. When you add the W2016 node to 2012 cluster, it occurred errors due to the different OS. The recommendation tool for updating cluster is CAU.

    Generally speaking, cluster-Aware Updating is an automated feature that enables you to update servers in a failover cluster with little or no loss in availability during the update process. During an Updating Run, Cluster-Aware Updating transparently performs the following tasks:

    1. Puts each node of the cluster into node maintenance mode.
    2. Moves the clustered roles off the node.
    3. Installs the updates and any dependent updates.
    4. Performs a restart if necessary.
    5. Brings the node out of maintenance mode.
    6. Restores the clustered roles on the node.
    7. Moves to update the next node.

    Reference: Cluster-Aware Updating overview | Microsoft Learn

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.