Монитор инициализации миграции

Microsoft.SystemCenter2012.ConfigurationManager.MigrationInitialSyncMonitor (UnitMonitor)

Этот монитор пересылает оповещения об инициализации миграции Configuration Manager в консоль Operations Manager.

Knowledge Base article:

Сводка

Этот монитор проверяет состояние начальной синхронизации для миграции. После указания исходного сайта для миграции System Center 2012 Configuration Manager инициализирует синхронизацию данных для установки связи между исходной и конечной иерархиями. Этот монитор создает оповещение при сбое инициализации.

Если инициализация не будет выполнена, администратор Configuration Manager не сможет создать задание миграции. Для получения дополнительных сведений просмотрите файл <путь установки>\Logs\migmctrl.log.

Причины

Решения

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.AlertMigrationInitialSync
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.AlertStateMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Оповещение об инициализации миграции
Не удалось инициализировать миграцию. Дополнительные сведения см. в консоли Configuration Manager.
RunAsDefault
CommentSIV:MIG0001

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.MigrationInitialSyncMonitor" Comment="SIV:MIG0001" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.AlertMigrationInitialSync" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.AlertStateMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.MigrationInitialSyncMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId4e7ef6ae53c94b5da10d2640ee016ca5" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId2b6c0f3462ae4e548ad2d9e286711fd2" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId7c47ab676f4b40fdace84d56ddb95c8d" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TypeId>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.AlertBaseClass"]/TypeId$</TypeId>
<TypeInstanceId>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.AlertBaseClass"]/TypeInstanceId$</TypeInstanceId>
<IntervalSeconds>900</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>
</Configuration>
</UnitMonitor>