Deduplication can be configured with thin-provisioned and compressed volumes in data reduction pools for added capacity savings. Deduplication is a type of data reduction that eliminates duplicate copies of data.
When you create a volume, you can specify to include deduplication with other supported capacity savings methods, like compression and thin-provisioning. Deduplicated volumes must be created in data reduction pools.You cannot include deduplicated volumes in data reduction pools and compressed volumes in standard pools within the same I/O group. The system monitors these restrictions when you are creating volumes and issues errors if these conditions are met. However, if you are creating compressed volumes in data reduction pools, deduplication can be used within the same I/O group. If you have existing volumes in standard pools, you can migrate them to data reduction pools to add deduplication to increase capacity savings for the volume.
mkvolume -pool storage_pool_name -size 100 -unit gb -iogrp 0 -thin -deduplicatedwhere storage_pool_name is the name to the data reduction pool that the volume is associated with. The pool that is specified with the -pool parameter must be a data reduction pool, otherwise the command fails.
mkvolume -pool storage_pool_name -size 100 -unit gb -iogrp 0 -compressed -deduplicatedwhere storage_pool_name is the name to the data reduction pool that the volume is associated with. The pool that is specified with the -pool parameter must be a data reduction pool, otherwise the command fails.
addvolumecopy -pool storage_pool_name -thin -deduplicated volume_namewhere volume_name is the name of the volume copy that is being created and storage_pool_name is the name to the data reduction pool that the volume is associated with. The pool that is specified with the -pool parameter must be a data reduction pool, otherwise the command fails.
mkvolume -pool storage_pool_name(site 1):storage_pool_name (site 2) -size 1 -unit tb -compressed -deduplicatedwhere storage_pool_name indicates the data reduction pools at each site. Both pools at each site must be data reduction pools.