NetBackup IT Analytics Installation and Upgrade Guide for Linux

Last Published:
Product(s): NetBackup IT Analytics (11.1)
  1. Install the NetBackup IT Analytics Portal on a Linux server
    1.  
      Introduction
    2.  
      Multi-language support and locale considerations (Linux)
    3.  
      OVA-based deployment on VMware ESXi
    4. Installer-based deployment
      1.  
        Task 1: Portal and database deployment strategies (Linux)
      2.  
        Task 2: Pre-installation configuration (Linux)
      3.  
        Task 3: Install Oracle database application binaries (Linux)
      4.  
        Task 4: Install the Portal application binaries (Linux)
      5.  
        Task 5: Installing the database schema (Linux)
      6.  
        Task 6: Start the Portal services (Linux)
      7.  
        Task 7: Request the license key file (Linux)
      8.  
        Task 8: Log into the Portal
      9.  
        Task 9: Install the license key file (Linux)
      10.  
        Task 10: Performing a cold backup of the database (Linux)
      11.  
        Recommended database backup process
    5.  
      Supported third-party and open source products
    6.  
      Uninstall the NetBackup IT Analytics Portal
  2. Upgrade NetBackup IT Analytics Portal on Linux
    1.  
      Overview
    2.  
      Upgrade path
    3.  
      Before upgrading
    4. Upgrade NetBackup IT Analytics Portal
      1.  
        Upgrade a shared services environment
      2.  
        Run the upgrade utility installer (Linux)
      3.  
        Known issues
      4.  
        Run the upgrade utility
      5.  
        After the upgrade
      6.  
        Upgrade methods to incorporate enterprise objects
      7. Attribute merging during the Portal upgrade
        1.  
          Attribute Management During the Portal Upgrade
        2.  
          Example of a Merge of Attribute Values
        3.  
          Steps to Rename Duplicate Attributes
        4.  
          Best Practice for Attributes in Multi-Tenancy Environments
    5. Data Collector upgrades
      1.  
        Mandatory prerequisites
    6.  
      Troubleshoot - Manual Data Collector upgrades
    7.  
      Collector updates from the NetBackup IT Analytics Portal
  3. Oracle patches for the database server
    1.  
      Apply Oracle-recommended patches
    2. Apply Oracle 19c April 2023 patch application on Linux
      1.  
        Pre-Install setup
      2.  
        OPatch installation steps
      3.  
        Installing the patches
      4.  
        Validate the database and OJVM patch
      5.  
        Validate the JDK version update
  4. Upgrade and Migrate to a new server
    1. Upgrade and migrate to a new server
      1.  
        Install the latest release of NetBackup IT Analytics on the new server
      2.  
        Perform an export of the database on the existing server
      3.  
        Stop Portal and agent services on the new server
      4.  
        Drop and re-create the existing portal user on the new server
      5.  
        Import the database onto the new server
      6.  
        Start Portal and agent services on the new server
      7.  
        Download, install, and execute to upgrade the database schema
    2.  
      Testing
    3.  
      Update Data Collector binaries (if necessary)
  5. Appendix A. X Virtual Frame Buffer
    1.  
      Configure X Virtual Frame Buffer (Xvfb)

Task 4: Install the Portal application binaries (Linux)

This section covers the installation of the Portal application binaries. Typically, the Portal binaries are installed on the same server as the Oracle Database binaries, although in some cases, a separate server may be designated.

System: Portal Server

Note the instructions provided with your purchase agreement confirmation and consult Veritas Support, if you require additional assistance.

