Scrutinizer shutdown
Moderators: scottr, Moderator Team
5 posts
• Page 1 of 1
Scrutinizer shutdown
Hello!
Please, help how to shutdown Scrutinizer.
Thank you.
Please, help how to shutdown Scrutinizer.
Thank you.
- Alex_
- Posts: 1
- Joined: Fri Aug 26, 2011 2:30 am
Re: Scrutinizer shutdown
Hello Alex_,
You can stop Scrutinizer v8 by stopping the following services:
plixer_apache
plixer_domain
plixer_flow_collector
plixer_watcher
plixer_mysql
Thanks,
Paul
You can stop Scrutinizer v8 by stopping the following services:
plixer_apache
plixer_domain
plixer_flow_collector
plixer_watcher
plixer_mysql
Thanks,
Paul
-

pauld - Posts: 156
- Joined: Mon Jan 04, 2010 10:05 am
- Location: Sanford, Maine
Re: Scrutinizer shutdown
I use the following batch file (based on the services dependencies).
I also added a Kill of the collector process because the stop will always fail.
@echo off
echo.
echo Stopping Scrutinizer services...
echo.
net stop plixer_apache
Rem "C:\PROGRA~1\SCRUTI~1\apache\bin\httpd.exe" -k runservice
net stop plixer_domain
Rem "C:\PROGRA~1\SCRUTI~1\bin\scrut_domain.exe"
Rem Depends On: plixer_mysql
net stop plixer_flow_collector
pause
taskkill /f /im scrut_collector.exe
pause
Rem "C:\PROGRA~1\SCRUTI~1\bin\scrut_collector.exe"
net stop plixer_watcher
Rem "C:\PROGRA~1\SCRUTI~1\bin\scrut_watcher.exe"
net stop plixer_mysql
Rem "C:\PROGRA~1\SCRUTI~1\mysql\bin\mysqld" --defaults-file="C:\PROGRA~1\SCRUTI~1\mysql\my.ini" plixer_mysql
pause
I also added a Kill of the collector process because the stop will always fail.
@echo off
echo.
echo Stopping Scrutinizer services...
echo.
net stop plixer_apache
Rem "C:\PROGRA~1\SCRUTI~1\apache\bin\httpd.exe" -k runservice
net stop plixer_domain
Rem "C:\PROGRA~1\SCRUTI~1\bin\scrut_domain.exe"
Rem Depends On: plixer_mysql
net stop plixer_flow_collector
pause
taskkill /f /im scrut_collector.exe
pause
Rem "C:\PROGRA~1\SCRUTI~1\bin\scrut_collector.exe"
net stop plixer_watcher
Rem "C:\PROGRA~1\SCRUTI~1\bin\scrut_watcher.exe"
net stop plixer_mysql
Rem "C:\PROGRA~1\SCRUTI~1\mysql\bin\mysqld" --defaults-file="C:\PROGRA~1\SCRUTI~1\mysql\my.ini" plixer_mysql
pause
- gavandre
- Posts: 5
- Joined: Tue Oct 04, 2011 11:24 am
Re: Scrutinizer shutdown
Hi gavandre,
That's a great script, thank you for sharing. For the kill command, I suggest using the /T option as well. The collector is threaded and this will kill all threads.
taskkill /F /IM scrut_collector.exe /T
- Tom
That's a great script, thank you for sharing. For the kill command, I suggest using the /T option as well. The collector is threaded and this will kill all threads.
taskkill /F /IM scrut_collector.exe /T
- Tom
-

tomp - Site Admin
- Posts: 289
- Joined: Wed Jul 27, 2005 9:53 am
- Location: Sunny Sanford Maine
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 0 guests