APTARE IT Analytics Release Notes
- Introduction
- Patch release for version 10.6.00
- Patch releases: APTARE IT Analytics
- Patch releases: APTARE IT Analytics
- What's new: Version 10.6.00 highlights
- Supported Systems
- Installations and Upgrades
- Enhancements and Resolved Issues
- Known issues, optimizations, and End-of-Life (EOL)
Before you upgrade
The Portal must be running a minimum of version 10.4.00 to upgrade to 10.6.00.
Oracle 19c is required, and the database upgrade utility will step you through the process as part of your APTARE IT Analytics upgrade to 10.6.00.
Note:
To upgrade Oracle to 19c if the Portal is not at 10.6.00, see Upgrading the Oracle database application binaries (Windows) for Windows and see Upgrading Oracle database application binaries (Linux) for Linux.
Following are the instruction to deploy Upgrade Utility Installer:
Note:
The following actions can be performed by an Administrative user who is the member of ORA_DBA group.
Mouse double click or access the upgrade Utility Installer executable named sc_upgrader_xxxxx.exe on Windows.
Or Execute the Upgrade utility Installer executable named sc_upgrader_xxxxx.bin on Linux.
Follow the installer prompts to extract the upgrade files and utilities.
If you have chosen to Run Later in the earlier steps, complete the upgrade process by running the upgrade utility located at:
For Windows: C:\opt\aptare\upgrade\upgrade.bat
Note:
In a Shared Service environment, a message to drop user SCDBUSR may be displayed at the end. In such a case, See Dropping SCDBUSR in a shared service environment.
For Linux: /opt/aptare/upgrade/upgrade.sh
Verify that below RPMs are installed on the system before upgrade on Redhat and CentOS based systems:
perl-TermReadKey
perl-Data-Dumper
binutils
glibc
libaio
elfutils-libelf
perl-Getopt-Long
binutils
compat-libcap1
compat-libstdc++-33
gcc
gcc-c++
glibc-devel
ksh
libaio-devel
libgcc
libstdc++
libstdc++-devel
libXi
libXtst
sysstat
psmisc
bc
make
fontconfig
On SuSe systems ensure that below RPMS are installed:
perl-Term-ReadKey
fontconfig
binutils
libaio1
glibc
gcc48
glibc-32bit
glibc-devel
glibc-devel-32bit
mksh
libaio-devel
libcap1
libstdc++48-devel
libstdc++48-devel-32bit
libstdc++6
libstdc++6-32bit
libstdc++-devel
libstdc++-devel-32bit
libgcc_s1
libgcc_s1-32bit
make
sysstat
On a Linux environment, download the following Oracle patches from www.veritas.com. Save the patches into a directory on the system where Oracle Database will be installed.
You will need this directory path in Oracle database install and upgrade process. Oracle database installer will install these patches as part of installation or upgrade process.
p31281355_190000_Linux-x86-64.zip
p30565805_198000DBRU_Linux-x86-64.zip
If upgrading to 10.6.00 in a Shared Service environment, an additional database privilege should be provided using the following command.
su - aptare
sqlplus / as sysdba
alter session set container = scdb; or APTARE database Service name if not 'scdb'
GRANT EXECUTE ON DBMS_CRYPTO TO PORTAL;
Note:
Not providing the privilege on a limited access environment can cause upgrade failure.