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