Jump to content

Recommended Posts

Posted

I am looking at sorting this out on my new Server 2012 but it doesn't seem to be in the list of things when I run the "Add Roles and Features Wizard" as per TechNet instructions

What have I missed?

Posted

You can do it through Powershell with the command:

 

Install-WindowsFeature FS-Data-Deduplication

 

It might error out if you don't see it in the Add Role Wizard but it's worth a try. It might also need to be run as administrator.

  • Thanks 1
Posted

Sorry to hijack the thread but I'm setting this up too, I've got a 2008R2 server and a 2012R2 server that replicate shares, if I set this up on the 2012 server will I have any issues with the data on the 2008 server?

I'm a little worried about firing it up as I've never used dedup before in a live environment.

Posted

DFS Replication

Data Deduplication works fine with Distributed File System (DFS) Replication. Optimizing or unoptimizing a file will not trigger a replication because the file does not change. DFS Replication uses Remote Differential Compression (RDC), not the chunks in the chunk store, for over-the-wire savings. The files on the replica can also be optimized by using deduplication if the replica is using Data Deduplication.

 

:)

 

Steve

  • Thanks 1
Posted
So the data on the 2008 server will remain the same and not deduplicated?

 

Yeah, that sounds right. DFS doesn't interact with the dedupe stuff, so it is only copying the "files" when it replicates.

  • Thanks 1
  • 7 months later...
Posted

Currently looking at implementing deduplication too, biggest worry is with DFS, do I need to install deduplication on both data servers?

 

Thanks

Posted
Currently looking at implementing deduplication too, biggest worry is with DFS, do I need to install deduplication on both data servers?

 

Thanks

 

In simplest terms, yes. In more complicated terms, I believe DFS is file based copying, so it can be mismatched, but the other server would have to have space equal to the non-deduped data size.

Posted

A bit of useful info about what is and isn't included in Deduplication (according to MS)

 

Deduplication is not supported on:

System or boot volumes

Remote mapped or remote mounted drives

Cluster shared volume file system (CSVFS) for non-VDI workloads or any workloads on Windows Server 2012

Files approaching or larger than 1 TB in size.

Volumes approaching or larger than 64 TB in size.

 

Deduplication skips over the following files:

System-state files

Encrypted files

Files with extended attributes

Files whose size is less than 32 KB

Reparse points (that are not data deduplication reparse points)

Posted
Doesnt you backup solution need to be deduplication aware as well

 

Yes and no.

 

Yes, if you want the data to be transferred in a deduplicated from from the originating server to backups. No if you don't mind it being unsquashed and then sent to the backup solution.

 

Some solutions have their own deduplication built in, which is incompatible with Windows deduplication.

  • Thanks 1
Posted

Hey I've been looking into dedupe, and have noticed our file server (2012R2) is not deduping.

 

Anyone know if its safe to turn on, on an active file-server?

Posted

Yep, only thing is if you set things like thorough processing it'll kick into action and use CPU etc, so either set background or wait till it's being used less

 

Steve

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...