Skip to content

Instantly share code, notes, and snippets.

@4oo4
Last active October 27, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4oo4/a56e63c4730f03935ca495e674e1c2a7 to your computer and use it in GitHub Desktop.
Save 4oo4/a56e63c4730f03935ca495e674e1c2a7 to your computer and use it in GitHub Desktop.
Windows Cluster - Event Log
Cluster resource 'MyDb1' of type 'SQL Server Availability Group' in clustered role 'MyDb1' 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.
-------------
No matching network interface found for resource 'MyDb2_10.30.0.165' IP address '10.30.0.165' (return code was '5035'). If your cluster nodes span different subnets, this may be normal.
----------------
Cluster resource 'MyDb2' of type 'SQL Server Availability Group' in clustered role 'MyDb2' 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.
The Cluster service failed to bring clustered role 'MyDb3' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered role.
-------------------
Clustered role 'MyDb2' 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.
--------------------
Cluster service failed to start because this node detected that it does not have the latest copy of cluster configuration data. Changes to the cluster occurred while this node was not in membership and as a result was not able to receive configuration data updates.
Guidance:
Attempt to start the cluster service on all nodes in the cluster so that nodes with the latest copy of the cluster configuration data can first form the cluster. This node will then be able join the cluster and will automatically obtain the updated cluster configuration data. If there are no nodes available with the latest copy of the cluster configuration data, run the 'Start-ClusterNode -FQ' Windows PowerShell cmdlet. Using the ForceQuorum (FQ) parameter will start the cluster service and mark this node's copy of the cluster configuration data to be authoritative. Forcing quorum on a node with an outdated copy of the cluster database may result in cluster configuration changes that occurred while the node was not participating in the cluster to be lost.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment