FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Andy_G
Staff
Staff
Article Id 195381

Description

Summary of Topic

Sometimes you need to fully shutdown AO processes and services.  These steps achieve that.

Steps

  1. Open an SSH shell to AO Super as root
Run the following:
  1. phtools --stop all    <<  There are two '-' here
  2. phstatus                   <<  To ensure all ph* processes are down, except phMonitor
  3. service crond stop
  4. killall -9 phMonitor  <<  Case Sensitive
  5. su admin
  6. /opt/glassfish/bin/asadmin stop-domain
    1. Alternatively:   /opt/glassfish/bin/asadmin stop-appserv
  7. exit  << To return to root user
  8. chkconfig --list |grep postgre << to check postgresql service version (i.e postgresql-9.1 )
  9. service postgresql-9.1 stop
  10. service httpd stop
  11. phstatus                   <<  To ensure all ph* processes are down, including phMonitor

 

Version Application

All



 

 

Contributors