Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A maintenance activity defines the set of maintenance actions required for a specific goal. An example of such an activity is "Perform Secure Backup on device X".
Additionally, the maintenance activity contains other specific definitions for the action. This may include for instance which certificate should be used for the Secure Backup ,  or or which deployment policy should be used for a configuration sync operation.

...

A maintenance window defines a period of time during which maintenance plans are allowed to start run.
The definition of a maintenance window consists of two parameters in 24h format (e.g. 22:00)

...

A maintenance window may be defined separately for each Maintenance Plan. Alternatively, the installation may use a default system value (see maintenance configurable parameters for more information)
Maintenance Plans will not execute initiate the execution of any new tasks outside the maintenance window.
If, when the Maintenance Window has ended, some of the plan's tasks are still waiting to execute, they will be marked as cancelled and the plan execution will end. Executing tasks will not be interrupted.

...

Some examples for device selection are listed below:

PatternDetailsSelection
Prod*  Asterisk at the end of the patternAll devices starting with "Prod" e.g.
  • Prod1
  • Prod_Alternate
  • Prod 
*1Asterisk at the beginning of the patternAll devices ending with "1" e.g.
  • Device1
  • D1
  • Device_External_1 
Device_QA_*1Asterisk in the middle of the pattern

All devices starting with "Device_QA_" and ending with "1" e.g. 

  • Device_QA_Number_1
  • Device_QA_1
  • Device_QA_With_Alternate_IP_1 
Device*QA*Multiple asterisks in pattern

All devices starting with "Device", having "QA" somewhere in the name e.g

  • Device_QA
  • Device_for_QA_of_systems
  • DeviceQA
Device-QA1, Device-QA2, Device-*3List of values, with or without
asterix
asterisk in them

All devices exactly matching values in the list. If an asterisk is used - the rules for asterisks apply e.g.

  • Device-QA1 (exact name match)
  • Device-QA2 (exact name match)
  • Device-QA3 (wildcard match) 
*Asterisk only.All device names configured in DPOD will be matched.