
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi All,
I am unable to start performance agent i have tried with,
ovpacmd stop
opcagt -cleanstart
ovpacmd start
but unbale to start
C:\Users\Administrator>opcagt -status
dsisrv (DSI service) (1104) Running
midaemon (measurement interface) (1212) Running
misrv (measurement interface service) (1192) Running
perfalarm (Alarm generator) Stopped
perfalarmsrv (Alarm generator service) Stopped
perfd (Real Time Metric Access Daemon) (1684) Running
perfdsrv (Real Time Metric Access Service) (1648) Running
ttd (transaction tracking) (904) Running
ttsrv (transaction tracking service) (900) Running
Mwecsrv (extended collection service) (1280) Running
coda OV Performance Core COREXT (3956) Running
opcmona OVO Monitor Agent AGENT,EA (3500) Running
opcwbemi OVO WMI Interceptor AGENT,EA (4456) Running
ovbbccb OV Communication Broker CORE (2792) Running
ovcd OV Control CORE (2152) Running
ovconfd OV Config and Deploy COREXT (2288) Running
Thankx..
P.S. This thread has been moved from Systems Management (OpenView-OP Mgmt) Support and News Forum to OV Performance Management Forum. - Hp Forum Moderator
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you all for the help i have resloved the issue and all the services are up (Y).
C:\Users\Administrator>opcagt -status
dsisrv (DSI service) (432) Running
midaemon (measurement interface) (1200) Running
misrv (measurement interface service) (1180) Running
perfalarm (Alarm generator) (2688) Running
perfalarmsrv (Alarm generator service) (1156) Running
scopent (data collector) (808) Running
scopesrv (collector service) (2736) Running
perfd (Real Time Metric Access Daemon) (600) Running
perfdsrv (Real Time Metric Access Service) (4916) Running
ttd (transaction tracking) (2036) Running
ttsrv (transaction tracking service) (2004) Running
Mwecsrv (extended collection service) (2860) Running
coda OV Performance Core COREXT (2600) Running
opcmona OVO Monitor Agent AGENT,EA (4536) Running
opcwbemi OVO WMI Interceptor AGENT,EA (284) Running
ovbbccb OV Communication Broker CORE (2984) Running
ovcd OV Control CORE (3644) Running
ovconfd OV Config and Deploy COREXT (1532) Running
Thanks:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello
Do you see any errors in system.txt file? Check this for you may see some clues as to what is going on.
Regards
Ram

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
There can be innumerable reasons why a service is not running. so please don't riddle the forum, provide the needed information in the form of logs, error messages, etc. or log a support case.
I would look for errors in the status.scope file in %OvDataDir% folder to see why the scope collector service is not running.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
my post above -
"I would look for errors in the status.scope file in %OvDataDir% folder to see why the scope collector service is not running."
can you pl share the status.scope file?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
HI Ramkumar,
there are different types of status files, PERFALARM file,ECB file,DSI file,PERF-5227 file,TTD file,
which one is to be selected..
Thanks:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you all for the help i have resloved the issue and all the services are up (Y).
C:\Users\Administrator>opcagt -status
dsisrv (DSI service) (432) Running
midaemon (measurement interface) (1200) Running
misrv (measurement interface service) (1180) Running
perfalarm (Alarm generator) (2688) Running
perfalarmsrv (Alarm generator service) (1156) Running
scopent (data collector) (808) Running
scopesrv (collector service) (2736) Running
perfd (Real Time Metric Access Daemon) (600) Running
perfdsrv (Real Time Metric Access Service) (4916) Running
ttd (transaction tracking) (2036) Running
ttsrv (transaction tracking service) (2004) Running
Mwecsrv (extended collection service) (2860) Running
coda OV Performance Core COREXT (2600) Running
opcmona OVO Monitor Agent AGENT,EA (4536) Running
opcwbemi OVO WMI Interceptor AGENT,EA (284) Running
ovbbccb OV Communication Broker CORE (2984) Running
ovcd OV Control CORE (3644) Running
ovconfd OV Config and Deploy COREXT (1532) Running
Thanks:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
What was the solution ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
What is the agent version you are using? and did you check for errors in the status.scope?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Team,
I am also facing the same issue.
Alarm generator service is stopped.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
This repairs my perf agents problems:
/opt/perf/bin/ovpa stop
/opt/perf/bin/pctl stop
/opt/perf/bin/midaemon -T
/opt/perf/bin/ttd -k
if [ ! -f /var/opt/perf/alarmdef ] ; then touch /var/opt/perf/alarmdef ; fi
/opt/perf/bin/ovpa start
/opt/perf/bin/pctl start
/opt/OV/bin/opcagt -start
/opt/OV/bin/opcagt -status

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content