Skip to main content
VSC, VASA Provider, and SRA 9.7

Configure SRA on the SRM Appliance

Contributors

After you have deployed the SRM Appliance, you should configure SRA on the SRM Appliance. The successful configuration of SRA enables SRM Appliance to communicate with SRA for disaster recovery management. You should store the virtual appliance for VSC, VASA Provider, and SRA credentials (IP address and administrator password) in the SRM Appliance to enable communication between SRM Appliance and SRA.

Before you begin

You should uploaded the tar.gz file to SRM Appliance.

About this task

The configuration of SRA on SRM Appliance stores the SRA credentials in the SRM Appliance.

Steps
  1. Log in using administrator account to the SRM Appliance using putty.

  2. Switch to the root user using the command: su root

  3. At the log location enter the command to get the docker ID used by SRA docker ps -l

  4. To login to the container ID, enter command docker exec -it -u srm <container id> sh

  5. Configure SRM with the virtual appliance for VSC, VASA Provider, and SRA IP address and password using the command: perl command.pl -I <va-IP> administrator <va-password>

    A success message confirming that the storage credentials are stored is displayed. SRA can communicate with SRA server using the provided IP address, port and credentials.