Monitoring APTARE IT Analytics > Starting and Stopping Data Collectors
  
Version 10.3.00P13
Starting and Stopping Data Collectors
How you start and stop the APTARE Data Collector depends on your operating system. Also, the location of the start and stop script/service depends on your backup solution. For most backup solutions, the APTARE Data Collector does not run on the backup server (master server).
To start the APTARE Data Collector on Windows
1. Start the following services using the Windows Services Control panel:
APTARE Agent
APTARE WMIServer
To stop the APTARE Data Collector on Windows
1. Stop the following services using the Windows Services Control panel:
APTARE Agent
APTARE WMIServer
To start APTARE Data Collector on Linux
As user root, run the start or restart command:
# cd /etc/init.d
# ./aptare_agent status
# ./aptare_agent start|restart
To stop APTARE Data Collector on Linux
As user root, run the stop command:
# cd /etc/init.d
# ./aptare_agent status
# ./aptare_agent stop