Hello AHMED SULIMAN MEKAEIL ESTANBOOL,
The error about “finding a suitable controller for the node” in Windows Server 2022 usually points to prerequisites not being fully met before creating the cluster. Common causes include missing roles/features, misconfigured domain membership, or storage not being properly recognized by the Failover Cluster Manager.
First, please confirm that the Failover Clustering feature is installed on all nodes and that each server is joined to the same Active Directory domain. Next, run the Cluster Validation Wizard in Failover Cluster Manager, this tool will highlight any networking, storage, or configuration issues that prevent the node from being accepted. Also, check that your storage is shared and accessible to all nodes, as clustering requires consistent disk visibility.
If you are using SMB or iSCSI storage, verify that the connections are stable and that permissions are correctly set. In some cases, outdated drivers or firmware for storage controllers can cause the “specified server cannot perform the requested operation” error, so updating those components is recommended.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.