Restarting the AMS service on Linux
Restarting the AMS service on Linux when usual procedures fail.
About this task
This topic explains how to restart the AMS service on Linux, when the usual
procedures do not succeed.
To restart the AMS service, perform the following steps:
Procedure
1. Run one of the following commands to stop the service:
service scaleio-ams stop
or
systemctl stop scaleio-ams
2. Stop all processes manually, using either the killall command, or by PIDs.
For example:
l
ps -ef | grep java
l
kill -9 PID
3. Run one of the following commands to restart the AMS service:
or
service scaleio-ams start
systemctl start scaleio-ams
4. Check the status of the service:
systemctl status scaleio-ams
Dell EMC VxFlex Ready Node AMS User Guide
Managing System Objects
155