168 NetApp AltaVault Cloud Integrated Storage Administration Guide
Migrating data to a new cloud Amazon S3 to S3-IA or Amazon S3-IA to S3 migration
1. Connect to the AltaVault command-line interface using SSH.
2. Enter the following commands to access configuration mode:
hostname > enable
hostname # configure terminal
hostname (config)#
3. Stop the AltaVault storage optimization service:
hostname (config) # no service enable
Terminating optimization service...
....
4. Start cloud migration:
CLI (config) # replication s3-to-glacier
Cloud based deduplication is currently enabled. Disabling cloud based deduplication could take
a few hours for a large cloud bucket. Disable? (y/N) y
Cloud based deduplication turned off
Successfully switched from S3 to Glacier
S3 prefixes already enabled
5. Start the AltaVault Storage Optimization Service:
hostname (config) # service enable
Amazon S3 to S3-IA or Amazon S3-IA to S3 migration
If you are migrating from Amazon S3 to S3-infrequent access storage classes or vice versa, perform the following
steps:
1. Connect to the AltaVault command-line interface using SSH.
2. Enter the following commands to access configuration mode:
hostname > enable
hostname # configure terminal
hostname (config)#
3. Stop the AltaVault storage optimization service
hostname (config) # no service enable
Terminating optimization service...
....
4. If you are migrating from Amazon S3 to S3-IA, enter the following command:
CLI (config)# replication provider type s3 storage-class standard-IA
If you are migrating from Amazon S3-IA to S3, enter the following command:
CLI (config)# replication provider type s3 storage-class standard
5. Start the AltaVault Storage Optimization Service:
hostname (config) # service enable