Skip to main content

Exciting new changes are coming to the Knowledge Base site soon!
Starting April 4, 2023, you will notice Support-Specific categorization and improvements to the search filters on the site. In May, we will be launching a new and enhanced Site UI and Navigation. To know more, read our Knowledge Article.

NetApp Knowledge Base

How do I realize aggregate deduplication space savings after moving NVE volumes to NAE volumes?

Views:
519
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9
  • NetApp Volume Encryption (NVE)
  • NetApp Aggregate Encryption (NAE)

Answer

  1. Enable cross-volume-background-dedupe on all NAE volumes:

volume efficiency modify -vserver <vserver_name> -volume <vol_name> -cross-volume-background-dedupe true

  1. Enable cross-volume-inline-dedupe on all NAE volumes:

volume efficiency modify -vserver <vserver_name> -volume <vol_name> -cross-volume-inline-dedupe true

  1. Run volume-level background dedupe on all NAE volumes and wait for completion of all volumes:

volume efficiency start -volume <vol_name> -vserver <vserver_name> -scan-old-data true -dedupe true

volume efficiency show

  1. Run cross-volume background dedupe:

storage aggregate efficiency cross-volume-dedupe start -aggregate <aggr_name> -scan-old-data true and storage aggregate efficiency cross-volume-dedupe show

 

 

Scan to view the article on your device