question

PochecoWP avatar image
0 Votes"
PochecoWP asked YuhanDeng-MSFT commented

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.

windows-server-clustering
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
I would like to check if the issue has been fixed? If yes, please help accept answer, so that others meet a similar issue can find useful information quickly. If you have any other concerns or questions, please feel free to feedback.
Best Regards,
Danny


0 Votes 0 ·

Hi,

I would like to check if the issue has been fixed? If yes, please help accept answer, so that others meet a similar issue can find useful information quickly. If you have any other concerns or questions, please feel free to feedback.

Best Regards,
Danny

0 Votes 0 ·
YuhanDeng-MSFT avatar image
0 Votes"
YuhanDeng-MSFT answered

Hi,
This is a priviledge issue with windows server which prevents you from creating a cluster. to solve the problem, try the following steps:
1. Manually create CNO (Cluster Name Object) in Active Directory;
For your reference:
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731002(v=ws.10)?redirectedfrom=MSDN

  1. Ensure that CNO$ account has Full Control on the CNO and The computers container;

  2. Add CNO$ account (CNO computer object) in Local Admins group;

  3. 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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PochecoWP avatar image
0 Votes"
PochecoWP answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YuhanDeng-MSFT avatar image
0 Votes"
YuhanDeng-MSFT answered

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://docs.microsoft.com/en-us/windows-server/failover-clustering/create-failover-cluster

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PochecoWP avatar image
0 Votes"
PochecoWP answered YuhanDeng-MSFT commented

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
If you restart node in a cluster, cluster resources will failover to another node. While it is happening, you may get IP conflict message because, the passive node which receives the resources from active node will try to bring the resources online even before active node releases the IP resource. This leads to IP conflict error.

Here is a similar case:
https://social.technet.microsoft.com/Forums/azure/en-US/3ba4c279-c20f-484b-80a2-2107811a28b1/clustering-network-issue-after-rebuilding-node-node-a-is-reachable-from-node-b-by-only-one-pair-of?forum=winserverClustering

Thanks for your understanding.
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.

0 Votes 0 ·
PochecoWP avatar image
0 Votes"
PochecoWP answered

But that would happen in a working cluster. What I'm reporting happens when I try to create the cluster.
It doesn't make sense.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PochecoWP avatar image
0 Votes"
PochecoWP answered YuhanDeng-MSFT commented

The two nodes have 2 different IP and cluster IP to setup as well.

· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

May I see the IP address?

0 Votes 0 ·

IP addresses start with 168 may not work.

0 Votes 0 ·

They're 10.40.110.XX/24

0 Votes 0 ·

Hi,
It seems that the IPs are correct.
Would you try pinging the nodes from each other?
If it goes normally, try turning off firewall.
If the issue still remain after all these, try updating the network adaptor driver, and restart it.

Hope this will help.
Thanks and best regards,
Danny

0 Votes 0 ·
Show more comments