I ran into this exact issue, and could find no documentation about it - it turned out to be the servers being added to the cluster couldn't reach the global catalog. This must be a change in later versions of Windows. Opening up ports 3268,3269 fixed the issue. Hope this helps someone in the future!
An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
Hi,
I'm trying to deploy a Cluster with two nodes (WServer 2019 both / Domain Joined / Fresh Install) but it fails. Attach the creation's report:
Beginning to configure the cluster CLUSTERNAME.
Initializing Cluster CLUSTERNAME.
Validating cluster state on node NODE01.TEST.AR.
Searching the domain for computer object 'CLUSTERNAME'.
Find a suitable domain controller for node NODE01.TEST.AR. The specified server cannot perform the requested operation.
Operation failed, attempting cleanup.
An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
There was an error cleaning up the cluster nodes. Use Clear-ClusterNode to manually clean up the nodes.
There was an error cleaning up the cluster nodes. Use Clear-ClusterNode to manually clean up the nodes.
An error occurred while creating the cluster.
An error occurred creating cluster 'CLUSTERNAME'.
The specified server cannot perform the requested operation
To troubleshoot cluster creation problems, run the Validate a Configuration wizard on the servers you want to cluster.
I tried the prestage process but it fails as well.
I'm carrying out this deployment using Administrator account which is Domain Admin.
Could anyone please help?
Kind regards.
8 answers
Sort by: Most helpful
-
-
Yuhan Deng 3,766 Reputation points Microsoft Vendor
2021-05-21T02:29:20.957+00:00 Hi,
This is a priviledge issue with windows server which prevents you from creating a cluster. to solve the problem, try the following steps:- Manually create CNO (Cluster Name Object) in Active Directory;
For your reference:
https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731002(v=ws.10)?redirectedfrom=MSDN - Ensure that CNO$ account has Full Control on the CNO and The computers container;
- Add CNO$ account (CNO computer object) in Local Admins group;
- Finally, add CNO$ in Domain Admins group.
If the problems remains after these, please check the event logs and see if there’s any specific log relevant to this issue.
Thanks for your time.
Best regards,
Danny-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
- Manually create CNO (Cluster Name Object) in Active Directory;
-
Ronald Medina 11 Reputation points
2021-05-21T20:43:14.203+00:00 Hi Yuhan,
Thank you for your quick response.I tried to carry out the process that you indicated but it's still failing.
Attach details about the errors into Event Viewer:
Log Name: System
Source: Failover-Clustering-Client
Event ID: 81
Level: Error
LogExtendedErrorInformation (974): Extended RPC error information:
ProcessID is 7076
System time is: 8683/471/16294 0:0:46624:8611
Generating component is 2
Status is 1753
Detection location is 501
Flags is 0
NumberOfParameters is 4
Unicode string: ncacn_ip_tcp
Unicode string: NODE01.TEST.AR
Long val: -1182943054
Long val: 382312662
There's another identical error, but the only thing that changes is the 'Unicode string' parameter: NODE02.TEST.AR
Thanks in advance.
-
Yuhan Deng 3,766 Reputation points Microsoft Vendor
2021-05-24T01:49:54.663+00:00 Hi,
I don’t see any problem according to the logs.
Would you run a validation report again and see if there’s anything missing?
For your reference:
https://learn.microsoft.com/en-us/windows-server/failover-clustering/create-failover-clusterThanks for your time.
Best regards,
Danny-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
-
Ronald Medina 11 Reputation points
2021-05-27T20:47:40.767+00:00 Hi Danny,
I've run the validation again and only the following warnings show up:
Node NODE02.TEST.AR is reachable from Node NODE01.TEST.AR by only one pair of network interfaces. It is possible that this network path is a single point of failure for communication within the cluster. Please verify that this single path is highly available, or consider adding additional networks to the cluster.
Node NODE01.TEST.AR is reachable from Node NODE02.TEST.AR by only one pair of network interfaces. It is possible that this network path is a single point of failure for communication within the cluster. Please verify that this single path is highly available, or consider adding additional networks to the cluster.The cluster validation test has detected that all nodes do not have the same software updates. We recommend that all nodes run the same version of the operating system, and install the same software updates. If you have verified that all nodes are consistent, you can ignore this warning.
Even though they're only warnings, can this affect?
Regards.