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
Managed disk VM
Managed disks are block-level storage volumes that are managed by ARM. With managed disks, you must specify the disk size, the disk type, and provision the disk. The rest is handled automatically.
Management APIs for Managed Disks are available in the compute provider. The Azure Stack plug-in uses REST APIs to:
Create Managed Disk Snapshot
Export Snapshot (Grant Access)
Unexport (Remove Access)
Delete Snapshot
Single BigData policy can protect both Managed and Unmanaged disk VMs.
During restore it is possible to convert unmanaged disk VM to managed disk.
Storage account is required during restore of managed disk to create temporary vhd file in the target subscription where VM or the disk is being restored. This is due to lack of required API for creating Managed Disk directly during restore.