Delete NFS B2 from the NetBackup for OpenStack Appliance Cluster
To delete 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-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_B1-IP/NFS_B1-FQDN>:/<VOL-B1-Path>
Write and close the nbosjm.conf.
Restart the nbosjm-policies service.
# systemctl restart nbosjm-policies