APTARE IT Analytics Release Notes

Last Published:
Product(s): APTARE IT Analytics (10.5)
  1. Introduction
    1.  
      About APTARE IT Analytics 10.5.00
  2. Patch release for version 10.5.00
    1. Patch releases: APTARE IT Analytics
      1.  
        10.5.00 P14 patch release notes
      2.  
        10.5.00 P13 patch release notes
      3.  
        10.5.00 P12 patch release notes
      4.  
        10.5.00 P11 patch release notes
      5.  
        10.5.00 P10 patch release notes
      6.  
        10.5.00 P9 patch release notes
      7.  
        10.5.00 P8 patch release notes
      8.  
        10.5.00 P7 patch release notes
      9.  
        10.5.00 P6 patch release notes
      10.  
        10.5.00 P5 patch release notes
      11.  
        10.5.00 P4 patch release notes
      12.  
        10.5.00 P3 patch release notes
      13.  
        10.5.00 P2 patch release notes
      14.  
        10.5.00 P1 patch release notes
  3. What's new: Version 10.5.00 highlights
    1.  
      Multi-Language support
    2.  
      New system and version support
    3.  
      Data Collector SDK enhancements
    4.  
      Veritas NetBackup Data Collection support for SSH and WMI protocols
    5.  
      Security and public sector compliance
    6.  
      Enhanced report scoping
    7.  
      Updated third-party and open source product versions
  4. Supported systems
    1.  
      Portal supported operating systems
    2.  
      Data Collector supported operating systems
    3. Supported browsers and display resolution
      1.  
        Linux portal server: Exported and emailed reports
  5. Installations and upgrades
    1.  
      Portal installation memory requirements
    2. Portal installation prerequisites
      1. Microsoft Windows prerequisites
        1.  
          Oracle 19c patch application for Windows
      2.  
        Linux prerequisites: Portal installation default directory
    3. Before you upgrade
      1.  
        Portal/Data receiver Java memory settings
      2.  
        Upgrading the Oracle database application binaries (Windows)
      3.  
        Upgrading Oracle database application binaries (Linux)
    4.  
      Performance profiles and transmitted data
    5.  
      Dropping SCDBUSR in a shared service environment
  6. Enhancements and resolved issues
    1.  
      Overview
    2.  
      Data Collection enhancements and resolved issues
    3.  
      Portal enhancements and resolved issues
  7. Known issues, optimizations, and End-of-Life (EOL)
    1. Known issues
      1.  
        Known issues: Localization limitations and notes
    2.  
      Optimization: Customize the Linux file handle setting for large collections
    3.  
      End-of-Life (EOL)

Oracle 19c patch application for Windows

To ensure the Oracle 19c upgrade on Windows contains all the current security updates, a patch must be installed once your system has been upgraded to APTARE IT Analytics version 10.5.

Pre-install Setup
  1. Log into the virtual machine or Server where APTARE IT Analytics is installed.

  2. Download the Oracle patch from the product download area of the website, and unzip the patch into the C:\opt\oracle directory, creating a new patch directory - for example C:\opt\oracle\ p31247621_190000_MSWIN-x86-64.

  3. Open the command prompt as an Administrator.

  4. Verify %ORACLE_HOME%\perl\bin displays in your PATH setting. If this does not display in your PATH setting, enter the following:

     Set PATH=%ORACLE_HOME%\perl\bin;%PATH%
    Set PERL5LIB=
Installing the Oracle patch (OPatch)
  1. Shut down Aptare services.

    C:\opt\aptare\utils\stopallservices.bat
  2. Explicitly stop the Distributed Transaction Coordinator service (which is not an Oracle service) if it is running.

    net stop msdtc
  3. Navigate to the patch folder:

    cd C:\opt\oracle\p31247621_190000_MSWIN-x86-64
    \31247621
  4. Set the PATH:

    set PATH=%ORACLE_HOME%\opatch;%PATH%
    
  5. Check for any OPatch conflicts.

    opatch prereq CheckConflictAgainstOHWithDetail -ph ./

    If a conflict is detected, contact Support with the following log files from the folder C:\opt\oracle\cfgtoollogs\opatch:

    opatch*.log
    
  6. If no conflict is detected, run the following command from the folder C:\opt\oracle\Opatch:

     opatch apply
  7. Follow the prompts to apply the patch.

    After unzipping the patch on the server, the readme file is located at: C:\opt\oracle\p31247621_190000_MSWIN-x86-64\31247621

  8. Verify OPatch succeeded with the following command:

    C:\opt\oracle\OPatch\opatch lsinventory -detail
  9. Start all Aptare Services including Oracle. Next steps require the database to be running including the pluggable database.

    C:\opt\aptare\utils\startallservices.bat
  10. Run following command to apply the patch to the pluggable database:

    C:\opt\Oracle\Opatch\datapatch -verbose

Note:

Use the Windows Services, right-click Distributed Transaction Coordinator, and click Start if the netstart msdtc service does not start automatically.

Validating the patch
  1. Connect to SQL Plus using following command:

    C:\opt\oracle\OPatch>sqlplus / as sysdba
  2. Run following queries to show the patch installed:

    SQL>select * from sys.registry$history;
    
    SQL>select * from sys.registry$sqlpatch ;
    
    SQL> set serverout on
    SQL> exec dbms_qopatch.get_sqlpatch_status;