APTARE IT Analytics Installation and Upgrade Guide for Windows
- Install APTARE IT Analytics Portal on a Windows server
- Introduction
- Portal installation memory requirements
- Task 1: Portal and database deployment strategies (Windows)
- Task 2: Pre-installation configuration (Windows)
- Task 3: Installing Oracle application binaries (Windows)
- Task 4: Installing Portal application binaries (Windows)
- Task 5: Request the license key file (Windows)
- Task 6: Log into the Portal (Windows)
- Task 7: Install the license key file (Windows)
- Task 8: Performing a cold backup (Windows)
- Supported third-party and open source products
- Uninstall Portal server software
- Upgrade APTARE IT Analytics Portal on Windows
- Overview
- Upgrade path
- Before upgrading
- Upgrade the Oracle database application binaries to19c (Windows)
- Upgrade APTARE IT Analytics Portal
- Upgrading a shared services environment
- Run the upgrade utility installer (Windows)
- Running the upgrade utility
- Attribute merging during the Portal upgrade
- Upgrading the Portal with additional licensed modules
- Database table creation scripts
- Add additional products
- Enable new features and report templates using the Portal
- Data Collector upgrades
- Troubleshooting - manual Data Collector upgrades
- Collector updates from the APTARE IT Analytics Portal
- Clustered NetBackup Upgrade Procedure
- Upgrade methods to incorporate enterprise objects
- 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.