Exchange 2013 CAS 服务器未知服务应用程序池名称

Exchange 2013 CAS 服务器未知服务应用程序池名称

我的 CAS 服务器出现了问题,我正在努力解决。最近重建了该服务器(彻底卸载 Exchange 2013 并全新安装,没有恢复设置),以尝试解决类似问题,但问题又出现了。

该服务器是少数运行良好的 CAS 服务器之一,因此我主要关注这台机器,而不是环境本身。

我第一次注意到这个问题是在健康检查 ( https://servername/service/heatlhcheck.htm) 开始失败的时候。由于失败,服务器没有为受影响的服务返回响应

部分服务受到影响,但并非所有服务都受到影响。EWS/RPC 受到影响,但 OWA 不受影响。它们都返回非常相似的值,如下所示:

以下是受影响的服务器/服务的 wget:

HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.

Get-ServerHealth servername | Where-Object {$_.AlertValue -eq "Unhealthy"} | Format-List

    Server                  : servername
    CurrentHealthSetState   : NotApplicable
    Name                    : MaintenanceFailureMonitor.ECP
    TargetResource          : 
    HealthSetName           : ECP
    HealthGroupName         : CustomerTouchPoints
    AlertValue              : Unhealthy
    FirstAlertObservedTime  : 3/9/2014 3:20:55 PM
    Description             : 
    IsHaImpacting           : False
    RecurranceInterval      : 300
    DefinitionCreatedTime   : 3/9/2014 3:03:03 PM
    HealthSetDescription    : 
    ServerComponentName     : None
    LastTransitionTime      : 3/9/2014 3:20:55 PM
    LastExecutionTime       : 3/10/2014 9:36:29 PM
    LastExecutionResult     : Succeeded
    ResultId                : 236535
    WorkItemId              : 36
    IsStale                 : False
    Error                   : 
    Exception               : 
    IsNotified              : False
    LastFailedProbeId       : -1457016208
    LastFailedProbeResultId : 6251
    ServicePriority         : 0
    Identity                : ECP\MaintenanceFailureMonitor.ECP\
    IsValid                 : True
    ObjectState             : New

进一步排除故障,我运行了这个:

Invoke-MonitoringProbe EWS.Proxy\EWSProxyTestProbe -Server servername | Format-List

    RunspaceId         : 75f59bdc-73d0-41f4-8e67-a9f3dc2eb316
    Server             : servername
    MonitorIdentity    : EWS.Proxy\EWSProxyTestProbe
    RequestId          : d4aba43d-b521-4afc-af90-001192b603be
    ExecutionStartTime : 3/11/2014 1:48:06 AM
    ExecutionEndTime   : 3/11/2014 1:48:06 AM
    Error              : Unknown app pool name: 
    Exception          : System.InvalidOperationException: Unknown app pool name: 
                    at    Microsoft.Exchange.Monitoring.ActiveMonitoring.ClientAccess.CafeLocalProbe.DoWork(Cancellati
                 onToken cancellationToken)
                    at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken 
                 joinedToken)
                    at 
                 Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0()
                    at System.Threading.Tasks.Task.Execute()
    PoisonedCount      : 0
    ExecutionId        : 47266517
    SampleValue        : 0
    ExecutionContext   : Probe Absolute Timeout=60000ms, Timeout Value=60000ms, Calculated HttpRequest Timeout=59000ms                 
    FailureContext     : 
    ExtensionXml       : 
    ResultType         : Failed
    RetryCount         : 0
    ResultName         : d4aba43db5214afcaf90001192b603be-EWSProxyTestProbe
    IsNotified         : False
    ResultId           : 49856
    ServiceName        : InvokeNow
    StateAttribute1    : 
    StateAttribute2    : 
    StateAttribute3    : 
    StateAttribute4    : 
    StateAttribute5    : 
    StateAttribute6    : 0
    StateAttribute7    : 0
    StateAttribute8    : 0
    StateAttribute9    : 0
    StateAttribute10   : 0
    StateAttribute11   : 
    StateAttribute12   : 
    StateAttribute13   : 
    StateAttribute14   : 
    StateAttribute15   : 
    StateAttribute16   : 0
    StateAttribute17   : 0
    StateAttribute18   : 0
    StateAttribute19   : 0
    StateAttribute20   : 0
    StateAttribute21   : 
    StateAttribute22   : 
    StateAttribute23   : 
    StateAttribute24   : 
    StateAttribute25   : 
    Identity           : e8f7991f8b0141bfa85c9e2b8b66b1a2
    IsValid            : True
    ObjectState        : New

我尝试过回收应用引擎并重新启动。仍然没有成功。有什么想法吗?

相关内容