Update SRA credentials
For VMware Live Site Recovery to communicate with SRA, you should update SRA credentials on the VMware Live Site Recovery server if you have modified the credentials.
What you will need
You should have executed the steps mentioned in the topic Configuring SRA on VMware Live Site Recovery appliance.
Steps
-
Run the following commands to delete the VMware Live Site Recovery machine folder cached ONTAP tools username password:
-
sudo su <enter root password>
-
docker ps
-
docker exec -it <container_id> sh
-
cd /conf
-
rm -rf *
-
-
Run the Perl command to configure SRA with the new credentials:
-
cd ..
-
perl command.pl -I --otv-ip <OTV_IP>:8443 --otv-username <OTV_ADMIN_USERNAME> --otv-password <OTV_ADMIN_PASSWORD> --vcenter-guid <VCENTER_GUID>
You need to have a single quote around the password value.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.
-