Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
140 lines (76 loc) · 1.97 KB

Stopping_Services.rst

File metadata and controls

140 lines (76 loc) · 1.97 KB

Stopping Services

Run the commands mentioned below to stop the services. Please follow the order of listing.

CSM

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"

SSPL

Click here to view the command.
salt '*' cmd.run "systemctl stop sspl-ll"

S3 (AuthServer and HAProxy)

Click here to view the commands.
salt '*' cmd.run "systemctl stop haproxy"

salt '*' cmd.run "systemctl stop s3authserver"

I/O Stack

Click here to view the command.
hctl shutdown --all

RabbitMQ

Click here to view the command.
salt '*' cmd.run "systemctl stop rabbitmq-server"

LDAP

Click here to view the command.
salt '*' cmd.run "systemctl stop slapd"

Statsd and Kibana

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"