About unix scopeux Daemon
Openview performance agent
This daemon is related to the MWA agents that is responsible to monitored the applications
you can see the status with the following command
<<<<
/opt/perf/bin/mwa status
<<<<
/opt/perf/bin/mwa stop
<<<<<
/opt/perf/bin/mwa start
Daemon scopeux not running
Solutions
========
In this case you should check from the logs any process couldn’t register with “ttd”
most common reason “ttd” couldn’t register with rpcbind because rpcbind wasn’t running
SOLUTION:
***********
# ps -ef |grep rpc
root 725 1 0 Jul 28 ? 0:01 /usr/sbin/rpcbind
root 767 1 0 Jul 28 ? 0:00 /usr/sbin/rpc.lockd
root 761 1 0 Jul 28 ? 0:00 /usr/sbin/rpc.statd
root 1154 1 0 Jul 28 ? 12:05 /opt/dce/sbin/rpcd
root 1646 1 0 Jul 28 ? 0:00 /usr/sbin/rpc.mountd
root 4568 3369 1 18:00:43 ttyp2 0:00 grep rpc
# kill -9 725 1154 (…..to permanently kill the Process ID for “rpcbind” and “rpcd” daemons)
# /sbin/rc2.d/S590Rpcd start (…..to restart the “rpcd” daemon)
# /usr/sbin/rpcbind (…..to restart the “rpcbind” daemon)
# ps -ef |grep rpc (…..both daemons should be showing the current time)
# mwa stop
# ttd -k
# cat /dev/null >logtran
# cat /dev/null >logappl
# cat /dev/null >logdev
# cat /dev/null >logglob
# cat /dev/null >logindx
# cat /dev/null >logproc
# mwa start
# mwa status (…..wait for few minutes before checking the status)
go to : /opt/perf/bin
run ./perfstat -e
check the errors
you can also check
root:# tail /var/opt/perf/status.scope
Category: Linux Administration
