I have a 3 node cluster all running Windows Server 2008 R2. Roughly once a month I see my vInstance become degraded and attempt to fail-over. Everything is good as long as it fail-over to SQL01 or SQL02. However if it attempts to fail-over to SQL03, it does not come online
Quick resolution is to move it manually to SQL01 or SQL02. What could be causing it to fail every time on SQL03.
A couple points:
I did not build the environment.
I am not a DBA.
I only have general knowledge of SQL clustering.
I always get two EVENT ID's: 1069
Cluster resource 'SQL Server (VSQL04)' in clustered service or application 'SQL Server (VSQL04)' failed.
and then
EVENT ID 1205
The Cluster service failed to bring clustered service or application 'SQL Server (VSQL04)' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered service or application.
Where should I begin to look for issues?