Installing Oracle Autonomous Health Framework
Learn to install Oracle Autonomous Health Framework on Linux, Unix, and Microsoft Windows operating systems.
Note:
Starting in AHF version 23.7.0, AHF full installers are shipped with Java 11.
Note:
If AHF is installed on a cluster using the -local flag, it's critical to ensure that the AHF home and AHF data directory paths specified during installation are identical across all cluster nodes. The same requirement applies when adding a node to an existing cluster.
Prerequisites for Configuring Oracle Autonomous Health Framework
Review the following disk space requirements before configuring Oracle Autonomous Health Framework (AHF).
| Location | Minimum Disk Space | Description |
|---|---|---|
| AHF Software directory | 3 GB | Stores the AHF software installation. |
| AHF Data directory | 5 GB | Stores AHF data, reports, and diagnostic collections. |
/tmp directory | 2 GB | Provides temporary disk space required by AHF operations. |
AHF Software Directory
Ensure that at least 3 GB of disk space is available for the AHF Software directory.
The AHF Software directory is specified by the ahf_loc (ahf_home) option and contains the installed AHF software.
For example:
/opt/oracle.ahf
AHF Data Directory
Ensure that at least 5 GB of disk space is available for the AHF Data directory.
The AHF Data directory is specified by the data_dir (ahf_data) option and stores AHF data, reports, and diagnostic collections.
For example:
/u01/oracle/grid/oracle.ahf/data
or:
/opt/oracle.ahf/data
The minimum requirement might not be sufficient for every environment. Allocate additional disk space based on factors such as:
- Number of nodes in the cluster.
- Number of databases running in the environment.
- Volume of diagnostic data generated.
- Number and size of diagnostic collections.
- Length of time reports and collections must be retained.
Temporary Directory
Ensure that at least 2 GB of disk space is available in the /tmp directory.