Cleaning NetBackup for OpenStack database resources
NetBackup for OpenStack datamover API service has its own database in the OpenStack database.
To clean NetBackup for OpenStack database resources
- Login to Openstack database as root user or user with similar privileges.
mysql -u root -p
- Delete nbosdmapi database and user.
DROP DATABASE nbosdmapi;
DROP USER nbosdmapi;