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

  1. Download the Stop services script for Disaster Recovery from Entrust TrustedCare:
    1. In a Web browser, log in to https://trustedcare.entrust.com.
    2. Browse to the Cryptographic Security Platform product page.
    3. Download the Stop services script for Disaster Recovery file (stop-services.sh) from the Patches section.
  2. Copy the script to the $HOME folder of the node (for example, using scp command).
  3. Log in to the node via SSH.
  4. Navigate to the $HOME directory.
  5. Run the following command to make the binary executable: 
    sudo chmod +x stop-services.sh
  6. Run the following command to move the file into the /usr/bin/ directory: 
    sudo mv stop-services.sh /usr/bin