Step 1: Installing DR

The Disaster Recovery system is included as part of the SOAR installation run file, as a .rpm file in the local Yum repository created during the installation.

Before you begin

The SOAR installation on each of the appliances must be the same version.

Procedure

  1. To install the DR content, run the following command on each of the appliances:
    sudo yum install -y resilient-dr
    The content is installed in the /usr/share/resilient-dr/ansible directory.
    Important: You must run all Ansible® playbooks from this directory.
  2. To subsequently check the DR version that is installed, run the following command:
    sudo yum info resilient-dr
    This displays the DR version, for example:
    
    Name        : resilient-dr
    Arch        : noarch
    Version     : 1.0.46
    Release     : 1
    Size        : 84 k
    Repo        : installed
    From repo   : resilient_local
    Summary     : Resilient Disaster Recovery
    URL         : https://www.resilientsystems.com
    License     : Resilient
    Description : Resilient Disaster Recovery

What to do next

Proceed to Step 2: Setting up the appliance systems.