NetBackup IT Analytics Data Collector Installation Guide for the Cloud

Last Published:
Product(s): NetBackup IT Analytics (11.1)
  1. Pre-Installation Setup for Amazon Web Services (AWS)
    1.  
      Pre-Installation setup for Amazon Web services (AWS)
    2.  
      Prerequisites for adding Data Collectors (Amazon Web services)
    3.  
      Prerequisite Amazon Web services (AWS) configurations
    4.  
      Configure an S3 bucket to receive billing reports
    5.  
      Select cost allocation tags
    6.  
      Create an AWS IAM user
    7. Mandatory probe user privileges
      1.  
        For all probes
      2.  
        For independent probes
    8. Link AWS accounts for Collection of consolidated billing data
      1.  
        Create a role for NetBackup IT Analytics Data Collection
      2.  
        Add the role to the IAM user
    9.  
      Installation overview (Amazon Web Services - AWS)
    10.  
      Add an Amazon Web Services (AWS) policy
  2. Pre-installation setup for Google Cloud Platform
    1.  
      Overview
    2.  
      Pre-installation setup for GCP
    3.  
      Prerequisites for adding Data Collectors (GCP)
    4.  
      Installation GCP
    5.  
      Adding policy
    6.  
      Testing the collection
    7.  
      Creating an IAM role
    8.  
      Billing Data Access Role
    9.  
      Cloud API
    10.  
      Project access
  3. Pre-Installation Setup for OpenStack Ceilometer
    1.  
      Pre-Installation setup for OpenStack Ceilometer
    2.  
      Prerequisites for adding Data Collectors (OpenStack Ceilometer)
    3.  
      Installation Overview (OpenStack Ceilometer)
    4.  
      Adding an OpenStack Ceilometer Data Collector policy
  4. Pre-Installation Setup for OpenStack Swift
    1.  
      Pre-Installation setup for OpenStack Swift
    2.  
      Prerequisites for adding Data Collectors (OpenStack Swift)
    3.  
      Installation overview (OpenStack Swift)
    4.  
      Adding an OpenStack Swift Data Collector policy
  5. Pre-Installation Setup for Microsoft Azure
    1.  
      Pre-Installation setup for Microsoft Azure
    2.  
      Setting up credentials for Microsoft Azure Data Collection
    3.  
      Install the Azure PowerShell client on a Windows computer
    4.  
      Find your tenant and subscription ID
    5.  
      Register a new application for the Data Collector
    6.  
      Create a principal and assign role to the application
    7.  
      Prerequisites for Adding Data Collectors (Microsoft Azure)
    8.  
      Installation overview (Microsoft Azure)
    9.  
      Add a Microsoft Azure Data Collector policy
  6. Installing the Data Collector Software
    1.  
      Introduction
    2.  
      Installing the WMI Proxy service (Windows host resources only)
    3.  
      Testing WMI connectivity
    4.  
      Install Data Collector Software on Windows
    5.  
      Install Data Collector software on Linux
    6.  
      Deploy Data Collector in native Kubernetes environment
    7.  
      Configure Data Collector manually for Veritas NetBackup
  7. Validating Data Collection
    1.  
      Validation methods
    2.  
      Data Collectors: Vendor-Specific validation methods
    3. Working with on-demand Data Collection
      1.  
        View real-time logging during an on-demand collection
      2.  
        Generating debug level logs during an on-demand collection
    4.  
      Using the CLI check install utility
    5.  
      List Data Collector configurations
  8. Uninstalling the Data Collector
    1.  
      Uninstall the Data Collector on Linux
    2.  
      Uninstall the Data Collector on Windows
  9. Manually Starting the Data Collector
    1.  
      Introduction
  10. Appendix A. Firewall Configuration: Default Ports
    1.  
      Firewall configuration: Default ports

Configure Data Collector manually for Veritas NetBackup

From NetBackup version 10.1.1 onwards, Veritas NetBackup primary server installation will also deploy NetBackup IT Analytics Data Collector binaries automatically on Windows ( C:\Program Files\Veritas\AnalyticsCollector) and Linux (/usr/openv/analyticscollector) system. Also, if Veritas NetBackup primary server is managed under Veritas Alta, the NetBackup IT Analytics Data Collector will be automatically configured with NetBackup IT Analytics Portal.

This procedure provides the manual steps to configure the Data Collector for Veritas NetBackup when Veritas NetBackup primary is not managed under Veritas Alta. Note that NetBackup IT Analytics Portal must be already installed in your data center and a Data Collector entry must be added via the Collector Administration screen of the portal for each NetBackup primary server before you perform this configuration.

Keep the following details handy when you configure the Data Collector:

  1. Name of the Data Collector (as it appears on the portal)

  2. Passcode of the Data Collector (as configured on the portal)

  3. Data receiver URL (generated while creating the data collector on the portal)

  4. Key file path (generated while creating the data collector on the portal and copied to the NetBackup primary server)

See Add/Edit Data Collectors section in the NetBackup IT Analytics User Guide for more information.

To configure the Data Collector manually on Windows:

  1. Create a responsefile as a batch script responsefile.cmd with the following contents. These are the responses to the user input required to configure the Data Collector
    SET DATACOLLECTOR_NAME=<name of the data collector>  
    SET DATACOLLECTOR_PASSWORD=<passcode for the data collector>  
    SET DATARECEIVER_URL=< data receiver URL >  
    SET DATACOLLECTOR_KEY_FILE_PATH=<path to the key file>  
    SET HTTP_PROXY_CONF=N  
    SET PROXY_HTTP_URL=  
    SET PROXY_HTTP_PORT=  
    SET PROXY_HTTPS_URL=  
    SET PROXY_HTTPS_PORT=  
    SET PROXY_USERID=  
    SET PROXY_PASSWORD=  
    SET PROXY_NOT_FOR=

    Note:

    A sample response file responsefile.cmd is also available in the installer media.

  2. Run the command:
    "C:\ProgramData\Veritas\NetBackup IT Analytics\DC\configure.cmd" /RESPFILE:<response_file_path> /INSTALL_TYPE:CONFIG 

To configure the Data Collector manually on Linux:

  1. Create a response file with the following contents:
    COLLECTOR_NAME=<name-of-collector> 
    COLLECTOR_PASSWORD=<passcode> 
    DR_URL=<data receiver-url-example:-http://aptareagent.punr740-16-vm14> 
    COLLECTOR_KEY_PATH=<keyfile path> 
    HTTP_PROXY_CONF=N 
    HTTP_PROXY_ADDRESS= 
    HTTP_PROXY_PORT= 
    HTTPS_PROXY_ADDRESS= 
    HTTPS_PROXY_PORT= 
    PROXY_USERNAME= 
    PROXY_PASSWORD= 
    PROXY_EXCLUDE=
  2. Update the value for each field with appropriate data.

    A sample responsefile is available on the install media as well as the <Data collector install location>/installer path on the system.

  3. Run any one of the following command:
    <Install media>/dc_installer.sh -c <responsefile path> 
    

    Or

    <install location>/installer/dc_installer.sh -c <responsefile path>