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™ for OpenStack Administrator's Guide
  3. Deploying NetBackup for OpenStack
  4. Uninstalling NetBackup for OpenStack
  5. Uninstalling from RHOSP
  6. Clean NetBackup for OpenStack haproxy resources
NetBackup™ for OpenStack Administrator's Guide

Clean NetBackup for OpenStack haproxy resources

The following steps need to be run on all nodes, which have the haproxy service running. Those nodes can be identified by verifying the roles_data.yaml for the role that contains the entry OS::TripleO::Services::HAproxy.

Once the role that runs the NetBackup for OpenStack Datamover API service has been identified, the following commands will clean the nodes from from all NetBackup for OpenStack resources..

Warning:

Run all commands as root or user with sudo permissions.

Edit the following file on the HAProxy nodes and remove all NetBackup for OpenStack entries.

/var/lib/config-data/puppet-generated/haproxy/etc/haproxy/haproxy.cfg

An example of these entries:

listen nbosdmapi
  bind 172.25.3.60:13784 transparent ssl crt /etc/pki/tls/private/
  overcloud_endpoint.pem
  bind 172.25.3.60:8784 transparent
  http-request set-header X-Forwarded-Proto https if { ssl_fc }
  http-request set-header X-Forwarded-Proto http if !{ ssl_fc }
  http-request set-header X-Forwarded-Port %[dst_port]
  option httpchk
  option httplog
  server overcloud-controller-0.internalapi.localdomain 172.25.3.59:8784 
  check fall 5 inter 2000 rise 2

Restart the haproxy container once all edits have been done.

# For RHOSP16.1 onwards
podman restart haproxy-bundle-podman-0

Feedback

Was this page helpful?
Previous

Clean NetBackup for OpenStack Datamover Service

Next

Clean NetBackup for OpenStack Keystone resources

Feedback

Was this page helpful?