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 the Apache Web Server to 2.4.xx to 2.4.yy (Windows)
Verify that the C++ Redistributable for Visual Studio 2015 is installed. If not, you can download the vc_redist.x64.exe from https://www.microsoft.com/en-us/download/details.aspx?id=48145 and install it before you attempt to upgrade Apache.
Stop all services by running:
C:\opt\aptare\utils\stopallservices.bat
Remove Apache services by running:
C:\opt\apache\bin\httpd -k uninstall -n "APTARE Apache"
Log into Veritas Support to retrieve the distribution files that are used in these instructions.
Download the latest binary apache.zip and following apache configuration files:
httpd.conf
httpd-aptare.conf
httpd-override.conf
httpd-ssl.conf
httpd-ssl-aptare.conf
httpd-ssl-override.conf
Rename C:\opt\apache to C:\opt\apache-old
Unzip apache.zip into C:\opt
The new path should be: C:\opt\apache
Copy worker.properties from c:\opt\apache_old\conf to c:\opt\apache\conf.
Copy
httpd.conf
,httpd-aptare.conf
, andhttpd-override.conf
files to C:\opt\apache\conf folder.Copy
httpd-ssl.conf
,httpd-ssl-aptare.conf
andhttpd-ssl-override.conf
file in C:\opt\apache\conf\extra folder.Replace all occurrence of ~PORTAL_BASE~ in C:\opt\apache\conf\httpd.conf, C:\opt\apache\conf\httpd-aptare.conf and C:\opt\apache\conf\extra\httpd-ssl.conf with C:\opt\aptare.
Replace all occurrence of ~DOMAIN_NAME~ in C:\opt\apache\conf\httpd.conf and C:\opt\apache\conf\extra\httpd-ssl.conf with domain name of portal.
Add any custom setting that was added in C:\opt\apache\conf\httpd.conf in C:\opt\apache\conf\httpd-override.conf.
Add any custom setting that was added in C:\opt\apache\conf\extra\httpd-ssl.conf in C:\opt\apache\conf\extra\httpd-ssl-override.conf.
If the certificates and key files are located under C:\opt\apache-old\conf copy them to C:\opt\apache\conf
Note:
This is the default location. These files may be in a different custom location in your system. The location of the files will be indicated by httpd-ssl.conf.
Verify Apache configurations by opening the command prompt and entering:
> cd c:\opt\apache\bin > httpd.exe -t
Install Apache Services by running:
C:\opt\apache\bin\httpd -k install -n "APTARE Apache"
If upgrading to Apache 2.4.33 or later comment out the following lines in httpd-ssl.conf with hash as follows:
#SSLSessionCache "shmcb:C:/opt/apache/logs/ssl_scache(512000)" #SSLSessionCacheTimeout 300 #SSLMutex default
Start all services by running:
C:\opt\aptare\utils\startallservices.bat