Destroy the NetBackup for OpenStack virtual machine cluster
To destroy the NetBackup for OpenStack virtual machine cluster
- List all virtual machines running on the KVM node
virsh list
- Destroy the NetBackup for OpenStack virtual machines
virsh destroy <NetBackup for OpenStack virtual machine Name or ID>
- Undefine the NetBackup for OpenStack virtual machines
virsh undefine <NetBackup for OpenStack virtual machine name>
- Delete the NetBackup for OpenStack virtual machine disk from KVM Host storage.
- Deregister the NetBackup for OpenStack.
Generate a token using the following API:
POST https://<primary-server>:1556/netbackup/login Provide username and password in body as : { "userName": "username", "password": "password" }Use the token in the following de-register API as a bearer token:
DELETE https://<primary-servver>/netbackup/config/servers/nbosvm-servers/<NBOSVM VIP