How to stop/start ESM services in order

  • KM02174563
  • 07-Mar-2016
  • 07-Mar-2016

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

KM02483512 This are the order you have to stop the services i the correct order.

Question

Note: 1. conapp_httpd  service will be only for AE 4.0 and previous versions.
         2. There may be connectors services also running, they have to be stopped on root, and there is no necessary order but connector_1 and connector_2.


To stop/start ESM services in order:

Stop:
1. /etc/init.d/arcsight_services stop arcsight_web
2. /etc/init.d/arcsight_services stop conapp_httpd (will stop conapp)
3. /etc/init.d/arcsight_services stop manager
4. /etc/init.d/arcsight_services stop logger_servers
5. /etc/init.d/arcsight_services stop mysqld
6. /etc/init.d/arcsight_services stop postgresql
 
 
Start:
1. /etc/init.d/arcsight_services start postgresql
2. /etc/init.d/arcsight_services start mysqld
3. /etc/init.d/arcsight_services start logger_servers
4. /etc/init.d/arcsight_services start manager
5. /etc/init.d/arcsight_services start conapp     (will start conapp_httpd)
6. /etc/init.d/arcsight_services start arcsight_web