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
Upgrade from Tomcat 7 to Tomcat 8 (Win)
Stop all APTARE services by running:
C:\opt\aptare\utils\stopallservices.bat
Remove portal services by running:
C:\opt\aptare\utils\removeportalservices.bat
Rename C:\opt\tomcat to C:\opt\tomcat-old
Log into the Veritas Support to retrieve the distribution files that are used in these instructions.
Download the latest Tomcat binary distribution,
setupAgentTomcatService.bat,setupPortalTomcatService.bat,agent-java-settings.bat,portal-java-settings.batand Tomcat configuration tar ball containing the aptare-instances folder to your Windows Portal server.Unzip apache-tomcat-8.5.xx.zip to C:\opt folder
The new path should be: C:\opt\tomcat folder
Extract
tomcat_windows_release_10500.tar.gzinto C:\opt\tomcat folder. After this operation the folder structure will look like:C:\opt\tomcat\aptare-instances\portal
C:\opt\tomcat\aptare-instances\agent
Copy the content of
agent-java-settings.batinto the following and update the settings as required:C:\opt\aptare\datarcvrconf\tomcat\java-settings.bat
Copy content of
portal-java-settings.batinto the following and update the settings as required:C:\opt\aptare\portalconf\tomcat\java-settings.bat
Copy
setupPortalTomcatService.batinto the following folder:C:\opt\aptare\utils
Copy
setupAgentTomcatService.batinto the following folder:C:\opt\aptare\utils
Locate the folder C:\opt\aptare\utils\
Modify the following files by renaming all occurrences of tomcat7.exe to tomcat8.exe:
removeservices.batremoveportalservices.bat
Install the portal services by running:
C:\opt\aptare\utils\setupPortalTomcatService.bat
C:\opt\aptare\utils\setupAgentTomcatService.bat
Start all services by running:
C:\opt\aptare\utils\startallservices.bat