From AWS documentation -
- AWS offers object lifecycle management to transfer object to different storage classes for cost optimization.
- Archived objects in Glacier cannot be accessed through Glacier Console or Glacier API.Since Amazon S3 stores archive objects to Glacier, access to those objects will available only from S3 API or S3 Console.
- While retrieving archived objects, a temporary copy of objects are created and objects are restored from that temporary copy whereas actual object reside in glacier.
- Typical time required to make temporary copy is around 5 hrs.
My understanding was:
- Backup application directly communicate with S3 for any backup and restore operation
- Since archived object metadata is reside in S3, backup application can view the backed-up contents.
- When backup application initiate restore, S3 brings object from Glacier and makes it available for restore.
when i am restoring from Netbackup - getting this error -
12 Apr, 2017 8:38:38 PM - Info bpbrm (pid=32) starting bptm
12 Apr, 2017 8:38:41 PM - Info tar32 (pid=1848) Restore started
12 Apr, 2017 8:38:41 PM - connected; connect time: 0:00:00
12 Apr, 2017 8:38:41 PM - Info bptm (pid=6012) start
12 Apr, 2017 8:38:41 PM - started process bptm (pid=6012)
12 Apr, 2017 8:38:41 PM - Info bptm (pid=6012) reading backup image
12 Apr, 2017 8:38:42 PM - Info bptm (pid=6012) using 30 data buffers
12 Apr, 2017 8:38:57 PM - Critical bptm (pid=6012) Storage Server Error: Error while reading data from cloud storage ( V-455-2)
12 Apr, 2017 8:38:57 PM - Critical bptm (pid=6012) image open failed: error 2060037: access not allowed
12 Apr, 2017 8:38:57 PM - Info bptm (pid=6012) EXITING with status 83 <----------
12 Apr, 2017 8:39:58 PM - Info tar32 (pid=1848) done. status: 83: media open error
12 Apr, 2017 8:39:58 PM - Error bpbrm (pid=32) client restore EXIT STATUS 83: media open error
12 Apr, 2017 8:39:58 PM - restored from image qawin045_1491900746; restore time: 0:01:22
12 Apr, 2017 8:39:58 PM - Warning bprd (pid=4596) Restore must be resumed prior to first image expiration on 25-04-2017 14:22:26
12 Apr, 2017 8:39:58 PM - end Restore; elapsed time 0:01:24
media open error (83).