Creating a Global Deduplication Enabled Storage Policy Copy

  1. Download the sp_copycreation.xml file and save it on the computer from where the command will be executed.

  2. Execute the following command from the software_installation_directory/Base folder after substituting the parameter values.

    qoperation execute -af $[downloaded location]\sp_copycreation.xml -storagePolicyName $[xxxxx] -copyName $[xxxxx] -enableDeduplication 1 -useGlobalDedupStore 1 -useglobalpolicy/storagePolicyName $[xxxxx]
    

    Example

    qoperation execute -af $[downloaded location]\sp_copycreation.xml -storagePolicyName 'SP1' -copyName 'Copy1' -enableDeduplication 1 -useGlobalDedupStore 1 -useglobalpolicy/storagePolicyName 'GDSP'
    

    The copy uses global deduplication storage policy GDSP.

×

Loading...