...
Note |
---|
Dbvisit Standby Multiplatform has two components: dbvagentmanager and dbvcontrol. While dbvagentmanager must be deployed on each primary and standby server, there should be only one dbvcontrol component per whole environment. It is supported to deploy dbvcontrol on primary server or on standby server but never to both at the same time. It is also supported to use separated host from primary or standby for dbvcontrol. |
...
Info |
---|
dbvagentmanager and dbvcontrol share same commands syntax for start and stop |
Note |
---|
Choose only one method from the two for your environment, do not combine them |
...
Code Block |
---|
sudo systemctl start dbvagentmanager
sudo systemctl stop dbvagentmanager
sudo systemctl restart dbvagentmanager
sudo systemctl status dbvagentmanager
sudo systemctl start dbvcontrol
sudo systemctl stop dbvcontrol
sudo systemctl restart dbvcontrol
sudo systemctl status dbvcontrol |
For uninstalling the systemctl dbvagentmanager service from Linux OS we recommend to use following commands:
...