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.
The reset of the passphrase must be alwalys done on:
dbvcontrol component
all dbvagentmanager components connected to the dbvcontrol
The order in which you perform the password reset for individual components doesn’t matter and communication will not be fully working until last component passphrase reset is done.
To reset the communication passphrase regardless whether dbvcontrol or dbvagentmanager you need to perform following steps as user which was used for installation of Dbvisit StandbyMP product:
A. Stop the component as described in: Starting and Stopping Dbvisit StandbyMP
For example:
sudo systemctl stop dbvagentmanager sudo systemctl stop dbvcontrol
B. Reset passphrase by runnig command
on Linux:
cd /usr/dbvisit/standbymp/bin ./change-passphrase
on Windows:
cd "C:\Program Files\Dbvisit\standbymp\bin" change-passphrase
C. Start the component as described in: Starting and Stopping Dbvisit StandbyMP
For Example:
sudo systemctl start dbvagentmanager sudo systemctl stop dbvagentmanager
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:
cd /usr/dbvisit/standbymp/bin ./dbvcontrol reset-admin-password
and on Windows:
cd "C:\Program Files\Dbvisit\standbymp\bin" dbvcontrol.exe reset-admin-password
The change is immediate and no restart of dbvcontrol is needed
Comments