Service Commands#
Overview#
Many configuration changes require stopping or restarting individual services within the Gluu Server. The process to do so differs slightly depending on the operating system in use.
Available services#
The following list of services included with the Gluu Server may differ from deployment to deployment based on installed components.
- httpd/apache2
- oxauth
- oxauth-rp
- identity
- idp
- passport
- casa
- gluu-radius
- opendj
- couchbase-server
- memcached
- redis
Commands#
Start#
systemctl start [service name]
service [service name] start
Stop#
systemctl stop [service name]
service [service name] stop
Status#
systemctl status [service name]
service [service name] status
Restart#
systemctl restart [service name]
service [service name] restart
Reload#
This command is used for the apache2
and httpd
services.
systemctl reload [service name]
service [service name] reload