Tryb konserwacji

Microsoft.SystemCenter.SqlJobs.MaintenanceMode (Rule)

Reguła systemowa, która aktualizuje dane trybu konserwacji.

Knowledge Base article:

Podsumowanie

Ta reguła jest używana wewnętrznie w celu uruchomienia zadań konserwacji bazy danych. Ta reguła nie powinna być zastępowana, ponieważ miałoby to niekorzystny wpływ na ogólną kondycję, funkcjonalność i spójność operacyjnej bazy danych.

Przyczyny

Ta sekcja nie ma zastosowania do tego typu zasad.

Rozwiązania

Brak akcji użytkownika dla tego typu zasad.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction Microsoft.SystemCenter.SqlJobExecuter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.SqlJobs.MaintenanceMode" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.SqlJobExecuter">
<JobName>p_ScheduledJobsEveryFiveMinutes</JobName>
</WriteAction>
</WriteActions>
</Rule>