logIt Log Around The Clock

Kill opc_adm Process

tags:

Unclean logout may leave opc_adm logged in and locked for a new session of motif GUI login.

(from a forum thread)
ps -ef | grep opc_adm

And you will get a line back that looks something like
this:

root 9999 8888 0 Aug 9 ? 2:29 ovw -map opc_adm -xrn OVw*...

This is the process that is stopping you logging in. The first number is the process id, and it will be
different on your system. Kill it off like this:

kill -1 9999

Leave a Reply