Veritas NetBackup™ Cloud Administrator's Guide
- About NetBackup cloud storage
- About the cloud storage
- About the Amazon S3 cloud storage API type
- About protecting data in Amazon for long-term retention
- Protecting data using Amazon's cloud tiering
- About using Amazon IAM roles with NetBackup
- Protecting data with Amazon Snowball and Amazon Snowball Edge
- About Microsoft Azure cloud storage API type
- About OpenStack Swift cloud storage API type
- Configuring cloud storage in NetBackup
- Scalable Storage properties
- Cloud Storage properties
- About the NetBackup CloudStore Service Container
- About the NetBackup media servers for cloud storage
- Configuring a storage server for cloud storage
- NetBackup cloud storage server properties
- Configuring a storage unit for cloud storage
- Changing cloud storage disk pool properties
- Monitoring and Reporting
- Operational notes
- Troubleshooting
- About unified logging
- About legacy logging
- Troubleshooting cloud storage configuration issues
- Troubleshooting cloud storage operational issues
Post processing fails for restore from Azure archive
When post processing for restore from Azure archive fails, blobs are not moved from the Hot tier to Archive tier post restore.
To move the blobs from Hot tier to Archive tier follow the steps:
Use the list blob operation and get a list blobs with prefix REHYDRATE_PENDING. The blob names are returned in format - REHYDRATE_PENDING/<image_name>
Search for blobs with <image_name>/ as prefix and filter with the blob names in integer format after the prefix.
For example :
Consider image name as imagename_1544519515_C1_F1
Blob to pick for post processing - imagename_1544519515_C1_F1/21
Blob not to be picked up - imagename_1544519515_C1_F1/imagename_1544519515/0
Use the set blob tier operation on blob to change the access tier of the blobs returned from above step from hot access tier to archive access tier.
Note:
Do not move the
META_BLOCK_MAP_FILE
andMETA_IMAGE_PROPERTIES
and blobs to the archive tier.After you successfully, move the blob to archive access tier, delete the blob with prefix REHYDRATE_PENDING using the delete blob operation.