You can run an action to disable Disaster Recovery (DR). You typically do this before
upgrading the SOAR Platform.
About this task
The ssh keys are removed when you complete this action.
Procedure
-
On the master appliance, manually disable and stop the SOAR Platform by running the following commands:
sudo systemctl disable resilient
sudo systemctl stop resilient
-
On the master appliance, to verify that the receiver is fully synchronized with the master,
complete one of the following:
Note: If you want to cancel disabling DR, you must re-enable and start the
SOAR Platform on the master appliance manually, as
follows:
sudo systemctl enable resilient
sudo systemctl start resilient
-
To disable DR on both appliances, run this command from the current master system:
/usr/share/resilient-dr/ansible/scripts/run_dr.sh -a disable_dr -i <resilient_hosts_primary_machine_a/b.yml>