백업 상태 모니터

Microsoft.SystemCenter2012.ConfigurationManager.BackupStatusMonitor (UnitMonitor)

이 모니터는 사이트 서버 백업 작업의 상태를 검사합니다.

Knowledge Base article:

요약

Configuration Manager 백업 프로세스는 Configuration Manager 사이트 서버와 사이트 데이터베이스를 백업하는 작업을 수행합니다. 하지만 이 프로세스가 오류 조건 때문에 실패했습니다. 이 문제를 해결하고 백업 프로세스가 다시 실행될 때까지 백업에서 복구할 수 없습니다.

원인

Configuration Manager 백업 프로세스가 실패하는 원인은 다양합니다. 이러한 각 실패마다 해당 경고에 대한 오류 상태 ID로 생성되는 고유 Configuration Manager 상태 메시지 ID가 있습니다. 현재 실패의 가능한 원인을 확인하려면 Configuration Manager 콘솔의 상태 메시지 뷰어를 사용하여 이 경고의 오류 상태 ID에 해당하는 상태 메시지 ID의 상태 메시지를 찾으십시오.

해결 방법

이 경고에 대해 적용할 수 있는 해결 방법은 발생한 오류에 따라 다릅니다. 현재 실패의 가능한 해결 방법을 확인하려면 Configuration Manager 콘솔의 상태 메시지 뷰어를 사용하여 이 경고의 오류 상태 ID에 해당하는 상태 메시지 ID의 상태 메시지를 찾으십시오.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.PrimarySiteServerBaseClass
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.StatusMessage3StateMonitor
RemotableTrue
AccessibilityPublic
Alert Message
사이트 서버 백업 실패
사이트 서버 {0}의 백업 작업에 실패했습니다. 상태 메시지 ID는 {1}입니다.
RunAsDefault
CommentSIV:BR0004

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.BackupStatusMonitor" Comment="SIV:BR0004" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.PrimarySiteServerBaseClass" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.StatusMessage3StateMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.BackupStatusMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
<AlertParameter2>$Data/Context/Values/State$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId9b7ac4e68e254e82820adeb0753424fa" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId842e5254b94948d28b26ae6de7648c9c" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId3c90984c30d8468ea68676f809391bd7" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_SITE_BACKUP</ComponentName>
<RuleId>EF736CF9-7214-4796-9C85-2549A9056D8D</RuleId>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>