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
- Copy the script to the
$HOMEfolder – for example:scp stop-services.sh user@remote-host:~ - Log in to the node.
- Navigate to the directory where you copied the binary file.
- 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