Please enter search query.
Search <book_title>...
APTARE IT Analytics Installation and Upgrade Guide for Linux
Last Published:
2021-12-01
Product(s):
APTARE IT Analytics (10.5)
- Install the APTARE IT Analytics Portal on a Linux server
- Installer-based deployment
- Upgrade APTARE IT Analytics Portal on Linux
- Upgrade Oracle database application binaries to 19c (Linux)
- Upgrade APTARE IT Analytics Portal
- Attribute merging during the Portal upgrade
- Add additional products
- Data Collector upgrades
- Oracle patches for the database server
- Upgrade and Migrate to a new server
- Upgrade and migrate to a new server
- Upgrade and migrate to a new server
- Portal upgrades (Linux): Tomcat and Apache
Apply Oracle-recommended patches
Oracle recommends certain patches that are applicable on the Database server. The steps to apply the patches follow:
Download the recommended patches from Oracle or Veritas.
Copy the patches to a directory on the Oracle database server. This directory will require write permission for the database user aptare.
Write the file name of the Oracle patches to a file. If multiple patches must be installed, verify that one patch filename is written per line with newline separated in the order of correct patch install. This file will require read permission for the operating system user aptare.
As aptare user run the script /opt/aptare/utils/applyOraclepatches.sh as follows:
/opt/aptare/utils/applyOraclepatches.sh <Oracle_Patch_Directory> <Oracle_Patch_list> [<ORACLE_HOME>] Where, Oracle_Patch_Directory: Absolute path of directory containing Oracle patch(es). Oracle_Patch_list : Absolute path of file containing newline separated Oracle patch(es) in the correct sequence to install. ORACLE_HOME(Optional) : Oracle Home to be used. By default, ORACLE_HOME env variable will be used.