Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section describes how to stop platform services on all servers.

Warning

Before you begin

...

, Check for operations in progress on the platform

...

 and wait for all operations to complete

...

Note

.

If there are operations in progress, DO NOT STOP the platform services if there are operations in progress because this can cause serious issues with your platform.

To stop platform services:

  1. Stop the API on

...

  1. the API

...

  1. server or Monolithic

...

  1. server

    Code Block
    systemctl stop abiquo-tomcat
  2. Stop the UI on

...

  1. the API

...

  1. server or Monolithic

...

  1. server or dedicated UI server

    Code Block
    systemctl stop httpd
  2. StopRemote

...

  1. services server

    Code Block
    systemctl stop abiquo-tomcat
  2. Stop

...

  1. the database

...

  1.  on the Monolithic

...

  1. server or Database server or Datanode server.

    Code Block
    systemctl stop mariadb

...

  1. For a datanode configuration, you will also need to stop the Galera cluster. For more details,

...

  1. see Stop and start HA configuration

...

  1. Stop RabbitMQ (on the

...

  1. monolithic server or API Server or Datanode)

    Code Block
    systemctl stop rabbitmq-server
  2. V2V

...

  1. server -
    You do not need to stop anything because the BPM remote service is run on-demand only

  2. Stop

...

  1. monitoring server

    Code Block
    systemctl stop abiquo-delorean
    systemctl stop abiquo-emmett
    systemctl stop kairosdb
    systemctl stop cassandra
  2. On the

...

  1. monitoring server, check if Cassandra is really dead

    Code Block
    ps auwx | grep cassandra

    Get the process number for Cassandra (the first number in the output of the previous command), and kill it. In this example, Cassandra is process 12345.

    Code Block
    kill -9 12345

All processes on platform servers should now be haltedRelated topics
Check for operations in progress on the platform.