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. Troubleshooting
  4. Resolving an issue where external IP address is not assigned to a NetBackup server's load balancer services
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster

Resolving an issue where external IP address is not assigned to a NetBackup server's load balancer services

The issue can be because of one of the following reasons:

  • The resourcePrefixName mentioned in custom resource is not unique and valid.

  • The static IP is provided in networkLoadBalancer section in CR but it is not created in EKS.

  • The subnet or resource group is mentioned in annotations of networkLoadBalancer section in CR spec, the IP address is not available in given subnet or resource group.

  • The RBAC permissions in your cluster for the given subnet or resource group are not assigned properly for allocating IP addresses.

To resolve an issue where external IP address is not assigned to a NetBackup server's load balancer services

  1. Check the event logs of load balancer service using the kubectl describe service <svc-name> -n <namespace> command for detailed error information.
  2. Run the kubectl edit Environment <environmentCR-name> -n <namespace> command.
  3. Depending on the output of the command and the reason for the issue, perform the required steps and update the environment CR to resolve the issue.

Feedback

Was this page helpful?
Previous

Resolving an invalid license key issue

Next

Resolving the issue where the NetBackup server pod is not scheduled for long time

Feedback

Was this page helpful?