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