Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

At any point in time post the installation it is possible to reset passphrase which was used to secure communication of dbvagentmanagers with dbvcontrol. It is also possible to reset Admin password for dbvcontrol which is used for login to the GUI console, if the password was changed from default and forgotten.

1. Reset

...

Dbvcontrol and Dbvagentmanager Communication Passphrase

By default dbvagentmanager and dbvcontrol communication is secured with help of passphrase which user enters during installation. It is always possible to reset this passphrase if for example there is a need for adding dbvagentmanager without knowledge of the original passphrase.

...

Code Block
cd /usr/dbvisit/standbymp/bin
./change-passphrase
Note

Never use root user for running change-passphrase

on Windows:

Code Block
cd "C:\Program Files\Dbvisit\standbymp\bin"
change-passphrase

...

After performing these steps on all involved components, the communication passphrase will be successfully reset.

2. Reset

...

Dbvcontrol Webserver Console Admin

...

Password

You can at any time reset admin password for dbvcontrol which is used for login to the GUI console. You will need to run following command on server where dbvcontrol is installed, on Linux:

...