APTARE IT Analytics Installation and Upgrade Guide for Linux
- 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
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.