Operating System - HP-UX
1826524 Members
4315 Online
109695 Solutions
New Discussion

Re: opcle & scopeus process

 
SOLVED
Go to solution
Sarjerao
Frequent Advisor

opcle & scopeus process

Hi
One my ftp server showing opcle and scopeux process running and taking very much cpu util.
I don't know what are thsese process and why it started?
4 REPLIES 4
Joseph Loo
Honored Contributor

Re: opcle & scopeus process

hi,

opcle is from Openview VantagePoint Operations (OVOW). do this to locate other processes:

# ps -ef|grep -i opc
# opcagt -status
to check the status of the agent.

scopeux is from Measureware:

# mwa status
to check status

regards.
what you do not see does not mean you should not believe
Sarjerao
Frequent Advisor

Re: opcle & scopeus process

why i need thsese process ? can i stop these process.
Joseph Loo
Honored Contributor
Solution

Re: opcle & scopeus process

hi,

OVOW (or HP Openview Operations) is a system monitoring tool. u may stop but inform the administrator who could be monitoring from a central management console.

MeasureWare is a performance tool associated with Glance/GlancePlus. stop if u do not need to monitor the performance of your server.

regards.
what you do not see does not mean you should not believe
Sarjerao
Frequent Advisor

Re: opcle & scopeus process

Thanks Joseph Loo