Modalità manutenzione

Microsoft.SystemCenter.SqlJobs.MaintenanceMode (Rule)

Regola di sistema che aggiorna i dati relativi alla modalità di manutenzione.

Knowledge Base article:

Riepilogo

Questa regola viene utilizzata internamente per eseguire i processi e le attività di gestione del database. Tale regola non deve essere sostituita in quanto potrebbe avere un impatto negativo sullo stato generale, sulla funzionalità e coerenza del database operativo.

Cause

Questa sezione non è applicabile per questo tipo di regola.

Soluzioni

Non è richiesta alcuna azione utente per questo tipo di regola.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Scheduler 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.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">5</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.SqlJobExecuter">
<JobName>p_ScheduledJobsEveryFiveMinutes</JobName>
</WriteAction>
</WriteActions>
</Rule>