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 I. Configurations
  4. Configurations
  5. Configuring NetBackup
  6. Primary and media server CR
  7. After installing primary server CR
Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters

After installing primary server CR

Note the following points:

  • (AKS-specific) The primary server CR will create a pod, a statefulset, a load balancer service, a configmap, a persistent volume claim for log volume, and a persistent volume claim for catalog volume.

    (EKS-specific) The primary server CR will create a pod, a statefulset, a load balancer service, a configmap and PVCs.

  • Primary server can be considered as successfully installed and running when log-viewer, nbatd, nbmqbroker, nbwsapp, bpdbm, policyjob, policyjobmgr, primary, requestrouter pods successfully got into running state.

  • You can access the NetBackup Web UI using the primary server hostname that was specified in the primary server CR status in Primary server details section.

    For example, if the primary server hostname is nbu-primary, then you can access the Web UI at https://nbu-primary/webui/login.

  • Check the installation progress in the pod logs by using the following command:

    kubectl logs <request-router-pod-name> -n <namespace>

    Request router can be considered as successfully installed and running when the request router pod's state is ready (1/1).

Feedback

Was this page helpful?
Previous

Primary and media server CR

Next

After Installing the media server CR

Feedback

Was this page helpful?