To install the Portal binaries

  1. Login as root on the server where NetBackup IT Analytics Portal will be installed. Typically, this is the same server where you installed the Oracle binaries.
  2. Go to the downloads section under Support at www.veritas.com and click the relevant download link.
  3. Mount the ISO image that you downloaded.
    mkdir /mnt/diska
    mount -o loop <itanalytics_installer_xxxxx_linux.iso> /mnt/diska

    where you substitute the relevant name of the ISO file that you downloaded.

  4. Enter the following commands to start the installer:
    cd /
    /mnt/diska/Itanalyticsinstaller.sh
  5. Determine what Portal server configuration you are deploying.
    A complete log of this session is in this file 
    /opt/aptare/logs/install/aptareInstaller_xxxxxxxxxxxxxxxxxx.log
    ****************************************************************
    * NetBackup IT Analytics Intaller Vers 11.1 
    ****************************************************************
    Revision 11.1.xx.xxxxxxxxxxxxxxxxxx build xxxxxxxx-xxxx
    
    NetBackup IT Analytics requires a Web Server and a Database server.
    They can be on separate machines or on same machine.
    This script will only install the Web Server components.
    Will this machine be the Web Server (y/n)?

    Enter y if the machine is going to be the Portal web server. Otherwise, enter n to cancel the installation.

  6. Enter y if you have the mounted ISO image. Otherwise, enter n to cancel the installation.

    Ensure the ISO is labeled IT Analytics Portal Software and is mounted.

  7. Press Enter to continue the installation. The End User License Agreement (EULA) is displayed.
  8. Read the EULA. At the end of the EULA, the following output is displayed:
    Please type 'accept' to accept these Terms and Conditions:
  9. Type accept (all lowercase) and pressEnter. Otherwise, type any other key and Enter to cancel the installation.

    The installer will now copy and unzip the files. This may take several minutes depending on the performance of your system. The overall duration of the Portal installation is typically between 15 - 25 minutes.

  10. Enter your domain name.
    We need to configure machine names and IP addresses for the
    NetBackup IT Analytics Portal, Agent and database server.
    The portal and agent machines will be called
    itanalyticsportal.yourdomain and
    itanalyticsagent.yourdomain
    Enter your domain name: (yourdomain.com)

    If the domain name displayed in parentheses is correct, press Enter. Otherwise, enter the correct domain name and press Enter.

    Note:

    The domain name value you enter here determines the URL that will be used to login to the NetBackup IT Analytics Web GUI. For example, if you enter companyabc.com, the URL will be http://itanalyticsportal.companyabc.com. You must make a note of the domain value since you will be asked for this value during the installation of the Data Collection components that collect data from the servers in your enterprise.

  11. Validate the system's IP address for the Portal.
    Enter IP Address for itanalyticsportal.yourdomain: (N.N.N.N)

    If the IP Address displayed in parentheses is correct, press Enter. Otherwise, enter the correct IP Address and press Enter.

    Note:

    Throughout these steps, yourdomain refers to the full domain, including the suffix, such as .com or .net. (Example: MyNetworkCompany.net).

  12. Validate the IP address of the database server. If you installed the Database component on a separate server, be sure to supply the correct IP address of that server.
    Enter IP Address of your database server: (N.N.N.N)

    Note:

    If your database server is using an IPv6 address, enter that within square brackets. For example: [fe80::250:56FF:febc:1F]

    If the IP Address displayed in parentheses is correct, press Enter. Otherwise, enter the correct IP Address and press Enter.

  13. If you are installing the Database on the same server, use localhost for the IP address or localhost6 for an IPv6 environment.
  14. Confirm the entered IP addresses
    You have entered:
    Hostname                     IP Address
    itanalyticsportal.yourdomain N.N.N.N
    itanalyticsagent.yourdomain  N.N.N.N
    database server              N.N.N.N
    Is this correct (y/n)?

    If the hostnames and IP addresses listed are correct, enter y and press Enter. Otherwise, enter n and press Enter.

  15. Confirm changes to be automatically made to /etc/hosts.
    These names will be set up in /etc/hosts.  
    You can remove the entries and add them 
    to your local DNS later.
    Would you like to add them to /etc/hosts (y/n)?
    

    If you would like to set up the names in /etc/hosts, enter y and press Enter. Otherwise, enter n and press Enter.

  16. Choose whether to run the database creation script. This avoids the manual step of running create_itanalytics_database.sh later.
    You can create the Database schema as a part of this 
    installation or create it later using 
    create_itanalytics_database.sh script. 
    Do you want to create the Database schema as a part of 
    this installation (y/n)?
  17. After specifying your choice, press Enter .

    Java and Apache software components are installed irrespective of your choice specified for the database schema. Tomcat Java Servlet Engine is installed as apart of this installation and it may take 1-2 minutes to execute.

This completes the installation of theNetBackup IT Analytics Portal. If you have not installed the database schema during the above procedure, you can proceed to install the database schema.