Manage Oracle Trace File Analyzer Collector daemon, diagnostic collections, and the collection repository.
In addition, add hosts to the Oracle Trace File Analyzer Collector configuration, modify default communication ports, and configure SSL protocol.
init on UNIX systems or init/upstart/systemd on Linux systems so that Oracle Trace File Analyzer Collector starts automatically whenever a node starts.tfactl print status or tfactl print config commands.root or sudo access to tfactl to add hosts to Oracle Trace File Analyzer configuration.Oracle Trace File Analyzer Collector runs out of init on UNIX systems or init/upstart/systemd on Linux systems so that Oracle Trace File Analyzer Collector starts automatically whenever a node starts.
To manage Oracle Trace File Analyzer daemon:
init control file /etc/init.d/init.tfa is platform dependant.View the status of Oracle Trace File Analyzer across all the nodes in the cluster using either tfactl print status or tfactl print config commands.
To view the status and configuration settings of Oracle Trace File Analyzer:
Related Topics
You must have root or sudo access to tfactl to add hosts to Oracle Trace File Analyzer configuration.
To add, remove, and replace SSL certificates:
The Oracle Trace File Analyzer daemons in a cluster communicate securely over ports 5000 to 5005. However, you can change if that port range is not available on your system.
When installed, the $TFA_HOME/internal/usableports.txt file looks as follows:
$ cat $TFA_HOME/internal/usableports.txt 5000 5001 5002 5003 5004 5005
To change the ports:
View and restrict SSL/TLS protocols. Configure Oracle Trace File Analyzer to use self-signed or CA-signed certificate.
Java keytool to replace self-signed SSL certificates with personal self-signed certificates.Java keytool and openssl to replace self-signed SSL certificates with Certificate Authority (CA) signed certificates.The Oracle Trace File Analyzer daemons in a cluster communicate securely using the SSL/TLS protocols.
The SSL protocols available for use by Oracle Trace File Analyzer are:
TLSv1.2
TLCv1.1
TLSv1
Oracle Trace File Analyzer always restricts use of older the protocols SSLv3 and SSLv2Hello.
To view and restrict protocols:
Manage directories configured in Oracle Trace File Analyzer and diagnostic collections.
trimfiles, maxcorefilesize, maxcorecollectionsize, and the diagcollection option -nocores to reduce the size of collections.Add the directories to the Oracle Trace File Analyzer configuration to include the directories in diagnostic collections.
Oracle Trace File Analyzer then stores diagnostic collection metadata about the:
Directory
Subdirectories
Files in the directory and all sub directories
All Oracle Trace File Analyzer users can add directories they have read access to.
To manage directories:
Related Topics
All collections are stored in the Oracle Trace File Analyzer repository. The repository size is the maximum space Oracle Trace File Analyzer is able to use on disk to store collections.
Oracle Trace File Analyzer closes the repository, if:
Free space in TFA_HOME is less than 100 MB, also stops indexing
Free space in ORACLE_BASE is less than 100 MB, also stops indexing
Free space in the repository is less than 1 GB
Current size of the repository is greater than the repository max size (reposizeMB)
The Oracle Trace File Analyzer daemon monitors and automatically purges the repository when the free space falls below 1 GB or before closing the repository. Purging removes collections from largest size through to smallest until the repository has enough space to open.
Oracle Trace File Analyzer automatically purges only the collections that are older than minagetopurge. By default, minagetopurge is 12 hours.
To purge the repository automatically
Related Topics