Диспетчеру распространения не удается получить доступ к сети

Microsoft.SystemCenter2012.ConfigurationManager.DistributionManager.FailedToConnectDP (UnitMonitor)

Это правило создает оповещение в том случае, когда диспетчеру распространения не удается получить доступ к уровню абстрагирования сети.

Knowledge Base article:

Сводка

Диспетчеру распространения не удается получить доступ к Network Abstraction Layer (NAL).

Причины

Данное состояние могло возникнуть в связи с тем, что диспетчеру распространения не удается получить доступ к NAL по причине непредвиденного сбоя в NAL.

Решения

Используйте Service Manager, чтобы начать сбор данных для диспетчера распространения. Затем проверьте файл журнала на предмет выявления конкретных ошибок NAL.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.DistributionManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Оповещение о недоступности сети для распространения
Диспетчеру распространения на сервере сайта не удается получить доступ к сети.
RunAsDefault
CommentSIV:COSD0033

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.DistributionManager.FailedToConnectDP" Comment="SIV:COSD0033" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.DistributionManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.DistributionManager.FailedToConnectDP_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2323</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>