Hi All,
I have a failure cluster that consist of two nodes with storage based on S2D.
Every day I'm getting errors:
1205 - The Cluster service failed to bring clustered role 'Cluster Group' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered role.
1069 - Cluster resource 'File Share Witness' of type 'File Share Witness' in clustered role 'Cluster Group' failed.
Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it. Check the resource and group state using Failover Cluster
Manager or the Get-ClusterResource Windows PowerShell cmdlet.
1564 - File share witness resource 'File Share Witness' failed to arbitrate for the file share '\\SITE2VMHOST01\WITNESS'. Please ensure that file share '\\SITE2VMHOST01\WITNESS' exists and is accessible by the cluster.
1562 - File share witness resource 'File Share Witness' failed a periodic health check on file share '\\SITE2VMHOST01\WITNESS'. Please ensure that file share '\\SITE2VMHOST01\WITNESS' exists and is accessible by the cluster.
1688 - Cluster network name resource detected that the associated computer object in Active Directory was disabled and failed in its attempt to enable it. This may impact functionality that is dependent on Cluster network name authentication.
Network Name: Cluster Name
Organizational Unit: OU=Servers,OU=HO,DC=company,DC=com
Guidance: Enable the computer object for the network name in Active Directory.
1258 - Cluster network name resource failed registration of one or more associated DNS name(s) because the a DNS server could not be reached.
Cluster Network name: 'Cluster Name'
DNS Zone: 'company.com'
DNS Server: '192.168.5.12,192.168.7.20'
Ensure that the network adapters associated with dependent IP address resources are configured with at least one accessible DNS server.
Network Name: Cluster Name
Organizational Unit: OU=Servers,OU=HO,DC=company,DC=com
Guidance: Enable the computer object for the network name in Active Directory.
1254 - Clustered role 'Cluster Group' has exceeded its failover threshold. It has exhausted the configured number of failover attempts within the failover period of time allotted to it and will be left in a failed state. No additional attempts
will be made to bring the role online or fail it over to another node in the cluster. Please check the events associated with the failure. After the issues causing the failure are resolved the role can be brought online manually or the cluster
may attempt to bring it online again after the restart delay period.
Several comments from me RE some errors:
1. FSW exists and accessible by the cluster (means failover cluster object has full control for the folder configured as FSW).
2. At least one of the DNS server addresses is accessible.
Interestingly the Failover Cluster itself is functioning as intended (except those error messages) and all roles are up and running.
Just wondering how come the error messages are generated if the Failover Cluster works fine?