After tfactl stop, `/etc/init.d/init.tfa run` is still running
I've stopped and disabled TFA using the following steps:
# tfactl stop
# tfactl disable
When I check processes, I see the following:
[root@rac1 ~]# ps -ef|grep tfa
root 4062 1 0 10:13 ? 00:00:00 /bin/sh /etc/init.d/init.tfa run >/dev/null 2>&1 </dev/null
TFA is definitelly not running:
[root@rac1 ~]# tfactl status
TFA-00002 Oracle Trace File Analyzer (TFA) is not running
What do you think?