Skip to main content
ONTAP tools for VMware vSphere 9.13

Update SRA credentials

Contributors Netapp-shabaana

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

You need to delete the SRM machine folder cached ONTAP tools username password and reinstall the SRA.

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> administrator <otv-password>. 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.