Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters
  3. Section IV. Maintenance
  4. Upgrading
  5. Upgrading Cloud Scale Technology
  6. Configuring NetBackup IT Analytics for NetBackup deployment
Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters

Configuring NetBackup IT Analytics for NetBackup deployment

The NetBackup IT Analytics configuration is applicable only for users who are upgrading from NetBackup version 10.2.

We can configure data collector on the primary server pod or on a separate host machine. Following are the steps for respective configurations.

Note:

From NetBackup version 10.3 or later, Cloud Scale release data collector on primary server pod is supported.

Configuring NetBackup IT Analytics for NetBackup deployment by configuring data collector on a primary server pod

Configure data collector on the primary server pod.

To configure NetBackup IT Analytics for NetBackup deployment

  1. Create DNS server entry in such a way that single IP must be resolvable to two FQDNs.

    IP: 1.2.3.4 must be resolved to the following FQDNs:

    itanalyticsportal.<yourdomain>
    itanalyticsagent.<yourdomain>
    

    Note the following:

    • If the IT Analytics Portal URL is itanalyticsportal.<yourdomain>, then ensure to add the DNS entries for the following hostnames:

      itanalyticsportal.<yourdomain>
      itanalyticsagent.<yourdomain> 
      
    • If the IT Analytics Portal URL is aptareportal.<yourdomain>, then ensure to add the DNS entries for the following hostnames:

      aptareportal.<yourdomain>
      aptareagent.<yourdomain>
      
  2. Collect the <your-collector-name>.key file for the new data collector by accessing the IT Analytics portal link and creating a collector and copy it to the host machine from where Kubernetes cluster is accessed.

    For more information, refer to the NetBackup IT Analytics User Guide.

  3. Execute the following command in the primary server pod:

    kubectl exec -it -n <namespace> <primaryServer-pod-name> -- bash

  4. In case if the data-receiver is configured with self-signed certificate (https). User must add the certificate in the data collector.

    For more information, refer to the Configure the Data Collector to trust the certificate.

  5. Create a new folder analyticscollector at persisted location (for example, /mnt/nbdata/) using the following commands:
    cd "/mnt/nbdata/"
    mkdir analyticscollector
    
  6. Exit from the container and copy the <your-collector-name>.key file to /mnt/nbdata/analyticscollector using the kubectl cp <keyfile-name> <namespace>/<primary-pod-name>:/mnt/nbdata/analyticscollector command.
  7. Execute the following command to exec into the primary server pod:

    kubectl exec -it -n <namespace> <primaryServer-pod-name> -- bash

  8. Navigate to /usr/openv/analyticscollector/installer/ location and perform the following:
    • Open the responsefile.sample and add the following parameters:

      Configuration for reference:
      NetBackup.docx COLLECTOR_NAME=<your-collector-name>
      COLLECTOR_PASSCODE=<your-password>
      DR_URL=<http>/<https>://itanalyticsagent.<yourdomain>
      COLLECTOR_KEY_PATH=/mnt/nbdata/analyticscollector/<your-collector-name>.key
      HTTP_PROXY_CONF=N
      HTTP_PROXY_ADDRESS=
      HTTP_PROXY_PORT=
      HTTPS_PROXY_ADDRESS=
      HTTPS_PROXY_PORT=
      PROXY_USERNAME=
      PROXY_PASSWORD=
      PROXY_EXCLUDE=
    • Run ./dc_installer.sh -c /usr/openv/analyticscollector/installer/responsefile.sample command to connect data collector with IT Analytics portal

  9. Validate data collector integration with IT Analytics by performing the following:
    • Navigate to /usr/openv/analyticscollector/mbs/bin/ location.

    • Run the following command:

      ./checkinstall.sh

      If data collector is configured with portal, it will display as SUCCESSFUL.

  10. Check the data collector services status by running the following command and ensure that the following data collector services are up and running:

    /usr/openv/analyticscollector/mbs/bin/aptare_agent status

    Output of the above command:

    IT Analytics WatchDog is running (pid: 13312).
    IT Analytics MetaDataCollector is stopped.
    IT Analytics EventDataCollector is stopped.
    IT Analytics DataCollector process is running (pid: 13461).
    IT Analytics On-demand process is running (pid: 13463).
    IT Analytics Message Relay Server process is running (pid: 13471)
    

For more information about IT Analytics data collector policy, see NetBackup IT Analytics User Guide.

Feedback

Was this page helpful?
Previous

Manual upgrade of Cloud Scale using the Superchart

Next

Cloud Scale Disaster Recovery

Feedback

Was this page helpful?