Monitoring incremental V2P status

This topic describes various runtime attributes published by Delphix during different phases of the Incremental V2P operation.

Procedure

  1. Log in to CLI and navigate to database

  2. Select the Incremental VDB:

    Copy
    select <incremental_vdb>
  3. List the container run time properties:

    Copy
    ls

Backup Worker Runtime Attributes

On creation of Incremental VDB, backup worker starts capturing incremental changes on the VDB and continuously updates the following metrics under container run time attributes.

Attribute

Description

Purpose

backupWorkerState

Current state of backup execution loop

Values: (ACTIVE, INACTIVE, FAULTED, UNKNOWN)

Helps determine if incremental restores are progressing or blocked.

lastBackupSetUUID UUID of the last backup set generated. Enables traceability and reconciliation with backup inventory.
lastBackupTime Timestamp of most recent completed backup Useful for monitoring restore recency and lag.
status Result of most recent backup cycle. Signals success, transient issue, or failure pattern.
pendingAction Required user intervention to resume backups. Guides operational remediation.
totalNumberOfBackupsTaken Cumulative count of successful restore executions. Indicates historical workload and progress through backlog.
lastUpdateTimestamp Last update from backup worker. Detects staleness or liveness issues.

Restore Worker Runtime Attributes

On completion of Incremental export, restore worker starts applying incremental changes on the physical database and continuously updates the following metrics under container runtime attributes.

Attribute

Description

Purpose

restoreWorkerState

Current operational state of the restore worker.

Values: (ACTIVE, INACTIVE, FAULTED, UNKNOWN)

Helps determine if incremental restores are progressing or blocked

pendingAction User action required (if any) to clear an error or unblock progress. Guides operational remediation.
totalNumberOfRestoresCompleted Cumulative count of successful restore executions Indicates historical workload and progress through backlog.
lastUpdateTimestamp When the worker last reported any state or metric. Detects staleness or liveness issues.