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
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.bat
and 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.gz
into 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.bat
into the following and update the settings as required:C:\opt\aptare\datarcvrconf\tomcat\java-settings.bat
Copy content of
portal-java-settings.bat
into the following and update the settings as required:C:\opt\aptare\portalconf\tomcat\java-settings.bat
Copy
setupPortalTomcatService.bat
into the following folder:C:\opt\aptare\utils
Copy
setupAgentTomcatService.bat
into 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.bat
removeportalservices.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