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
  7. Add NFS B2 to the NetBackup for OpenStack Appliance Cluster
NetBackup™ for OpenStack Administrator's Guide

Add NFS B2 to the NetBackup for OpenStack Appliance Cluster

To add the NFS-B2 to the NetBackup for OpenStack Appliance cluster the NetBackup for OpenStack can either be fully reconfigured to use both NFS Volumes or it is possible to edit the configuration file and then restart all services. This procedure describes how to edit the conf file and restart the services. This needs to be repeated on every NetBackup for OpenStack Appliance.

See Configuring NetBackup for OpenStack.

Edit the nbosjm.conf

# vi /etc/nbosjm/nbosjm.conf

Look for the line defining the NFS mounts

vault_storage_nfs_export = <NFS_B1/NFS_B1-FQDN>:/<VOL-B1-Path>

Add NFS B2 to that as comma-separated list. Space is not necessary, but can be set.

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

Write and close the nbosjm.conf

Restart the nbosjm-policies service

# systemctl restart nbosjm-policies

Feedback

Was this page helpful?
Previous

Reconfigure the Target NetBackup for OpenStack installation

Next

Add NFS B2 to the NetBackup for OpenStack Datamovers

Feedback

Was this page helpful?