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. Performing Backup Administration tasks
  4. Example runbook for disaster recovery using NFS
  5. Disaster recovery of a complete cloud
  6. Reconfigure the Target NetBackup for OpenStack installation back to the original one
  7. Delete NFS B2 from the NetBackup for OpenStack Datamovers
NetBackup™ for OpenStack Administrator's Guide

Delete NFS B2 from the NetBackup for OpenStack Datamovers

Warning:

NetBackup for OpenStack is integrating natively into the OpenStack deployment tools. When using the Red Hat director, it is recommended to adapt the environment files for these orchestrators and update the Datamovers through them.

To delete the NFS B2 to the NetBackup for OpenStack Datamovers manually the nbosdm.conf file needs to be edited and the service restarted.

Edit the nbosdm.conf.

# vi /etc/nbosdm/nbosdm.conf

Look for the line defining the NFS mounts.

vault_storage_nfs_export = <NFS_B1-IP/NFS-FQDN>:/<VOL-B1-Path>,
<NFS_B2-IP/NFS-FQDN>:/<VOL - B2-Path>

Delete NFS B2 from the comma-separated list.

vault_storage_nfs_export = <NFS-IP/NFS-FQDN>:/<VOL-1-Path>

Write and close the nbosdm.conf.

Restart the nbosdm service.

# systemctl restart nbosdm

Feedback

Was this page helpful?
Previous

Delete NFS B2 from the NetBackup for OpenStack Appliance Cluster

Next

Clean up

Feedback

Was this page helpful?