SQL Server Service Broker 포트 모니터

Microsoft.SystemCenter2012.ConfigurationManager.SQLSSBPort (UnitMonitor)

이 모니터는 SQL Server Service Broker 포트가 올바른지 검사합니다.

Knowledge Base article:

요약

이는 올바로 정의된 포트(기본값 4022)로, 자식 및 부모 SQL Server 간 복제 통신에 사용됩니다. Configuration Manager 사이트 서버를 설치하는 과정에서 설치를 수행하는 Configuration Manager 관리자가 자식 및 부모 SQL Server 간 통신에 사용하는 SQL Server Service Broker 포트에 대해 특정 포트를 구성합니다. 사이트 서버를 설치하는 Configuration Manager 관리자는 설정할 사이트에 사용하려는 SQL Server 컴퓨터에 대한 로컬 관리자 권한을 갖고 있어야 하며, 부모 SQL Server Service Broker에 대한 통신 설정에 필요한 SQL Server Service Broker 포트를 알고 있어야 합니다. Configuration Manager 관리자가 알고 있는 해당 포트를 SQL Server Service Broker에 지정합니다.

원인

해결 방법

구성된 SQL Server Service Broker 포트(기본값 4022)를 연결할 수 없다는 것이 검색되면 Configuration Manager는 데이터베이스가 포함된 SQL Server 컴퓨터에 연결하여 SQL Server Service Broker 포트를 원래 구성으로 변경하려 합니다. . 하지만 Configuration Manager 사이트 서버에서 SQL Server 시스템에 연결할 수 없으면 네트워크 관리자가 방화벽 포트 또는 네트워크 연결 문제를 검사해야 합니다. 자세한 정보는 [Configuration Manager 설치 폴더]\Logs의 hman.log를 확인하십시오.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SiteServer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.StatusMessage3StateMonitor
RemotableTrue
AccessibilityPublic
Alert Message
SQL Server Service Broker 포트가 올바르지 않음
사이트 서버 {0}의 SQL Server Service Broker 포트가 올바르지 않습니다.
RunAsDefault
CommentSIV:GEN0205

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SQLSSBPort" Comment="SIV:GEN0205" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteServer" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.StatusMessage3StateMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SQLSSBPort_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Server"]/SiteCode$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId9a11b765f4eb4ea3afd0e005cf6f23e9" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId189967d6d3984b07b78935eedae21d4b" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdb97dfde7a3e049269cfd629c2f91e632" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_HIERARCHY_MANAGER</ComponentName>
<RuleId>D362CF53-926B-4f7d-A4A2-0691D3F177F5</RuleId>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>