TFA-00002 : Oracle Trace File Analyzer (TFA) is not running
TFA Failed to start listening for commands on one of the Rac Node :
As a root user
/etc/init.d/init.tfa start
Starting TFA..
start: Job is already running: oracle-tfa
Waiting up to 100 seconds for TFA to be started..
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
Successfully started TFA Process..
. . . . .
TFA-00002 : Oracle Trace File Analyzer (TFA) is not running
TFA Failed to start listening for commands
Solution :
run synctfanodes.sh if you have root password .
if no root password copy below files to TFA Failed node and try to restart TFA ..
Please check whether these 4 files exist on all nodes are similar.
TFA_HOME/server.jks
TFA_HOME/client.jks
TFA_HOME/internal/ssl.properties
TFA_HOME/internal/
portmapping.txt
If not similar just copy these files to TFA Failing node and try TFA Restart ..It Worked for me .
[root@host01]# ./tfactl -v "debug" start
Starting TFA..
start: Job is already running: oracle-tfa
Waiting up to 100 seconds for TFA to be started..
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .
Successfully started TFA Process..
. . . . .
TFA Started and listening for commands
[root@host01 bin]# pwd
/u01/app/12.1.0.2/grid/tfa/host01/tfa_home/bin
[root@host01 bin]# ./tfactl print status
.----------------------------------------------------------------------------------------------------.
| Host | Status of TFA | PID | Port | Version | Build ID | Inventory Status |
+--------------+---------------+-------+------+------------+----------------------+------------------+
| host01 | RUNNING | 94580 | 5000 | 12.1.2.5.1 | 12125120150818011848 | COMPLETE |
| host02 | RUNNING | 13972 | 5000 | 12.1.2.5.1 | 12125120150818011848 | COMPLETE |
'--------------+---------------+-------+------+------------+----------------------+------------------'
[root@host01 bin]# cat ../internal/portmapping.txt
host01:5000
host02:5000
[root@host01 bin]#
[root@host02 bin]# pwd
/u01/app/12.1.0.2/grid/tfa/host02/tfa_home/bin
[root@host02 bin]# ./tfactl print status
.----------------------------------------------------------------------------------------------------.
| Host | Status of TFA | PID | Port | Version | Build ID | Inventory Status |
+--------------+---------------+-------+------+------------+----------------------+------------------+
| host02 | RUNNING | 13972 | 5000 | 12.1.2.5.1 | 12125120150818011848 | COMPLETE |
| host01 | RUNNING | 94580 | 5000 | 12.1.2.5.1 | 12125120150818011848 | COMPLETE |
'--------------+---------------+-------+------+------------+----------------------+------------------'
Comments
Post a Comment