APTARE IT Analytics Installation and Upgrade Guide for Windows
- Install APTARE IT Analytics Portal on a Windows server
- Task 3: Installing Oracle application binaries (Windows)
- Upgrade APTARE IT Analytics Portal on Windows
- Upgrade the Oracle database application binaries to19c (Windows)
- Upgrade APTARE IT Analytics Portal
- Attribute merging during the Portal upgrade
- Oracle patches for the database server
- Upgrade and migrate to a new server
- Portal upgrades (Win): Tomcat and Apache
Add additional products
Once you upgrade the APTARE IT Analytics platform, to add new licensed modules use the following procedures to set up the database tables.
These instructions apply to:
Adding File Analytics, Capacity Manager, Fabric Manager, and Virtualization Manager
Adding new subsystems to an existing Backup Manager
Please note these are generic instructions and you must replace the variable entries with those that correspond with your subsystem.
Capacity Manager must be installed prior to installing Fabric Manager and File Analytics.
To add database tables
Prepare the database for the new tables.
- On C:
cd \opt\oracle\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
- On C: as sysdba:
cd \opt\oracle\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.
- On C:
cd \opt\oracle\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.
You must enable the features in the Portal web interface after you upgrade if the release introduces new features and reports.