마이그레이션 초기화 모니터

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>