Run the commands mentioned below to stop the services. Please follow the order of listing.
As you know the node on which CSM is running, run the following commands.
Click here to view the commands.
salt '<Node Name>' cmd.run "systemctl stop csm_web" salt '<Node Name>' cmd.run "systemctl stop csm_agent"
Click here to view the command.
salt '*' cmd.run "systemctl stop sspl-ll"
Click here to view the commands.
salt '*' cmd.run "systemctl stop haproxy" salt '*' cmd.run "systemctl stop s3authserver"
Click here to view the command.
hctl shutdown --all
Click here to view the command.
salt '*' cmd.run "systemctl stop rabbitmq-server"
Click here to view the command.
salt '*' cmd.run "systemctl stop slapd"
As you know the nodes on which statsd and kibana are running, run the following commands.
Click here to view the commands.
salt '<Node Name>' cmd.run "systemctl stop statsd" salt '<Node Name>' cmd.run "systemctl stop kibana"
Elasticsearch
Click here to view the command.
salt '*' cmd.run "systemctl stop elasticsearch"