Port pułapki protokołu SNMP usługi monitorowania sieci jest już używany przez inny program

System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor (UnitMonitor)

Monitor sprawdza, czy port pułapki protokołu odnajdywanie sieci zakończyło się niepowodzeniem ze względu na to, że port SNMP jest już używany przez inny program.

Knowledge Base article:

Podsumowanie

Port komunikatów trap protokołu SNMP (162) jest używany przez inny program.

Przyczyny

Monitorowanie urządzeń sieciowych i odbieranie komunikatów SNMP trap wymaga korzystania z portu komunikatów trap protokołu SMTP w trybie wyłączności. Korzystające z niego inne usługi SNMP mogą powodować problemy.

Rozwiązania

Odinstaluj lub wyłącz inne usługi SNMP.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Port pułapki protokołu SNMP usługi monitorowania sieci jest już używany przez inny program
Port pułapki protokołu SNMP usługi monitorowania sieci jest już używany przez inny program.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor" Accessibility="Public" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.HealthService" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SNMPTrapPortAvailable" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="SNMPTrapPortAlreadyInUse" MonitorTypeStateID="EventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName/>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">12300</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>