You are on page 1of 1

Hi all

I am sharing the following actions to run on a server, with monitoring agents


problems, for example:

perfalarm (Alarm generator) Stopped


perfalarmsrv (Alarm generator service) Stopped
scopent (data collector) Stopped
scopesrv (collector service) Stopped

To start the agents (before a reinstallation) we should run the following commands.
I recommend to make two BAT files in the following order:

BAT 1
ovc -stop
ovc -kill
ovpacmd stop
opcagt -stop

BAT 2
taskkill /F /IM ovcd.exe
taskkill /F /IM ttd.exe
taskkill /F /IM ttdsrv.exe
taskkill /F /IM ovc.exe
taskkill /F /IM ovbbccb.exe
taskkill /F /IM ntdownt.exe
taskkill /F /IM rtmd.exe
taskkill /F /IM coda.exe
taskkill /F /IM perfd.exe
taskkill /F /IM perfdsrv.exe
taskkill /F /IM perfalarmsrv.exe
taskkill /F /IM perfalarm.exe
taskkill /F /IM misrv.exe
taskkill /F /IM midaemon.exe
taskkill /F /IM dsisrv.exe
taskkill /F /IM scopent.exe
taskkill /F /IM scopesrv.exe
taskkill /F /IM mwecsrv.exe
taskkill /F /IM opcle.exe
cd %ovinstalldir%\msg\C\
del scopemsgs /F /Q
fsutil file createnew scopemsgs 0
cd %ovdatadir%\tmp\public\opc\
del *.* /F /Q
cd %ovdatadir%\tmp\opc\
del *.* /F /Q
ovpacmd start
ovc -start
opcagt -cleanstart

After bats execution check the agents status again from de command line

ovc �status
opcagt �status
perfstat -v

You might also like