Dedup
Dedup
NetApp Deduplication for FAS and V-Series Deployment and Implementation Guide
Carlos Alvarez January 2010 | TR-3505 | Rev.7
ABSTRACT
This guide introduces NetApp deduplication for FAS technology, describes in detail how to implement and use it, and provides information on best practices, operational considerations, and troubleshooting. It should prove useful for both NetApp and channel partner sales and services field personnel who require assistance in understanding details and successfully deploying solutions that include deduplication.
6 7 8 9
DEDUPLICATION AND SHAREPOINT ................................................................................... 38 DEDUPLICATION AND EXCHANGE ....................................................................................... 39 DEDUPLICATION AND TIVOLI STORAGE MANAGER ......................................................... 39 DEDUPLICATION AND BACKUP EXEC ................................................................................. 39
12 UPDATES IN THIS REVISION ................................................................................................. 45 13 ADDITIONAL READING AND REFERENCES ........................................................................ 45 14 ADDITIONAL ASSISTANCE .................................................................................................... 46 15 VERSION TRACKING .............................................................................................................. 46
This section is an overview of how deduplication works for NetApp FAS and V-Series systems. Notes: 1. 2. Whenever references are made to deduplication for FAS in this document, the reader should assume that the same information also applies to V-Series systems, unless otherwise noted. NetApp deduplication for VTL is beyond the scope of this technical report.
1.1
Part of NetApps storage efficiency offerings, NetApp deduplication for FAS provides block-level deduplication within the entire flexible volume on NetApp storage systems. Beginning with Data ONTAP 7.3, V-Series also supports deduplication. NetApp V-Series is designed to be used as a gateway system that sits in front of third-party storage, allowing NetApp storage efficiency and other features to be used on third-party storage. Figure 1 shows how NetApp deduplication for FAS works at the highest level.
Essentially, deduplication stores only unique blocks in the flexible volume and creates a small amount of additional metadata in the process. Notable features of deduplication include: It works with a high degree of granularity; that is, at the 4KB block level. It operates on the active file system of the flexible volume. Any block referenced by a Snapshot copy is not made available until the Snapshot copy is deleted. Its a background process that can be configured to run automatically, or it can be scheduled, or run manually through the command line interface (CLI). Its application transparent, and therefore it can be used for deduplication of data originating from any application that uses the NetApp system. Its enabled and managed by using a simple CLI. It can be enabled and can deduplicate blocks on flexible volumes with new and existing data. In summary, this is how deduplication works. Newly saved data on the FAS system is stored in 4KB blocks as usual by Data ONTAP. Each block of data has a digital fingerprint, which is compared to all other
fingerprints in the flexible volume. If two fingerprints are found to be the same, a byte-for-byte comparison is done of all bytes in the block and, if there is an exact match between the new block and the existing block on the flexible volume, the duplicate block is discarded and its disk space is reclaimed.
1.2
DEDUPLICATED VOLUMES
Despite the introduction of less-expensive ATA disk drives, one of the biggest challenges for storage systems today continues to be the storage cost. There is a desire to reduce storage consumption (and therefore storage cost per MB) by eliminating duplicate data through sharing blocks across files. The core NetApp technology to accomplish this goal is the deduplicated volume, a flexible volume that contains shared data blocks. Data ONTAP supports shared blocks in order to optimize storage space consumption. Basically, in one volume, there is the ability to have multiple references to the same data block, as shown in Figure 2.
In Figure 2, the number of physical blocks used on the disk is 3 (instead of 5), and the number of blocks saved by deduplication is 2 (5 minus 3). In this document, these are referred to as used blocks and saved blocks. Each data block has a block count reference that is kept in the volume metadata. As additional indirect blocks (IND in Figure 2) point to the data, or existing ones stop pointing to it, this value is incremented or decremented accordingly. When no indirect blocks point to a data block, it is released. The NetApp deduplication technology allows duplicate 4KB blocks anywhere in the flexible volume to be deleted, as described in the following sections. The maximum sharing for a block is 255. This means, for example, that if there are 500 duplicate blocks, deduplication would reduce that to only 2 blocks. Also note that this ability to share blocks is different from the ability to keep 255 Snapshot copies for a volume.
1.3
DEDUPLICATION METADATA
The core enabling technology of deduplication is fingerprints. These are unique digital signatures for every 4KB data block in the flexible volume. When deduplication runs for the first time on a flexible volume with existing data, it scans the blocks in the flexible volume and creates a fingerprint database, which contains a sorted list of all fingerprints for used blocks in the flexible volume. After the fingerprint file is created, fingerprints are checked for duplicates and, when found, first a byte-bybyte comparison of the blocks is done to make sure that the blocks are indeed identical. If they are found to be identical, the blocks pointer is updated to the already existing data block and the new (duplicate) data block is released.
Releasing a duplicate data block entails updating the indirect inode pointing to it, incrementing the block reference count for the already existing data block, and freeing the duplicate data block. In real time, as additional data is written to the deduplicated volume, a fingerprint is created for each new block and written to a change log file. When deduplication is run subsequently, the change log is sorted, its sorted fingerprints are merged with those in the fingerprint file, and then the deduplication processing occurs. There are really two change log files, so that as deduplication is running and merging the new blocks from one change log file into the fingerprint file, new data that is being written to the flexible volume is causing fingerprints for these new blocks to be written to the second change log file. The roles of the two files are then reversed the next time that deduplication is run. (For those familiar with Data ONTAP usage of NVRAM, this is analogous to when it switches from one half to the other to create a consistency point.) Note: When deduplication is run for the first time on an empty flexible volume, it still creates the fingerprint file from the change log. Here are some additional details about the deduplication metadata: There is a fingerprint record for every 4KB data block, and the fingerprints for all the data blocks in the volume are stored in the fingerprint database file. Fingerprints are not deleted from the fingerprint file automatically when data blocks are freed. When a threshold of 20% new fingerprints is reached, the stale fingerprints are deleted. This can also be done by a manual operation from the command line. In Data ONTAP 7.2.X, all the deduplication metadata resides in the flexible volume. Starting with Data ONTAP 7.3.0, part of the metadata resides in the volume and part of it resides in the aggregate outside the volume. The fingerprint database and the change log files that are used in the deduplication process are located outside of the volume in the aggregate and are therefore not captured in Snapshot copies. This change enables deduplication to achieve higher space savings. However, some other temporary metadata files created during the deduplication operation are still placed inside the volume. These temporary metadata files are deleted once the deduplication operation is complete. These temporary metadata files can get locked in Snapshot copies if the Snapshot copies are created during a deduplication operation. The metadata files remain locked until the Snapshot copies are deleted. During an upgrade from Data ONTAP 7.2 to 7.3, the fingerprint and change log files are moved from the flexible volume to the aggregate level during the next deduplication process following the upgrade. During the deduplication process where the fingerprint and change log files are being moved from the volume to the aggregate, the sis status command displays the message Fingerprint is being upgraded. In Data ONTAP 7.3 and later, the deduplication metadata for a volume is located outside the volume, in the aggregate. During a reversion from Data ONTAP 7.3 to a pre-7.3 release, the deduplication metadata is lost during the revert process. To obtain optimal space savings, use the sis start s command to rebuild the deduplication metadata for all existing data. If this is not done, the existing data in the volume retains the space savings from deduplication run prior to the revert process; however, any deduplication that occurs after the revert process applies only to data that was created after the revert process. It does not deduplicate against data that existed prior to the revert process. The sis start s command can take a long time to complete, depending on the size of the logical data in the volume, but during this time the system is available for all other operations. Before using the sis start s command, make sure that the volume has sufficient free space to accommodate the addition of the deduplication metadata to the volume. The deduplication metadata uses 1% to 6% of the logical data size in the volume. For the size of the overhead associated with the deduplication metadata files, see Deduplication Metadata Overhead in section 3.3.
1.4
Deduplication is enabled on a per flexible volume basis. It can be enabled on any number of flexible volumes in a storage system. It can be run one of four different ways: Scheduled on specific days and at specific times Manually, by using the command line Automatically, when 20% new data has been written to the volume Automatically on the destination volume, when used with SnapVault Only one deduplication process can run on a flexible volume at a time. Up to eight deduplication processes can run concurrently on eight volumes within the same NetApp storage system. Beginning with Data ONTAP 7.3.1, deduplication checkpoint restart allows a deduplication process that was interrupted to continue from the last checkpoint. Prior to Data ONTAP 7.3.1, an interrupted deduplication process would result in a restart of the entire deduplication process. If the system is restarted while deduplication is in process, when the system is once again online, the deduplication process automatically restarts from the last checkpoint.
This section discusses what is required to install deduplication, how to configure it, and various aspects of managing it. Although it discusses some basic things, in general it assumes both that the NetApp storage system is already installed and running and that the reader is familiar with basic NetApp administration.
2.1
OVERVIEW OF REQUIREMENTS
Hardware
NearStore R200 FAS2000 series FAS3000 series FAS3100 series FAS6000 series IBM N5000 series IBM N7000 series Note: Starting with Data ONTAP 7.3, the V-Series systems corresponding to the NetApp FAS systems and IBM N series Gateway systems listed above are also supported.
Required minimum release is Data ONTAP 7.2.5.1 or later. NearStore Option license (for all platforms except R200) A-SIS license
Maximum deduplication volume sizes for different Data ONTAP versions Supported protocols
All
Here are some additional considerations with regard to maximum volume sizes for deduplication: Once an upgrade to Data ONTAP 7.3.1 is complete, the new maximum volume sizes for Data ONTAP 7.3.1 are in effect. When considering a downgrade or revert, NetApp highly recommends consulting NetApp Global Services for best practices. During a reversion from Data ONTAP 7.3.1 to an earlier version of Data ONTAP with smaller volume limits, volumes should be within the limits of the lower version of Data ONTAP. When downgrading to 7.2.5.1, you cannot simply resize the volume. Instead, a new flexible volume that is within the maximum volume size limits must be created, and the data must be moved to that volume before the downgrade. If a downgrade occurs from 7.3.1 to 7.3.0, where the volume size was greater than the 7.3.0 volume size limit, the volume goes offline. If this happens, contact NetApp Global Services for assistance in bringing the volume back online. WHATS SUPPORTED WITH DEDUPLICATION The following NetApp features are supported with deduplication: Deduplication is supported on the R200 systems and on all FAS and V-Series systems with the NearStore option license. Only flexible volumes are supported. Traditional volumes are not supported. Starting with Data ONTAP 7.3.1, SnapLock volumes are supported with deduplication in both enterprise and compliance modes. LUNs are supported with deduplication. SnapMirror is supported with deduplication (both qtree SnapMirror and volume SnapMirror). SnapMirror Sync mode is not supported with deduplication. SnapVault on the source volume is supported with deduplication. Starting with Data ONTAP 7.3, SnapVault on the destination volume is supported. Starting with Data ONTAP 7.3, Open Systems SnapVault is supported. Starting with Data ONTAP 7.2.5.1 and 7.3.1, stretch MetroCluster is supported with deduplication. Starting with Data ONTAP 7.2.5.1 and 7.3.1, fabric MetroCluster is supported with deduplication. Starting with Data ONTAP 7.2.5.1 and 7.3.1, Nondisruptive Upgrades is supported with deduplication. Starting with Data ONTAP 7.3, the V-Series product line is supported with deduplication. Starting with Data ONTAP 7.3, MultiStore is supported with deduplication. Starting with Data ONTAP 7.3.1, deduplication commands are also available from within each MultiStore vFiler unit. FlexShare is supported with deduplication. NDMP dump is supported with deduplication.
2.2
Deduplication is included in Data ONTAP and just needs to be licensed. Add the deduplication license by using the following command: license add <a_sis license key> To run deduplication on any of the FAS platforms, you also need to add the NearStore option license: license add <nearstore_option license key> There is no charge for either license; contact your sales representative to obtain the licenses. DEDUPLICATION LICENSING IN A CLUSTERED ENVIRONMENT Deduplication is a licensed option behind the NearStore option license. Both nodes must have the NearStore option licensed. Deduplication must be licensed on both nodes of the cluster as well.
2.3
COMMAND SUMMARY
Summary Enables deduplication on the flexible volume specified. Begins the deduplication process on the flexible volume specified and performs a scan of the flexible volume to process existing data. This option is typically used upon initial configuration and deduplication on an existing flexible volume that contains undeduplicated data. (Theres no need to use this option on a volume that has just been created and doesnt contain any data.)
Begins the deduplication process on the flexible volume specified by using the existing checkpoint information, regardless of the age of the checkpoint information. This option should only be used with -s.
Deletes the existing checkpoint information. This option is used to delete checkpoint information that is still considered valid. By default, checkpoint information is considered invalid after 24 hours.
Begins the deduplication process on the flexible volume specified. Returns the current status of deduplication for the specified flexible volume. The -l option displays a long list. Returns the value of deduplication space savings in the active file system for the specified flexible volume. Use this command to see how much space has been saved. Creates an automated deduplication schedule. When deduplication is first enabled on a flexible volume, a default schedule is configured, running it each day of the week at midnight. If the auto option is used, deduplication is triggered when 20% new data is written to the volume. Starting with Data ONTAP 7.3.1, the 20% threshold can be adjusted by using the auto@num option, where num is a two-digit number to specify the percentage.
Suspends an active deduplication process on the flexible volume specified. Deactivates deduplication on the flexible volume specified. This means that there will be no more change logging or deduplication operations, but the flexible volume remains a deduplicated volume and the storage savings are kept. If this command is used, and then deduplication is turned back on for this flexible volume, the flexible volume must be rescanned with the sis start s command.
Command
Summary Verifies and updates the fingerprint database for the flexible volume specified; includes purging stale fingerprints.
sis check <vol> (This command is available only in Diag mode.) sis stat <vol> (This command is available only in Diag mode.) sis undo <vol> (This command is available in Advanced and Diag modes.)
2.4
This section briefly describes the steps to configure and manage deduplication.
Table 3) Deduplication overview.
New Flexible Volume Flexible volume configuration Create flexible volume. sis on <vol>
N/A
Delete or modify the default deduplication schedule that was configured when deduplication was first enabled on the flexible volume, or create the desired schedule. sis config [-s sched] <vol>
Manually run deduplication (if not using schedules) Monitor status of deduplication (optional) Monitor space savings (optional)
df s <vol>
2.5
This section steps through the process of creating a flexible volume and configuring, running, and monitoring deduplication on it. Note: The steps are spelled out in detail, so the process appears much longer than it would be in the real world. This example creates a place to archive several large data files. The destination NetApp storage system is called r200-rtp01, and it is assumed that deduplication has been licensed on this machine.
1.
Create a flexible volume,(keeping in mind the maximum allowable volume size for the platform, as specified in the requirements table at the beginning of this section. r200-rtp01*> vol create VolArchive aggr0 200g Creation of volume 'VolArchive' with size 200g on containing aggregate 'aggr0' has completed.
2.
Enable deduplication on the flexible volume and verify that its turned on. The vol status command shows the attributes for flexible volumes that have deduplication turned on. After you turn deduplication on, Data ONTAP lets you know that if this were an existing flexible volume that already contained data before deduplication was enabled, you would want to run sis start s. In this example its a brand-new flexible volume, so thats not necessary. r200-rtp01> sis on /vol/VolArchive Deduplication for "/vol/VolArchive" is enabled. Already existing data could be processed by running "sis start -s /vol/VolArchive. r200-rtp01> vol status VolArchive Volume State Status VolArchive online raid_dp, flex sis Containing aggregate: 'aggr0' Options nosnap=on
3.
Another way to verify that deduplication is enabled on the flexible volume is to check the output from running sis status on the flexible volume. r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Idle Progress Idle for 00:00:20
4.
Turn off the default deduplication schedule. r200-rtp01> sis config /vol/VolArchive Path Schedule /vol/VolArchive sun-sat@0 r200-rtp01> sis config -s - /vol/VolArchive r200-rtp01> sis config /vol/VolArchive Path Schedule /vol/VolArchive
5.
NFS-mount the flexible volume to /testArchives on a Solaris host called sunv240-rtp01, and copy lots of files from the users directories into the new archive directory flexible volume. Here is the result from the host perspective: root@sunv240-rtp01 # pwd /testPSTs root@sunv240-rtp01 # df -k. Filesystem kbytes used avail capacity Mounted on r200-rtp01:/vol/VolArchive 167772160 33388384 134383776 20% /testArchives
6.
Examine the flexible volume, run deduplication, and monitor the status. Use the df s command to examine the storage consumed and the space saved. Note that no space savings have been achieved by simply copying data to the flexible volume, even though deduplication is turned on. What has happened is that all the blocks that have been written to this flexible volume since deduplication was turned on have had their fingerprints written to the change log file. r200-rtp01> df -s /vol/VolArchive Filesystem used /vol/VolArchive/ 33388384 saved 0 %saved 0%
7.
Run deduplication on the flexible volume. This causes the change log to be processed, fingerprints to be sorted and merged, and duplicate blocks to be found. r200-rtp01> sis start /vol/VolArchive The deduplication operation for "/vol/VolArchive" is started.
8.
Use sis status to monitor the progress of deduplication. r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Active r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Active r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Active r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Active r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Active r200-rtp01> sis status /vol/VolArchive Path State Status /vol/VolArchive Enabled Idle Progress 9211 MB Searched Progress 11 MB (0%) Done Progress 1692 MB (14%) Done Progress 10 GB (90%) Done Progress 11 GB (99%) Done Progress for 00:00:07
9.
When sis status indicates that the flexible volume is once again in the Idle state, deduplication has finished running, and you can check the space savings it provided in the flexible volume. r200-rtp01> df -s /vol/VolArchive Filesystem used /vol/VolArchive/ 24072140 saved 9316052 %saved 28%
2.6
Its best to set up a schedule for deduplication so that you dont have to run it manually each time. This section describes how to configure schedules with deduplication. The sis config command is used to configure and view deduplication schedules for flexible volumes. Here is the usage syntax: r200-rtp01> sis help config sis config [ [ -s schedule ] <path> | <path> ... ] Sets up, modifies, and retrieves the schedule of deduplication volumes. Run with no arguments, sis config returns the schedules for all flexible volumes that have deduplication enabled. The following example shows the four different formats that the reported schedules can have. toaster> sis config Path /vol/dvol_1 /vol/dvol_2 /vol/dvol_3 /vol/dvol_4 Schedule 23@sun-fri auto sat@6
The meaning of each of these schedule types is as follows: On flexible volume dvol_1, deduplication is not scheduled to run.
On flexible volume dvol_2, deduplication is scheduled to run every day from Sunday to Friday at 11 p.m. On flexible volume dvol_3, deduplication is set to autoschedule. This means that deduplication is triggered by the amount of new data written to the flexible volume, specifically when there are 20% new fingerprints in the change log. On flexible volume dvol_4, deduplication is scheduled to run at 6 a.m. on Saturday. When the -s option is specified, the command sets up or modifies the schedule on the specified flexible volume. The schedule parameter can be specified in one of four ways: [day_list][@hour_list] [hour_list][@day_list] auto The day_list specifies which days of the week deduplication should run. It is a comma-separated list of the first three letters of the day: sun, mon, tue, wed, thu, fri, sat. The names are not case sensitive. Day ranges such as mon-fri can also be used. The default day_list is sun-sat. The hour_list specifies which hours of the day deduplication should run on each scheduled day. The hour_list is a comma-separated list of the integers from 0 to 23. Hour ranges such as 8-17 are allowed. Step values can be used in conjunction with ranges. For example, 0-23/2 means "every 2 hours." The default hour_list is 0; that is, midnight on the morning of each scheduled day. If "-" is specified, there is no scheduled deduplication operation on the flexible volume. The auto schedule causes deduplication to run on that flexible volume whenever there are 20% new fingerprints in the change log. This check is done in a background process and occurs every hour. When deduplication is enabled on a flexible volume for the first time, an initial schedule is assigned to the flexible volume. This initial schedule is sun-sat@0, which means "once every day at midnight." To configure the schedules shown earlier in this section, the following commands would be issued: toaster> toaster> toaster> toaster> sis sis sis sis config config config config -s -s s s - /vol/dvol_1 23@sun-fri /vol/dvol_2 auto /vol/dvol3 sat@6 /vol/dvol_4
This section discusses the deduplication behavior that you can expect. Information in this section comes from testing, observations, and knowledge of how deduplication functions.
3.1
This section describes deduplication best practices and lessons learned from internal tests and from deployments in the field. Deduplication consumes system resources and can alter the data layout on disk. Due to the applications I/O pattern and the effect of deduplication on the data layout, the read and write I/O performance can vary. The space savings and the performance impact depend on the application and the data contents. NetApp recommends that the performance impact due to deduplication be carefully considered and measured in a test setup and taken into sizing considerations before deploying deduplication in performance-sensitive solutions. For information about the impact of deduplication on other applications, contact the specialists at NetApp for their advice and test results of your particular application with deduplication. If there is a small amount of new data, run deduplication infrequently, because theres no benefit in running it frequently in such a case, and it consumes system resources. How often you run it depends on the rate of change of the data in the flexible volume.
The more concurrent deduplication processes youre running, the more system resources are consumed. Given the previous two items, the best option is to do one of the following: Use the auto mode so that deduplication runs only when significant additional data has been written to each flexible volume. (This tends to naturally spread out when deduplication runs.) Stagger the deduplication schedule for the flexible volumes so that it runs on alternative days, reducing the possibility of running too many concurrent sessions. Run deduplication manually. If Snapshot copies are required, run deduplication before creating them to minimize the amount of data before the data gets locked in to the copies. (Make sure that deduplication has completed before creating the copy.) If a Snapshot copy is created on a flexible volume before deduplication has a chance to complete on that flexible volume, this could result in lower space savings. For deduplication to run properly, you need to leave some free space for the deduplication metadata. For information about how much extra space to leave in the volume and in the aggregate, see Deduplication Metadata Overhead in section 3.3
3.2
DEDUPLICATION PERFORMANCE
This section discusses the performance aspects of deduplication. Since deduplication is a part of Data ONTAP, it is tightly integrated with the WAFL file structure. Because of this, deduplication is performed with high efficiency. It is able to leverage the internal characteristics of Data ONTAP to create and compare digital fingerprints, redirect data pointers, and free up redundant data areas. However, the following factors can affect the performance of the deduplication process and the I/O performance of deduplicated volumes: The application and the type of data set being used The data access pattern (for example, sequential versus random access, the size and pattern of the I/O) The amount of duplicate data, the amount of total data, and the average file size The nature of the data layout in the volume The amount of changed data between deduplication runs The number of concurrent deduplication sessions Hardware platformthe amount of CPU/memory in the system Amount of load on the system Disk types ATA/FC, and the RPM of the disk Number of disk spindles in the aggregate Because of these factors, NetApp recommends that the performance impact due to deduplication be carefully considered and measured in a test setup and taken into sizing considerations before deploying deduplication in performance-sensitive solutions. PERFORMANCE OF THE DEDUPLICATION OPERATION The performance of the deduplication operation itself varies widely depending on the factors just described, and this determines how long it takes this background process to finish running. On a FAS 6080 with no other load on the system, deduplication performance can be as high as120MB/sec with a single deduplication session. With multiple sessions running concurrently, deduplication performance can be as high as 180MB/sec. This total bandwidth gets divided across the multiple sessions, and each session gets only a fraction of the aggregated throughput. There are many factors that can affect the deduplication throughput. To get an idea of how long it takes for a deduplication process to complete, suppose that the deduplication process is running on a flexible volume at a conservative rate of 100 MB/sec. If 1TB of new data has been added to the volume since the last deduplication update, this deduplication operation takes about 2.5 to 3 hours to complete. (There are no configurable parameters that can tune the deduplication process; that is, the priority of this background process in Data ONTAP is fixed.)
This scenario is merely an example. Deduplication typically runs much faster following the initial scan, when it is run nightly. Running deduplication nightly can minimize the amount of new data to be deduplicated, requiring less time to complete. IMPACT ON THE SYSTEM DURING THE DEDUPLICATION PROCESS The deduplication operation runs as a low-priority background process on the system. However, it can still affect the performance of user I/O and other applications running on the system. The number of deduplication processes that are running and the phase that each process is running in can cause performance impacts to other applications running on the system (up to eight deduplication processes can actively run at any time on a system). Here are some observations about running deduplication on a FAS3050 system: With eight deduplication processes running, and no other processes running, deduplication uses 15% of the CPU in its least invasive phase, and nearly all of the available CPU in its most invasive phase. When one deduplication process is running, there is a 0% to 15% performance degradation on other applications. With eight deduplication processes running, there may be a 15% to more than 50% performance penalty on other applications running on the system. THE I/O PERFORMANCE OF DEDUPLICATED VOLUMES Write Performance to a Deduplicated Volume The impact of deduplication on the write performance of a system is a function of the hardware platform that is being used, as well as the amount of load that is placed on the system. If the load on a system is lowthat is, for systems in which the CPU utilization is around 50% or lower there is a negligible difference in performance when writing data to a deduplicated volume, and there is no noticeable impact on other applications running on the system. On heavily used systems, however, where the system is nearly saturated with the amount of load on it, the impact on write performance can be expected to be around 15% for most NetApp systems. The performance impact is more noticeable on higher-end systems than on lower-end systems. On the FAS6080 system, this performance impact can be as much as 35%. The higher degradation is usually experienced in association with random writes. Note: These numbers are for FC drives. If ATA drives are used in a system, the performance impact would be greater. Read Performance from a Deduplicated Volume When data is read from a deduplication-enabled volume, the impact on the read performance varies depending on the difference between the deduplicated block layout compared to the original block layout. There is minimal impact on random reads. Because deduplication alters the data layout on the disk, it can affect the performance of sequential read applications such as dump source, qtree SnapMirror or SnapVault source, SnapVault restore, and other sequential read-heavy applications. This impact is more noticeable in Data ONTAP releases earlier than Data ONTAP 7.2.6 and Data ONTAP 7.3.1 with data sets that contain blocks with repeating patterns (such as applications that preinitialize data blocks to a value of zero). Data ONTAP 7.2.6 and Data ONTAP 7.3.1 have specific optimizations, referred to as intelligent cache, that improve the performance of these workloads to be close to the performance of nondeduplicated data sets. This is useful in many scenarios, and especially in virtualized environments. In addition, the Performance Acceleration Modules (PAM and PAM II) are also deduplication aware, and they use intelligent caching. For more information see section 5, Deduplication and VMware.
THE PERFORMANCE ACCELERATION MODULE (PAM) The PAM card is available with Data ONTAP 7.3 and later. In environments where there are shared blocks that are read repeatedly, the PAM card can help reduce the number of disk reads, thus improving the read performance. The amount of performance improvement with the PAM card depends on the duplication rate, the access rate, the active data set size, and the data layout. Adding a PAM card to a system does not increase the deduplication maximum volume size for that system. The PAM card has provided significant performance improvements in VMware VDI environments. The advantages provided by the NetApp PAM are further enhanced when combined with other shared block technologies, such as NetApp deduplication or FlexClone . For additional information about the PAM card, refer to TR-3705, NetApp and VMware VDI Best Practices.
3.3
This section discusses the storage savings that deduplication can be expected to deliver. Comprehensive testing of various data sets has been performed to determine typical space savings in different environments. These results were obtained in three ways: Running deduplication on various production data sets in NetApp. NetApp systems deployed in the real world running deduplication. NetApp and end users running a simulation tool on various data sets. See section 3.4, Space Savings Estimation Tool, for information about how to use this tool. Table 4 summarizes the test results.
Table 4) Typical deduplication storage savings for various environments.
Data Type Backup data VMware Hyper-V File services SharePoint E-mail archival Document archival Source code archival Audio/video files
Typical Space Savings 95% 70% 60% 35% 30% 30% 25% 25% 10%
Note: Nonrepeating archival data such as image files and encrypted data is generally not considered a good candidate for deduplication. The results reported in Table 4 are considered realistic and typically achievable, but still conservative. Results can be validated in an existing environment using the Space Savings Estimation Tool, as discussed in section 3.4. Note: The space savings in the table are from deduplicating a data set one time, with the following exception. In cases where the data is being backed up or archived over and over again, the realized storage savings get better and better, achieving 20:1 (95%) in many instances.
DEDUPLICATION AND SPACE SAVINGS ON EXISTING DATA A major benefit of deduplication is that it can be used to deduplicate existing data in the flexible volumes. It is realistic to assume that there will be Snapshot copiesperhaps manyof this existing data. Heres what happens when you run deduplication in this case. When you first run deduplication on this flexible volume, the storage savings will probably be rather small or even nonexistent. As previous Snapshot copies expire, some small savings are realized, but they too are likely to be low. During this period of old Snapshot copies expiring, it is fair to assume that new data is being created on the flexible volume and that Snapshot copies are being created. The storage savings may continue to stay low. When the last Snapshot copy that was created before deduplication was run is deleted, the storage savings should increase noticeably. Therefore the question is when to run deduplication again in order to achieve maximum capacity savings. The answer is that deduplication should be run, and allowed to complete, before the creation of each and every Snapshot copy; this provides the most storage savings benefit. However, depending on the flexible volume size and possible performance impact on the system, this may not always be advisable. DEDUPLICATION METADATA OVERHEAD This section discusses the storage overhead that deduplication introduces. Although deduplication can provide substantial storage savings in many environments, there is a small amount of storage overhead associated with it. This should be considered when sizing the flexible volume. The total storage used by the deduplication metadata files is approximately 1% to 6% of the total data in the volume. Total data = used space + saved space, as reported when using df s (that is, the size of the data before it is deduplicated). So for 1TB of total data, the metadata overhead would be approximately 10GB to 60GB. The breakdown of the overhead associated with the deduplication metadata is as follows: There is a fingerprint record for every 4KB data block, and the fingerprint records for all of the data blocks in the volume are stored in the fingerprint database file. There is an overhead of less than 2% associated with this database file. The size of the deduplication change log files depends on the rate of change of the data and on how frequently deduplication is run. This accounts for less than 2% overhead in the volume. Finally, when deduplication is running, it creates some temporary files that could account for up to 2% of the size of the volume. These temporary metadata files are deleted when the deduplication process has finished running. In Data ONTAP 7.2.X, all of the above deduplication metadata files reside in the volume, and this metadata is therefore captured and locked in the Snapshot copies of the volume as well. Starting with Data ONTAP 7.3, part of the metadata still resides in the volume, and part of it resides in the aggregate outside of the volume. The fingerprint database and the change log files are located outside of the volume in the aggregate and are therefore not captured in Snapshot copies. This change enables deduplication to achieve higher space savings. However, the other temporary metadata files created during the deduplication operation are still placed inside the volume. These temporary metadata files are deleted when the deduplication operation is complete. However, if Snapshot copies are created during a deduplication operation, these temporary metadata files can get locked in Snapshot copies, and they remain there until the Snapshot copies are deleted. The guideline for the amount of extra space that should be left in the volume and aggregate for the deduplication metadata overhead is as follows: If youre running Data ONTAP 7.2.X, you will need up to 6% of the total data to be stored in the deduplicated volume available within the volume. For example, if 100GB of data is to be deduplicated, then there should be 6GB worth of available space within the volume. Note: The amount of space required for deduplication metadata is dependent on the amount of data being deduplicated within the volume, and not the size of the volume. If youre running Data ONTAP 7.3.X, you will need to consider both volume and aggregate space requirements as follows:
1. Volume deduplication overhead - for each volume with deduplication enabled, up to 2% of the logical amount of data written to that volume will be required in order to store volume dedupe metadata. 2. Aggregate deduplication overhead - for each aggregate that contains any volumes with dedupe enabled, up to 4% of the logical amount of data contained in all of those volumes with dedupe enabled will be required in order to store the aggregate dedupe metadata. For example, if 100GB of data is to be deduplicated within a single volume, then there should be 2GB worth of available space within the volume and 4GB of space available within the aggregate. As a second example, consider a 2TB aggregate with 4 volumes each 400GBs in size within the aggregate where three volumes are to be deduplicated, with 100GB of data, 200GB of data and 300GB of data respectively. The volumes will need 2GB, 4GB, and 6GB of space within the respective volumes; and, the aggregate will need a total of 24GB ((4% of 100GB) + (4% of 200GB) + (4%of 300GB) = 4+8+12 = 24GB) of space available within the aggregate. Note: The amount of space required for deduplication metadata is dependent on the amount of data being deduplicated within the volumes, and not the size of the volumes or the aggregate.
3.4
The actual amount of data space reduction depends on the type of data. For this reason, the SSET should be used to analyze the actual data set to determine the effectiveness of deduplication on that particular data set. When executed, the SSET crawls through all the files in the specified path and estimates the space savings that will be achieved by deduplication. Although actual deduplication space savings may deviate from what the estimation tool predicts, use and testing so far indicate that in general, the actual results are within +/ 5% of the space savings that the tool predicts. OVERVIEW OF SSET The SSET is available to NetApp system engineers, including NetApp partners. It performs nonintrusive testing of the data set to determine the effectiveness of deduplication. This tool is intended for use only by NetApp personnel to analyze data at current or prospective NetApp users. By installing this software, the user agrees to keep this tool and any results from this tool confidential between them and NetApp. The deduplication Space Savings Estimator Tool is available for Linux and Windows systems, which have the data available locally or using CIFS/NFS. See the SSET readme file for complete usage information. LIMITATIONS OF THE SSET The SSET runs on either a Linux system or a Windows system. It is limited to evaluating 2TB of data or less. If the path given contains more than 2TB, once the tool has processed the first 2TB of data, the tool indicates that the maximum size has been reached and displays the results of the data that it has processed until that time (the rest of the data is ignored). The tool is designed to examine data that is available either locally or using NFS/CIFS only. For more information about SSET, read the SSET documentation. The SSET tool can be downloaded from the NetApp internal and PartnerCenter Web sites.
3.5
DEDUPLICATION LIMITATIONS
This section discusses whats supported and whats not supported, and the dos and donts of using deduplication. Some of this information is covered elsewhere in this report as well. GENERAL CAVEATS Deduplication metadata (fingerprint file and change logs) is not deduplicated. Other metadata (such as directory metadata) is also not deduplicated. Therefore, for heavily replicated directory environments with a large number of small files (for example, Web space), the amount of space savings that can be achieved may be low.
Backup of the deduplicated volume using NDMP is supported, but there is no space optimization when the data is written to tape because its a logical operation. (This could actually be considered an advantage, because in this case the tape does not contain a proprietary format.) When deduplication is used in an environment where quotas are used, the quotas cannot be oversubscribed on a volume. For example, a user with a quota limit of 1TB cant store more than 1TB of data in a deduplicated volume even if this data fits into less than 1TB of physical space on the storage system. Storage administrators can use the saved space as desired. Only data in the active file system is deduplicated. Data pointed to by Snapshot copies that were created before deduplication is run is not released until the Snapshot copy is deleted. MAXIMUM FLEXIBLE VOLUME SIZE The maximum flexible volume size limitation for deduplication varies based on the platform (this number depends primarily on the amount of system memory). When this limit is reached, writes to the volume fail just as they would with any other volume after it is full. This could be important to consider if the flexible volumes are ever moved to a different platform with a smaller maximum flexible volume size. Table 5 shows the maximum usable flexible volume size limits (including any snap reserve space) for the different NetApp storage system platforms. For versions of Data ONTAP prior to 7.3.1, if a volume ever gets larger than this limit and is later shrunk to a smaller size, deduplication cannot be enabled on that volume.
Table 5) Maximum deduplicated volume sizes.
Data ONTAP 7.2.X (Starting with 7.2.5.1) and Data ONTAP 7.3.0 FAS2020 FAS3020 N5200 FAS2050 FAS3050 N5500 FAS3040 FAS3140 N5300 R200 FAS3070 N5600 FAS3160 FAS6030 FAS6040 N7600 FAS3170 0.5TB 1TB 2TB 3TB 4TB 6TB 10TB 16TB FAS6070 FAS6080 N7800
Data ONTAP 7.3.1 and later FAS2020 FAS3020 N5200 FAS2050 FAS3050 FAS2040 (7.3.2 only)1 N5500 1TB 2TB 3TB 4TB 4TB 16TB FAS3040 FAS3140 N5300 R200 FAS3070 N5600 FAS3160 FAS6030 FAS6040 N7600 FAS3170 16TB 16TB FAS6070 FAS6080 N7800
The maximum shared data limit per volume for deduplication is 16TB, regardless of the platform type. Once this limit is reached, there is no more deduplication of data in the volume, but writes to the volume continue to work successfully until the volume is completely full. Table 6 shows the maximum total data limit per deduplicated volume for each platform. This is the maximum amount of data that can be stored in a deduplicated volume. This limit is equal to the maximum volume size plus the maximum shared data limit. For example, in an R200 system that can have a deduplicated volume of up to 4TB in size, 20TB of data can be stored; that is 4TB + 16TB = 20 TB.
The FAS 2040 supports deduplication for Data ONTAP 7.3.2 only. Prior versions are not supported.
Data ONTAP 7.2.X (Starting with 7.2.5.1) and Data ONTAP 7.3.0 FAS2020 FAS3020 N5200 FAS2050 FAS3050 N5500 FAS3040 FAS3140 N5300 R200 FAS3070 N5600 FAS3160 FAS6030 FAS6040 N7600 FAS3170 16.5TB 17TB 18TB 19TB 20TB 22TB 26TB 32TB FAS6070 FAS6080 N7800
Data ONTAP 7.3.1 and later FAS2020 FAS3020 N5200 FAS2050 FAS3050 FAS2040 (7.3.2 only)
2
R200
32TB
32TB
NUMBER OF DEDUPLICATION PROCESSES A maximum of eight deduplication processes can be run at the same time on one FAS system. If another flexible volume is scheduled to have deduplication run while eight deduplication processes are already running, deduplication for this additional flexible volume is queued. For example, suppose that a user sets a default schedule (sun-sat@0) for 10 deduplicated volumes. Eight are run at midnight, and the remaining two are queued. As soon as one of the eight current deduplication processes completes, one of the queued ones starts; when another deduplication process completes, the second queued one starts. The next time that deduplication is scheduled to run on these same 10 flexible volumes, a round-robin paradigm is used so that the same volumes arent always the first ones to run. With Data ONTAP 7.2.X, for manually triggered deduplication runs, if eight deduplication processes are already running when a command is issued to start another one, the request fails and the operation is not queued. However, starting with Data ONTAP 7.3, the manually triggered deduplication runs are also queued if eight deduplication operations are already running (including the sis start s command).
The FAS 2040 supports deduplication for Data ONTAP 7.3.2 only. Prior versions are not supported.
For the versions of Data ONTAP that are required to run deduplication with the NetApp features described in this section, read section 3.5, Deduplication Limitations.
4.1
Provisioning Manager, Operations Manager, and Protection Manager 3.8 and later now support deduplication. Provisioning Manager 3.8 and later provides the ability to define deduplication policies and configure deduplication across multiple systems from a single management system. Operations Manager 3.8 and later provides the ability to monitor and report the effects of deduplication across multiple systems from a single management system. Protection Manager 3.8 and later seamlessly provides optimized management of SnapVault schedules with deduplication. For additional information about Provisioning Manager, Operations Manager, and Protection Manager, refer to TR-3440, Operations Manager, Protection Manager, and Provisioning Manager Sizing Guide.
4.2
Deduplication deduplicates only data in the active file system, and that data could be locked in Snapshot copies created before deduplication, causing reduced storage savings. There are two types of data that can be locked in Snapshot copies: Data can be locked in a Snapshot copy if the copy is created before deduplication is run. This effect can be mitigated by always running deduplication before a Snapshot copy is created. Deduplication metadata can be locked in a Snapshot copy when the copy is created. In Data ONTAP 7.2.X, all the deduplication metadata resides in the volume. Starting with Data ONTAP 7.3.0, part of the metadata resides in the volume and part of it resides in the aggregate outside the volume. The fingerprint database and the change log files that are used in the deduplication process are located outside of the volume in the aggregate and are therefore not captured in Snapshot copies. This change enables deduplication to achieve higher space savings. However, some other temporary metadata files created during the deduplication operation are still placed inside the volume. These temporary metadata files are deleted when the deduplication operation completes. (For the size of these temporary metadata files, see Deduplication Metadata Overhead in section 3.2.) These temporary metadata files can get locked in Snapshot copies, if the copies are created during a deduplication operation. The metadata files remain locked until the Snapshot copies are deleted. For deduplication to provide the most benefit when used in conjunction with Snapshot copies, consider the following best practices: Run deduplication before creating new Snapshot copies. Remove unnecessary Snapshot copies maintained in deduplicated volumes. If possible, reduce the retention time of Snapshot copies maintained in deduplicated volumes. Schedule deduplication only after significant new data has been written to the volume. Configure appropriate reserve space for the Snapshot copies. If the space used by Snapshot copies grows to more than 100%, it causes df s to report incorrect results, because some space from the active file system is being taken away by Snapshot, and therefore actual savings from deduplication arent reported.
4.3
The SnapRestore functionality is supported with deduplication, and it works in the same way with deduplication as it does without deduplication. If youre running Data ONTAP 7.3, consider the following points.
Starting with Data ONTAP 7.3, the deduplication metadata files (the fingerprint database and the change log files) do not get restored when SnapRestore is executed, because they are located outside the volume in the aggregate. In this case, after the SnapRestore operation, there is not a fingerprint database file in the active file system for the data. This data, however, retains the original space savings. After SnapRestore, if deduplication is enabled on the volume, any new data written to the volume continues to be deduplicated. However, the deduplication process obtains space savings in the new data only and does not deduplicate between the new data and the restored data. To run deduplication for all the data in the volume (and thus obtain higher space savings), use the sis start -s command. This command builds the fingerprint database for all the data in the volume. Depending on the size of the logical data in the volume, this process can take a long time to complete. Before using the sis start -s command, make sure that both the volume and the aggregate containing the volume have sufficient free space to accommodate the addition of the deduplication metadata. For information about how much extra space to leave for the deduplication metadata, see Deduplication Metadata Overhead in section 3.2.
4.4
When deduplicated data is copied by using the volume copy command, the copy of the data at the destination location inherits all of the deduplication attributes and storage savings of the original data. Starting with Data ONTAP 7.3, some of the deduplication metadata files do not get copied by the vol copy command, because they are located outside of the volume in the aggregate. In this case, there is no fingerprint database file in the destination volume for the data. However, the data retains the space savings. The deduplication process also continues for any new data written to the destination volume and creates the fingerprint database for the new data. The deduplication process obtains space savings in the new data only and does not deduplicate between the new data and the old data. To run deduplication for all the data in the cloned volume (and thus obtain higher space savings), use the sis start -s command. Depending on the size of the logical data in the volume, this process can take a long time to complete.
4.5
For workloads that perform a mixture of random writes and large and multiple sequential reads, read reallocation improves the file layout and the sequential read performance. When you enable read reallocation, Data ONTAP analyzes the parts of the file that are read sequentially. If the associated blocks are not already largely contiguous, Data ONTAP updates the file layout by rewriting those blocks to another location on disk. The rewrite improves the file layout, thus improving the sequential read performance the next time that section of the file is read. However, read reallocation might result in more storage use if Snapshot copies are used. It might also result in a higher load on the storage system. If you want to enable read reallocation but storage space is a concern, you can enable read reallocation on FlexVol volumes using the space_optimized option. This option conserves space but can slow read performance through the Snapshot copies. Therefore, if fast read performance through Snapshot copies is a high priority, do not use space_optimized. A read reallocation scan does not rearrange blocks on disk that are shared between files by deduplication on deduplicated volumes. Because read reallocation does not predictably improve the file layout and the sequential read performance when used on deduplicated volumes, performing read reallocation on deduplicated volumes is not supported. Instead, for files to benefit from read reallocation, they should be stored on volumes that are not enabled for deduplication.
4.6
For additional information about FlexClone, refer to TR-3742, Using FlexClone to Clone Files and LUNs. VOLUME SPLITTING When a cloned volume is split from the parent volume, all of the data in the clone that was a part of the parent volume (that is, not including the data that was written to the cloned volume after the clone was created) gets undeduplicated after the volume split operation. If deduplication is running on the cloned volume, this data gets deduplicated again in subsequent deduplication operations on the volume.
4.7
NetApp active-active controller configurations are supported with deduplication in the following manner:
Planned takeover or planned giveback is supported within 60 seconds on an HA-configured system when deduplication is enabled on up to 100 FlexVol volumes, provided that no deduplication operations are active during that time. The total number of deduplicated FlexVol volumes (up to 100) and nondeduplicated FlexVol
volumes must not exceed the total number of FlexVol volumes supported for planned takeover or planned giveback on the HA-configured system. If more than 100 volumes have deduplication enabled, then the 60second limit may not be met. To meet the 60-second limit, users should take the following actions to make sure that there are no active deduplication operations during the planned takeover or planned giveback: Perform the planned takeover or giveback during a time when deduplication operations are not scheduled to run. Determine whether any deduplication operations are active and halt them until the planned takeover or giveback is complete. You can use the sis status command to determine whether the status of a deduplication is Active or Idle. On a system with deduplication enabled, the output of the sis status command is similar to the following: Path /vol/v460 /vol/v461 /vol/v462 State Enabled Enabled Enabled Status Idle Active Active Progress Idle for 00:12:30 521MB Scanned 489MB Scanned
You can use the sis stop command to abort the active SIS operation on the volume and the sis start command to restart it. For information about deduplication, see the Data ONTAP Data Protection Online Backup and Recovery Guide and the sis(1) man page. Because deduplication is a licensed option behind the NearStore option license, NetApp recommends having both nodes in an active-active controller configuration licensed with the NearStore option and with deduplication. Deduplication does not add any overhead in an active-active configuration other than additional disk I/O. For additional information about active-active configurations, refer to TR-3450, Active/Active Controller Configuration Overview and Best Practice Guidelines.
4.8
In Data ONTAP 7.3 and later, you can use deduplication on a V-Series system with a NearStore license. When using NetApp deduplication for FAS with V-Series, consider the following information: The checksum type you can use with deduplication on a V-Series system is restricted. Only block checksum type (BCS) is supported with deduplication on V-Series systems. Zoned checksums are not supported, and random workloads with zoned checksums (ZCS) experience performance degradation. For information about NearStore configuration, refer to the Data ONTAP Data Protection Online Backup and Recovery Guide. For additional information about V-Series systems, refer to TR-3461, Best Practices Guide for V-Series.
4.9
Although there are substantial benefits to be achieved with deduplication alone, a complete storage solution typically involves the need to additionally mirror the data to another location for disaster recovery purposes. Replication of the deduplicated volume is supported by using SnapMirror in two waysvolume SnapMirror and qtree SnapMirror, as discussed in the next two subsections. Keep in mind that deduplication is supported only on NetApp storage systems that are running the NearStore option. So any flexible volume shown in the following figures with deduplication running, even if its a SnapMirror primary, is on a NearStore option licensed system. NetApp recommends not using deduplication with SnapMirror Sync. Although technically it will work, the integration and scheduling of deduplication with SnapMirror Sync are complicated to implement in the type of rigorous real-world scenarios that demand synchronous replication. For a complete discussion of SnapMirror, refer to TR-3446, SnapMirror Async Best Practices Guide.
REPLICATING WITH VOLUME SNAPMIRROR A deduplicated volume can be replicated to a secondary storage system (destination) by using volume SnapMirror, as shown in Figure 3.
To run deduplication with volume SnapMirror: Deduplication must be licensed at the primary location (source). However, the NearStore option must be licensed on both the source and destination (or an R200 must be used in one or both locations). Starting with Data ONTAP 7.3.1, the NearStore license is no longer required on the destination system, but installation of the deduplication license on the destination system is still recommended as a best practice. Deduplication does not need to be licensed at the destination. However, if the primary site is down and the secondary location becomes the new primary, deduplication needs to be licensed for continued deduplication to occur. Therefore the best practice is to have deduplication licensed at both locations. In a volume SnapMirror relationship, the destination storage system should use an identical or later release of Data ONTAP. Deduplication can be enabled, run, and managed only from the primary location. However, the flexible volume at the secondary location inherits all the deduplication attributes and storage savings by using SnapMirror. Shared blocks are transferred only once, so deduplication reduces network bandwidth usage too. The volume SnapMirror update schedule is not tied to the deduplication schedule. Maximum volume size limits for deduplicated volumes are constrained to the lower limit between the source and the destination. If a system does not support deduplication, it cannot be used as a destination system. To accomplish a data transfer to a system that does not support deduplication, consider using a logical-type transfer, as used by qtree SnapMirror and SnapVault. Volume SnapMirror typically sees smaller transfer sizes as a result of deduplication space savings. However, if deduplication is enabled for the first time on a volume with existing data, file buffer trees are relinked. Because all data transferred with volume SnapMirror must be deswizzled on the destination, as well as the relinked buffer trees, there may be an increase in deswizzling time when using deduplication on the volume SnapMirror source. In a cascaded scenario where the volume SnapMirror is to be transferred by using qtree SnapMirror or SnapVault, it is a best practice to allow the deswizzle scanners running on the volume SnapMirror destination volumes to complete before the transfer. When configuring volume SnapMirror and deduplication, it is important to consider the deduplication schedule and the volume SnapMirror schedule. As a best practice, start volume SnapMirror transfers of a deduplicated volume after deduplication is complete (that is, not in the middle of the deduplication process). This is to avoid sending undeduplicated data and additional temporary metadata files over the network. If the temporary metadata files in the source volume are locked in Snapshot copies, they also consume extra space in the source and destination volumes.
Volume SnapMirror performance degradation can increase with deduplicated volumes. This extra overhead needs to be accounted for when sizing the storage solution. For more information, see section 3.2, Deduplication Performance. The Impact of Moving Deduplication Metadata Files Outside the Volume Starting with Data ONTAP 7.3, most of the deduplication metadata resides in the aggregate outside the volume. Therefore it does not get captured in Snapshot copies, and volume SnapMirror does not replicate this data. This provides additional network bandwidth savings. However, some temporary metadata files are still kept inside the volume and are deleted when the deduplication operation is complete. If Snapshot copies are created during the deduplication operation, these temporary metadata files are locked in Snapshot copies, so a volume SnapMirror update that is initiated during a deduplication process transfers these temporary metadata files over the network. To prevent this extra data from being replicated, schedule the volume SnapMirror updates to take place after the deduplication operation has finished running on the source volume. In case of a disaster at the primary location, you may need to break the volume SnapMirror relationship and have the volume SnapMirror destination start serving data. In this case, there is no fingerprint database file at the destination for the existing data on the destination volume. However, the existing data retains the space savings from the deduplication operations performed earlier on the original volume SnapMirror source. Also, the deduplication process continues for new data being written to the volume and creates the fingerprint database for this new data. The deduplication process obtains space savings in the new data only and doesnt deduplicate between the new data and the old data. To run deduplication for all the data in the volume (and thus obtain higher space savings), use the sis start -s command. This command builds the fingerprint database for all the data in the volume. Depending on the size of the logical data in the volume, this process may take a long time to complete. Important: Before using the sis start -s command, make sure that both the volume and the aggregate containing the volume have sufficient free space to accommodate the addition of the deduplication metadata. For information about how much extra space to leave for the deduplication metadata, see Deduplication Metadata Overhead in section 3.3. REPLICATING WITH QTREE SNAPMIRROR When using qtree SnapMirror with deduplication, remember the following points: Deduplication can be enabled on the source system, the destination system, or both. Both the deduplication license and the SnapMirror license must be installed on the system where deduplication is required. Unlike volume SnapMirror, no network bandwidth savings are obtained with qtree SnapMirror, because the source system sends undeduplicated data to the destination system, even if deduplication is enabled on the source system. The deduplication schedule is not tied to qtree SnapMirror updates on either the source or the destination. However, a deduplication schedule can be set up independently of the qtree SnapMirror schedule. For example, on the destination, the deduplication process does not automatically start at the completion of qtree SnapMirror transfers. As a best practice, NetApp recommends performing qtree SnapMirror updates after the deduplication process on the source volume has finished running. If a qtree SnapMirror update occurs while the deduplication process is running on the source volume, then in addition to the transfer of the changed data blocks, some unchanged data blocks might also get transferred to the destination. If deduplication is not running on the destination volume, then the redundant data that is transferred occupies extra storage space on the destination volume. NetApp also recommends that if deduplication is used on the source volume, then it should also be used on the destination volume. However, you dont have to use deduplication on the source volume if you are planning to use deduplication only on the destination volume. As far as the qtree SnapMirror base Snapshot copy is concerned, there are typically only a couple of Snapshot copies on the destination storage system. If Snapshot copies are not retained long term, they are constantly rotated out and the deduplicated blocks are freed as the Snapshot copies roll off.
If users want to keep Snapshot copies long term (as a replacement for SnapVault, or for other reasons such as the ability to have writable, reverse, or resync copies in the event of a disaster), it is possible that deduplicated data can be locked in Snapshot copies for longer periods of time, which reduces the deduplication storage savings. This situation can arise when users create Snapshot copies manually or by using snap sched. The best practice when using qtree SnapMirror with deduplication is to let qtree SnapMirror use the minimum number of Snapshot copies it requires (essentially, keep the latest version). Qtree SnapMirror Replication with Deduplication Enabled on the Source Only A source deduplicated flexible volume can be replicated to a nondeduplicated volume on the destination by using qtree SnapMirror, as shown in Figure 4.
Figure 4) Qtree SnapMirror replication from a deduplicated source volume to a nondeduplicated destination volume.
Keep the following points in mind: Deduplication is licensed only on the source system. Deduplication is enabled, run, and managed on a flexible volume at the source. Deduplication doesnt yield any network bandwidth savings because qtree SnapMirror works at the logical layer, and it sends undeduplicated data over the network. The deduplication schedule is not integrated with the qtree SnapMirror update, and vice versa; it must be configured independently. The completion of a deduplication process doesnt automatically start a qtree SnapMirror transfer, and qtree SnapMirror updates dont trigger the deduplication operation. Deduplication storage savings are achieved only on the source system. Qtree SnapMirror Replication with Deduplication Enabled on the Destination Only A nondeduplicated flexible volume on the source can be replicated to a deduplicated volume on the destination by using qtree SnapMirror, as shown in Figure 5.
Figure 5) Qtree SnapMirror replication from a nondeduplicated source volume to a deduplicated destination volume.
Keep the following points in mind: Deduplication is licensed only on the destination system. Deduplication is enabled, run, and managed on a flexible volume at the destination. Deduplication doesnt yield any network bandwidth savings. The deduplication schedule is not integrated with the qtree SnapMirror update, and vice versa; it must be configured independently. The completion of a qtree SnapMirror update doesnt automatically start a deduplication operation on the destination, and the deduplication operation doesnt trigger a qtree SnapMirror update. Deduplication storage savings are achieved only on the destination system. Qtree SnapMirror with Deduplication Enabled on Both the Source and the Destination A deduplicated flexible volume on the source can be replicated to a deduplicated volume on the destination by using qtree SnapMirror, as shown in Figure 6.
Figure 6) Qtree SnapMirror replication from a deduplicated source volume to a deduplicated destination volume.
Keep the following points in mind: Deduplication is licensed on both the source and the destination. Deduplication is enabled, run, and managed independently on the source and the destination. Deduplication doesnt yield any network bandwidth savings because qtree SnapMirror works at the logical layer, and it sends undeduplicated data over the network. Storage savings at the destination are not achieved automatically when qtree SnapMirror updates (unlike volume SnapMirror), because the data that is sent over the network to the destination is not deduplicated. This data must be deduplicated again on the destination after qtree SnapMirror has transferred the data from the source. The deduplication schedule is not integrated with the qtree SnapMirror update on either the source or the destination; it must be configured independently. Storage savings are achieved on both the source and the destination.
Deduplication in a configuration not based on SnapVault for NetBackup (for example, NetBackup shared or flexible disk option) remains supported.
When using volume SnapMirror, the WORM property of the files is carried forward by volume SnapMirror. Deduplication needs to be run only on the primary. Volume SnapMirror allows the secondary to inherit the deduplication. Undoing deduplication can be done only after breaking the volume SnapMirror relationship. To revert to a previous release on a system hosting a volume that is deduplicated and has WORM data on it, deduplication must first be undone (undeduplicated). If you are reverting to a previous release that does not support deduplication with SnapLock volumes, prior to Data ONTAP 7.3.1, you must first run the sis undo command. If this command is not run prior to the revert operation, an error message is displayed stating that sis undo must be performed. For additional details about SnapLock, refer to TR-3263, WORM Storage on Magnetic Disks Using SnapLock Compliance and SnapLock Enterprise.
You can use the sis stop command to abort the active SIS operation on the volume and the sis start command to restart it.
A (Default) LUN space guarantee value Volume fractional reserve value Volume thin provisioned? After deduplication and thin provisioning (if applicable), free blocks are returned to: Yes 100 No Fractional overwrite reserve
DEFINITIONS Fractional overwrite reserve: The space that Data ONTAP guarantees will be available for overwriting blocks in a LUN when space guarantee = Yes. Behavior of the fractional reserve space parameter with deduplication is the same as if a Snapshot copy has been created in the volume and blocks are being overwritten. Volume free pool: Refers to the free blocks in the parent volume of the LUN. These blocks can be assigned anywhere in the volume as needed. Aggregate free pool: Refers to the free blocks in the parent aggregate of the LUN. These blocks can be assigned anywhere in the aggregate as needed. LUN CONFIGURATION EXAMPLES Configuration A: The Default LUN Configuration The default configuration of a NetApp LUN follows. (Best practice for all NetApp LUNs is to turn controller Snapshot off, delete all scheduled Snapshot copies, and set snap reserve to 0.) 1. 2. 3. 4. 5. 6. 7. LUN space reservation value = on Volume fractional reserve value = 100 Volume guarantee = volume Snap reserve = 0% Autodelete = off Autosize = off Try_first = volume_grow Default = on Default = 100% Default = volume Default = 20% Default = off Default = off Default = volume_grow
Description: When a LUN containing default values is deduplicated, no apparent savings are observed by the storage administrator because the LUN by default was space reserved when it was created and fractional reserve was set to 100% in the volume. Any blocks freed through deduplication are allocated to the fractional reserve area. This configuration means that overwrite to the LUN should never fail, even if it is overwritten entirely. Pros and cons: The advantage of this configuration is that Snapshot copies consume less space when blocks in the active file system are no longer being used. As a result, this volume can hold more Snapshot copies. The disadvantage of this configuration is that free blocks are not returned to either the free volume pool or the free aggregate pool. Moreover, there is no direct space saving in the active file systemin fact, this configuration could consume more space in the volume due to new indirect blocks being written, if no Snapshot copies exist in the volume and the Snapshot schedule is turned off. Note: If Snapshot copies are turned off for the volume (or no copy exists in the volume) this is not a recommended configuration or volume for deduplication. Configuration B: LUN Configuration for Shared Volume Space Savings If the user wants to apply the freed blocks to both the fractional overwrite reserve area and the volume free pool, this can be accomplished with the following configuration: 1. 2. 3. 4. 5. 6. 7. LUN space reservation value = on Volume fractional reserve value = any value from 199 Volume guarantee = volume Snap reserve = 0% Autodelete = off Autosize = off Try_first = volume_grow
Description: The only difference between this configuration and configuration A is that the amount of space reserved for overwrite is based on the fractional reserve value set for the volume. As a result, this configuration splits the free blocks between fractional overwrite reserve and volume free space. For instance, if the fractional reserve value is set to 25, 25% of the freed blocks go into fractional overwrite reserve and 75% of the freed blocks are returned to the volume free pool. Pros and cons: The advantage of this configuration is that overwrite space reserve does not increase for every block being deduplicated. Freed blocks are split between volume free pool and fractional reserve. The disadvantage of this configuration is that overwrites to the LUN beyond the fractional reserve capacity may fail because freed blocks may have already been allocated. Another disadvantage of this configuration is that freed blocks stay in the parent volume and cannot be provisioned to any other volumes in the aggregate. Note: If Snapshot copies are turned off for the volume (or if no Snapshot copy exists in the volume), and percentage of savings due to deduplication is less than the fractional reserve, then this is not a recommended configuration or volume for deduplication. Configuration C: LUN Configuration for Maximum Volume Space Savings If the user wants to apply the freed blocks to the volume free pool, this can be accomplished with the following configuration: 1. 2. 3. 4. 5. 6. 7. LUN space reservation value = on Volume fractional reserve value = 0 Volume guarantee = volume Snap reserve = 0% Autodelete = off Autosize = off Try_first = volume_grow
Description: The only difference between this configuration and configuration B is that the value of fractional reserve is set to zero. As a result, this configuration "forces" all the freed blocks to the volume free pool and no blocks are set aside for fractional reserve. Pros and cons: The advantage of this configuration is that all the freed blocks are returned to the volume free pool. The disadvantage is that the chance of overwrite failure is higher than with configurations A and B because no freed blocks are assigned to the fractional overwrite area. Configuration D: LUN Configuration for Maximum Volume Space Savings If the user wants to apply the freed blocks to the volume free pool, this can be accomplished with the following configuration: 1. 2. 3. 4. 5. 6. 7. LUN space reservation value = off Volume fractional reserve value = any value from 0100 Volume guarantee = volume Snap reserve = 0% Autodelete = off Autosize = off Try_first = volume_grow
Description: The difference between this configuration and configuration C is that the LUN is not space reserved. With LUN space guarantees off, the value for volume fractional reserve is ignored for all LUNs in this volume. From a deduplication perspective, there is no difference between this and the previous configuration, and all freed blocks go to the volume free pool.
Pros and cons: From a deduplication perspective, this configuration has the same advantages and disadvantages as configuration C. Configuration E: LUN Configuration for Maximum Aggregate Space Savings In many cases, the user may prefer to reclaim all freed blocks from the volume and return these blocks to the aggregate free pool. This is accomplished with the following configuration: LUN space reservation value = off Volume fractional reserve value = any value from 1100 Volume guarantee = none Snap reserve = 0% Autodelete = on Autosize = on Try_first = volume_grow Description: This configuration "forces" the free blocks out of the volume and into the aggregate free pool, where the blocks can be reprovisioned for any other volumes in the aggregate. Pros and cons: The advantage of this configuration is that it provides the highest efficiency in aggregate space provisioning. It also uses the thin provisioning features of Data ONTAP, volume autosize and Snapshot autodelete, to help administer the space in the solution. The disadvantage of this configuration is that it requires the storage administrator to monitor the free space available in the aggregates. With volume autosize and Snapshot autodelete turned on, the volume grows first if space is available in the aggregate; if not, then Snapshot copies are deleted.
VMware environments deduplicate extremely well. However, while working out the VMDK and data store layouts, keep the following points in mind: Operating system VMDKs deduplicate extremely well because the binary files, patches, and drivers are highly redundant between virtual machines (VMs). Maximum savings can be achieved by keeping these in the same volume. Application binary VMDKs deduplicate to varying degrees. Duplicate applications deduplicate very well; applications from the same vendor commonly have similar libraries installed and deduplicate somewhat successfully; and applications written by different vendors don't deduplicate at all. When deduplicated, application data sets have varying levels of space savings and performance impact based on application and intended use. Careful consideration is needed, just as with nonvirtualized environments, before deciding to keep the application data in a deduplicated volume. Transient and temporary data such as VM swap files, pagefiles, and user and system temp directories do not deduplicate well and potentially add significant performance pressure when deduplicated. Therefore NetApp recommends keeping this data on a separate VMDK and volume that are not deduplicated. Data ONTAP 7.2.6 and 7.3.1 introduce a performance enhancement referred to as intelligent cache. Although it is applicable to many different environments, intelligent caching is particularly applicable to VM environments, where multiple blocks are set to zero as a result of system initialization. These zero blocks are all recognized as duplicates and are deduplicated very efficiently. The warm cache extension enhancement provides increased sequential read performance for such environments, where there are very large amounts of deduplicated blocks. Examples of sequential read applications that benefit from this performance enhancement include NDMP, SnapVault, some NFS-based application, and dump. This performance enhancement is also beneficial to the boot-up processes in VDI environments. The expectation is that about 30% space savings will be achieved overall. This is a conservative number, and in some cases users have achieved savings of up to 80%. The major factor that affects this percentage is the amount of application data. New installations typically deduplicate extremely well, because they do not contain a significant amount of application data. Important: In VMware, the need for proper partitioning and alignment of the VMDKs is extremely important (not just for deduplication). VMware must be configured so that the VMDKs are aligned on WAFL 4K block boundaries as part of a standard VMware implementation. To learn how to prevent the negative performance impact of LUN/VMDK misalignment, read TR-3428, NetApp and VMware Best Practices Guide, at http://media.netapp.com/documents/tr-3428.pdf. Also note that the applications in which the performance is heavily affected by deduplication (when these applications are run without VMware) are likely to suffer the same performance impact from deduplication when they are run with VMware. A deduplication and VMware solution on NFS is easy and straightforward. Combining deduplication and VMware with LUNs requires a bit more work. For more information about this, see section 4.17, Deduplication and LUNs. The following subsections describe the different ways that VMware can be configured. The concepts covered within this document are general in nature. Specific configuration settings provided in a separate NetApp solution-specific document should be given precedence over this document for that specific solution. For more information about NetApp storage in a VMware environment, see TR-3428, NetApp and VMware Virtual Infrastructure 3 Storage Best Practices .
5.1
This is the default configuration, and its the way that a large number of VMware installations are done today. Deduplication occurs across the numerous VMDKs.
5.2
This is a new configuration that became available starting with VMware 3.0. It has a low installed base currently, but it is hot and growing. It is the easiest to configure and allows deduplication to provide the most space savings.
5.3
Deduplication has proven very useful in VMware archive environments. Figure 9 shows an example.
Specifications for the example shown in Figure 9: In this environment, VMware is configured to run over NFS. This environment uses approximately 1,800 clone copies of the master VMware image. These images are used to create virtual machines for primary applications and for test and development purposes. All 1,800 clone copies (~32TB) are stored on a FAS3070 in the Houston data center. The data is mirrored to the remote site in Austin for disaster recovery. Once per hour, the FAS3070 images are transferred to an R200 by using SnapMirror. Deduplication is run nightly on the R200, and the VMware images are reduced in size by 80% to 90%.
If SharePoint and NetApp deduplication for FAS will be used together, consider the following points:
If Microsoft Exchange and NetApp deduplication for FAS will be used together, consider the following point: In some Exchange environments, extents are enabled to improve the performance of database validation. Enabling extents does not rearrange blocks on disk that are shared between files by deduplication on deduplicated volumes. Enabling extents does not predictably optimize sequential data block layout when used on deduplicated volumes, so there is no reason to enable extents on deduplicated volumes. For additional details about Exchange, refer to TR-3578, Microsoft Exchange Server 2007 Best Practices Guide.
If IBM Tivoli Storage Manager (TSM) and NetApp deduplication for FAS will be used together, consider the following points: Deduplication savings with TSM will not be optimal due to the fact that TSM does not block align data when it writes files out to its volumes. The net result is that there are fewer duplicate blocks available to deduplicate. TSM compresses files backed up from clients to preserve bandwidth. Compressed data does not usually yield good savings when deduplicated. TSM client-based encryption results in data with no duplicates. Encrypted data does not usually yield good savings when deduplicated. TSMs progressive backup methodology backs up only new or changed files, which reduces the number of duplicates, since there are not multiple full backups to consider.
If Symantec Backup Exec and NetApp deduplication for FAS will be used together, consider the following point: Deduplication savings with Backup Exec will not be optimal due to the fact that Backup Exec does not block align data when it writes files out to its volumes. The net result is that there are fewer duplicate blocks available to deduplicate.
11 TROUBLESHOOTING
This section covers issues that occasionally come up when configuring and running deduplication.
11.1 LICENSING
Make sure that deduplication is properly licensed and, if the platform is not an R200, make sure that the NearStore option is also properly licensed: fas3070-rtp01> license a_sis <license key> nearstore_option <license key> If licensing is removed or expired, no additional deduplication can occur, and no sis commands can run. However, the flexible volume remains a deduplicated volume, the existing storage savings are kept, and all data is usable. Before removing the deduplication license, you must disable deduplication on all the flexible volumes by using the sis off command. If you attempt to remove the license without first disabling deduplication, you receive a warning message asking you to disable this feature. Note: Any volume deduplication that occurred before removing the license remains unchanged.
Beginning with Data ONTAP 7.2.5.1 of the 7.2 codeline and 7.3 of the 7.3 codeline, additional details are included in the sis logs. The additional information includes detailed information about how blocks and fingerprints are processed.
Example: Fri Aug 15 00:43:49 PDT /vol/max1 [sid: 1218783600] Stats (blks gathered 0,finger prints sorted 603349248,dups found 0,new dups found 4882810,blks deduped 0,finger prints checked 0,finger prints deleted 0) This example reveals the following information: Total number of new blocks created since the last deduplication process ran = 0 Total number of fingerprint entries (new + preexisting) that were sorted for this deduplication process = 603349248 Total number of duplicate blocks found = 0 Total number of new duplicate blocks found = 4882810 Total number of duplicate blocks that were deduplicated = 0 Total number of fingerprints checked for stale condition = 0 Total number of stale fingerprints deleted = 0 OPERATIONS MANAGER EVENT A new event has been introduced beginning with Operations Manager 3.8, "Deduplication: Volume is over deduplicated." By default, this event is triggered when the size of the deduplicated volume will not be large enough to fit all data if the data is undeduplicated by using the sis undo command. Users can change the default threshold settings in Operations Manager to make it a very high value so that the event does not get triggered. The triggering of this event does not change the deduplication operation in any way. The event is simply a notification that this condition has occurred. For a complete list of events, refer to the Operations Manager Administration Guide 3.8.
The undo option of the sis command is available only in Diag mode, accessed by using the priv set diag command.
r200-rtp01> df s /vol/VolReallyBig2 /vol/VolReallyBig2/ 20568276 3768732 15% r200-rtp01> sis status /vol/VolReallyBig2 Path State Status Progress /vol/VolReallyBig2 Enabled Idle Idle for 11:11:13 r200-rtp01> sis off /vol/VolReallyBig2 SIS for "/vol/VolReallyBig2" is disabled. r200-rtp01> sis status /vol/VolReallyBig2 Path State Status Progress /vol/VolReallyBig2 Disabled Idle Idle for 11:11:34 r200-rtp01> sis undo /vol/VolReallyBig2 Wed Feb 7 11:13:15 EST [wafl.scan.start:info]: Starting SIS volume scan on volume VolReallyBig2. r200-rtp01> sis status /vol/VolReallyBig2 Path State Status Progress /vol/VolReallyBig2 Disabled Undoing 424 MB Processed r200-rtp01> sis status /vol/VolReallyBig2 No status entry found. r200-rtp01> df -s /vol/VolReallyBig2 Filesystem used saved %saved /vol/VolReallyBig2/ 24149560 0 0% Note: If sis undo starts processing and then there is not enough space to undeduplicate, it stops, sends a message about insufficient space, and leaves the flexible volume deduplicated. Use df s to find out how much free space you really have, and then delete either data or Snapshot copies to provide the needed free space.
Total Processed: 4194304 KB Total Process Time: 00:01:48 SIS Files: 1 Succeeded Op: 2 Started Op: 2 Failed Op: 0 Stopped Op: 0 Deferred Op: 0 Succeeded Check Op: 1 Failed Check Op: 0 Total Sorted Blocks: 1572864 Same Fingerprint: 1048575 Same FBN Location: 0 Same Data: 345 Same VBN: 0 Mismatched Data: 0 Max Reference Hits: 3770 Staled Recipient: 0 Staled Donor: 3 File Too Small: 0 Out of Space: 0 FP False Match: 0 Delino Records: 0 Block Sharing Histogram: 0 1 2 3 4 5 6 7 0 1 0 0 0 0 0 0 <16 <24 <32 <40 <48 <56 <64 UNUSED 0 0 0 0 0 0 0 0 <128 <192 <256 <320 <384 <448 <512 UNUSED 0 0 0 0 0 0 0 0 <1024 <1536 <2048 <2560 <3072 <3584 <4096 UNUSED 0 0 1 0 74 0 0 0 <8192 <12288 <16384 <20480 <24576 <28672 <32768 UNUSED 0 0 0 0 0 0 0 0 <65536 <98304 <131072 <163840 <196608 <229376 <262144 >262144 0 0 0 0 0 0 0 0 Reference Count Histogram: 0 1 2 3 4 5 6 7 0 0 0 0 0 0 0 0 <16 <24 <32 <40 <48 <56 <64 UNUSED 0 0 0 0 0 0 0 0 <128 <192 <256 <320 <384 <448 <512 UNUSED 0 1 895 0 0 0 0 0 <1024 <1536 <2048 <2560 <3072 <3584 <4096 UNUSED 0 0 0 0 0 0 0 0 <8192 <12288 <16384 <20480 <24576 <28672 <32768 UNUSED 0 0 0 0 0 0 0 0 <65536 <98304 <131072 <163840 <196608 <229376 <262144 >262144 0 0 0 0 0 0 0 0 nss-u164*>
Path: Absolute path of the volume. Allocated: Total allocated KB in the dense volume. Shared: Total space shared by doing deduplication. Saving: Total saving due to deduplication. %Saved: Percentage of saved space over allocated space.
Unclaimed: Space in KB that was shared and now not referred by anybody. Max Refcount: Maximum number of references to a shared block. Total Processed: Space in KB processed by the deduplication engine. Total Processed Time: Total time taken for the deduplication engine to process the total processed amount of space. SIS Files: The number of files that share blocks either with their own blocks or with other files. Succeeded Op: Number of deduplication operations that have succeeded. Started Op: Number of deduplication operations that have started. Failed Op: Number of deduplication operations that were aborted due to some failure. Stopped Op: Number of deduplication operations that have been stopped. Deferred Op: Number of deduplication operations that have been deferred because of hitting the watermark of number of concurrent deduplication processes running. Succeeded Check Op: Number of fingerprint check operations that have succeeded. Failed Check Op: Number of fingerprint check operations that have failed. Total Sorted Blocks: Number of blocks fingerprinted and sorted based on the fingerprints. Same Fingerprint: Total number of blocks that have the same fingerprints. Same FBN Location: Number of deduplications that did not happen because the donor and recipient blocks have the same block number in the same file. Same Data: Number of blocks that have matching fingerprints and the same data. Same VBN: Number of files that have the same VBN in their buftrees. Mismatched Data: Number of blocks that have the same fingerprints but mismatched data. This counter is not persistent across volumes. Max Reference Hits: Number of blocks that are maximally shared. Staled Recipient: Total number of recipient inodes' blocks that were not valid during deduplication. This is the count for the whole volume. Staled Donor: Number of donor inodes' blocks that were stale during deduplication. This is the count for the whole volume. Out of Space: Number of deduplication operations that were aborted due to lack of space. FP False Match: Number of blocks that have fingerprint match, but the data does not match. This is a persistent per volume counter. Delino records: Number of records associated with the deleted inode or stale inode.
14 ADDITIONAL ASSISTANCE
For additional support, contact one of the following: Your local account team Systems engineer Account manager NetApp Global Services NOW (NetApp on the Web) 888.4.NETAPP (United States and Canada) 00.800.44.NETAPP (EMEA/Europe) +800.800.80.800 (Asia/Pacific)
15 VERSION TRACKING
Before Version 6 No tracking provided Version 6 March 2009 Update for Data ONTAP 7.3.1 Version 7 January 2010 Optimization updates and updates for Data ONTAP 7.3.2
Netapp provides no representations or warranties regarding the accuracy, reliability or serviceability of any information or recommendations provided in this publication, or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed as is, and the use of this information or the implementation of any recommendations or techniques herein is a customers responsibility and depends on the customers ability to evaluate and integrate them into the customers operational environment. This document and the information contained herein may be used solely in connection with the netapp products discussed in this document.
2010 NetApp. All rights reserved. No portions of this document may be reproduced without prior written consent of NetApp, Inc. Specifications are subject to change without notice. NetApp, the NetApp logo, Go further, faster, Data ONTAP, FlexClone, FlexShare, FlexVol, LockVault, MultiStore, NearStore, NOW, RAID-DP, SnapLock, SnapMirror, SnapRestore, Snapshot, SnapVault, vFiler, and WAFL are trademarks or registered trademarks of NetApp, Inc. in the United States and/or other countries. Linux is a registered trademark of Linus Torvalds. Microsoft, SharePoint, and Windows are registered trademarks and Hyper-V is a trademark of Microsoft. Solaris is a trademark of Sun Microsystems, Inc. Symantec, Backup Exec, and NetBackup are trademarks of Symantec Corporation. VMware is a registered trademark of VMware, Inc. All other brands or products are trademarks or registered trademarks of their respective holders and should be treated as such. TR-3505-0110