Please enter search query.
Search <book_title>...
NetBackup™ for OpenStack Administrator's Guide
Last Published:
2023-03-30
Product(s):
NetBackup (10.2)
- Introduction
- Deploying NetBackup for OpenStack
- Requirements
- NetBackup for OpenStack network considerations
- Preparing the installation
- Spinning up the NetBackup for OpenStack VM
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Verifying the deployment
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla Ussuri
- Pushing NetBackup for OpenStack images to the local registry
- Installing on RHOSP
- Configuring NetBackup for OpenStack
- Post Installation Health-Check
- Uninstalling NetBackup for OpenStack
- Uninstalling from RHOSP
- Uninstalling from Ansible OpenStack
- Uninstalling from Kolla Openstack
- Uninstalling from RHOSP
- Install nbosjm CLI client
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup Master Server
- NetBackup for OpenStack policies
- Performing backups and restores of OpenStack
- About restores
- Required restore.json for CLI
- Configuring and starting a file search in Horizon
- Performing Backup Administration tasks
- NBOS Backup Admin Area
- Policy Attributes
- Policy Quotas
- Managing Trusts
- Policy import and migration
- Disaster Recovery
- Example runbook for disaster recovery using NFS
- Disaster recovery of a single policy
- Copy the policy directories to the configured NFS Volume
- Make the Mount-Paths available
- Reassign the policy
- Restore the policy
- Clean up
- Disaster recovery of a complete cloud
- Reconfigure the Target NetBackup for OpenStack installation
- Make the Mount-Paths available
- Reassign the policy
- Restore the policy
- Reconfigure the Target NetBackup for OpenStack installation back to the original one
- Clean up
- Troubleshooting
- General Troubleshooting Tips
- Health check of NetBackup for OpenStack
- Important log files
Troubleshooting NBOSDM container in offline state due to unavailable mount point
If NetBackup for OpenStack Datamover container stops responding, it could be due to the unavailable mount point or incorrect mount path.
Check the logs for an error. NetBackup for OpenStack Datamover container logs are stored at the following location:
RHOSP:
/var/log/nbosdm/nbosdm.log
OpenStack Ansible:
/var/log/nbosdm/nbosdm.log
Example log file:
2021-08-31 12:42:37.630 17 ERROR oslo_messaging.rpc.server nbosdm.exception.InvalidNFSMountPoint: Error: '/var/lib/nova/NetBackupOpenStack-mounts/MTAuMjIxLjk5LjUx Oi9tbnQvbmZzX3NoYXJlL2RvY3M=' is not '10.2xx.xx.50:/mnt/nfs_share/docs' mounted 2021-08-31 12:42:37.630 17 ERROR oslo_messaging.rpc.server
To resolve this issue on RHOSP
- Specify the correct mount path in
nbos_env.yaml
file. - Run the following deployment command:
openstack overcloud deploy
To resolve this issue on OpenStack Ansible
- Uninstall NBOSDM and NBOSDMAPI service.
openstack-ansible os-nbos-install.yml --tags "nbos-all-uninstall"
- Specify the correct mount path in
/etc/openstack_deploy/user_nbos_vars.yml
file. - Run the following installation command:
openstack-ansible os-nbos-install.yml