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 Amazon Elastic Kubernetes Services (EKS) Cluster
  3. Deploying NetBackup
  4. Managing NetBackup deployment using VxUpdate
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster

Managing NetBackup deployment using VxUpdate

VxUpdate package is not shipped with the NetBackup deployment package. You must download and add it in NetBackup primary server.

To manage NetBackup deployment using VxUpdate

  1. Download the required VxUpdate package on the docker-host used to interact with EKS cluster.
  2. Copy the VxUpdate package to primary server pod using the kubectl cp <path-vxupdate.sja> <primaryServerNamespace>/<primaryServer-pod-name>:<path-on-primary-pod> command.
  3. After VxUpdate package is available on primary server Pod, add it to NetBackup repository using any one of the following:
    • Select the VxUpdate package from the NetBackup web UI.

    • Execute the following command in the primary server pod:

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

      And run the following command:

      nbrepo -a <vxupdate-package-path-on-PrimaryPod>

    After adding the VxUpdate package to nbrepo, this package is persisted even after pod restarts.

Feedback

Was this page helpful?
Previous

Configuring NetBackup IT Analytics for NetBackup deployment

Next

Migrating the node group for primary or media servers

Feedback

Was this page helpful?