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.
...
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 |
...
Code Block |
---|
cd "C:\Program Files\Dbvisit\standbymp\bin" dbvcontrol.exe reset-admin-password |
The change is immediate an and no restart of dbvcontrol is needed
...