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
- Introduction
- Portal installation memory requirements
- OVA-based deployment on VMware ESXi
- Installer-based deployment
- Task 1: Portal and database deployment strategies (Linux)
- Task 2: Pre-installation configuration (Linux)
- Task 3: Install Oracle database application binaries (Linux)
- Task 4: Install the Portal application binaries (Linux)
- Task 5: Installing the database schema (Linux)
- Task 6: Start the Portal services (Linux)
- Task 7: Request the license key file (Linux)
- Task 8: Log into the Portal
- Task 9: Install the license key file (Linux)
- Task 10: Performing a cold backup of the database (Linux)
- Recommended database backup process
- Supported third-party and open source products
- Uninstall the APTARE IT Analytics Portal
- Upgrade APTARE IT Analytics Portal on Linux
- Overview
- Upgrade path
- Before upgrading
- Upgrade Oracle database application binaries to 19c (Linux)
- Upgrade APTARE IT Analytics Portal
- Upgrade a shared services environment
- Run the upgrade utility installer (Linux)
- Known issues
- Run the upgrade utility
- After the upgrade
- Upgrade methods to incorporate enterprise objects
- Attribute merging during the Portal upgrade
- Upgrade the Portal with additional licensed modules
- Upgrade scenarios
- Database table creation scripts
- Add additional products
- Enable new features and report templates using the Portal
- Data Collector upgrades
- Troubleshoot - Manual Data Collector upgrades
- Collector updates from the APTARE IT Analytics Portal
- Oracle patches for the database server
- Upgrade and Migrate to a new server
- Upgrade and migrate to a new server
- Install the latest release of APTARE IT Analytics on the new server
- Perform an export of the database on the existing server
- Stop Portal and agent services on the new server
- Drop and re-create the existing portal user on the new server
- Import the database onto the new server
- Start Portal and agent services on the new server
- Download, install, and execute to upgrade the database schema
- Testing
- Update Data Collector binaries (if necessary)
- 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.