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 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.conffiles to C:\opt\apache\conf folder.Copy
httpd-ssl.conf,httpd-ssl-aptare.confandhttpd-ssl-override.conffile 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