主站点到中心站点的全局数据发送状态监视器

Microsoft.SystemCenter2012.ConfigurationManager.PrimaryToCentralGlobalSendLinkMonitor (UnitMonitor)

此监视器检查复制在 Configuration Manager 主站点和中心站点之间是否有效。

Knowledge Base article:

摘要

Configuration Manager 持续监视父和子 Configuration Manager 站点与父和子 SQL Server 数据库之间的连接状况。 这会确认复制在 Configuration Manager 层次结构内的站点之间处于活动状态。 这些检查将定期进行以确保在站点数据的站点服务器层次结构中以及沿站点数据层次结构向上同步全局数据(例如,应用程序元数据和配置项)。

原因

任意多种原因将导致 Configuration Manager 父站点和子站点之间的复制失败:

• 数据库计算机证书无效。

• 数据库 Service Broker 证书无效。

• 在 Configuration Manager 中定义的 SQL 端口不正确。

• SQL Service Broker 端口不正确。

• 未在防火墙上打开 SQL 端口。

• 无法使用指定的帐户连接到 SQL Server。

• SQL Server 上的磁盘空间不足。

• SQL Server 服务已关闭。

• SQL Server Service Broker 已关闭。

• SMSEXEC 服务已关闭。

• Configuration Manager 站点之间的网络连接已关闭。

解决方法

SQL Server 和 Configuration Manager 的系统管理员以及网络管理员应该讨论可用于修补 Configuration Manager 站点之间的复制问题的选项。 有关详细信息,请查看 [Configuration Manager 安装文件夹]\Logs 中的 hman.log。

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ReplicationToCentralSite
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ReplicationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.LinkStatusMonitor
RemotableTrue
AccessibilityPublic
Alert Message
主站点到中心站点的全局数据发送无效
从站点 {0} 复制到站点 {1} 无效。
RunAsDefault
CommentSIV:GEN0209

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.PrimaryToCentralGlobalSendLinkMonitor" Comment="SIV:GEN0209" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ReplicationToCentralSite" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ReplicationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.LinkStatusMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.PrimaryToCentralGlobalSendLinkMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Server"]/SiteCode$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Replication"]/TargetSiteCode$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId7774bdb9848640fcaa9f8b8f62c3f5ba" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdb00ecfe58eaa4e058cbcd67103e91279" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId011bd5cc96b2429fa07e757db984271f" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ParentSite>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Replication"]/TargetSiteCode$</ParentSite>
<ChildSite>$Target/Host/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Server"]/SiteCode$</ChildSite>
<LinkType>Property[@Name='Site2ToSite1GlobalState']</LinkType>
<IntervalSeconds>360</IntervalSeconds>
<ProviderLocation>$Target/Host/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteServer"]/ProviderLocation$</ProviderLocation>
<SiteCode>$Target/Host/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Server"]/SiteCode$</SiteCode>
<IsSP1>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Replication"]/IsSP1$</IsSP1>
</Configuration>
</UnitMonitor>