Exchange Cluster Problem - HTTP
Michael,
Error 10054 is:
WSAECONNRESET winerror.h
# An existing connection was forcibly closed by the remote host.
This sounds to me like the IIS server is not accepting the connection on the
interface that the cluster service is checking against. The IsAlive check
will actually be doing an HTTP connection (or HTTPS, depending on how the
HTTP virtual server is configured) from the host IP address against the EVS
IP address. If it cannot successfully make this connection -- as in this
case, where it's being forcibly disconnected with a "connection reset" --
then it will log that as an IsAlive failure for the resource.
Since it's happening only after several days, this sounds even more like a
resource exhaustion failure -- perhaps your system is running out of some
kernel resources (paged-pool, non-paged-pool memory, PTEs, etc) and IIS is
beginning to reject connections. Might be useful to collect perfmon data to
watch if these are running out. Might want to turn on IIS logging and have a
look at whether these connections are making it into the server. Also, might
be useful to have a look at the three "flash" newsletters the Exchange
product group has posted to the EHLO blog (the 3rd one is here:
http://blogs.technet.com/exchange/archive/2005/12/28/416551.aspx -- and has
links to the earlier two also). There are a number of topics covered in
these postings that would be relevant to tips and tuning for resource
exhaustion issues, if that turns out to be the problem.
--
Evan Dodds
Program Manager
Microsoft Exchange Server
****** Disclaimer ******
This posting is provided "AS IS" with no warranties, and confers no rights.
Note: Please do not reply to this e-mail address. It is used for newsgroup
purposes only.
|