Skip to main content
ONTAP tools for VMware vSphere 10.1

Update SRA credentials

Contributors netapp-jani

For SRM to communicate with SRA, you should update SRA credentials on the SRM server if you have modified the credentials.

What you will need

You should have executed the steps mentioned in the topic Configuring SRA on the SRM appliance

Steps

  1. Run the following commands to delete the SRM machine folder cached ONTAP tools username password:

    1. sudo su <enter root password>

    2. docker ps

    3. docker exec -it <container_id> sh

    4. cd /conf

    5. rm -rf *

  2. Run the perl command to configure SRA with the new credentials:

    1. cd ..

    2. 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.