Starting, stopping, and verifying the SUM 20.0.0 (Beta) service
Prerequisites
- Ensure that you have administrator privileges on Windows.
- Ensure that you have root or sudo privileges on Linux.
About this task
Use this task to manually control the SUM 20.0.0 (Beta) service after installation, configuration changes, troubleshooting, or system maintenance.
Restart the service after changing configuration settings in
user.yaml. Stopping the service makes the SUM web UI and REST
API unavailable until the service is started again
Procedure
Perform one of the following:
For Linux:
-
To start the service:
sudo systemctl start sum -
To stop the service:
sudo systemctl stop sum -
To restart the service:
sudo systemctl restart sum -
To verify the service status:
sudo systemctl status sum
For Windows:
-
To start the service:
net start sum -
To stop the service:
net stop sum -
To verify the service status:
sc query sum