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
ONTAP tools 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.
Procedure
-
Log in using administrator account to the SRM Appliance using putty.
-
Switch to the root user using the command: su root
-
At the log location enter the command to get the docker ID used by SRA docker ps -l
-
To login to the container ID, enter command docker exec -it -u srm <container id> sh
-
Configure SRM with the
ONTAP
tools
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.