View actions in ADBM

In ADBM, an action means any API call, SQL request, or internal procedure that starts when backup configurations or operations related to backups and DR are being applied.

Each action can trigger several other related actions — subactions.

List of actions

To view a list of actions, follow the steps:

  1. Open the Backup Manager page via the ADB Control web interface. The Actions section of the next page contains a table with general information on actions for all available ADB clusters.

    adbm actions way1
    The Actions section
  2. If you want to display actions for a specified cluster, click the cluster name in the table that is located in the Clusters section of the opened page.

    adbm view actions1
    Select the ADB cluster

    The Actions tab of the opened page contains a table with general information on actions for the selected cluster.

    adbm actions way2
    The Actions tab

Both tables mentioned above contain the following information on actions.

Action list fields
Field Description

Action

An action full name

Cluster

A name of the cluster on which the selected action was executed. Displayed only if no specific cluster is selected on the Backup Manager page

Status

An action status. Possible values:

  • Started

  • Stopped

  • Done

  • Failed

  • Terminating

  • Awaiting

  • Unknown

Username

The user who performed the selected action

Start time

An action start timestamp in the DD/MM/YYYY HH:mm:ss format

End time

An action end timestamp in the DD/MM/YYYY HH:mm:ss format

Search actions

Both the Actions section and the Actions tab contain filters that you can use to select actions with specific data. The available filters are listed below:

  • Search username…​ — filter by the user name (see Username above). Enter a full value.

  • Cluster — filter by the cluster name (see Cluster above). Displayed only if no specific cluster is selected on the Backup Manager page. Select a value from the drop-down list.

  • Action — filter by the action name (see Action above). Select a value from the drop-down list.

  • Status — filter by the action status (see Status above). Select a value from the drop-down list.

adbm actions filter
Filters for actions

For example, to show only the failed actions, you can click the Status filter and select the Failed item in the drop-down list.

adbm actions filter2
Set the Status filter

As a result of applying a filter, the table contains actions with the Failed status.

adbm actions filter3
Failed actions

Action details

To view the action details, click the action name (Action) in the table located in the Actions section or on the Actions tab.

adbm actions details
Select an action

The next page contains the following sections:

  • Overview

  • Subactions

The Overview section displays the general action information.

adbm actions details2
The Overview section
Fields of the Overview section
Field Description

Cluster

A cluster name (see Cluster above)

Submitted by

The user who submitted the selected action

Start time

An action start timestamp in the DD/MM/YYYY HH:mm:ss format

End time

An action end timestamp in the DD/MM/YYYY HH:mm:ss format

Status

An action status (see Status above)

The Subactions section displays a list of subactions that are triggered by the top-level action. All subactions are ordered by the start timestamp — from the first action to the last one. For each action in the list, the action name and status are displayed.

adbm actions details4
The Subactions section

When you click any subaction in the list, the detailed information on it is displayed in the right part of the screen.

Subaction details
Field Description

Action name

A subaction name

Status

A subaction status (see Status above)

Start time

A subaction start timestamp in the DD/MM/YYYY HH:mm:ss format

End time

A subaction end timestamp in the DD/MM/YYYY HH:mm:ss format

Duration

A subaction duration in hours, minutes, and seconds

For low-level actions that have the Failed status, the End Results section with the subaction result is displayed below the detailed information. For example, the following result means an attempt to create a restore point before any backup is completed.

adbm actions details3
The End Results section
TIP

You can copy the result by clicking copy hover dark copy hover light in the top right corner of the code sample. This functionality can be useful for debugging errors.

Found a mistake? Seleсt text and press Ctrl+Enter to report it