To stop the services in the active cluster when a disaster recovery process needs to be executed, you must download the Stop services script for Disaster Recovery. This script is available as a separate download package on Entrust TrustedCare.
To install the stop services script on a PKI Hub cluster
- Download the Stop services script for Disaster Recovery from Entrust TrustedCare:
- In a Web browser, log in to 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