Please enter search query.
Search <book_title>...
NetBackup™ Snapshot Manager for Data Center Administrator's Guide
Last Published:
2024-11-07
Product(s):
NetBackup & Alta Data Protection (10.5)
- Introduction
- Preparing for NetBackup Snapshot Manager for Data Center installation
- Deploying NetBackup Snapshot Manager for Data Center using container images
- Upgrading NetBackup Snapshot Manager for Data Center
- Migrating and upgrading NetBackup Snapshot Manager for Data Center
- Uninstalling NetBackup Snapshot Manager for Data Center
- Snapshot Manager for Data Center catalog backup and recovery
- Configure NetBackup Snapshot Manager for Data Center
- Storage array replication
- Storage array plug-ins for Snapshot Manager for Data Center
- Azure NetApp Files plug-in
- Azure Files plug-in
- Dell EMC PowerMax and VMax array
- Dell EMC PowerFlex array
- Dell EMC PowerScale (Isilon)
- Dell EMC PowerStore SAN and NAS plug-in
- Dell EMC XtremIO SAN array
- Dell EMC Unity Array
- Fujitsu Eternus AF/DX SAN array
- Fujitsu Eternus AB/HB SAN array
- Fujitsu AX/HX Series plug-in
- HPE RMC plug-in
- HPE XP plug-in
- HPE Alletra 9000 SAN array
- HPE Alletra 6000 SAN array
- HPE GreenLake for Block Storage array
- Hitachi NAS array
- Hitachi SAN array
- IBM Storwize SAN V7000 plug-in
- IBM FlashSystem plug-in
- IBM SAN Volume Controller plug-in
- InfiniBox SAN array
- InfiniBox NAS array
- Lenovo DM 5000 series array
- NetApp storage array
- NetApp E-Series array
- Nutanix Files array
- Pure Storage FlashArray SAN
- Pure Storage FlashBlade plug-in configuration notes
- PowerMax eNAS array
- Qumulo NAS array
- VMware vSAN File Services plug-in
- Configuring storage lifecycle policies for snapshots and snapshot replication
- Operation types in a storage lifecycle policy
- Retention types for storage lifecycle policy operations
- NetBackup Snapshot Manager logging
- Troubleshooting
For NetApp SAN volumes, failure to create snapshot of a volume
For NetApp SAN volumes, if autodelete snapshot policy trigger is set to "snap_reserve", then snapshot creation will fail with the following error:
"flexsnap.OperationFailed: Failed to create snapshot of volume <VolumeName>.Error: Autodelete snapshot policy is enabled for volume, auto_delete trigger is set to snap_reserve"
To ensure autodelete snapshot policy trigger is set "snap_reserve" the following command can be used on NetApp array.
volume snapshot autodelete show -vserver <SvmName> -volume <VolumeName>
To avoid this failure, update the volume snapshot auto delete trigger to "volume" from "snap_reserve".
volume snapshot autodelete modify -vserver <SvmName> -volume <VolumeName> -trigger volume