Skip to content

Starting and stopping the Analytics server

To stop, start, or restart the Analytics server, such as when troubleshooting problems, use the following commands. While the server is stopped, no data is extracted. All commands assume the user has superuser privileges.

To start Analytics:

systemctl start zenoss-analytics

To stop and then start Analytics:

systemctl restart zenoss-analytics

To stop Analytics:

systemctl stop zenoss-analytics