To stop the services in the active cluster when a disaster recovery process needs to be executed, you must the Stop services script for Disaster Recovery. The Stop services script for Disaster Recovery is available as a separate download package on Entrust TrustedCare.
The following procedure describes how to download and install the Stop services script for Disaster Recover. You must install it on all the all the PKI Hub cluster 1 and PKI Hub cluster 2 nodes.
To install the stop services script on a PKI Hub cluster
- Download theStop services script for Disaster Recovery from Entrust TrustedCare:
- In a Web browser, log in to Entrust TrustedCare (https://trustedcare.entrust.com).
- Browse to the Cryptographic Security Platform product page.
- Download the Stop services script for Disaster Recovery file (
stop-services.sh) from the Patches section.
- Copy the script to the
$HOMEfolder of the node (for example, using scp command). - Log in to the node via SSH.
- Navigate to the
$HOMEdirectory. - Run the following command to make the binary executable:
sudo chmod +x stop-services.sh - Run the following command to move the file into the
/usr/bin/directory:sudo mv stop-services.sh /usr/bin