Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Random Event 1135

Windows Server Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 17-04-2009
D1Artagnan
 
Posts: n/a
Random Event 1135

I'm looking for an advice how to troubleshoot Event 1135.

Scenario:
2x nodes Windows 2008 Sp1 x64 Failover Cluster (Node and File Share Majority)
Exchange 2007 Sp1 CCR
Cluster nodes and witness are on a VMware 3.5, connected to FC SAN
Additional software: McAfee Group Shield 7 Sp1 for Exchange, SCOM2007
client, SMS 2003 Advanced client and ARC Server Backup Agent for Exchange ver
12.1

Problem description:
Event 1135: Cluster node 'STLAKLMB01' was removed from the active failover
cluster membership....

This event is logged on both Active and Passive cluster nodes. In addition
the Passive node reports
Event 1069: Cluster resource 'File Share Witness (\\STLAKLXCH03\Quorum)' in
clustered service or application 'Cluster Group' failed
and
Event 1564: File share witness resource 'File Share Witness
(\\STLAKLXCH03\Quorum)' failed to arbitrate for the file share
'\\STLAKLXCH03\Quorum'. Please ensure that file share '\\STLAKLXCH03\Quorum'
exists and is accessible by the cluster.

This happened 2 times in the last one week (11:30 PM and 1:06 AM). Downtime
in both cases was about 2 minutes after which the Passive node reconnected
and the cluster recovered. The impact was that 4 out of the 6 (2 out of 6 in
the first case) Exchange 2007 storage groups failed to recover the
replication after the failure and my only option was to re-seed them in the
morning.

The stange thing here is that there aren't any events that may suggest
network failure. Furthermore the failed (passive) node keeps reporting that
both networks Public and Heartbeat are up. No other servers or infrastructure
components have registered any network otages at the time of the events.

Q1: How do I troubleshoot this failure - are there any additional logs or
tools I could use to capture more information?

Q2: How to configure the Failover Cluster to delay shutting down the
cluster. All current settings are default

Your help is much appreciated


Reply With Quote
  #2  
Old 17-04-2009
John Toner [MVP]
 
Posts: n/a
Re: Random Event 1135

1) If you go to a command line and issue a "cluster log /g" command, this
will generate a cluster.log file in the c:\windows\cluster\reports folder
that might provide additional information. Also, you can check the Failover
Cluster Operational logs for messages regarding network
messages...operational logs are under Diagnostics > Applications and Service
Logs > Microsoft > Windows > FailoverClustering

2) You cannot delay the shutdown of the cluster, but you can perform some
tweaks that might help delay the amount of time it takes to get to the point
where it is determined that the node is not available by adjusting the
heartbeat settings.

The default heartbeat value is that a heartbeat signal is sent once every
second (1000 milliseconds) and when a node misses a series of 5 heartbeats,
another node will initiate failover. You can adjust these values in Windows
2008 clusters by using the following commands:

cluster /prop SameSubnetDelay=<value>
cluster /prop SameSubnetThreshold=<value>

If your cluster nodes are on separate subnets, you would adjust the
following values instead:

cluster /prop CrossSubnetDelay=<value>
cluster /prop CrossSubnetThreshold=<value>

You can type cluster /prop to see your current settings.
Reply With Quote
  #3  
Old 23-04-2009
D1Artagnan
 
Posts: n/a
Re: Random Event 1135

Thank you for your help

Cluster.log on both nodes were not very useful. The log on the active node
has not logged events between 1.04 and 22.04. The log on the passive node has
some events logged on 4th and 8th April. Both logs have no events logged for
the time of the failures.

Failover Cluster Operational Log also appears to have missed some periods of
time although not that large - no events were logged between 1:08 AM on 17.04
and 3:29 PM on 20.04. The first time stamp coincides with the time when the
cluster recovered from a failure, the second timestamp is when the backup
started

Windows System Event log seems to be the most useful. I'm not sure if the
cluster service has crashed and that caused the disconnection to the active
node, or the node has lost connectivity to the quorum and that caused the
cluster service to terminate. It also looks like there is some pattern in the
time of the fault: Occurrences in the last 2 weeks are

23.04 - From 1:05:18 AM to 1:07:51 AM
17.04 - From 1:06:18 AM to 1:07:55 AM
14.04 - From 11:30:37 PM to 11:33:09 PM
Reply With Quote
  #4  
Old 23-04-2009
John Toner [MVP]
 
Posts: n/a
Re: Random Event 1135

The cluster log is supposed to contain detailed logs for everything that is
happening in the cluster. Unfortunately, I have also seen cases where the
2008 cluster logs are missing data from the time an event had occurred...I
think that network issue might be affecting cluster logging in 2008.

Also FYI, the cluster.log events are in GMT time so you may need to
compensate for this when looking at the time in this log file.
Reply With Quote
  #5  
Old 06-06-2009
WayCoolKennel
 
Posts: n/a
Event 7024

This was VERY useful.. I think you are correct as we had a switch burp...
and this is EXACTLY what we saw...well except the cluster.log was definitive.
It showed that the node has lost all communication with the other nodes in
the cluster.

thanks for the good info here !
Reply With Quote
  #6  
Old 05-01-2010
exx exx is offline
Member
 
Join Date: Jan 2010
Posts: 1
Re: Random Event 1135

D1Artagnan, did you end up finding a solution to this issue? I'm having the exact same problem - pretty much identical configuration as you too. Oddly it keeps happening every Sunday at the same time (give or take a few minutes) in the middle of the night. I'm thinking it's gotta be vmware/network but I can't reproduce it so this is tough to troubleshoot.
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Random Event 1135"
Thread Thread Starter Forum Replies Last Post
Generate some quality of random number via Random Number Generation function aMADeO! Windows Software 4 4 Weeks Ago 05:07 PM
How to use "Math.random()" to generate a random number in JavaScript? Silent~Kid Software Development 5 03-02-2010 05:06 AM
random shutdown, event 1011, 1012, 1001, 1074 benoo Small Business Server 3 07-10-2009 04:30 PM
No event in event log after renaming/moving any objects in/between organizational units (OU) in active directory (AD)? sur1503 Operating Systems 0 19-12-2007 02:45 PM
Event Log Error: Event Source:WinMgmt Event ID:10 satnamsarai@gmail.com Small Business Server 2 01-03-2007 03:27 AM


All times are GMT +5.5. The time now is 03:35 PM.