Repeat the steps below to install the stop-services.sh script on PKI Hub cluster 1 and PKI Hub cluster 2.

See Downloading the installation files for how to download this script.

To install the stop services script on a PKI Hub cluster

  1. Copy the script to the $HOME folder – for example:
    scp stop-services.sh user@remote-host:~
  2. Log in to the node.
  3. Navigate to the directory where you copied the binary file.
  4. Run the following command to make the binary executable: 
    sudo chmod +x stop-services.sh
  5. Run the following command to move the file into the /usr/bin/ directory: 
    sudo mv stop-services.sh /usr/bin