tfactl startahf
Use the tfactl startahf command to start the scheduler for Oracle Autonomous Health Framework components.
Note:
The tfactl startahf command has been deprecated in 21.1. Oracle recommends using ahfctl startahf instead.
Syntax
tfactl startahf
[-h]
[-all]
[-tfa tfa_start_args]
[-compliance compliance_autostart_args]
Parameters
tfactl startahf Command Parameters
| Parameter | Description |
|---|---|
-all | Starts the Oracle Trace File Analyzer and Oracle Autonomous Health Framework compliance (Oracle Orachk and Oracle Exachk) components daemons. |
-tfa | Starts the Oracle Trace File Analyzer daemon. |
-tfa tfa_start_args | Starts the Oracle Trace File Analyzer daemon with the option specified. You can specify all Oracle Trace File Analyzer supported options. For example: |
-compliance | Starts the Oracle Autonomous Health Framework compliance (Oracle Orachk and Oracle Exachk) components daemons. |
-compliance compliance_autostart_args | {::nomarkdown}<div class="p"><p>Starts the Oracle Autonomous Health Framework compliance (Oracle Orachk and Oracle Exachk) components daemons with the option specified. Prepend the argument with a space followed by an hyphen and then wrap it with double quotes. You can specify all Oracle Orachk and Oracle Exachk supported options. For example:</p><pre><code class="language-plaintext">tfactl startahf –compliance " -compliance_autostart_args"</code></pre><pre><code class="language-plaintext">tfactl startahf -compliance -cargs " -c X4-2,EXAMAA" |
tfactl startahf -compliance -cargs " -debug" tfactl startahf -compliance -cagrs " -withisa"</code></pre></div>{:/} |