IBM DataPower Operations Dashboard v1.0.6.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »



WAITING_FOR_PRE_VALIDATIONThe plan was entered into the execution queue, it was not yet validated or checked, and eventually may not get executed
BACKUPS_ARE_DISABLEDThe plan will not execute - all backups were disabled (see Configurable Parameters and Settings)
SYNCS_ARE_DISABLEDThe plan will not execute - all syncs were disabled (see Configurable Parameters and Settings)
PREPROCESS_EXECUTION_SKIPPED_BECAUSE_A_DAY_PASSEDThe plan was waiting in the WAITING_FOR_PRE_VALIDATION status for a day or more and will be canceled
PRE_VALIDATION_QUIESCE_TIMEOUT_SYSPARM_TOO_SHORTThe plan will not execute - the configured quiesce parameter (see Configurable Parameters and Settings) is shorter than 60 seconds
PRE_VALIDATION_OUT_OF_MAINTENANCE_WINDOWThe plan will not execute - the current time is not within the maintenance window (see Maintenance Concepts for more information
about the maintenance window), the maintenance window is checked for all execution types - schedules, ad-hoc via the UI and via the REST API
PRE_VALIDATION_STORE_IS_NOT_MOUNTEDThe plan will not execute - for backup plans - the backup destination must be a mounted remote filesystem , you cannot backup to the local filesystem
created during DPOD installation (see Configurable Parameters and Settings on how to change the destination)
PRE_VALIDATION_BACKUP_STORE_OUT_OF_SPACEThe plan will not execute - there is not enough space in the backup destination path (DPOD checks the free space percent on the mounted path, see Configurable Parameters and Settings on how to change the threshold)
PRE_VALIDATION_BACKUP_STORE_PATH_NOT_FOUNDThe plan will not execute - the backup destination path was not found (see Configurable Parameters and Settings on how to change the destination)
NO_TASKS_CREATEDThe plan will not execute - no tasks created, this can happen, if no devices or domains were matching the pattern in the activity, or if no devices were available. for example, the backup activity specified Device QA1 and domain Bank*, but no such domains exist on device QA1.
NO_ELIGIBLE_TASKSThe plan will not execute - some tasks were created, but all of them were skipped or failed validations.
For example, secure backup task for a device that was not in DR mode
PRE_VALIDATIONS_STARTED
STARTED_DIVIDING_TO_TASKS
TASKS_VALIDATIONS_STARTED
TASKS_VALIDATIONS_FINISHED
Interim statuses - only used as progress indication, the plan will usually not stay in this status for more than a few minutes.
READY_FOR_EXECUTIONInterim status - the plan passed all validation and has some tasks waiting for execution, it is queued and will be executed in the next minute, or is waiting for other plans to finish executing first.
PRE_PLAN_SCRIPT_STARTED

Interim status - before any task is executed, the pre-plan script is executing, the plan is waiting for the script to finish

PRE_PLAN_SCRIPT_FAILEDThe plan will not execute - the pre-plan script returned with a return code greater than 0
EXECUTINGInterim status - one or more tasks started executing
POST_PLAN_SCRIPT_STARTEDInterim status - the post-plan script is executing, the plan is waiting for the script to finish
POST_PLAN_SCRIPT_FAILEDThe plan finished executing, but the post-plan script returned with a return code greater than 0
SUCCESS_WITH_SKIPPED_TASKSAll tasks either finished successfully one or more tasks skipped (for example, because the device was not available)
SUCCESSAll tasks finished successfully
FAILEDOne or more tasks failed
  • No labels