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
Prerequisites
Capacity Manager must be installed prior to installing Fabric Manager and File Analytics.
To add database tables
- Log in as aptare to your APTARE IT Analytics Database server.
You must be logged in as a database user. If you already are logged in as root: su - aptare
- Prepare the database for the new tables.
cd /opt/aptare/database/setup
- Run the SQL scripts.
sqlplus portal/portal@//localhost:1521/scdb @setup_<name>.plb
EXAMPLE:
sqlplus portal/portal@//localhost:1521/scdb @setup_avm.plb cd /opt/aptare/database/ora_scripts sqlplus / as sysdba @create_aptare_ro_user_<name>_views.sql
EXAMPLE: sqlplus / as sysdba @create_aptare_ro_user_avm_views.sql
- Validate the database.
cd /opt/aptare/database/tools sqlplus portal/portal@//localhost:1521/scdb @validate_sp.sql
Note:
Run the validate_sp.sql script when the Portal and Data Collector Services are down. Performance is degraded when the services are running.
If the release introduces new features and reports, you must enable them in the Portal after you upgrade.