APTARE IT Analytics Installation and Upgrade Guide for Linux
- 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
Upgrade to Tomcat 8.5.56 from a previous Tomcat version
Log into Veritas Support to retrieve the distribution files that are used in these instructions.
Copy the latest Tomcat binary distribution, latest switchtomcat.sh, agent-java-settings.sh, portal-java-settings.sh and Tomcat configuration tar ball containing the APTARE instance and Tomcat startup scripts to your Linux Portal server.
As user root, untar the Tomcat binary distribution into: /opt
cd /opt gtar -zxvf <path to file>/apache-tomcat-8.5.xx.tar.gz
As user root, untar the Tomcat configuration files into:
/opt/apache-tomcat-8.5.xx cd /opt/apache-tomcat-8.5.xx tar -zxvf <path to file>/tomcat_unix_release_10500.tar.gz
Copy content of agent-java-settings.sh into the following and update the settings as required:
/opt/aptare/datarcvrconf/tomcat/java-settings.sh
Copy content of portal-java-settings.sh into the following and update the settings as required:
/opt/aptare/portalconf/tomcat/java-settings.sh
Replace /opt/apache/tomcat-8.5.xx/bin/switchtomcat.sh with the downloaded
switchtomcat.sh.Run the switchtomcat.sh shell script.
sh /opt/apache-tomcat-8.5.xx/bin/switchtomcat.sh
Verify you can login to the Portal.