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. NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
  3. Deploying NetBackup
  4. Configuring NetBackup IT Analytics for NetBackup deployment
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster

Configuring NetBackup IT Analytics for NetBackup deployment

NetBackup IT Analytics can be configured to use with NetBackup primary server in this Kubernetes environment. NetBackup IT Analytics can be configured at the time of primary server deployment or user can update the primary server CR to configure NetBackup IT Analytics.

To configure NetBackup IT Analytics for NetBackup deployment

  1. Using the ssh-keygen command, generates public key and private key on NetBackup IT Analytics data collector.

    NetBackup IT Analytics data collector uses passwordless ssh login.

  2. Update the primary server CR, copy public key generated in previous steps to "itAnalyticsPublicKey" section in spec.
    • Apply the primary server CR changes using kubectl apply -f environment.yaml -n <namespace>.

      On successfully deployment of primary server CR, describe the primary server CR using kubectl describe PrimaryServer <primary-server-name> -n <namespace>

    • In status section, verify It Analytics Configured is set to true.

      For more information, refer to the NetBackup™ Web UI Administrator's Guide.

  3. Create and copy NetBackup API key from NetBackup web UI.

  4. On NetBackup IT Analytics portal:
    • Navigate to Admin > Collector Administration > Select respective data collector > Add policy > Veritas NetBackup > Add.

    • Add required options, specify the NetBackup API in the API Key field, and then click OK.

    • Select newly added primary server from NetBackup Master Servers and provide nbitanalyticsadmin as Master Server User ID.

    • Provide privateKey=<path-of-private-key>|password=<passphrase> as Master Server Password and Repeat Password whereas <path-of-private-key> is the private key created using ssh-keygen in earlier steps and <passphrase> is the passphrase used while creating private key via ssh-keygen.

    • Provide appropriate data to data collector policy fields and select collection method as SSH or WMI protocol to NetBackup Master Server.

Configuring the primary server with NetBackup IT Analytics tools is supported only once from primary server CR.

For more information about IT Analytics data collector policy, see Add a Veritas NetBackup Data Collector policy and for more information about adding NetBackup Primary Servers within the Data Collector policy, see Add/Edit NetBackup Master Servers within the Data Collector policy.

To change the already configured public key

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

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

  2. Copy the new public keys in the /home/nbitanalyticsadmin/.ssh/authorized_keys and /mnt/nbdata/.ssh/nbitanalyticsadmin_keys files.
  3. Restart the sshd service using the systemctl restart sshd command.

Feedback

Was this page helpful?
Previous

Deleting the CRs

Next

Managing NetBackup deployment using VxUpdate

Feedback

Was this page helpful?