Hi all,
I could really use some help here. I evicted an failed HyperV node from our 2 node cluster, rebuilt it and am trying to re-inject it back to the cluster.
NOTE: The host was rebuilt using the same node name.
When i try to add the node i get the following error:
'Cluster service on node SERVER2 did not reach the running state. The error code is 0x5b4. For more information check the cluster log and the system event log from node SERVER2. This operation returned because the timeout period expired.'
In the FailoverClustering event log i see:
cxl::ConnectWorker::operator (): HrError(0x00000002)' because of '[SV] Schannel Authentication or Authorization Failed'
mscs_security::SchannelSecurityContext::AuthenticateAndAuthorize: (2)' because of 'Cluster certificate doesn't exist'
I did a search for the above errors however none of the below has worked:
- Confirmed i am am able to ping the hosts via the managment, production, clustercommunication and livemigration network interfaces.
- Confirmed iSCSI could connect to CSV volumes
- Ensured IPV6 is enabled
- Ensured the DCHP client service is running
- Ensured the system could access the QUORUM witness (able to write to the directory)
- Checked 'Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' to check for 'DisabledComponents'
- Did a search in AD for a duplicate computer account hostname matching the the node to be added.
- Tried re-adding the node at least 12 times
I am lost of ideas apart from the fact that i am trying to add a 2019 node to a 2012R2 node cluster.
Any advice would be greatly appreciated.