How to Add an Assured Recovery Task to a Policy

Create an Assured Recovery task based on a backup task to verify accessibility and assured recovery of the data and provide the data integrity check. The assured recovery task comprises a source, test settings, schedule, and advanced settings. You can also run an Assured Recovery job manually.

This section provides information about how to add an Assured Recovery task to a policy.

Follow these steps:

  1. Navigate to Protect > Policies.
  2. Click the policy name that you have already created.
  3. On the Tasks tab, to add a secondary task, click the add (+) symbol on the RPS section, and then click the newly added RPS section.
  4. On the What to protect tab, select Assured Recovery Task from the Activity Type drop-down list.
  5. On the What to Test tab, under Select Recovery Points, do one of the following:
  6. On the Where to Test tab, select one of the following as the Test Type:
  7. On the Additional Settings tab, do the following:
  8. Heartbeat Properties

    Note: The Heartbeat properties option is available only if you have selected the Instant Virtual Machine as your Test Type.

    Pre/Post Scripts to Settings

    Note: The Pre/Post Scripts to Settings option is available only if you select Agent-Based Linux backup/Replication (Copy to another Data Store) or Host-Based Agentless backup/Replication (Copy to another Data Store) as Recovery Point Source of Assured Recovery Test.

    Check Points

    Note: The Check Points option is available only if you have selected the Instant Virtual Disk as your Test Type.

    Custom Command Location On Proxy

    Note: The Custom Command Location On Proxy options is not available if you have selected the Agent-Based Linux backup as Recovery Point Source of Assured Recovery Test.

    Specifies the custom script that is stored on the proxy server. You can browse the volume information of the proxy server. If IVM assured recovery type is selected, the script is copied into VM and executed when VM boots. If IVHD assured recovery type is selected, the script is executed on the proxy server.

    Note: The Assured Recovery job can only support the executable Windows bat script or executable binary. But, this limitation does not restrict your usage of Assured Recovery job. You can use a Windows batch script written to start your powershell script, such as the name test.bat with the following content:

    Powershell.exe -NoProfile -ExecutionPolicy ByPass -Command "& '%ScriptPath%\AR-check.ps1'"

    Additionally, the following arguments are passed to the script as per your requirement.

    - set PlanName=%1%

    - set NodeName=%2%

    - set ProxyServer=%3%

    - set RecoveryPointName=%3%

    - set MountPointRootPathName=%5% (Applicable only to Instant Virtual Disk test type)

    As a result, the bat is invoked and run as below:

    On Exit Code

    Specifies the exit code for Succeed Job or Fail Job.

    Fail job if it Runs Longer Than

    Specifies if the script runs longer than the specified times.

    Default value: 15 Minutes.

  9. Click Create Policy.
  10. You have successfully created the Assured Recovery task.