정기적인 System Center 관리 상태 서비스 저장소 유지 관리

Microsoft.SystemCenter.HealthService.HealthServiceStoreMaintenance (Rule)

System Center 관리 상태 서비스 ESE 저장소의 정기적인 유지 관리를 실행하는 규칙입니다.

Knowledge Base article:

요약

이 규칙은 System Center 관리 상태 서비스의 성능을 주기적으로 유지 관리하는 응답을 실행합니다.

원인

이 규칙에 해당되지 않는 섹션입니다.

해결 방법

상태나 경고를 생성하는 규칙이 아니므로 해결 방법이 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentHealth Service Maintenance Rules

Member Modules:

ID Module Type TypeId RunAs 
SchedulerDataSource DataSource System.Scheduler Default
StoreMaintenanceAction WriteAction Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.HealthServiceStoreMaintenance" Comment="Health Service Maintenance Rules" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="SchedulerDataSource" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">1</Interval>
<SyncTime>04:00</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="StoreMaintenanceAction" TypeID="SCInternal!Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction"/>
</WriteActions>
</Rule>