Monitoring incremental V2P status
This topic describes various runtime attributes published by Delphix during different phases of the Incremental V2P operation.
Procedure
-
Log in to CLI and navigate to database
-
Select the Incremental VDB:
Copyselect <incremental_vdb> -
List the container run time properties:
Copyls
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 |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
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. |