Versions Compared

Key

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

...

Excerpt

This page describes how to stop platform services on all servers

Div
classtaskprerequisites

Before you begin:

  1. Check for operations in progress on the platform and wait for all operations to complete

...

tasksteps
classtaskwarning
Note
class

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

Div

To stop platform services:

  1. Abiquo Server

    Code Block
    service abiquo-tomcat stop
    service httpd stop


  2. Remote Services

    Code Block
    service abiquo-tomcat stop

     

  3. V2V Server
    • The BPM remote service is run on-demand only, so there is no need to stop anything
  4. KVM

    Code Block
    service abiquo-aim stop


  5. LVM

    Code Block
    service abiquo-lvmiscsi stop

...

...


All processes on platform servers should now be halted

...

Related topics
Check for operations in progress on the platform