Veritas NetBackup™ for Microsoft Azure Stack Administrator's Guide
- Introduction
- Pre-requisites for configuring the Microsoft Azure Stack plug-in for NetBackup
- Configuring NetBackup and Microsoft Azure Stack
- Overview of configuring NetBackup and Microsoft Azure Stack
- Managing backup hosts
- Adding a Microsoft Azure Stack custom role to provide access permissions to NetBackup administrator
- Configuring the Microsoft Azure plug-in using the azurestack.conf configuration file
- Creating a file that contains Microsoft Azure Stack credentials
- Adding Microsoft Azure Stack credentials in NetBackup
- Creating a BigData policy for Microsoft Azure Stack using the NetBackup Policies utility
- Stale Snapshot cleanup
- Performing backups and restores of Microsoft Azure Stack
- About backing up Microsoft Azure virtual machines
- About restoring Microsoft Azure Stack virtual machines
- About the restore scenarios for Microsoft Azure Stack VMs from the BAR interface
- Using the BAR interface to restore an Microsoft Azure Stack VM at the same location
- Using the bprestore command to restore Microsoft Azure Stack VM at the same location
- Using the BAR interface to restore an Microsoft Azure Stack VM to different location
- Using the BAR interface to restore an Microsoft Azure Stack VM with modified metadata at a different location
- Using the bprestore command to restore Microsoft Azure VM with modified metadata to an alternate location
- Using the bprestore command to restore Microsoft Azure Stack VM with modified metadata to an alternate region
- Troubleshooting
- About NetBackup for Microsoft Azure debug logging
- Known limitations for Microsoft Azure protection using NetBackup
- Backup fails with error 6662
- Backup fails with error 6661
- Backup fails with error 6646
- Backup fails with error 6629
- Backup fails with error 6626
- Backup fails with error 6630
- Restore fails with error 2850
- Backup fails with error 1
- Adding Azure Stack credentials to NetBackup fails with error 9101
- Adding Azure Stack credentials to NetBackup fails with error 7610
Stale Snapshot cleanup
The value for ENABLE_SNAPSHOT_CLEANUP in the
azurestack.conffile specifies when to clean up stale snapshots. You can use the following values:0
Do not delete the stale snapshots. This is the default value.
1
Delete the stale snapshots after the backup job completes.
2
Delete the stale snapshots as part of the next discovery job.
The value for SNAPSHOT_CLEANUP_MIN in the
azurestack.conffile specifies the time in minutes after which the snapshot is deleted. The default value is 1440 minutes (24 hours). The ideal value is the time difference in minutes between two backup job.
All the snapshots that are created as a part of backup job are deleted in the same backup job. However, due to some reasons like network failure, power outage, etc. the snapshot can remain in the Azure Stack environment. In such scenarios you can use the ENABLE_SNAPSHOT_CLEANUP parameter and set it to 1.
You can identify the snapshots that NetBackup creates using the following naming convention:
OSDisk
<Disk UUID_OSDisk_9999_<Snap id>_ BDAZSNAP>
For example:
/cb9b5b6d-0c60-4ed1-9cd7-7aaf054b899f_OSDisk_9999_1600405027_BDAZSNAP
DataDisk
<Disk UUID_DataDisk_1_<Snap id>_ BDAZSNAP>
For example:
/cb9b5b6d-0c60-4ed1-9cd7-7aaf054b899f_DataDisk_1_1600405027_BDAZSNAP