<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Deduplication &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/deduplication/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Sat, 28 Jan 2023 02:22:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>Deduplication &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Data Deduplication – Windows Server 2012 R2</title>
		<link>https://en.anonyviet.com/data-deduplication-windows-server-2012-r2/</link>
					<comments>https://en.anonyviet.com/data-deduplication-windows-server-2012-r2/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Sat, 28 Jan 2023 02:22:25 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Deduplication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=5322</guid>

					<description><![CDATA[A) Introduction One of the issues that businesses are most concerned about is data, their data is always increasing day by day. It is essential to have solutions to expand as well as optimize the data storage system. Data deduplication is a new feature of Microsoft that allows scanning and finding duplicate data on the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<h3 id="ftoc-a-gioi-thieu" class="ftwp-heading"><strong><span style="color: #ff0000;">A) Introduction</span></strong></h3>
<p>One of the issues that businesses are most concerned about is data, their data is always increasing day by day.  It is essential to have solutions to expand as well as optimize the data storage system.  Data deduplication is a new feature of Microsoft that allows scanning and finding duplicate data on the drive.  Saves disk space significantly, and has absolutely no impact on data or data retrieval.</p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<ul>
<li><b>Capacity optimization:</b> Filter and find duplicate data on the drive, process them and recover wasted resources, keeping the drive optimized and saving space.  More efficient than other solutions like Single Instance Storage or NTFS Compression.</li>
<li><b>Scale and performance:</b>  Handles 50MB/1s of data and allows handling of multiple drives at the same time.  The processing does not affect data retrieval jobs on the server.  Consume less CPU and RAM resources for this, if the Server is running high then the processing may stop.  Supports scheduling and data handling policies (File Policies).</li>
<li><b>Reliability and data integrity: </b>Always check and verify data, to ensure integrity.  Also perform queries and check the structure of the file and frequently refer to data blocks.</li>
<li><b>Optimization management with familiar tools: </b>configured via the Server Manager interface or Windows PowerShell.</li>
</ul>
<p>Data deduplication is compatible with features such as: Failover Cluster, BranchCache, DFS Replication and File Service Resource Management (FSRM).</p>
<p>Data Deduplication process evaluation table after scanning:</p>
<table border="1" width="872" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td/>
<td><b>Content</b></td>
<td width="118"><b>Saving</b></td>
</tr>
<tr>
<td valign="top">User documents</td>
<td valign="top">Documents, photos, music, videos</td>
<td valign="top" width="118">30-50%</td>
</tr>
<tr>
<td valign="top">Deployment shares</td>
<td valign="top">Software binaries, cab files, symbols files</td>
<td valign="top" width="118">70-80%</td>
</tr>
<tr>
<td valign="top">Virtualization libraries</td>
<td valign="top">Virtual hard disk files</td>
<td valign="top" width="118">80-95%</td>
</tr>
<tr>
<td valign="top">General file share</td>
<td valign="top">All of the above</td>
<td valign="top" width="118">50-60%</td>
</tr>
</tbody>
</table>
<h3 id="ftoc-b-nguyen-tac-hoat-dong" class="ftwp-heading"><strong><span style="color: #ff0000;">B) Working principle</span></strong></h3>
<p>For example, if Data deduplication detects that there are two files that are similar in size and content, it will delete one file.  They work by splitting data into multiple blocks (32-128Kb for a block), then they compare these blocks with each other and filter out which blocks have duplicates.  If any blocks are duplicated, it will delete them and save only 1 copy for that block on the drive.  These blocks are saved on the folder <b>System Volume Information </b>of that drive.</p>
<p>After the Data Deduplication feature is enabled on the volumes, they begin to filter and process data duplication.  In the figure, file abc and file def have the same 3MB data block (A, B, C).  They will put this data block into a place called Chunk Store (duplicate data store), and in the structure of file abc and file def, the system will create a field called reparse data containing pointers and pointers. about this common data block.  This data deduplication process does not affect the user&#8217;s data access.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F22222222.jpg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img fetchpriority="high" decoding="async" title="2222222" src="https://huypd.files.wordpress.com/2013/12/2222222_thumb1.jpg?w=652&amp;h=412" alt="2222222" width="652" height="412" border="0"/></a></p>
<p>When a drive has data deduplication enabled, the drive will have components such as:</p>
<ul>
<li><b>Unoptimized File</b> : files that are not processed, such as files smaller than 32KB, encrypted files, files with extended attributes, system state files, SQL Database and Exchange databases, files processed by the application and change frequently.</li>
<li><b>Optimized files</b>: files to be processed, are document files, virtual machine files (VHD), software installation files and files with little content change.  In their structure there will be a reparse data field (containing pointers).</li>
<li><b>Chunk store</b> : is a repository of duplicate data</li>
</ul>
<h3 id="ftoc-c-cac-cong-viec-chinh-cua-data-deduplication" class="ftwp-heading"><strong><span style="color: #ff0000;"><span style="font-size: medium;">C) </span>The main tasks of Data Deduplication</span></strong></h3>
<p><b>first. </b><b>Optimization job</b></p>
<p>Perform a scan and put duplicate data in chunk store.  At the same time, compress these chunk data. Those data that have been scanned are labeled &#8220;policy&#8221;, ie checked and reviewed.</p>
<p><b>2. </b><b>Data Scrubbing Job</b></p>
<p>Perform a scan and check the metadata (structure) of the data.  Make sure the data structure is intact and unaltered.  Simultaneously scan and detect any corrupted data (corrupt), record it in a log file.  Based on that log file to perform analysis and error correction of these data.  With features like:</p>
<ul>
<li>If any data is accessed frequently and more than 100 times, those data will be prioritized for backup.  If the data is corrupted (corrupt), the backup will be taken out for use.</li>
<li>If you implement the Storage Space feature to map the data (mirror), then Data Deduplication will use the mapped disk-side data for retrieval and recovery in case of data failure.</li>
<li>If a chunk of data is corrupted while being processed for inclusion in the chunk store, that chunk is discarded and another chunk is regenerated.</li>
</ul>
<p><b>3. Garbage collection jobs</b></p>
<p>Sometimes those data are deleted or edited by the user, and they are no longer duplicated on the drive.  This feature helps to scan and delete data that is no longer duplicated in the chunk store.  When you do the optimization job again, all the old data in the chunk store is automatically deleted.</p>
<p><strong><span style="color: #ff0000;">D) Lab Data Deduplication</span></strong></p>
<p><span style="color: #000000;"><strong>Model deployment:</strong></span></p>
<p><span style="color: #000000;"><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2Fdd.jpg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="DD" src="https://huypd.files.wordpress.com/2013/12/dd_thumb.jpg?w=445&amp;h=470" alt="DD" width="445" height="470" border="0"/></a></span></p>
<ul>
<li><span style="color: #000000;">AD machine: IP address 172.1.1.1/24, domain <span class="skimlinks-unlinked">huypd.com</span></span></li>
<li><span style="color: #000000;">Machine FS1 : IP address 172.1.1.2/24, domain <span class="skimlinks-unlinked">huypd.com</span>install the Data Deduplication feature</span></li>
</ul>
<p><span style="color: #000000;"><strong>Perform:</strong></span></p>
<ul>
<li><span style="color: #000000;">On FS1, install the Data Deduplication feature.  Server Manager –> Add roles and features</span></li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F1.jpeg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="first" src="https://huypd.files.wordpress.com/2013/12/1_thumb.png?w=650&amp;h=379" alt="first" width="650" height="379" border="0"/></a></p>
<ul>
<li>Select the role “File and Storage Services -> File and iSCSI Services -> Data Deduplication</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F2.jpeg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="2" src="https://huypd.files.wordpress.com/2013/12/2_thumb.png?w=531&amp;h=377" alt="2" width="531" height="377" border="0"/></a></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F3.jpeg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="3" src="https://huypd.files.wordpress.com/2013/12/3_thumb.png?w=529&amp;h=376" alt="3" width="529" height="376" border="0"/></a></p>
<ul>
<li>In this lab, I copied all the data to drive E, the data here is music.  I copied these data twice to create duplicates</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F4.jpg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="4" src="https://huypd.files.wordpress.com/2013/12/4_thumb.png?w=528&amp;h=353" alt="4" width="528" height="353" border="0"/></a></p>
<ul>
<li>Open Windows PowerShell -> type “cd e:” and “Get-ChildItem –Recurse” to see all files in E data</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F8.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="8" src="https://huypd.files.wordpress.com/2013/12/8_thumb.png?w=531&amp;h=520" alt="8" width="531" height="520" border="0"/></a></p>
<ul>
<li>After installing the Data Deduplication feature, the next step is to enable this feature for drive E -> Go to Server Manager -> select “File and Storage services” -> select Volumes -> select drive E and right-click and select “Configure Data Deduplication”</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F5.jpg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="5" src="https://huypd.files.wordpress.com/2013/12/5_thumb.png?w=635&amp;h=375" alt="5" width="635" height="375" border="0"/></a></p>
<ul>
<li>Deduplicate files older than: time is deemed to have expired data and must perform duplicate scans and checks</li>
<li>Custom file extensions to exclude: the types of data in drive E that you want to skip deduplication (eg: here I try GHO, exclude ghost data).  Then click Add</li>
<li>Set deduplication schedule: choose when to perform deduplication and deduplication.</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F6.jpg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="6" src="https://huypd.files.wordpress.com/2013/12/6_thumb.png?w=435&amp;h=370" alt="6" width="435" height="370" border="0"/></a></p>
<ul>
<li>Choose a time for scanning and deduplication</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F7.jpg" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="7" src="https://huypd.files.wordpress.com/2013/12/7_thumb.png?w=424&amp;h=446" alt="7" width="424" height="446" border="0"/></a></p>
<ul>
<li>Open Windows Powershell –> type “cd e:” and “get-dedupvolume” to check if this drive is Data Deduplication.</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F9.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="9" src="https://huypd.files.wordpress.com/2013/12/9_thumb.png?w=537&amp;h=461" alt="9" width="537" height="461" border="0"/></a></p>
<ul>
<li>Since it is the first time to configure, I should activate the classification and de-duplication mechanism manually -> Type “Start-Dedupjob –Full –Path E: –Type Optmization”</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F10.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="ten" src="https://huypd.files.wordpress.com/2013/12/10_thumb.png?w=545&amp;h=468" alt="ten" width="545" height="468" border="0"/></a></p>
<ul>
<li>After the system scans, we execute the command “Get-dedupstatus |  fl” to see the results.</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F111.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="11 1" src="https://huypd.files.wordpress.com/2013/12/111_thumb.png?w=559&amp;h=411" alt="11 1" width="559" height="411" border="0"/></a></p>
<ul>
<li>At this time, in Server Manager, the parameters and scan results are also displayed.</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F12.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="twelfth" src="https://huypd.files.wordpress.com/2013/12/12_thumb.png?w=556&amp;h=353" alt="twelfth" width="556" height="353" border="0"/></a></p>
<ul>
<li>Perform the Scrubbing feature with the command “Start-Dedupjob –Full –Path E: –Type Scrubbing”</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F13.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="13" src="https://huypd.files.wordpress.com/2013/12/13_thumb.png?w=565&amp;h=428" alt="13" width="565" height="428" border="0"/></a></p>
<ul>
<li>Implement the Garbage Collection feature with the command “Start-Dedupjob –Full –Path E: –Type Garbage Collection”</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhuypd.files.wordpress.com%2F2013%2F12%2F14.png" rel="noopener external nofollow" class="ext-image" onclick="this.target='_blank';"><img decoding="async" loading="lazy" title="14" src="https://huypd.files.wordpress.com/2013/12/14_thumb.png?w=566&amp;h=416" alt="14" width="566" height="416" border="0"/></a></p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;76&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/data-deduplication-windows-server-2012-r2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2022/08/anonyviet.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
