Please enter search query.
Search <book_title>...
NetBackup™ for OpenStack Administrator's Guide
Last Published:
2024-09-29
Product(s):
NetBackup & Alta Data Protection (10.5)
- Introduction
- Deploying NetBackup for OpenStack
- Requirements
- NetBackup for OpenStack network considerations
- Preparing the installation
- Spinning up the NetBackup for OpenStack virtual machine
- Installing NetBackup for OpenStack Components
- Installing on RHOSP
- Prepare for deployment
- Updating the overcloud roles data file to include NetBackup for OpenStack services
- Additional Steps on NetBackup for OpenStack Appliance
- Installing on Ansible OpenStack Ussuri
- Installing on Kolla
- 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
- Upgrading NetBackup for OpenStack
- Configuring NetBackup OpenStack Appliance
- Configuring NetBackup primary server
- NetBackup for OpenStack protections
- Performing snapshots, backups, and restores of OpenStack
- About restores
- Required restore.json file for CLI
- About schedules
- Performing Backup Administration tasks
- Disaster recovery
- 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 data mover 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 data mover 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 the
/etc/openstack_deploy/user_nbos_vars.yml
file. - Run the following installation command:
openstack-ansible os-nbos-install.yml