Copying retention sets to cloud archive storage
Cloud archive storage can be used for long-term protection of data that is infrequently accessed. The process of copying retention sets to cloud archive storage is similar to copying retention sets to standard cloud storage. However, to read data after the archive process, data must be recalled from the object storage into an accessible state by issuing the STAGE VOLUME command.
Before you begin
If you are using IBM Cloud® Archive Storage or Accelerated Archive Storage, you must first complete preliminary configuration steps in IBM Cloud. For instructions, see Preparing to copy retention sets to IBM Cloud archive storage.
About this task
To store retention sets in cloud archive storage, you must define a retention storage pool. The device class that is associated with the retention storage pool must have a cloud storage class that uses Amazon Web Services (AWS) with Simple Storage Service (S3) Glacier, AWS S3 Glacier Deep Archive, IBM Storage Deep Archive with S3 Glacier, IBM Cloud Object Storage Archive, or IBM Cloud Accelerated Archive. These device classes can be used only for retention set data.
Procedure
To configure operations to copy retention sets to cloud archive storage, complete the following steps:
What to do next
stage volume retset=51This command places all the volumes
in retention set 51 into a restored state in the object storage. Alternatively, you can place a
volume into restored state in object storage by issuing the following
command:STAGE VOLUME volume_namewhere
volume_name is the name of the volume.Depending upon the cloud storage and configuration, the restore process can take up to several hours (see your cloud provider documentation for details). The data remains in the staging area of the object storage for three days by default. The duration can be adjusted by issuing the STAGE VOLUME command and specifying a value for the DURATION parameter.
When the volumes are restored from archive storage and are available in the retrieval area of the object storage, an IBM Storage Protect client can read the data as if it were in standard cloud storage.
For more information about recalling data from Glacier or Archive storage classes, refer to the Amazon AWS or IBM Cloud documentation.
For more information about staged volumes, you can issue the following commands:
stage vol retset=51 action=checkstatusThis command checks the status of
the restore process on the object storage and reports the state of the restore operation and the
number of volumes for retention set 51. You can also preview the staging process by running a
command that is similar to the following example:stage vol retset=51 action=previewThis command can be used before the
restore process to determine how much data must be staged from object storage for retention set 51.
This information is helpful to estimate how much the cloud provider might charge to restore the
data.