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
The nbosdmapi service
The nbosdmapi service has its own Keystone endpoints, which should be checked in addition to the actual service status.
[root@upstreamcontroller ~(keystone_admin)]# openstack endpoint list | grep nbosdmapi | 47918c8df8854ed49c082e398a9572be | RegionOne | nbosdmapi | datamover | True | public | http://10.10.2.10:8784/v2 | | cca52aff6b2a4f47bcc84b34647fba71 | RegionOne | nbosdmapi | datamover | True | internal | http://10.10.2.10:8784/v2 | | e9aa6630bfb74a9bb7562d4161f4e07d | RegionOne | nbosdmapi | datamover | True | admin | http://10.10.2.10:8784/v2 | [root@upstreamcontroller ~(keystone_admin)]# curl http://10.10.2.10:8784/v2 {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
[root@upstreamcontroller ~(keystone_admin)]# systemctl status nbosdmapi.service ● nbosdmapi.service - NetBackup for OpenStack datamover API service Loaded: loaded (/etc/systemd/system/nbosdmapi.service; enabled; vendor preset: disabled) Active: active (running) since Sun 2020-04-12 12:31:11 EDT; 2 months 9 days ago Main PID: 11252 (python) Tasks: 2 CGroup: /system.slice/nbosdmapi.service ├─11252 /usr/bin/python /usr/bin/nbosdmapi-api └─11280 /usr/bin/python /usr/bin/nbosdmapi-api