Navigation:  Installation activities > Service configuration >

Starting and stopping the services

Previous  Top  Next

See, in this section, how to stop and start the SE Suite service and the services used by it, individually.

 

SE Suite

Starting the SE Suite services:

# service sesuite start

 

During the SE Suite service start up, the system will perform a requirement check. If a requirement does not meet the system use, the checker will display a message to indicate the configuration that needs to be solved. Refer to the Requirements check section for details on how to troubleshoot major configuration issues.

It is important to remember that, when restarting the database, it will be necessary to restart the SE Suite service as well.

 

Stop the SE Suite services:

# service sesuite stop

 

Restart the SE Suite services:

# service sesuite restart

 

See below how to stop and start the services used by SE Suite individually: If a service is installed in another directory, update the command with the correct directory.

 

NGInx

# /usr/local/se/apps/nginx/nginx

# /usr/local/se/apps/nginx/nginx –s stop

 

PHP-fpm

# /usr/local/se/apps/php/sbin/php-fpm

# kill $(ps aux | grep 'fpm' | awk '{print $2}')

 

Apache Tomcat

# /usr/local/se/apps/tomcat/bin/startup.sh

# /usr/local/se/apps/tomcat/bin/shutdown.sh