Hi we had a network failure today on our two node SQL cluster, once the issue was resolved one of the sql instances will not come online, and is in a failed state. I can start the SQL service no problem and SQL is working like this.
I tried failing it over to the other node but it was exactly the same. this was all working fine before.
errors 1069 and 1205 in cluster logs and
Log Name: Microsoft-Windows-FailoverClustering-Manager/Admin
Source: Microsoft-Windows-FailoverClustering-Manager
Date: 18/12/2013 11:21:43
Event ID: 4683
Task Category: Failover Clusters Manager MMC Snapin
Level: Error
Keywords:
User: ASTONMARTIN\mgreen
Computer: SP-SQLCC01.astonmartin.int
Description:
Failover Cluster Manager failed while managing one or more cluster. The error was 'An error occurred while attempting to bring the resource 'SQL Server Agent (BUSAPPS1)' online.'. For more information see the Failover Cluster Manager Diagnostic channel.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-FailoverClustering-Manager" Guid="{11B3C6B7-E06F-4191-BBB9-7099FFF55614}" />
<EventID>4683</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>1</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2013-12-18T11:21:43.443404700Z" />
<EventRecordID>36</EventRecordID>
<Correlation />
<Execution ProcessID="49344" ThreadID="18656" />
<Channel>Microsoft-Windows-FailoverClustering-Manager/Admin</Channel>
<Computer>SP-SQLCC01.astonmartin.int</Computer>
<Security UserID="S-1-5-21-4199739844-3634166478-2265978954-18288" />
</System>
<EventData>
<Data Name="Parameter1">An error occurred while attempting to bring the resource 'SQL Server Agent (BUSAPPS1)' online.</Data>
</EventData>
</Event>
can anyone point me in the correct direction
Thanks
Mark