Monitoring APTARE StorageConsole > Starting and Stopping Data Collector
   
Version 9.1
Starting and Stopping Data Collector
How you start and stop the 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 Data Collector does not run on the backup server (master server).
To start or stop the Data Collector on Windows
 
1. From the Windows Services Control panel, locate all the following services:
APTARE Agent (the cron agent)
APTARE Event Agent
2. Right-click on the service, then select start or stop.
To start or stop Data Collector on Linux/Solaris
 
As user root, run one of the start, stop, or restart command:
# cd /etc/init.d
# ./aptare_agent status
# ./aptare_agent start|stop|restart
 
To start or stop Data Collector on AIX
 
As user root, run one of the start, stop, or restart command:
# cd /etc
# ./aptare_agent status
# ./aptare_agent start|stop|restart
 
To start or stop Data Collector on HP-UX
 
As user root, run one of the start, stop, or restart command:
# cd /sbin/init.d
# ./aptare_agent status
# ./aptare_agent start|stop|restart