Database Reference
In-Depth Information
Options:
config Print current tfa config settings
log Print last ten lines in TFA log
directories Print all the directories to Inventory
hosts Print all the Hosts in the Configuration
actions Print all the Actions requested and their status
inventory Print all the files in the Inventory
invrunstat Print inventory run statistics
repository Print the zip file repository information
There are many pieces of information that the . tfactl print command provides. The key parameters can always
be checked by displaying the config information. Listing 7-20 shows the ODA default setup.
Listing 7-20. ODA Default Setup for tfactl
# ./tfactl print config
.---------------------------------------------------------------------------.
| Configuration Parameter | Value |
+-----------------------------------------------------------------+---------+
| TFA Version | 2.5.1.4 |
| Allow auto diagcollection by events | true |
| Allow Real Time Scan | true |
| Allow On Demand Scan | true |
| Real Time Scan running | true |
| Allow events found during Real Time Scan to fire diagcollection | false |
| Allow events found during On Demand Scan to fire diagcollection | false |
| Allow trimming of files during diagcollection | true |
| Trace Level | 1 |
| Repository current size (MB) in podadb01 | 0 |
| Repository maximum size (MB) in podadb01 | 10240 |
'-----------------------------------------------------------------+---------'
Attributes can be changed if needed. For example, you can change the settings so that a diagnostic collection is
automatically triggered on certain events during a real-time scan. Listing 7-21 shows how to make that change.
Listing 7-21. Modifying Diagnostic Event Triggers with tfactl
./tfactl set firediagcollectRT=true
Successfully set firediagcollectRT=true
.---------------------------------------------------------------------------.
| Configuration Parameter | Value |
+-----------------------------------------------------------------+---------+
| TFA Version | 2.5.1.4 |
| Allow auto diagcollection by events | true |
| Allow Real Time Scan | true |
| Allow On Demand Scan | true |
| Real Time Scan running | true |
| Allow events found during Real Time Scan to fire diagcollection | true |
| Allow events found during On Demand Scan to fire diagcollection | false |
| Allow trimming of files during diagcollection | true |
| Trace Level | 1 |
| Repository current size (MB) in podadb01 | 0 |
| Repository maximum size (MB) in podadb01 | 10240 |
'-----------------------------------------------------------------+---------'
 
Search WWH ::




Custom Search